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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 14:00:13 PST 2008


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





------- Comment #3 from j at bitron.ch  2008-02-01 14:00 PDT -------
Created an attachment (id=18852)
 --> (http://bugs.webkit.org/attachment.cgi?id=18852&action=view)
Preliminary patch removing ICU dependency

I've replaced the ICU dependency by the unicode functionality of GLib, Pango,
and fribidi. The attached patch is experimental. It's probably quite a bit
slower as I had to add many conversions between UTF-8 and UTF-16.
TextBoundariesGtk.cpp implementation is still missing, so at least text entry
won't work.

Pango already contains a copy of fribidi, however, the Pango API doesn't
provide access to Bidi Type information. That's why I had to add a direct
dependency on fribidi. Maybe this could be eliminated by extending the API in a
future version of Pango.


-- 
Configure bugmail: http://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