The character is UTF8 encoded, like..
"\u676f\u845b"
How to convert it back to normal UTF8 string in PHP?
|
The character is UTF8 encoded, like.. "\u676f\u845b" How to convert it back to normal UTF8 string in PHP? |
|||
|
http://webarto.com/83/php-unicode_decode-5.3 demo: http://ideone.com/AtY0v
|
|||
|
|
|
The simple approach would be to wrap your string into double quotes and let
Seems to be asian letters: (Source) |
|||
|
|
json_decodehandles this... – webarto Oct 28 '11 at 18:25