From 56a752ab6aa89088a787d852358cdd8f0a0d57f1 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 17 Oct 2017 14:54:53 +0200 Subject: Place monetary symbol in el_GR and el_CY after the amount CLDR uses this pattern as well. [BZ #22019] * localedata/locales/el_GR: Set n_cs_precedes to 0. * localedata/locales/el_CY: copy "el_GR" because it is identical. * stdlib/tst-strfmon_l.c: adapt test case. --- stdlib/tst-strfmon_l.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib') diff --git a/stdlib/tst-strfmon_l.c b/stdlib/tst-strfmon_l.c index dff186f97a..1d8c842925 100644 --- a/stdlib/tst-strfmon_l.c +++ b/stdlib/tst-strfmon_l.c @@ -193,8 +193,8 @@ static const struct locale_pair tests[] = "1234567,89EUR", "1234567,89\u20ac" }, { - "-EUR1.234.567,89", "-\u20ac1.234.567,89", - "-EUR1234567,89", "-\u20ac1234567,89", + "-1.234.567,89EUR", "-1.234.567,89\u20ac", + "-1234567,89EUR", "-1234567,89\u20ac", } } }, -- cgit v1.2.3