mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-27 01:01:04 +02:00
hack feedcreator to use utf-8 by default
This commit is contained in:
parent
6e93d7d6e4
commit
b9d8935d95
@ -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";
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user