https://bugs.kde.org/show_bug.cgi?id=225747

Pali Rohár <pali.ro...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |pali.ro...@gmail.com
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #5 from Pali Rohár <pali.ro...@gmail.com> ---
Confirmed, unicode characters in XML should be encoded as full codepoints, not
as UTF-16 surrogate pairs. Surrogate pairs are invalid in XML, so server should
really disconnect you.

See: http://www.w3.org/TR/REC-xml/#charsets

Character Range

[2]       Char       ::=       #x9 | #xA | #xD | [#x20-#xD7FF] |
[#xE000-#xFFFD] | [#x10000-#x10FFFF]    /* any Unicode character, excluding the
surrogate blocks, FFFE, and FFFF. */

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to