This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.25-233-g3e2cf87


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  3e2cf872a5509d5ba903c1766ca533d56c430655 (commit)
      from  2f83a7294d0d0904d72839843a80531769525d59 (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=3e2cf872a5509d5ba903c1766ca533d56c430655

commit 3e2cf872a5509d5ba903c1766ca533d56c430655
Author: Christopher Chittleborough <cchittleborough@cluemail.com>
Date:   Wed Apr 19 08:09:40 2017 -0400

    Bug 21399: Fix CP1254 comment for U+00EC

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index f0d5965..cd73c50 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2017-04-19  Christopher Chittleborough  <cchittleborough@cluemail.com>
+
+	[BZ #21399]
+	* charmaps/CP1254: Fix U+00EC comment.
+
 2017-03-28  Egmont Koblinger  <egmont@gmail.com>
 
 	[BZ #18934]
diff --git a/localedata/charmaps/CP1254 b/localedata/charmaps/CP1254
index adeca44..a8c2cd3 100644
--- a/localedata/charmaps/CP1254
+++ b/localedata/charmaps/CP1254
@@ -235,7 +235,7 @@ CHARMAP
 <U00E9>     /xe9         LATIN SMALL LETTER E WITH ACUTE
 <U00EA>     /xea         LATIN SMALL LETTER E WITH CIRCUMFLEX
 <U00EB>     /xeb         LATIN SMALL LETTER E WITH DIAERESIS
-<U00EC>     /xec         LATIN SMALL LETTER E WITH GRAVE
+<U00EC>     /xec         LATIN SMALL LETTER I WITH GRAVE
 <U00ED>     /xed         LATIN SMALL LETTER I WITH ACUTE
 <U00EE>     /xee         LATIN SMALL LETTER I WITH CIRCUMFLEX
 <U00EF>     /xef         LATIN SMALL LETTER I WITH DIAERESIS

-----------------------------------------------------------------------

Summary of changes:
 localedata/ChangeLog       |    5 +++++
 localedata/charmaps/CP1254 |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]