private function decodeUnicode($str)
{
return preg_replace_callback('/\\\\u([0-9a-f]{4})/i',
create_function(
'$matches',
'return mb_convert_encoding(pack("H*", $matches[1]), "UTF-8", "UCS-2BE");'
),
$str);
}
相关文章
- 03-04编码格式简介:ASCII码、ANSI、GBK、GB2312、GB18030和Unicode、UTF-8,BOM头
- 03-04Sony索尼数码录音笔MSV格式转换为MP3格式【转】
- 03-04warning: C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
- 03-04字符串转日期格式并按自己要求格化式日期
- 03-04汉字与 Unicode 转换
- 03-04Unicode汉字编码表
- 03-041000毫秒转换成“0:01.000”格式的毫秒
- 03-04sqlserver查询转日期格式字段
- 03-04【转】SQLServer日期格式转换
- 03-04unicode 格式 转汉字