cfpl0594 发表于 2013-1-28 09:13:06

PHP iconv and mb_convert_encoding

iconv("GBK","UTF-8",$str) equal to mb_convert_encoding($str,"UTF-8","GBK") OR mb_convert_encoding($str,"UTF-8","auto").
 
iconv have a bug which can not convet "-",but mb_convert_encoding not.
页: [1]
查看完整版本: PHP iconv and mb_convert_encoding