NAME
iswctype - wide-character classification
SYNOPSIS
#include <wctype.h> int iswctype(wint_t wc, wctype_t desc);
DESCRIPTION
If wc is a wide character having the character property designated by desc (or in other words: belongs to the character class designated by desc), the iswctype() function returns nonzero. Otherwise, it returns zero. If wc is WEOF, zero is returned. desc must be a character property descriptor returned by the wctype(3) function.
RETURN VALUE
The iswctype() function returns nonzero if the wc has the designated property. Otherwise, it returns 0.
ATTRIBUTES
For an explanation of the terms used in this section, see attributes(7). Interface Attribute Value iswctype() Thread safety MT-Safe
CONFORMING TO
POSIX.1-2001, POSIX.1-2008, C99.
NOTES
The behavior of iswctype() depends on the LC_CTYPE category of the current locale.
SEE ALSO
iswalnum(3), iswalpha(3), iswblank(3), iswcntrl(3), iswdigit(3), iswgraph(3), iswlower(3), iswprint(3), iswpunct(3), iswspace(3), iswupper(3), iswxdigit(3), wctype(3)
COLOPHON
This page is part of release 4.09 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/.
More Linux Commands
manpages/XcmsCIELabQueryMinL.3.html
XcmsCIELabQueryMinL(3) - obtain the CIE L*a*b* coordinates
The XcmsCIELabQueryMaxC function, given a hue angle and lightness, finds the point of maximum chroma displayable by the screen. It returns this point in CIE L*a
manpages/termcap.5.html
termcap(5) - terminal capability database - Linux man page
The termcap database is an obsolete facility for describing the capabilities of character-cell terminals and printers. It is retained only for capability with o
manpages/cyrus_fetchnews.8.html
cyrus_fetchnews(8) - retrieve new articles from peer and fee
Fetchnews retrieves news articles from a peer news server and feeds them to a Cyrus server. Fetchnews connects to the peer specified by peername, requests new a
manpages/prune.1.html
prune(1) - Prune directed graphs (Commands - Linux man page)
prune reads directed graphs in the same format used by dot(1) and removes subgraphs rooted at nodes specified on the command line via options. These nodes thems
manpages/grub2-sparc64-setup.8.html
grub2-sparc64-setup(8) set up a device to boot using GRUB...
grub2-sparc64-setup.8 - Set up images to boot from DEVICE. You should not normally run this program directly. Use grub-install instead. -a, --allow-floppy make
manpages/grmic-4.6.1.html
grmic-4.6(1) - Generate stubs for Remote Method Invocation
grmic is a utility included with libgcj which generates stubs for remote objects. Note that this program isnt yet fully compatible with the JDK grmic. Some opti
manpages/gnutls_certificate_type_get.3.html
gnutls_certificate_type_get(3) - API function (Man Page)....
The certificate type is by default X.509, unless it is negotiated as a TLS extension. RETURNS the currently used gnutls_certificate_type_t certificate type. REP
manpages/pppoe-stop.8.html
pppoe-stop(8) Shell script to shut down a PPPoE link........
pppoe-stop is a shell script which stops the Roaring Penguin user-space PPPoE client. If you omit config_file, the default file /etc/ppp/pppoe.conf is used. AUT
manpages/ldapsearch.1.html
ldapsearch(1) - LDAP search tool (Commands - Linux man page)
ldapsearch is a shell-accessible interface to the ldap_search_ext(3) library call. ldapsearch opens a connection to an LDAP server, binds, and performs a search
manpages/XSetIOErrorHandler.3.html
XSetIOErrorHandler(3) - default error handlers (Man Page)...
Xlib generally calls the programs supplied error handler whenever an error is received. It is not called on BadName errors from OpenFont, LookupColor, or AllocN
manpages/typeahead.3ncurses.html
typeahead(3ncurses) - curses input options - Linux man page
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill charact
manpages/use_legacy_coding.3ncurses.html
use_legacy_coding(3ncurses) - use terminal's default colors
use_legacy_coding.3ncurses - The use_legacy_coding() function is an extension to the curses library. It allows the caller to change the result of unctrl, and su
