+2019-06-17 Rafal Luzynski <digitalfreak@lingonborough.com>
+
+ [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.
+
2019-06-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
* sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_routines,
{ "de_DE.ISO-8859-1", "|-12,34 EUR|-12,34|" },
{ "da_DK.ISO-8859-1", "|kr. -12,34|-12,34|" },
{ "zh_TW.EUC-TW", "|-NT$12.34|-12.34|" },
- { "sv_SE.ISO-8859-1", "|-12,34 kr|-12,34|" }
+ { "sv_SE.ISO-8859-1", "|-12,34 kr|-12,34|" },
+ { "nl_NL.UTF-8", "|\u20ac -12,34|-12,34|" },
};
#define ntests (sizeof (tests) / sizeof (tests[0]))