[Bug 24104] Clarify how encoders should deal with lone surrogates

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

--- Comment #6 from Anne <annevk@annevk.nl> ---
Generally. But it affects form submission and URLs of course.

It seems Unicode has the contract as a mapping of Unicode scalar values (code
points minus surrogates) to bytes and vice versa. That seems reasonable to me
but does mean that everyone using encoders/decoders has to convert their code
point sequence to a Unicode scalar value sequence first.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 28 March 2014 15:58:58 UTC