linux下php中文UTF-8轉換Unicode方法和注意事項
先說下遇到問題:1.php沒有內置unicode_ecode函數可以直接使用 2.網上很多資料都是用$str = iconv($encoding, 'UCS-2', $str); window下轉 ...
先說下遇到問題:1.php沒有內置unicode_ecode函數可以直接使用 2.網上很多資料都是用$str = iconv($encoding, 'UCS-2', $str); window下轉 ...