Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザー名のFBグラフリクエストでUnicode文字を受信しています。iOSアプリで英語に変換するにはどうすればよいですか?また、このようなものはPHPでも利用できますか?
これに対する最善の答えは、彼の名前を彼の言語で表示することです。
それが私の頭に浮かぶ最高の変換は使用していjson_decode()ます:
json_decode()
$name = '\u9648\u73ab\u7af9'; echo json_decode('"'.$name.'"'); // ouputs: 陈玫竹
構文を直接サポートし、他のUnicodeまたは文字をjson_decode()サポートしているので提案しました。\uxxxxutf-8
\uxxxx
utf-8