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,10 +19,10 @@ class Sueddeutsche(BasicNewsRecipe):
no_stylesheets = True
language = 'de'
encoding = 'iso-8859-15'
encoding = 'utf-8'
remove_javascript = True
remove_tags = [ dict(name='link'), dict(name='iframe'),
dict(name='div', attrs={'id':["bookmarking","themenbox","artikelfoot","CAD_AD",
"SKY_AD","NT1_AD","navbar1","sdesiteheader"]}),