avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / nl_langinfo.texi
1 @node nl_langinfo
2 @section @code{nl_langinfo}
3 @findex nl_langinfo
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nl_langinfo.html}
6
7 Gnulib module: nl_langinfo
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw, BeOS.
14 @item
15 The constant @code{CODESET} is not supported on some platforms:
16 glibc 2.0.6, OpenBSD 3.8.
17 @item
18 The constants @code{ERA}, @code{ERA_D_FMT}, @code{ERA_D_T_FMT},
19 @code{ERA_T_FMT}, @code{ALT_DIGITS} are not supported on some platforms:
20 OpenBSD 3.8.
21 @end itemize
22
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @item
26 On Cygwin 1.5.x, which doesn't have locales, @code{nl_langinfo(CODESET)} always
27 returns @code{"US-ASCII"}.
28
29 @item
30 On Cygwin 1.7.0, only the charset portion of a locale designation is honored.
31 @end itemize