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