From: Shailendra K. <me_...@ya...> - 2010-06-08 09:55:31
|
Hi, I am new to JSON, and trying to implement a writer. The problem is unicode characters. The function valueToQuotedString has a comment: std::string valueToQuotedString( const char *value ) { // Not sure how to handle unicode... . .. } So if we have a sample string like this: 'Niittylä', it gets transformed into : 'Niittylä'. Please advise how to provide support for unicode. Regards, /SK |