GNU C Library master sources branch master updated. glibc-2.23-242-g045cd31
vapier@sourceware.org
vapier@sourceware.org
Wed Apr 27 05:14:00 GMT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via 045cd3190a357a43c5b2b80d52e78858e73bfd76 (commit)
from f9123b5003e62b6e54996076e860f23aee9a0593 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=045cd3190a357a43c5b2b80d52e78858e73bfd76
commit 045cd3190a357a43c5b2b80d52e78858e73bfd76
Author: Mike Frysinger <vapier@gentoo.org>
Date: Sat Apr 23 17:24:39 2016 -0400
localedata: add more translit entries
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"
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 9815a9e..dbb784f 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,10 @@
+2016-04-26 Mike Frysinger <vapier@gentoo.org>
+
+ * 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 <vapier@gentoo.org>
[BZ #19671]
diff --git a/localedata/locales/tr_TR b/localedata/locales/tr_TR
index 6d742c4..aac470f 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
+<U20BA> "<U0054><U004C>"
translit_end
END LC_CTYPE
diff --git a/localedata/locales/translit_neutral b/localedata/locales/translit_neutral
index b15d01f..e3639c0 100644
--- a/localedata/locales/translit_neutral
+++ b/localedata/locales/translit_neutral
@@ -353,6 +353,8 @@ include "translit_wide";""
<U02DC> <U007E>
% DOUBLE ACUTE ACCENT
<U02DD> "<U0027><U0027>"
+% ARMENIAN DRAM SIGN
+<U058F> "<U0041><U004D><U0044>"
% LATIN LETTER SMALL CAPITAL A
<U1D00> <U0041>
% LATIN LETTER SMALL CAPITAL AE
@@ -561,20 +563,28 @@ include "translit_wide";""
<U20A7> "<U0050><U0074><U0073>"
% WON SIGN
<U20A9> "<U004B><U0052><U0057>"
+% NEW SHEQEL SIGN
+<U20AA> "<U0049><U004C><U0053>"
% DONG SIGN
<U20AB> "<U0110><U1ED3><U006E><U0067>";"<U0044><U006F><U006E><U0067>"
% EURO SIGN
<U20AC> "<U0045><U0055><U0052>"
% DRACHMA SIGN
<U20AF> "<U0047><U0052><U0044>"
+% PESO SIGN
+<U20B1> "<U0050><U0048><U0050>"
% HRYVNIA SIGN
<U20B4> "<U0433><U0440><U043D>";"<U0055><U0041><U0048>"
+% TENGE SIGN
+<U20B8> "<U004B><U005A><U0054>"
% INDIAN RUPEE SIGN
<U20B9> "<U0049><U004E><U0052>"
% TURKISH LIRA SIGN
<U20BA> "<U0054><U004C>"
% RUBLE SIGN
<U20BD> "<U0440><U0443><U0431>";"<U0052><U0055><U0042>"
+% GEORGIAN LARI SIGN
+<U20BE> "<U0047><U0045><U004C>"
% PRESCRIPTION TAKE
<U211E> "<U0052><U0078>"
% TRADE MARK SIGN
diff --git a/localedata/locales/uz_UZ b/localedata/locales/uz_UZ
index 432fae1..506d55d 100644
--- a/localedata/locales/uz_UZ
+++ b/localedata/locales/uz_UZ
@@ -147,6 +147,9 @@ include "translit_combining";""
<U049A> "<U0051>" % k,= -> q
<U0492> "<U0047><U0027>" % g-= -> g'
<U04B2> "<U0048>" % h,= -> h
+
+% various punctuation
+<U02BB> "<U0027>" % â -> '
translit_end
END LC_CTYPE
-----------------------------------------------------------------------
Summary of changes:
localedata/ChangeLog | 7 +++++++
localedata/locales/tr_TR | 3 +++
localedata/locales/translit_neutral | 10 ++++++++++
localedata/locales/uz_UZ | 3 +++
4 files changed, 23 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU C Library master sources
More information about the Glibc-cvs
mailing list