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 +++++++ localedata/locales/tr_TR | 3 +++ localedata/locales/translit_neutral | 10 ++++++++++ localedata/locales/uz_UZ | 3 +++ 4 files changed, 23 insertions(+) (limited to 'localedata') 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] diff --git a/localedata/locales/tr_TR b/localedata/locales/tr_TR index 6d742c4fd4..aac470f072 100644 --- a/localedata/locales/tr_TR +++ b/localedata/locales/tr_TR @@ -4229,6 +4229,9 @@ class "combining_level3"; / translit_start include "translit_combining";"" + +% TURKISH LIRA SIGN + "" translit_end END LC_CTYPE diff --git a/localedata/locales/translit_neutral b/localedata/locales/translit_neutral index b15d01f574..e3639c0a75 100644 --- a/localedata/locales/translit_neutral +++ b/localedata/locales/translit_neutral @@ -353,6 +353,8 @@ include "translit_wide";"" % DOUBLE ACUTE ACCENT "" +% ARMENIAN DRAM SIGN + "" % LATIN LETTER SMALL CAPITAL A % LATIN LETTER SMALL CAPITAL AE @@ -561,20 +563,28 @@ include "translit_wide";"" "" % WON SIGN "" +% NEW SHEQEL SIGN + "" % DONG SIGN "";"" % EURO SIGN "" % DRACHMA SIGN "" +% PESO SIGN + "" % HRYVNIA SIGN "";"" +% TENGE SIGN + "" % INDIAN RUPEE SIGN "" % TURKISH LIRA SIGN "" % RUBLE SIGN "";"" +% GEORGIAN LARI SIGN + "" % PRESCRIPTION TAKE "" % TRADE MARK SIGN diff --git a/localedata/locales/uz_UZ b/localedata/locales/uz_UZ index 432fae1c3b..506d55dc42 100644 --- a/localedata/locales/uz_UZ +++ b/localedata/locales/uz_UZ @@ -147,6 +147,9 @@ include "translit_combining";"" "" % k,= -> q "" % g-= -> g' "" % h,= -> h + +% various punctuation + "" % ‘ -> ' translit_end END LC_CTYPE -- cgit 1.4.1