poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / wctype.texi
blob33c3fad88329898df9a2da4003d1504e6954b36c
1 @node wctype
2 @section @code{wctype}
3 @findex wctype
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/wctype.html}
7 Gnulib module: wctype
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, MSVC 9.
14 @item
15 This function is declared in @code{<wchar.h>}, not in @code{<wctype.h>}, on
16 some platforms:
17 HP-UX 11.00.
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
24 accommodate all Unicode characters.
25 @end itemize