From patchwork Fri Jun 21 18:47:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 33258 Received: (qmail 56544 invoked by alias); 21 Jun 2019 18:52:29 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 56535 invoked by uid 89); 21 Jun 2019 18:52:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, XPRIO autolearn=ham version=3.3.1 spammy=eur, EUR, H*x:Mailer, H*UA:Mailer X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: -1 Date: Fri, 21 Jun 2019 20:47:45 +0200 (CEST) From: Rafal Luzynski To: libc-alpha@sourceware.org Message-ID: <2058618960.2169105.1561142865474@poczta.nazwa.pl> Subject: [PATCH COMMITTED] nl_{AW,NL}: Correct the thousands separator and grouping (bug 23831). MIME-Version: 1.0 According to CLDR 35.1 and the bug report the thousands grouping separator should be always "." (a single dot) and digits should be grouped by 3. [BZ #23831] * localedata/locales/nl_AW (mon_thousands_sep): Set to ".". * localedata/locales/nl_NL (mon_thousands_sep): Likewise. (thousands_sep): Likewise. (grouping): Set to 3;3. --- ChangeLog | 8 ++++++++ localedata/locales/nl_AW | 2 +- localedata/locales/nl_NL | 6 +++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0833ead403..deee7703b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2019-06-21 Rafal Luzynski + + [BZ #23831] + * localedata/locales/nl_AW (mon_thousands_sep): Set to ".". + * localedata/locales/nl_NL (mon_thousands_sep): Likewise. + (thousands_sep): Likewise. + (grouping): Set to 3;3. + 2019-06-21 Tobias Klauser * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (INIT_ARCH): Use diff --git a/localedata/locales/nl_AW b/localedata/locales/nl_AW index be44ddc952..cc00881e8e 100644 --- a/localedata/locales/nl_AW +++ b/localedata/locales/nl_AW @@ -50,7 +50,7 @@ LC_MONETARY int_curr_symbol "AWG " currency_symbol "Afl." mon_decimal_point "," -mon_thousands_sep "" +mon_thousands_sep "." mon_grouping 3;3 positive_sign "" negative_sign "-" diff --git a/localedata/locales/nl_NL b/localedata/locales/nl_NL index d0ba6c7283..20652a9939 100644 --- a/localedata/locales/nl_NL +++ b/localedata/locales/nl_NL @@ -74,7 +74,7 @@ LC_MONETARY int_curr_symbol "EUR " currency_symbol "" mon_decimal_point "," -mon_thousands_sep "" +mon_thousands_sep "." mon_grouping 3;3 positive_sign "" negative_sign "-" @@ -90,8 +90,8 @@ END LC_MONETARY LC_NUMERIC decimal_point "," -thousands_sep "" -grouping 0;0 +thousands_sep "." +grouping 3;3 END LC_NUMERIC LC_TIME