Basically I am reading in a JSON string which contains a html entity like this: 一
And but in my app that is not useful. I need this: 一 (Japanese character for 1)
What is the best way to do this?
Both the JSON and my app are using UTF-8
I’ve parsed out the int so now I basically have int i = 19968;
I tried casting to a char, converting to hex and then casting to a char.
but nothing works..
help.
It turns out it was a simulator issue. I somehow changed simulators.. and assumed the EastAsia simulator would support kanji, but it just drew boxes..