[Webkit-unassigned] [Bug 15914] [GTK] Implement Unicode functionality using GLib

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 24 06:55:28 PST 2008


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





------- Comment #43 from ap at webkit.org  2008-11-24 06:55 PDT -------
(In reply to comment #42)
> 2 or 3 test cases (admittedly the easier ones) depend on a certain canonical
> name for the encoding which seems different in ICU and GLib (for example
> windows-1256 != CP1256). Would it be acceptable to modify the test cases here,
> e.g. doing the actual result check with a more tolerant RegExp in JS and print
> PASS/FAIL? 

We need to decide on a case by case basis. In particular, windows-1256 is a
registered IANA name, unlike CP1256, so changing from former to latter is not
an improvement. In fact, some cpXXX names do not even match windows-XXX ones
with the same number (e.g. windows-949 vs. cp949).

I don't have an opinion on whether the issues you described should be dealt
with now, or left for later.


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



More information about the webkit-unassigned mailing list