add new standards subfile
[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} is missing on some platforms:
18 IRIX 5.3.
19 @end itemize
20
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @end itemize