From 045cd3190a357a43c5b2b80d52e78858e73bfd76 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 23 Apr 2016 17:24:39 -0400 Subject: localedata: add more translit entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some of the newer symbols we're using are missing translit entries which causes troubles when generating the locales with older encodings. tr_TR: ₺ -> "TL" uz_UZ: ʻ -> "'" common: ֏ -> "AMD" ₪ -> "ILS" ₱ -> "PHP" ₸ -> "KZT" ₾ -> "GEL" --- localedata/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'localedata/ChangeLog') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 9815a9e81e..dbb784f38e 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,10 @@ +2016-04-26 Mike Frysinger + + * locales/tr_TR (LC_CTYPE): Translit U20BA to "TL". + * locales/translit_neutral (LC_CTYPE): Translit U058F to "AMD", U20AA + to "ILS", U20B1 to "PHP", U20B8 to "KZT", and U20BE to "GEL". + * locales/uz_UZ (LC_CTYPE): Translit U02BB to "'". + 2016-04-23 Mike Frysinger [BZ #19671] -- cgit 1.4.1