[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:34:00 GMT 2013


Marko Myllynen <myllynen@redhat.com> writes:

> since for Æ we have '<U00C6> "<U0041><U0045>"' I think then for Ø we
> should have '<U00D8> "<U004F><U0045>"'.

Ohhh, right, I get it now. Sorry for the confusion. Here's another
version of the patch that does just that. :)

-Toke


diff --git a/localedata/locales/translit_combining b/localedata/locales/translit_combining
index 44c62f9..97527e6 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/837ae5df/attachment.sig>


More information about the Libc-alpha mailing list