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

iswspace_l tests for any wide character that corresponds to a locale-specific set of white-space wide characters in the locale loc for which none of iswalnum, iswgraph_l, or iswpunct_l is true.