[Webkit-unassigned] [Bug 7852] New unicode abstraction layer
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Apr 3 08:53:40 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7852
------- Comment #8 from darin at apple.com 2006-04-03 08:53 PDT -------
(From update of attachment 7478)
+ } while (KJS::Unicode::isFormatChar(next3));
You should remove the KJS:: prefixes in all these places, because the code is
already in the KJS prefix.
+ return static_cast<unsigned short>(u_tolower(c));
+ return static_cast<unsigned short>(u_toupper(c));
No need for the type casts here.
--
Configure bugmail: http://bugzilla.opendarwin.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