From: Bruno Haible Date: Sat, 23 Oct 2010 12:50:38 +0000 (+0200) Subject: nl_langinfo: Mention problem with CRNCYSTR on NetBSD 5.0. X-Git-Tag: stable/20101024~2 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=87dea4e;p=gnulib.git nl_langinfo: Mention problem with CRNCYSTR on NetBSD 5.0. * doc/posix-functions/nl_langinfo.texi: Mention problem with CRNCYSTR. Reported by Eric Blake. (cherry picked from commit 9645318f03f2c43c8717886f2e129df7931afcb6) --- diff --git a/ChangeLog b/ChangeLog index a09015484..4bb8d233a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2010-10-23 Bruno Haible + nl_langinfo: Mention problem with CRNCYSTR on NetBSD 5.0. + * doc/posix-functions/nl_langinfo.texi: Mention problem with CRNCYSTR. + Reported by Eric Blake. + +2010-10-23 Bruno Haible + Tests: Fix LOCALE_JA on MirBSD 10. * m4/locale-ja.m4 (gt_LOCALE_JA): Reject a locale identifier that leads to an UTF-8 locale. diff --git a/doc/posix-functions/nl_langinfo.texi b/doc/posix-functions/nl_langinfo.texi index 27b8c16d9..710ee749e 100644 --- a/doc/posix-functions/nl_langinfo.texi +++ b/doc/posix-functions/nl_langinfo.texi @@ -32,4 +32,9 @@ returns @code{"US-ASCII"}. @item On Cygwin 1.7.0, only the charset portion of a locale designation is honored. + +@item +On NetBSD 5.0, in some locales, @code{nl_langinfo(CRNCYSTR)} returns the +empty string, although the local currency symbol, as returned by +@code{localeconv()->currency_symbol}, is non-empty. @end itemize