[Bug 28812] JSON options 'unescape' and 'liberal' prevent use of off-the-shelf JSON parsers

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28812

--- Comment #6 from Michael Kay <mike@saxonica.com> ---
Proposal is that the set of characters that end up escaped should be the union
of:

* characters in the C0 and C1 ranges
* codepoints (e.g. unpaired surrogates) that are not valid characters in XML
1.0

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 15 July 2015 15:57:19 UTC