"gabek" wrote:
...
In my case I'm getting stuff out of ParseJSON. I've eventually just resorted to normalizing these characters on the backend as best as I can.
Where are you getting the data string that you pass into ParseJSON from, and do you have an example you can share?
Assuming the data comes from a web service http response, is the content UTF-8 encoded and tagged?
I'm curious what "normalizing these characters on the backend" refers to...
does that refer to using \u escape sequences in the JSON for non-ASCII characters, or replacing them with 7-bit ASCII, or ?
I'm also curious if "tried many fonts" includes the default font, or if possibly there are some issues with specific custom fonts formats.
Thanks.