I have a Chinese text which I want to dynamically load into my app, so I’m connecting to my server using network.request. However, the Chinese UTF-8 now arrives as garbage text when I print it on the console or display it in a text on screen. The same text as returned from my server shows fine in, say, Google Chrome. I’m declaring a http header (‘Content-Type: text/plain; charset=utf-8’), I’m *not* using a BOM Byte-Order Mark at the beginning of my file, and I’ve tried saving using different editors, to no avail so far. Can anyone please help? Thanks!!
PS: If I’m not entirely mistaken then I *did* get to this to work in an older version of Corona (but I might be mistaken). I’m using basically the same code now but maybe I do something else differently or the Corona build number changed… [import]uid: 10284 topic_id: 7296 reply_id: 307296[/import]