Generic unicode updates

This commit is contained in:
Magnus Hagander
2019-01-19 19:48:47 +01:00
parent 7547b6f766
commit a156829375
28 changed files with 62 additions and 62 deletions

View File

@ -48,7 +48,7 @@ def load_doc_file(filename, f):
if float(ver) < 11 and float(ver) > 0:
tidyopts['indent'] = 'no'
contents = unicode(rawcontents, encoding)
contents = str(rawcontents, encoding)
tm = re_titlematch.search(contents)
if tm: