05fa9da890b1aa980b9479d8367ecefc5decaf65
[gnulib.git] / doc / posix-headers / langinfo.texi
1 @node langinfo.h
2 @section @file{langinfo.h}
3
4 POSIX specification: @url{http://www.opengroup.org/susv3xbd/langinfo.h.html}
5
6 Gnulib module: langinfo
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 mingw, BeOS.
13 @item
14 The constant @code{CODESET} is not defined on some platforms:
15 glibc 2.0.6, OpenBSD 3.8.
16 @item
17 The constants @code{ERA}, @code{ERA_D_FMT}, @code{ERA_D_T_FMT},
18 @code{ERA_T_FMT}, @code{ALT_DIGITS} are not defined on some platforms:
19 OpenBSD 3.8.
20 @end itemize
21
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize