ISWPUNCT
NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO NOTES
iswpunct - test for punctuation or symbolic wide character
#include wc);
The iswpunct function is the wide-character equivalent of the ispunct function. It tests whether wc is a wide character belonging to the wide character class ''
The wide character class
The wide character class
Being a subclass of the wide character class
Being a subclass of the wide character class
The iswpunct function returns non-zero if wc is a wide character belonging to the wide character class ''
ISO/ANSI C, UNIX98
The behaviour of iswpunct depends on the LC_CTYPE category of the current locale.
This function's name is a misnomer when dealing with Unicode characters, because the wide character class
2 pages link to iswpunct(3):