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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 20 16:50:31 PDT 2007


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

           Summary: StringImpl::isLower calls |islower| for non-ASCII
                    characters
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jungshik.shin at gmail.com


StringImpl::isLower calls |islower| for non-ASCII characters. This leads to an
assertion in debug build. 

It can be easily avoided, but it'd sacrifice performance for ASCII strings. 

In StringImpl.cpp, there are a few similar cases.


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