[Vtigercrm-commits] [vtiger-commits] r10274 - /vtigercrm/branches/5.0.3/include/magpierss/rss_fetch.inc

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Feb 28 08:44:40 EST 2007


Author: saraj
Date: Wed Feb 28 06:44:34 2007
New Revision: 10274

Log:
Unable to load other language site in RSS feed - fixed

Modified:
    vtigercrm/branches/5.0.3/include/magpierss/rss_fetch.inc

Modified: vtigercrm/branches/5.0.3/include/magpierss/rss_fetch.inc
==============================================================================
--- vtigercrm/branches/5.0.3/include/magpierss/rss_fetch.inc (original)
+++ vtigercrm/branches/5.0.3/include/magpierss/rss_fetch.inc Wed Feb 28 06:44:34 2007
@@ -355,7 +355,7 @@
     }
 
     if ( !defined('MAGPIE_OUTPUT_ENCODING') ) {
-        define('MAGPIE_OUTPUT_ENCODING', 'ISO-8859-1');
+        define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');
     }
     
     if ( !defined('MAGPIE_INPUT_ENCODING') ) {





More information about the vtigercrm-commits mailing list