JSON unicode strings should be parsed into... well, unicode. #58
Labels
bug
Something isn't working
kind of a big deal
This is important and should be given special attention
Currently the parser would parse
"\u2705"
intoT.pack "\x05"
. And to getT.pack "\x2705"
you have to put"\u00e2\u009c\u0085"
in the JSON.The text was updated successfully, but these errors were encountered: