diff options
author | Carlos O'Donell <carlos@redhat.com> | 2017-05-03 15:37:04 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2017-05-03 15:37:04 -0400 |
commit | 8ba5c9b8d6ba7dc33e0427e6d547ca68a98c9fb2 (patch) | |
tree | 88356f85740d39c9c085a6affd88bbc12142ccf6 /localedata/SUPPORTED | |
parent | fa17b9c72035d29d359c6ff5bb7b877f5689598b (diff) | |
download | glibc-8ba5c9b8d6ba7dc33e0427e6d547ca68a98c9fb2.tar.gz glibc-8ba5c9b8d6ba7dc33e0427e6d547ca68a98c9fb2.tar.xz glibc-8ba5c9b8d6ba7dc33e0427e6d547ca68a98c9fb2.zip |
Bug 20686: Add el_GR@euro support.
Despite the fact that el_GR is ISO-8859-7:2003 which contains the euro symobl, it is not possible to know this apriori to selecting the el_GR locale. Therefore you don't know if el_GR can possibly have the 2003 ammendments which include the euro symbol. This is resolved by creating an el_GR@euro locale similar to all the other @euro locales for non-UTF8 charsets.
Diffstat (limited to 'localedata/SUPPORTED')
-rw-r--r-- | localedata/SUPPORTED | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 843ce78407..4ade0557a8 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -118,6 +118,7 @@ dv_MV/UTF-8 \ dz_BT/UTF-8 \ el_GR.UTF-8/UTF-8 \ el_GR/ISO-8859-7 \ +el_GR@euro/ISO-8859-7 \ el_CY.UTF-8/UTF-8 \ el_CY/ISO-8859-7 \ en_AG/UTF-8 \ |