wctype.3c (2010 09)

w
wctype(3C) wctype(3C)
iswspace(wc) wc is a character that creates "white space" in displayed text (in ASCII: space,
tab, carriage return, new-line, vertical tab, and form-feed).
iswpunct(wc) wc is a punctuation character (in ASCII: any printing character except the
space character (040), digits, letters).
iswprint(wc) wc is a printing character.
iswgraph(wc) wc is a visible character (in ASCII: printing characters, excluding the space
character (040)).
iswcntrl(wc) wc is a control character (in ASCII: character codes less than 040 and the
delete character (0177)).
If the argument to any of these functions is outside the domain of the function, the result is 0 (false).
Definitions for these functions and the types
wint_t, wchar_t, and wctype_t are provided in the
<wchar.h> header.
EXTERNAL INFLUENCES
Locale
The
LC_CTYPE category determines the classification of character type.
International Code Set Support
Single-byte and multibyte character code sets are supported.
AUTHOR
wctype() was developed by IBM, OSF, and HP.
SEE ALSO
ctype(3C), multibyte(3C), setlocale(3C), ascii(5), thread_safety(5).
STANDARDS CONFORMANCE
iswalnum(): XPG4
iswalpha(): XPG4
iswblank(): ISO/IEC 9899:1999 (C99), UNIX 03
iswcntrl(): XPG4
iswctype(): XPG4
iswdigit(): XPG4
iswgraph(): XPG4
iswlower(): XPG4
iswprint(): XPG4
iswpunct(): XPG4
iswspace(): XPG4
iswupper(): XPG4
iswxdigit(): XPG4
wctype(): XPG4
2 Hewlett-Packard Company 2 HP-UX 11i Version 3: September 2010