This commit is contained in:
John Schember 2011-04-15 08:09:04 -04:00
parent 4f3abc5614
commit d819df99bd

View File

@ -56,7 +56,7 @@ class HTMLZInput(InputFormatPlugin):
fname = 'index%d.html'%c
htmlfile = open(fname, 'wb')
with htmlfile:
htmlfile.write(html.encode('utf-8', 'replace'))
htmlfile.write(html.encode('utf-8'))
odi = options.debug_pipeline
options.debug_pipeline = None
# Generate oeb from html conversion.