diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-10-17 14:54:53 +0200 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-10-17 15:29:50 +0200 |
commit | 56a752ab6aa89088a787d852358cdd8f0a0d57f1 (patch) | |
tree | ec851360a90569324a63cb5b51b3dd176f7f230c /stdlib | |
parent | c38a4bfd596db2be2b9c1f96715bdc833eab760a (diff) | |
download | glibc-56a752ab6aa89088a787d852358cdd8f0a0d57f1.tar glibc-56a752ab6aa89088a787d852358cdd8f0a0d57f1.tar.gz glibc-56a752ab6aa89088a787d852358cdd8f0a0d57f1.tar.bz2 glibc-56a752ab6aa89088a787d852358cdd8f0a0d57f1.zip |
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.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/tst-strfmon_l.c | 4 |
1 files changed, 2 insertions, 2 deletions
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", } } }, |