--- mambo/branches/4.6/includes/mambolanguage.class.php 2007/01/22 12:40:58 899 +++ mambo/branches/4.6/includes/mambolanguage.class.php 2007/01/22 12:47:56 900 @@ -214,6 +214,8 @@ } function iconvert($fromcharset,$tocharset,$source,$useiconv=FALSE) { + if($fromcharset==$tocharset) + return $source; if($useiconv) { if(function_exists('iconv'))