mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
fix #5696 (incorrect encoding for Epub output for Sueddeutsche Zeitung generated in text)
This commit is contained in:
parent
4af32fc6f0
commit
fb9d327cbf
@ -19,7 +19,7 @@ class Sueddeutsche(BasicNewsRecipe):
|
||||
no_stylesheets = True
|
||||
language = 'de'
|
||||
|
||||
encoding = 'iso-8859-15'
|
||||
encoding = 'utf-8'
|
||||
remove_javascript = True
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user