nl_langinfo
POSIX specification:
http://www.opengroup.org/onlinepubs/9699919799/functions/nl_langinfo.html
Gnulib module: nl_langinfo
Portability problems fixed by Gnulib:
CODESET is not supported on some platforms:
glibc 2.0.6, OpenBSD 3.8.
ERA, ERA_D_FMT, ERA_D_T_FMT,
ERA_T_FMT, ALT_DIGITS are not supported on some platforms:
OpenBSD 3.8.
T_FMT_AMPM, YESEXPR, NOEXPR are not
supported on some platforms:
IRIX 5.3.
YESEXPR and NOEXPR do not return a valid
string on some platforms:
Irix 6.5.
Portability problems not fixed by Gnulib:
nl_langinfo(CODESET) always
returns "US-ASCII".
nl_langinfo(CRNCYSTR) returns the
empty string, although the local currency symbol, as returned by
localeconv()->currency_symbol, is non-empty.
nl_langinfo(ABMON_1) ... nl_langinfo(ABMON_12) are full month
names, not abbreviated month names.