NAME
iswalnum_l,
iswalpha_l,
iswcntrl_l,
iswctype_l,
iswdigit_l,
iswgraph_l,
iswlower_l,
iswprint_l,
iswpunct_l,
iswspace_l,
iswupper_l,
iswxdigit_l,
towlower_l,
towupper_l,
wctype_l,
iswblank_l,
iswhexnumber_l,
iswideogram_l,
iswnumber_l,
iswphonogram_l,
iswrune_l,
iswspecial_l,
nextwctype_l,
towctrans_l,
wctrans_l
– wide character classification utilities
STANDARDS
These functions conform to
IEEE Std 1003.1-2008 ("POSIX.1"),
except for
iswascii_l(),
iswhexnumber_l(),
iswideogram_l(),
iswphonogram_l(),
iswrune_l(),
iswspecial_l()
and
nextwctype_l()
which are
FreeBSD
extensions.