[Webkit-unassigned] [Bug 179307] WebKit treats Big5-HKSCS as a distinct encoding from Big5, Encoding standard says it's the same

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 5 18:29:18 PST 2017


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

--- Comment #1 from Maciej Stachowiak <mjs at apple.com> ---
Here's some past revisions that may explain why we have this behavior (pointed out by Darin):

https://trac.webkit.org/changeset/3611/webkit
    We changed to treat all Big5 as an alias for the Windows version (like the latest Encoding spec does)


https://trac.webkit.org/changeset/4054/webkit
    We changed to treat most Big5 character sets as Big5_HKSCS_1999, unless they were explicitly Microsoft-specific.

https://trac.webkit.org/changeset/4689/webkit
    We changed to treat most Big5 character sets as the DOS/Windows version, but left Big5-HKSCS alone.

It's not totally clear why Big5-HKSCS was left alone in that last change. I don't think this is compatible with other browsers do, so we should probably abandon this direction. But I need to make some tests.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171106/f97976e7/attachment.html>


More information about the webkit-unassigned mailing list