[Webkit-unassigned] [Bug 30437] Japanese Text Search Problem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 15:56:07 PDT 2009


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





--- Comment #32 from Jungshik Shin <jshin at chromium.org>  2009-10-21 15:56:06 PDT ---
(In reply to comment #31)
> What is the invuca table, and why does Chrome need it, but not other
> WebKit-based browsers?

I was not clear. invuca is necessary by all other ICU-dependent webkit port IF
collator is built at run-time (as is done with the patch for this bug). Chrome
excluded it from its ICU data file because neither Webkit nor Chrome's other
components build a collator with custom rules at run-time. With the patch here
(or a new patch addressing the regression), that's not the case any more. 

Among other ICU-dependent Webkit ports, Safari on OS X is not affected because
it gets the *full* ICU data from the OS. Safari on Win could have cut down the
download size a little bit by excluding invuca, but apparently it didn't. So,
it's not affected, either.

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