poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / iswblank.texi
blob1c40b13c8f4062faeae97da07d443f90027ae14f
1 @node iswblank
2 @section @code{iswblank}
3 @findex iswblank
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/iswblank.html}
7 Gnulib module: iswblank
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, IRIX 6.5, Solaris 9, mingw, MSVC 9, Android 4.4.
14 @item
15 This function is declared but not defined on some platforms:
16 IRIX 6.5.30.
17 @item
18 This function is not declared (without @code{-D_GNU_SOURCE}) on some platforms:
19 glibc 2.8.
20 @end itemize
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @item
25 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and
26 therefore cannot accommodate all Unicode characters.
27 However, the Gnulib function @code{c32isblank}, provided by Gnulib module
28 @code{c32isblank}, operates on 32-bit wide characters and therefore does not
29 have this limitation.
30 @end itemize