From 9645318f03f2c43c8717886f2e129df7931afcb6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 23 Oct 2010 14:50:38 +0200 Subject: [PATCH] nl_langinfo: Mention problem with CRNCYSTR on NetBSD 5.0. * doc/posix-functions/nl_langinfo.texi: Mention problem with CRNCYSTR. Reported by Eric Blake. --- ChangeLog | 6 ++++++ doc/posix-functions/nl_langinfo.texi | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index be3c9bd17..f312a8816 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 -- 2.11.0