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.
This commit is contained in:
Mike FABIAN 2017-10-17 14:54:53 +02:00
parent c38a4bfd59
commit 56a752ab6a
4 changed files with 11 additions and 18 deletions

View File

@ -1,3 +1,10 @@
2017-10-17 Mike FABIAN <mfabian@redhat.com>
[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.
2017-10-16 Joseph Myers <joseph@codesourcery.com>
* sysdeps/generic/float128-abi.h: New file.

View File

@ -51,21 +51,7 @@ copy "el_GR"
END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0045><U0055><U0052><U0020>"
currency_symbol "<U20AC>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U002E>"
mon_grouping 3
positive_sign ""
negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 0
p_sep_by_space 0
n_cs_precedes 1
n_sep_by_space 0
p_sign_posn 1
n_sign_posn 1
copy "el_GR"
END LC_MONETARY
LC_NUMERIC

View File

@ -80,7 +80,7 @@ int_frac_digits 2
frac_digits 2
p_cs_precedes 0
p_sep_by_space 0
n_cs_precedes 1
n_cs_precedes 0
n_sep_by_space 0
p_sign_posn 1
n_sign_posn 1

View File

@ -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",
}
}
},