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)
committerBruno Haible <bruno@clisp.org>
Sat, 23 Oct 2010 12:50:38 +0000 (14:50 +0200)
* doc/posix-functions/nl_langinfo.texi: Mention problem with CRNCYSTR.
Reported by Eric Blake.

ChangeLog
doc/posix-functions/nl_langinfo.texi

index be3c9bd..f312a88 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