[Webkit-unassigned] [Bug 32857] RVCT (__ARMCC_VERSION < 400000) does not provide strcasecmp and strncasecmp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 22 10:50:09 PST 2009


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45376|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #5 from Darin Adler <darin at apple.com>  2009-12-22 10:50:09 PST ---
(From update of attachment 45376)
This patch is OK, but I'd prefer to see us eliminate strcasecmp and strncasecmp
from the code instead.

These compare non-ASCII characters without any processing, which is better for
our purposes, whereas strcasecmp and strncasecmp may handle non-ASCII
characters as letters based on the current POSIX locale setting.

It'd be good to provide an ASCII version of strcasecmp and strncasecmp and get
rid of the current uses of them.

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