d990b9a55b78294274713f839278c545f9e48bf1
[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/onlinepubs/9699919799/basedefs/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 @item
21 The constants @code{T_FMT_AMPM}, @code{YESEXPR}, @code{NOEXPR} are not
22 defined on some platforms:
23 IRIX 5.3.
24 @end itemize
25
26 Portability problems not fixed by Gnulib:
27 @itemize
28 @end itemize