poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / iswctype.texi
blob16e5a3a132dca3a5cc4cf4e7d1cbbce0ef798375
1 @node iswctype
2 @section @code{iswctype}
3 @findex iswctype
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/iswctype.html}
7 Gnulib module: iswctype
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8.
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 @item
19 This function cannot be called from plain inline or extern inline functions
20 on some platforms:
21 OS X 10.8.
22 @end itemize
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @item
27 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
28 accommodate all Unicode characters.
29 @end itemize