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

Toke Høiland-Jørgensen toke@toke.dk
Mon Oct 28 13:13:00 GMT 2013


Marko Myllynen <myllynen@redhat.com> writes:

> But, earlier I already forgot that Æ was in translit_neutral not in
> translit_combining, sorry about that. However, if we plan regenerate
> these files in the future anyway I'm not sure how crucial this is.
> Perhaps Joseph or Carlos could comment on this?

So, in an attempt to speed this along, here's a version of the patch
that puts the transliteration data into the translit_neutral file rather
than in translit_combining. I'll submit it to bugzilla as well.

-Toke

Changelog entry:


2013-10-28  Toke Høiland-Jørgensen <toke@toke.dk>

	[BZ #15593]
	* localedata/locales/translit_neutral: Add entries for U00D8
        and U00F8.


Patch:

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
-------------- 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/20131028/197b8486/attachment.sig>


More information about the Libc-alpha mailing list