CMS MADE SIMPLE FORGE

RSS2HTML

 

[#4246] Encoding does'nt work it's always into iso-8859-1

avatar
Created By: Cédric Lombardot (cedric)
Date Submitted: Wed Oct 28 10:32:24 -0400 2009

Assigned To: Samuel Goldstein (sjg)
Version: 1.2.4
CMSMS Version: None
Severity: Major
Resolution: Fixed
State: Closed
Summary:
Encoding does'nt work it's always into iso-8859-1
Detailed Description:
When you try to parse an RSS it's always into iso-8859-1

To fix this bug you've only to had:

define('MAGPIE_OUTPUT_ENCODING',$encoding);


on line 118 into action.default.php

See line 357 
if ( !defined('MAGPIE_OUTPUT_ENCODING') ) {
        define('MAGPIE_OUTPUT_ENCODING', 'ISO-8859-1');
    }

Into rss_fetch.inc


History

Updates

Updated: 2012-01-17 15:26
resolution_id: 5 => 7
cmsms_version_id: => -1
state: Open => Closed

Updated: 2009-10-28 10:33
resolution_id: => 5
assigned_to_id: 100 => 110