]> git.ipfire.org Git - thirdparty/glibc.git/commit
nl_NL locale: Correct the negative monetary format (bug 24614).
authorRafal Luzynski <digitalfreak@lingonborough.com>
Wed, 5 Jun 2019 22:22:54 +0000 (00:22 +0200)
committerRafal Luzynski <digitalfreak@lingonborough.com>
Mon, 17 Jun 2019 21:42:06 +0000 (23:42 +0200)
commit02d8b5ab1c89bcef2627d2b621bfb35b573852c2
tree28181873ccbab59077e702d43ac318bd09a9ee17
parent112a0ae18b831bf31f44d81b82666980312511d6
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.
ChangeLog
localedata/Makefile
localedata/locales/nl_NL
localedata/tst-strfmon1.c