From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100984 invoked by alias); 17 Jun 2019 21:44:36 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 100897 invoked by uid 55); 17 Jun 2019 21:44:28 -0000 From: "cvs-commit at gcc dot gnu.org" To: libc-locales@sourceware.org Subject: [Bug localedata/24614] nl_NL LC_MONETARY doesn't match CLDR 35 Date: Mon, 17 Jun 2019 21:44:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.29 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: digitalfreak at lingonborough dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2019-q2/txt/msg00095.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D24614 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Rafal Luzynski : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D02d8b5ab1c89bcef262= 7d2b621bfb35b573852c2 commit 02d8b5ab1c89bcef2627d2b621bfb35b573852c2 Author: Rafal Luzynski Date: Thu Jun 6 00:22:54 2019 +0200 nl_NL locale: Correct the negative monetary format (bug 24614). According to CLDR 35.1 and the bug report the correct monetary format for negative amounts should be "EUR -1 234,56" while previously it was "EUR 1 234,56-". This patch does not change the thousands (grouping) separator. [BZ #24614] * localedata/Makefile (LOCALES): Add nl_NL.UTF-8. * localedata/locales/nl_NL (n_sep_by_space): Set to 2 (a space between the currency symbol and the minus sign). (n_sign_posn): Set to 4 (the minus sign after the currency symbol). * localedata/tst-strfmon1.c (tests): Add test data for nl_NL.UTF-8. --=20 You are receiving this mail because: You are on the CC list for the bug.