[Webkit-unassigned] [Bug 7852] New unicode abstraction layer

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Mar 18 22:49:13 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7852


ap at nypop.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at nypop.com




------- Comment #3 from ap at nypop.com  2006-03-18 22:49 PDT -------
Something that doesn't look right to me is that this artificially limits
Unicode support to UCS-2:

inline unsigned short toLower(unsigned short c) {
  return static_cast<unsigned short>(u_tolower(uc));
}

Admittedly, exisiting code also uses unsigned shorts, see bug 4920.


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