nl_langinfo: Mention problem with CRNCYSTR on NetBSD 5.0.
authorBruno Haible <bruno@clisp.org>
Sat, 23 Oct 2010 12:50:38 +0000 (14:50 +0200)
committerIan Beckwith <ianb@erislabs.net>
Sat, 23 Oct 2010 22:12:18 +0000 (23:12 +0100)
* doc/posix-functions/nl_langinfo.texi: Mention problem with CRNCYSTR.
Reported by Eric Blake.
(cherry picked from commit 9645318f03f2c43c8717886f2e129df7931afcb6)

ChangeLog
doc/posix-functions/nl_langinfo.texi

index a090154..4bb8d23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-10-23  Bruno Haible  <bruno@clisp.org>
 
+       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  <bruno@clisp.org>
+
        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.
index 27b8c16..710ee74 100644 (file)
@@ -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