From: Andrew Dolgov Date: Thu, 12 Oct 2006 03:33:23 +0000 (+0100) Subject: hack feedcreator to use utf-8 by default X-Git-Tag: 1.2.4~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b9d8935d9556103f804db80c84c84738e1ac6dd1;p=tt-rss.git hack feedcreator to use utf-8 by default --- diff --git a/feedcreator.class.php b/feedcreator.class.php index 1d57fac4..2b1fd4f9 100644 --- a/feedcreator.class.php +++ b/feedcreator.class.php @@ -494,7 +494,7 @@ class FeedCreator extends HtmlDescribable { * This feed's character encoding. * @since 1.6.1 **/ - var $encoding = "ISO-8859-1"; + var $encoding = "utf-8"; /**