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

iswblank_l tests for any wide character that is a standard blank wide character in the locale loc or is one of a locale-specific set of wide characters for which iswspace_l is true and that is used to separate words within a line of text. The standard blank wide are space and horizontal tab.