[Bug 17151] How should UTF-16BE "\xD8\x00" be decoded? This is an ill-formed UTF-16 code unit sequence, but it can be converted to a Unicode code point. Firefox/Opera currently convert it to U+FFFD, which seems like the preferred behaviour.

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

--- Comment #2 from Simon Pieters <simonp@opera.com> 2012-05-23 06:40:30 UTC ---
http://dvcs.w3.org/hg/encoding/raw-file/tip/Overview.html#utf-16-decoder
already handles lone surrogates, AFAICT. HTML just needs to reference that
spec.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 23 May 2012 06:40:58 UTC