From: <var...@us...> - 2012-12-06 06:51:29
|
Revision: 8608 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8608&view=rev Author: vargenau Date: 2012-12-06 06:51:23 +0000 (Thu, 06 Dec 2012) Log Message: ----------- Remove commented code Modified Paths: -------------- trunk/lib/stdlib.php Modified: trunk/lib/stdlib.php =================================================================== --- trunk/lib/stdlib.php 2012-12-05 19:01:32 UTC (rev 8607) +++ trunk/lib/stdlib.php 2012-12-06 06:51:23 UTC (rev 8608) @@ -2296,9 +2296,6 @@ function charset_convert($from, $to, $data) { - //global $CHARSET; - //$wikicharset = strtolower($CHARSET); - //$systemcharset = strtolower(get_cfg_var('iconv.internal_encoding')); // 'iso-8859-1'; if (strtolower($from) == 'utf-8' and strtolower($to) == 'iso-8859-1') return utf8_decode($data); if (strtolower($to) == 'utf-8' and strtolower($from) == 'iso-8859-1') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |