You are not logged in.
Pages: 1
Fix
if Text[i]<' ' then
result := result+'\'+IntToHex(ord(Text[i]),4)
with
if Text[i]<' ' then
result := result+'\u'+IntToHex(ord(Text[i]),4)
reference www.json.org
char
any-Unicode-character-
except-"-or-\-or-
control-character
\"
\\
\/
\b
\f
\n
\r
\t
\u four-hex-digits
Offline
Fixed by http://synopse.info/fossil/info/ebadc23bcc
Thanks for the patch!
Offline
Pages: 1