Hi:
I have filed a bug about this issue: https://bugs.php.net/bug.php?id=60306
following script:
<?
$s = "洪仁";
var_dump(mb_convert_encoding($s, "utf8", "gbk"));
var_dump(iconv("gbk", "utf8", $s));
?>
save the script in fenc=cp936
then, run the script in php5.4 , output is :
string(3) "洪"
string(6) "洪仁"
characters lost while converting from cp936 to utf8. this is really a big
problem.....
thanks
Laruence Xinchen Hui
http://www.laruence.com/
Hi:
at least , this is a really big problem for chinese phpers :)
thanks
Hi:
I have filed a bug about this issue: https://bugs.php.net/bug.php?id=60306
following script:
<?
$s = "洪仁";
var_dump(mb_convert_encoding($s, "utf8", "gbk"));var_dump(iconv("gbk", "utf8", $s));
?>save the script in fenc=cp936
then, run the script in php5.4 , output is :
string(3) "洪"
string(6) "洪仁"characters lost while converting from cp936 to utf8. this is really a big
problem.....thanks
Laruence Xinchen Hui
http://www.laruence.com/
--
Laruence Xinchen Hui
http://www.laruence.com/
Hi:
I have fixed the bug(it is a simple fix that I didn't expect before
I look into it ), ignore me...
thanks
Hi:
I have filed a bug about this issue: https://bugs.php.net/bug.php?id=60306
following script:
<?
$s = "洪仁";
var_dump(mb_convert_encoding($s, "utf8", "gbk"));var_dump(iconv("gbk", "utf8", $s));
?>save the script in fenc=cp936
then, run the script in php5.4 , output is :
string(3) "洪"
string(6) "洪仁"characters lost while converting from cp936 to utf8. this is really a big
problem.....thanks
Laruence Xinchen Hui
http://www.laruence.com/
--
Laruence Xinchen Hui
http://www.laruence.com/
Well done! :)
2011/11/18 Laruence laruence@php.net:
Hi:
I have fixed the bug(it is a simple fix that I didn't expect before
I look into it ), ignore me...thanks
Hi:
I have filed a bug about this issue: https://bugs.php.net/bug.php?id=60306
following script:
<?
$s = "洪仁";
var_dump(mb_convert_encoding($s, "utf8", "gbk"));var_dump(iconv("gbk", "utf8", $s));
?>save the script in fenc=cp936
then, run the script in php5.4 , output is :
string(3) "洪"
string(6) "洪仁"characters lost while converting from cp936 to utf8. this is really a big
problem.....thanks
Laruence Xinchen Hui
http://www.laruence.com/--
Laruence Xinchen Hui
http://www.laruence.com/--
--
Regards,
Shein Alexey