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

Toke Høiland-Jørgensen toke@toke.dk
Fri Oct 18 08:56:00 GMT 2013


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20131018/c961ad6b/attachment.sig>


More information about the Libc-alpha mailing list