mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
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.
This commit is contained in:
parent
fa17b9c720
commit
8ba5c9b8d6
@ -1,3 +1,8 @@
|
||||
2017-05-03 Carlos O'Donell <carlos@redhat.com>
|
||||
|
||||
[BZ #20686]
|
||||
* SUPPORTED: Add el_GR@euro/ISO-8859-7.
|
||||
|
||||
2017-04-19 Christopher Chittleborough <cchittleborough@cluemail.com>
|
||||
|
||||
[BZ #21399]
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user