about summary refs log tree commit diff
path: root/localedata
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-10-17 14:54:53 +0200
committerMike FABIAN <mfabian@redhat.com>2017-10-17 15:29:50 +0200
commit56a752ab6aa89088a787d852358cdd8f0a0d57f1 (patch)
treeec851360a90569324a63cb5b51b3dd176f7f230c /localedata
parentc38a4bfd596db2be2b9c1f96715bdc833eab760a (diff)
downloadglibc-56a752ab6aa89088a787d852358cdd8f0a0d57f1.tar.gz
glibc-56a752ab6aa89088a787d852358cdd8f0a0d57f1.tar.xz
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 'localedata')
-rw-r--r--localedata/locales/el_CY16
-rw-r--r--localedata/locales/el_GR2
2 files changed, 2 insertions, 16 deletions
diff --git a/localedata/locales/el_CY b/localedata/locales/el_CY
index 7bb5a3eaf8..492cd90bf2 100644
--- a/localedata/locales/el_CY
+++ b/localedata/locales/el_CY
@@ -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
diff --git a/localedata/locales/el_GR b/localedata/locales/el_GR
index bdeb84009f..920a4a7da6 100644
--- a/localedata/locales/el_GR
+++ b/localedata/locales/el_GR
@@ -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