diff options
author | Rafal Luzynski <digitalfreak@lingonborough.com> | 2019-06-21 20:18:48 +0200 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2019-06-21 20:48:35 +0200 |
commit | fefa21790b5081e5d04662a240e2efd18603ef86 (patch) | |
tree | 39828b8280fdf86b6f30b0c30bbfb067eb1710dd /ChangeLog | |
parent | 85c748f9ff3db4a7796472f90d4d80e9987b7922 (diff) | |
download | glibc-fefa21790b5081e5d04662a240e2efd18603ef86.tar.gz glibc-fefa21790b5081e5d04662a240e2efd18603ef86.tar.xz glibc-fefa21790b5081e5d04662a240e2efd18603ef86.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 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 |