- From: <bugzilla@jessica.w3.org>
- Date: Thu, 16 Jul 2015 18:09:40 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28479 John Snelson <john.snelson@marklogic.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |john.snelson@marklogic.com Resolution|--- |FIXED --- Comment #3 from John Snelson <john.snelson@marklogic.com> --- DECISION: Adopt MKay's proposal in the following email, adding encoding as the final step in the serialization process. https://lists.w3.org/Archives/Member/w3c-xsl-query/2015Jul/0026.html Also include the paragraph: "Any occurrence of quotation mark, backspace, form-feed, newline, carriage return, or tab is replaced by \", \b, \f, \n, \r, or \t respectively, and any other codepoint in the range 1-31 or 127-159 is replaced by an escape in the form \uHHHH where HHHH is the (upper- or lower-case) hexadecimal representation of the codepoint value. In addition, any character that cannot be encoded using the selected encoding is escaped using the \uHHHH notation." -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 16 July 2015 18:09:42 UTC