Refer to new POSIX:2008 standard.
[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: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 mingw, BeOS.
18 @item
19 Some older versions of glibc had @code{nl_langinfo} but not the @code{CODESET}
20 macro.
21 @item
22 On Cygwin, which doesn't have locales, @code{nl_langinfo(CODESET)} always
23 returns @code{"US-ASCII"}.
24 @end itemize