Chinese characters issue?
-
I made a controller that receives a list of words then tries to find them into a trie object.
While I have succes to find UTF-8 based words and return them via JSON to the requester (where some unicode characters appear as /u?????? in ASCII encoding my system fails when it comes to detect?/return? chinese characters
Instead of the chinese characters even converted to /u??????? format I get simple ASCII characters that makes no sense whatsoever.
Do you have any suggestion?
The topic ‘Chinese characters issue?’ is closed to new replies.