d229808ea6964464dc650733310d8320b4b2d5a4
[gnulib.git] / doc / posix-functions / iswblank.texi
1 @node iswblank
2 @section @code{iswblank}
3 @findex iswblank
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/iswblank.html}
6
7 Gnulib module: wctype
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function returns 0 for all possible arguments on some platforms:
13 Linux libc5.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function is missing on some platforms:
20 AIX 4.3.2, IRIX 6.5, OSF/1 5.1, Solaris 9, mingw.
21 @item
22 On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
23 accommodate all Unicode characters.
24 @end itemize