RESOLVED FIXED Bug 37223
Replace isprint with isASCIIPrintable
https://bugs.webkit.org/show_bug.cgi?id=37223
Summary Replace isprint with isASCIIPrintable
Kwang Yul Seo
Reported 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>.
Attachments
Patch (1.24 KB, patch)
2010-04-07 11:48 PDT, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2010-04-07 11:48:15 PDT
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2010-04-07 13:32:25 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.