[Webkit-unassigned] [Bug 10054] ICU should be abstracted out from WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 10 00:28:07 PST 2006


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org




------- Comment #5 from mitz at webkit.org  2006-12-10 00:28 PDT -------
(In reply to comment #4)
> > > Done by Lars Knoll and Hyatt in r18098.
> > Follow-up build fixes in r18099-r18105.
> 
> This change has caused a failure in tables/mozilla/bugs/bug33855.html
> 

Specifically this change in StringImpl.cpp:

-    return c <= 0x7F ? isspace(c) : (u_charDirection(c) ==
U_WHITE_SPACE_NEUTRAL);
+    return c <= 0x7F ? isspace(c) : WTF::Unicode::isSpace(c);


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