[Webkit-unassigned] [Bug 51035] UCS2 encoding aliases should be defaulted to Big Endian

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 14 14:03:25 PST 2010


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





--- Comment #8 from Alexey Proskuryakov <ap at webkit.org>  2010-12-14 14:03:25 PST ---
(From update of attachment 76567)
View in context: https://bugs.webkit.org/attachment.cgi?id=76567&action=review

I think that key to landing this would be testing IE and Firefox with regular HTML files served over HTTP. Data URLs are a great trick for regression tests, but comparing browser behavior based on them isn't very reliable.

> LayoutTests/fast/encoding/char-decoding-expected.txt:160
> +PASS decodeSurrogatePair('UTF-16BE', '%D8%69%DE%D6') is 'U+D869/U+DED6'

I'm not sure why decodeSurrogatePair is needed - does decode() not work for those? If so, could it be better to fix decode()?

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