[Bug 29665] [SER31] JSON escaping

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

Andrew Coleman <andrew_coleman@uk.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrew_coleman@uk.ibm.com

--- Comment #1 from Andrew Coleman <andrew_coleman@uk.ibm.com> ---
The editors agree and propose to revise the above paragraph as follows:

"JSON escaping replaces the characters quotation mark, backspace, form-feed,
newline, carriage return, tab, reverse solidus, or solidus by the corresponding
JSON escape sequences \", \b, \f, \n, \r, \t, \\, or \/ respectively, and any
other codepoint in the range 1-31 or 127-159 by an escape in the form \uHHHH
where HHHH is the hexadecimal representation of the codepoint value. Escaping
is also applied to any characters that cannot be represented in the selected
encoding."

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

Received on Friday, 8 July 2016 08:06:11 UTC