[Webkit-unassigned] [Bug 32937] LayoutTests/fast/encoding/invalid-UTF-8.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 15 09:32:40 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=32937





--- Comment #4 from Darin Adler <darin at apple.com>  2010-02-15 09:32:38 PST ---
On thing the Unicode Standard 5.2 says about this is that these ill-formed
sequences must not be interpreted as characters. The examples given of
legitimate handling are: Signaling an error, filtering the code unit out, or
representing the code unit with a marker such as U+FFFD. It's not clear if
representing the code unit with a "?" character is acceptable, nor is it clear
if representing ill-formed sequences with a run of "?" characters that happens
to match the sequence length is acceptable.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list