Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/w/wctype.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/w/wctype.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/w/wctype.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/w/wctype.html on line 8
Define a wide-character class
#include <wctype.h>
wctype_t wctype( const char * property );
- property
- A string that defines the property of the class; see below.
libc
Use the -l c option to
qcc
to link against this library.
This library is usually included automatically.
The wctype() function determines a classification rule for wide-character
codes according to the category LC_CTYPE, particularly for use with
iswctype().
Some classes are defined in all locales, although additional classes may be defined for LC_CTYPE. Use
setlocale()
to modify the category LC_CTYPE.
Defined Classes:
alnum
alpha
blank
cntrl
digit
graph
lower
print
punct
space
upper
xdigit
A wctype_t object that you can use in a call to
iswctype(),
or 0 if the character class name isn't valid for the current locale.
ANSI,
POSIX 1003.1
Safety: | |
Cancellation point |
No |
Interrupt handler |
Yes |
Signal handler |
Yes |
Thread |
Yes |
iswctype(),
setlocale()
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/w/wctype.html on line 135
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/w/wctype.html on line 135