fix #5696 (incorrect encoding for Epub output for Sueddeutsche Zeitung generated in text)

This commit is contained in:
Kovid Goyal 2010-06-08 15:04:11 -06:00
parent 4af32fc6f0
commit fb9d327cbf

View File

@ -19,7 +19,7 @@ class Sueddeutsche(BasicNewsRecipe):
no_stylesheets = True
language = 'de'
encoding = 'iso-8859-15'
encoding = 'utf-8'
remove_javascript = True