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.18-581-gf208205


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  f208205092684439ccd328831aff38418ac34927 (commit)
      from  5b9bf1914248f9ea01b494264e7d3c86d984e0a0 (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=f208205092684439ccd328831aff38418ac34927

commit f208205092684439ccd328831aff38418ac34927
Author: Toke Høiland-Jørgensen <toke@toke.dk>
Date:   Thu Dec 12 14:47:25 2013 -0500

    Add entries for U00D8 and U00F8.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 32392f0..b723fa2 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-12  Toke Høiland-Jørgensen <toke@toke.dk>
+	[BZ #15593]
+	* locales/translit_neutral: Add entries for U00D8 and U00F8.
+
 2013-12-12  Marko Myllynen  <myllynen@redhat.com>
 
 	* locales/fi_FI: Fix Charset comment.
diff --git a/localedata/locales/translit_neutral b/localedata/locales/translit_neutral
index 58fb2a4..b5cc079 100644
--- a/localedata/locales/translit_neutral
+++ b/localedata/locales/translit_neutral
@@ -34,10 +34,14 @@ include "translit_wide";""
 <U00D7> <U0078>
 % LATIN CAPITAL LETTER AE
 <U00C6> "<U0041><U0045>"
+% LATIN CAPITAL LETTER O WITH STROKE
+<U00D8> "<U004F><U0045>"
 % LATIN SMALL LETTER SHARP S
 <U00DF> "<U0073><U0073>"
 % LATIN SMALL LETTER AE
 <U00E6> "<U0061><U0065>"
+% LATIN SMALL LETTER O WITH STROKE
+<U00F8> "<U006F><U0065>"
 % MODIFIER LETTER PRIME
 <U02B9> <U2032>;<U00B4>
 % MODIFIER LETTER DOUBLE PRIME

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

Summary of changes:
 localedata/ChangeLog                |    4 ++++
 localedata/locales/translit_neutral |    4 ++++
 2 files changed, 8 insertions(+), 0 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]