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" (Ã)


Hi Toke,

On 2013-10-28 15:12, Toke HÃiland-JÃrgensen wrote:
>> 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.

thanks for your persistence, this looks perfect to me now.

> 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
> 


-- 
Marko Myllynen


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