This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales 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]

[Bug localedata/18491] Update tr_TR LC_CTYPE as part of Unicode updates


https://sourceware.org/bugzilla/show_bug.cgi?id=18491

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  85bafe6f3d0e4647af5e74178b46abdf44d3b981 (commit)
      from  77356912e83601fd0240d22fe4d960348b82b5c3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=85bafe6f3d0e4647af5e74178b46abdf44d3b981

commit 85bafe6f3d0e4647af5e74178b46abdf44d3b981
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Dec 11 12:45:19 2015 +0000

    Automate LC_CTYPE generation for tr_TR, update to Unicode 8.0.0 (bug
18491).

    This patch makes the automation of Unicode LC_CTYPE generation also
    support generating the modified LC_CTYPE used for Turkish (where case
    conversions of 'i' and 'I' differ from ASCII conventions), so allowing
    that to be more readily kept in sync for future Unicode updates.  The
    patch includes the locale update generated by the scripts.

    Tested for x86_64.

        [BZ #18491]
        * unicode-gen/unicode_utils.py (to_upper_turkish): New function.
        (to_lower_turkish): Likewise.
        * unicode-gen/gen_unicode_ctype.py (output_tables): Support
        producing output with Turkish case conversions.
        (--turkish): New command-line option.
        * unicode-gen/Makefile (GENERATED): Add tr_TR.
        (tr_TR): New rule.
        * locales/tr_TR: Regenerate LC_CTYPE.

-----------------------------------------------------------------------

Summary of changes:
 localedata/ChangeLog                        |   12 +
 localedata/locales/tr_TR                    | 2816 +++++++++++++++++----------
 localedata/unicode-gen/Makefile             |   10 +-
 localedata/unicode-gen/gen_unicode_ctype.py |   18 +-
 localedata/unicode-gen/unicode_utils.py     |   14 +
 5 files changed, 1838 insertions(+), 1032 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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