public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/zack/no-nested-includes] nl_{AW, NL}: Correct the thousands separator and grouping (bug 23831).
@ 2019-06-26 15:47 Zack Weinberg
  0 siblings, 0 replies; only message in thread
From: Zack Weinberg @ 2019-06-26 15:47 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fefa21790b5081e5d04662a240e2efd18603ef86

commit fefa21790b5081e5d04662a240e2efd18603ef86
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Fri Jun 21 20:18:48 2019 +0200

    nl_{AW,NL}: Correct the thousands separator and grouping (bug 23831).
    
    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.

Diff:
---
 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 0833ead..deee770 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2019-06-21  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+	[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  <tklauser@distanz.ch>
 
 	* sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (INIT_ARCH): Use
diff --git a/localedata/locales/nl_AW b/localedata/locales/nl_AW
index be44ddc..cc00881 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   "<U202F>"
+mon_thousands_sep   "."
 mon_grouping        3;3
 positive_sign       ""
 negative_sign       "-"
diff --git a/localedata/locales/nl_NL b/localedata/locales/nl_NL
index d0ba6c7..20652a9 100644
--- a/localedata/locales/nl_NL
+++ b/localedata/locales/nl_NL
@@ -74,7 +74,7 @@ LC_MONETARY
 int_curr_symbol           "EUR "
 currency_symbol           "<U20AC>"
 mon_decimal_point         ","
-mon_thousands_sep         "<U202F>"
+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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-26 15:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-26 15:47 [glibc/zack/no-nested-includes] nl_{AW, NL}: Correct the thousands separator and grouping (bug 23831) Zack Weinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).