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 1/5][v9] Update the i18n, UTF-8, and translit_* files to Unicode 8.0.0


On 12/07/2015 12:17 PM, Mike FABIAN wrote:
> From e1ea302158b5bf678a6af37a0ef03b78bc467b69 Mon Sep 17 00:00:00 2001
> From: Mike FABIAN <mfabian@redhat.com>
> Date: Mon, 18 May 2015 07:03:13 +0200
> Subject: [PATCH 1/5] Remove duplicate transliterations for U+0152 and U+0153
>  from C-translit.h.in
> 
> ---
>  locale/C-translit.h.in | 2 --
>  1 file changed, 2 deletions(-)

This looks good to me.

Committed along with patch #2 as one changeset, since that's how I
tested it.

commit 6f84663a4f8105da59859ce699309c2d284d6494
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Wed Dec 9 21:51:26 2015 -0500

    Generic updates to transliterations.
    
    - Remove duplicate transliterations for U+0152 and U+0153 from
      C-translit.h.in.
    - Change à U+00D6 LATIN CAPITAL LETTER O WITH STROKE â O
      (instead of â OE)
    - Change à U+00F6 LATIN SMALL LETTER O WITH STROKE â o
      (instead of â oe)
    - Add â U+20B9 INDIAN RUPEE SIGN â INR
    - Add â U+20AB DONG SIGN â Dong (in addition to "â â Äáng")
    - Add many others from
      http://unicode.org/cldr/trac/browser/trunk/common/transforms/Latin-ASCII.xml
    - Add some more currency signs suggested by Marko Myllynen
    - Add another patch with more characters by Marko Myllynen


Cheers,
Carlos.


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