gosuwachu / s60-json-library

Automatically exported from code.google.com/p/s60-json-library
0 stars 0 forks source link

Why JSON output string is in 16-bit descriptor? #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In MJsonValue class there is a method declared:

virtual void ToStringL(RBuf& aOutputString) const = 0;

I think it should be:

virtual void ToStringL(RBuf8& aOutputString) const = 0;

since JSON format uses only 8-bit characters anyway (this is also why you
have created a method called ConvertUnicodeToJsonFormatL <doh>).

Original issue reported on code.google.com by gera...@gmail.com on 10 Dec 2009 at 12:34

GoogleCodeExporter commented 9 years ago
I have done this this way because it was more convenient for my application.

Original comment by wach.piotrek on 30 May 2010 at 12:22

GoogleCodeExporter commented 9 years ago

Original comment by wach.piotrek on 30 May 2010 at 12:22