POSIX specification:
http://www.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html
Gnulib module: wctype-h
Portability problems fixed by Gnulib:
wint_t and macro WEOF are missing on some platforms:
IRIX 5.3.
wint_t is incorrect on some platforms:
MSVC 9.
isw* are missing on some platforms:
FreeBSD 4.11.
iswblank is declared but not defined on some platforms:
IRIX 6.5.30.
isw* are actually defined as macros that don't work,
on IRIX 5.3.
multibyte, as macros
on some platforms:
Solaris 2.6.
Portability problems not fixed by Gnulib: