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


On 12/07/2015 12:20 PM, Mike FABIAN wrote:
> From ef7a5ab280ba0b10f25f98a0c88819da49f3c2ec Mon Sep 17 00:00:00 2001
> From: Mike FABIAN <mfabian@redhat.com>
> Date: Fri, 17 Apr 2015 09:12:05 +0200
> Subject: [PATCH 3/5] Update the translit files to Unicode 7.0.0
> 
> for localedata/ChangeLog
> 
>     [BZ #16061]
>     * unicode_utils.py: New.
>     * existing scripts changed to used unicode_utils.py
>     * gen_translit_circle.py: New
>     * gen_translit_cjk_compat.py: New
>     * gen_translit_combining.py: New
>     * gen_translit_compat.py: New
>     * gen_translit_font.py: New
>     * gen_translit_fraction.py: New
>     * locales/translit_circle: Update.
>     * locales/translit_cjk_compat: Update.
>     * locales/translit_combining: Update.
>     * locales/translit_compat: Update.
>     * locales/translit_font: Update.
>     * locales/translit_fraction: Update.
> ---

Looks good to me.

Updated Unicode file merge status in the wiki:
https://sourceware.org/glibc/wiki/SharedSourceFiles#Unicode
- These are files synchronized with upstream Unicode.

Updated regeneration information:
https://sourceware.org/glibc/wiki/Regeneration
- Added unicode section with information on using unicode-gen/Makefile
  and C-translit.h regeneration.

The ChangeLog I wrote is a little longer, please review it to make
sure I didn't misrepresent any of the changes.

2015-12-09  Mike FABIAN  <mfabian@redhat.com>

        [BZ #16061]
        * unicode-gen/unicode_utils.py: New file.
        * unicode-gen/gen_translit_circle.py: New file.
        * unicode-gen/gen_translit_cjk_compat.py: New file.
        * unicode-gen/gen_translit_combining.py: New file.
        * unicode-gen/gen_translit_compat.py: New file
        * unicode-gen/gen_translit_font.py: New file.
        * unicode-gen/gen_translit_fraction.py: New file.
        * unicode-gen/gen_unicode_ctype.py: Use unicode_utils.py.
        * unicode-gen/utf8_compatibility.py: Likewise.
        * unicode-gen/utf8_gen.py: Likewise.
        * unicode-gen/Makefile (GENERATED): Add translit_combining
        translit_compat translit_circle translit_cjk_compat translit_font
        translit_fraction.
        (install): Install translit_combining translit_compat translit_circle
        translit_cjk_compat translit_font translit_fraction.
        (UTF-8-report): Reference UnicodeData.txt and EastAsianWidth.txt.
        (translit_combining): New target.
        (translit_compat): New target.
        (translit_circle): New target.
        (translit_cjk_compat): New target.
        (translit_font): New target.
        (translit_fraction): New target.
        * locales/translit_circle: Regenerate.
        * locales/translit_cjk_compat: Regenerate.
        * locales/translit_combining: Regenerate.
        * locales/translit_compat: Regenerate.
        * locales/translit_font: Regenerate.
        * locales/translit_fraction: Regenerate.

Committed.

Cheers,
Carlos.


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