avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-headers / wchar.texi
1 @node wchar.h
2 @section @file{wchar.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/wchar.h.html}
5
6 Gnulib module: wchar
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file cannot be included on some platforms:
12 Linux uClibc built without wide character support.
13 @item
14 This header file is not self-contained on some platforms:
15 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
20 @item
21 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
22 expressions:
23 NetBSD 5.0
24 @end itemize
25
26 Portability problems not fixed by Gnulib:
27 @itemize
28 @item
29 This header file leads to link errors and endless recursions or endless loops
30 on some platforms:
31 glibc version 2.5 or older, together with gcc version 4.3 or newer and the
32 option @samp{-std=c99} or @samp{-std=gnu99}.
33 @end itemize