Closed GoogleCodeExporter closed 9 years ago
Added a test to reproduce this bug in r131. Seems like our parser does not
handle
unicode strings properly.
Original comment by inder123
on 5 Aug 2008 at 10:14
r134 has some additional tests some of which pass. One thing to note is that
Gson
will serialize a string with chinese characters correctly, by converting them to
escaped unicode. It would probably be better to convert these to unescaped
unicode,
but at least it is valid Json.
Original comment by inder123
on 7 Aug 2008 at 11:54
Fixed in r138 by enabling hte parser to treat all input as unicode strings. This
works because we are feeding java strings to the parser, and java strings are
always
unicode.
Original comment by inder123
on 8 Aug 2008 at 2:04
Issue 80 has been merged into this issue.
Original comment by joel.leitch@gmail.com
on 12 Dec 2008 at 9:38
Original issue reported on code.google.com by
inder123
on 29 Jul 2008 at 12:28