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
Original issue reported on code.google.com by
gera...@gmail.com
on 10 Dec 2009 at 12:34