7.25.2.1.9 The iswpunct function

Synopsis

1

#include <wctype.h>
int iswpunct(wint_t wc);

Description

2

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