On 11/10/19, Richard Hipp <d...@sqlite.org> wrote:
> It seems there are also problems in generating valid JSON for large
> unicode characters.  For example:
>
>     SELECT json_quote(char(1114111));
>
> I'm working on the problem....

I take that back.  It seems that the spec allow arbitrary UTF-8
characters in a JSON string, without the need to escape them using the
backslash notation, except for ", \, and control characters, and so
the current behavior is correct after all, as far as I can tell.
Please let me know if you see any cases that I have mised that do not
work.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to