144df4a141d336f099bbca3203bb8fb8ee4dea5e
[gnulib.git] / doc / posix-functions / iswctype.texi
1 @node iswctype
2 @section @code{iswctype}
3 @findex iswctype
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswctype.html}
6
7 Gnulib module: iswctype
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 IRIX 5.3, Solaris 2.5.1.
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
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
24 accommodate all Unicode characters.
25 @end itemize