From: Stephan B. <sg...@go...> - 2010-04-20 15:45:24
|
On Tue, Apr 20, 2010 at 5:25 PM, Baptiste Lepilleur < bap...@gm...> wrote: > 2010/4/19 <ma...@al...> > >> The application uses std:wstring for JSON message values due to unicode >> maintenance, >> > Sorry, one more point: as far as i'm aware, JSON uses only utf8, not utf16 (though most JS interpreters support utf16 script input and/or use utf16 internally as their native string type). If that is indeed true, i believe that utf16 support in jsoncpp is a bit superfluous, except to allow clients to import/export their utf16 data into jsoncpp's internal format (ascii/utf8?). -- ----- stephan beal http://wanderinghorse.net/home/stephan/ |