From 55cf40a781e8a189f9caa891de8ad06833007814 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Nov 2020 07:36:45 +0530 Subject: [PATCH] Fix #1902593 [News from Sweden/IDG does not always show swedish characters](https://bugs.launchpad.net/calibre/+bug/1902593) --- recipes/idg_se.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/idg_se.recipe b/recipes/idg_se.recipe index 8dfd36eab9..fee66ab9c3 100644 --- a/recipes/idg_se.recipe +++ b/recipes/idg_se.recipe @@ -11,7 +11,7 @@ class IDGse(BasicNewsRecipe): oldest_article = 1 max_articles_per_feed = 256 no_stylesheets = True - encoding = 'ISO-8859-1' + encoding = 'utf-8' remove_javascript = True feeds = [(u'Dagens IDG-nyheter', u'http://feeds.idg.se/idg/ETkj?format=xml')]