Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
wctype(3)
Edit
PageHistory
Diff
Info
LikePages
WCTYPE !!!WCTYPE NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO NOTES ---- !!NAME wctype - wide character classification !!SYNOPSIS __#include __''name''__); __ !!DESCRIPTION The __wctype_t__ type represents a property which a wide character may or may not have. In other words, it represents a class of wide characters. This type's nature is implementation dependent, but the special value ''(wctype_t)0'' denotes an invalid property. Nonzero __wctype_t__ values can be passed to the __iswctype__ function to actually test whether a given wide character has the property. The __wctype__ function returns a property, given by its name. The set of valid names depends on the LC_CTYPE category of the current locale, but the following names are valid in all locales. isalnum__ classification function __isalpha__ classification function __isblank__ classification function __iscntrl__ classification function __isdigit__ classification function __isgraph__ classification function __islower__ classification function __isprint__ classification function __ispunct__ classification function __isspace__ classification function __isupper__ classification function __isxdigit__ classification function !!RETURN VALUE The __wctype__ function returns a property descriptor if the ''name'' is valid. Otherwise it returns ''(wctype_t)0''. !!CONFORMING TO ISO/ANSI C, UNIX98 !!SEE ALSO iswctype(3) !!NOTES The behaviour of __wctype__ depends on the LC_CTYPE category of the current locale. ----
2 pages link to
wctype(3)
:
Man3w
iswctype(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.