Re: [PATCH][BZ 15593] Add transliteration data for "LATIN SMALL LETTER O WITH STROKE" (ø)
Carlos O'Donell
carlos@redhat.com
Tue Oct 29 03:51:00 GMT 2013
On 10/28/2013 09:12 AM, Toke Høiland-Jørgensen wrote:
> 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?
At present we have no decided strategy for this, someone in the community
needs to investigate, come up with a plan, and decide what we need to
do.
Placing the new transliteration into one file or another is purely
our choice unless we tie that back into another database of transliteration
values from which we might regenerate these files.
> 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.
> 2013-10-28 Toke Høiland-Jørgensen <toke@toke.dk>
>
> [BZ #15593]
> * localedata/locales/translit_neutral: Add entries for U00D8
> and U00F8.
This looks good to me also.
Can you confirm that you've tested the final form of this patch and
it works as expected?
> 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
>
More information about the Libc-alpha
mailing list