1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 02:21:30 +00:00

hack feedcreator to use utf-8 by default

This commit is contained in:
Andrew Dolgov
2006-10-12 04:33:23 +01:00
parent 6e93d7d6e4
commit b9d8935d95

View File

@@ -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";
/**