diff options
Diffstat (limited to 'inc/format.php')
-rw-r--r-- | inc/format.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/format.php b/inc/format.php index 4a5415ab4..b38bae3ab 100644 --- a/inc/format.php +++ b/inc/format.php @@ -398,6 +398,7 @@ function format_rss($url){ global $lang; define('MAGPIE_CACHE_ON', false); //we do our own caching define('MAGPIE_DIR', 'inc/magpie/'); + define('MAGPIE_OUTPUT_ENCODING','UTF-8'); //return all feeds as UTF-8 require_once(MAGPIE_DIR.'/rss_fetch.inc'); //disable warning while fetching |