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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |