[Webkit-unassigned] [Bug 37223] New: Replace isprint with isASCIIPrintable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 7 11:45:52 PDT 2010


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

           Summary: Replace isprint with isASCIIPrintable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


WebKit does not use functions in <ctype.h> as they are dependent on the current
locale. Use the equivalent functions in <wtf/ASCIICType.h>.

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