Bug 37223 - Replace isprint with isASCIIPrintable
Summary: Replace isprint with isASCIIPrintable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-07 11:45 PDT by Kwang Yul Seo
Modified: 2010-04-07 13:32 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.24 KB, patch)
2010-04-07 11:48 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2010-04-07 11:45:52 PDT
WebKit does not use functions in <ctype.h> as they are dependent on the current locale. Use the equivalent functions in <wtf/ASCIICType.h>.
Comment 1 Kwang Yul Seo 2010-04-07 11:48:15 PDT
Created attachment 52762 [details]
Patch
Comment 2 WebKit Commit Bot 2010-04-07 13:32:20 PDT
Comment on attachment 52762 [details]
Patch

Clearing flags on attachment: 52762

Committed r57226: <http://trac.webkit.org/changeset/57226>
Comment 3 WebKit Commit Bot 2010-04-07 13:32:25 PDT
All reviewed patches have been landed.  Closing bug.