7.25.2.1.9 The iswpunct function
Synopsis
#include <wctype.h>
int iswpunct(wint_t wc);
Description
The iswpunct function tests for any printing wide character that is one of a locale- specific set of punctuation wide characters for which neither iswspace nor iswalnum is true.[1]
Footnotes