mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 04:21:30 +00:00
hack feedcreator to use utf-8 by default
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user