Synopsis
int iswpunct_l(wint_t c,
               locale_t loc);
Description

iswpunct_l tests for any printing wide character that is one of a locale-specific set of punctuation wide characters in locale loc for which neither iswspace_l nor iswalnum_l is true.