7.25.2.1.10 The iswspace function
Synopsis
#include <wctype.h>
int iswspace(wint_t wc);
Description
The iswspace function tests for any wide character that corresponds to a locale-specific set of white-space wide characters for which none of iswalnum, iswgraph, or iswpunct is true.