[Webkit-unassigned] [Bug 13138] StringImpl::isLower calls |islower| for non-ASCII characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 27 21:54:22 PDT 2007


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





------- Comment #15 from darin at apple.com  2007-03-27 21:54 PDT -------
(In reply to comment #12)
> BTW, is the second argument for equalIgnoringCase(const StringImple*, const
> char*) only ASCII or can it be Latin-1 or whatever locale-dependent encoding?
> In that case, we need to check its 'ASCIIness' as well. 

It's only for ASCII strings; maybe it would be good to have debug-only code
that asserts it's all ASCII so at least we'd find out at runtime if someone
misuses it.


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