Fix #6019 (Unwanted conversion of Norwegian letters)

This commit is contained in:
Kovid Goyal 2010-07-01 09:00:47 -06:00
parent e05dedfa0f
commit 23a11b991e

View File

@ -30,6 +30,7 @@ every time you add an HTML file to the library.\
with TemporaryDirectory('_plugin_html2zip') as tdir:
recs =[('debug_pipeline', tdir, OptionRecommendation.HIGH)]
recs.append(['keep_ligatures', True, OptionRecommendation.HIGH])
if self.site_customization and self.site_customization.strip():
recs.append(['input_encoding', self.site_customization.strip(),
OptionRecommendation.HIGH])