From b50adb992ad3e0cf8fb712653b4865d0d9216afc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 16 Mar 2017 09:44:07 +0530 Subject: [PATCH] Fix #645 (Character coding change) --- recipes/sg_hu.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/sg_hu.recipe b/recipes/sg_hu.recipe index 95df4adf5b..68b027abb5 100644 --- a/recipes/sg_hu.recipe +++ b/recipes/sg_hu.recipe @@ -9,7 +9,7 @@ class SGhu(BasicNewsRecipe): oldest_article = 5 max_articles_per_feed = 100 no_stylesheets = True - encoding = 'ISO-8859-2' + encoding = 'utf-8' feeds = [(u'SG.hu', u'http://www.sg.hu/plain/rss.xml')]