Merge branch 'stable'
[gnulib.git] / doc / posix-headers / wctype.texi
1 @node wctype.h
2 @section @file{wctype.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html}
5
6 Gnulib module: wctype-h
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 HP-UX 11.00, BeOS.
13 @item
14 This header file is not self-contained on some platforms:
15 Solaris 2.5, OSF/1 with Desktop Toolkit C, BSD/OS 4.0.1.
16 @item
17 The type @code{wint_t} and macro @code{WEOF} are missing on some platforms:
18 IRIX 5.3.
19 @item
20 The type @code{wint_t} is incorrect on some platforms:
21 MSVC 9.
22 @item
23 The functions @code{isw*} are missing on some platforms:
24 FreeBSD 4.11.
25 @item
26 The function @code{iswblank} is declared but not defined on some platforms:
27 IRIX 6.5.30.
28 @item
29 The functions @code{isw*} are actually defined as macros that don't work,
30 on IRIX 5.3.
31 @item
32 This header file defines some identifiers, such as @code{multibyte}, as macros
33 on some platforms:
34 Solaris 2.6.
35 @end itemize
36
37 Portability problems not fixed by Gnulib:
38 @itemize
39 @end itemize