[json-lib-user] json-lib and Unicode
Brought to you by:
aalmiray
From: Kiril <kir...@gm...> - 2008-06-11 05:31:16
|
Hi all, I have classes that serialize Ok to json, but how should I handle Unicode strings? Is there any special pre-processing that needs to be done? Also, using XMLSerializer().write(json) returns an XML which is not encoded properly as Unicode, thought the <?xml... instruction sets UTF-8 encoding. Thanks in advance, Kiril. |