This is the mail archive of the libc-alpha@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]

Re: [PATCH][BZ 15593] Add transliteration data for "LATIN SMALL LETTER O WITH STROKE" (Ã)


Marko Myllynen <myllynen@redhat.com> writes:

> thanks, looks good to me (apart from the missing changelog entry :).

Right, here's a patch with that added. :)

-Toke



diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index b87cc98..43b57f6 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,9 @@
+2013-10-18  Toke HÃiland-JÃrgensen <toke@toke.dk>
+
+	[BZ #15593]
+	* localedata/locales/translit_combining: Add entries for U00D8
+        and U00F8.
+
 2013-10-13  Chris Leonard  <cjl@sugarlabs.org>
 
 	* locales/he_IL: Adjust language-code fields of LC_ADDRESS.
diff --git a/localedata/locales/translit_combining b/localedata/locales/translit_combining
index 44c62f9..a876f75 100644
--- a/localedata/locales/translit_combining
+++ b/localedata/locales/translit_combining
@@ -298,6 +298,8 @@ translit_start
 <U00D5> <U004F>
 % LATIN CAPITAL LETTER O WITH DIAERESIS
 <U00D6> <U004F>
+% LATIN CAPITAL LETTER O WITH STROKE
+<U00D8> "<U004F><U0045>"
 % LATIN CAPITAL LETTER U WITH GRAVE
 <U00D9> <U0055>
 % LATIN CAPITAL LETTER U WITH ACUTE
@@ -350,6 +352,8 @@ translit_start
 <U00F5> <U006F>
 % LATIN SMALL LETTER O WITH DIAERESIS
 <U00F6> <U006F>
+% LATIN SMALL LETTER O WITH STROKE
+<U00F8> "<U006F><U0065>"
 % LATIN SMALL LETTER U WITH GRAVE
 <U00F9> <U0075>
 % LATIN SMALL LETTER U WITH ACUTE

Attachment: signature.asc
Description: PGP signature


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