summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafal Luzynski <digitalfreak@lingonborough.com>2019-06-21 20:18:48 +0200
committerRafal Luzynski <digitalfreak@lingonborough.com>2019-06-21 20:48:35 +0200
commitfefa21790b5081e5d04662a240e2efd18603ef86 (patch)
tree39828b8280fdf86b6f30b0c30bbfb067eb1710dd
parent85c748f9ff3db4a7796472f90d4d80e9987b7922 (diff)
downloadglibc-fefa21790b5081e5d04662a240e2efd18603ef86.tar.gz
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.
-rw-r--r--ChangeLog8
-rw-r--r--localedata/locales/nl_AW2
-rw-r--r--localedata/locales/nl_NL6
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 <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 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 "<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 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 "<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