[Webkit-unassigned] [Bug 6310] text-transform: uppercase/lowercase don't handle cases one character becomes two

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jan 21 11:45:05 PST 2006


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





------- Comment #7 from darin at apple.com  2006-01-21 11:45 -------
The ICU functions for this are:

    u_strToLower
    u_strToUpper
    u_strToTitle

I think we can fix a lot of problems if we change things so that text
transforms use these functions, either directly or through DOMString functions.


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