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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 24 05:47:56 PST 2008


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





------- Comment #42 from dominik.roettsches at access-company.com  2008-11-24 05:47 PDT -------
(In reply to comment #41)
> Does this pass the "fast/encoding" tests? You can run them with
> ./WebKitTools/Scripts/run-webkit-tests --gtk (--debug|--release) fast/encoding.

Unfortunately not (yet). I've started looking into it. What's the expected
outcome? Would this patch have to pass all of them? 

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? 

Also, some of the tests specifically checking the decoding result for some
exotic encodings will not pass because libiconv underlying to the GLib routines
does not support all of them. How can we account for that?


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