[Webkit-unassigned] [Bug 76152] Incorrect handling of CSS escape sequences that encode surrogates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 10:15:47 PST 2012


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





--- Comment #6 from Alexey Proskuryakov <ap at webkit.org>  2012-02-22 10:15:47 PST ---
Please don't use custom written arithmetics for UTF-16. There are macros for this in ICU, and we have versions of these for platforms that don't have ICU in wtf/unicode/UnicodeMacrosFromICU.h.

The most important part of this fix will be adding test cases, and making sure that all the changes agree with what other browsers do. For example, how should "\110000" be handled (the spec says "MAY", which is unhelpful)?

-- 
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