hide errormessage about unsupported charset

This commit is contained in:
Lars Kneschke 2003-10-15 19:15:25 +00:00
parent 3a4f122099
commit 616a09880a

View File

@ -279,7 +279,7 @@
} }
if ($this->mbstring) if ($this->mbstring)
{ {
return mb_convert_encoding($data,$to,$from); return @mb_convert_encoding($data,$to,$from);
} }
if(function_exists('iconv')) if(function_exists('iconv'))
{ {