fumingxia 发表于 2017-4-6 10:48:21

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