Re: [json-lib-user] json-lib and Unicode
Brought to you by:
aalmiray
From: Andres A. <aal...@ya...> - 2008-06-11 06:23:01
|
Hi Kirill, In theory Json-lib shouldn't have any trouble at all handling unicode strings. Regarding the XMLSerializer, did you try setting a particular encoding with xmlSerializer.write( json, encoding ) ? Cheers, Andres ----- Original Message ---- From: Kiril <kir...@gm...> To: jso...@li... Sent: Tuesday, June 10, 2008 10:31:14 PM Subject: [json-lib-user] json-lib and Unicode 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. |