mb_convert_encoding Unicode Circled Numbers错误

时间:2016-12-07 02:00:04

标签: php wordpress utf-8 character-encoding converter

我有关于PHP中的转换编码的问题

我的代码:

$data_row = mb_convert_encoding($data_input['example'],'UTF-8',"SJIS")

示例

  

①②文字---->运行此代码后---> ??文字。

我应该使用哪种字符编码?

1 个答案:

答案 0 :(得分:0)

结果就在这里。

  

https://unix.stackexchange.com/questions/195266/iconv-cant-convert-circled-numbers-to-from-japanese-encodings

更新我的代码后

  $data_row = mb_convert_encoding($data_input['example'],'UTF-8',"SJIS")

$data_row = mb_convert_encoding($data_input['example'],'UTF-8',"SHIFT_JIS-2004")

效果很好。