This is the mail archive of the glibc-bugs@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]

[Bug localedata/23308] Update locale data to Unicode 11.0.0


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

--- Comment #4 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  b11643c21c5c9d67a69c8ae952e5231ce002e7f1 (commit)
      from  5a357506659f9a00fcf5bc9c5d8fc676175c89a7 (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=b11643c21c5c9d67a69c8ae952e5231ce002e7f1

commit b11643c21c5c9d67a69c8ae952e5231ce002e7f1
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Mon Jun 18 18:23:44 2018 +0200

    Bug 23308: Update to Unicode 11.0.0

    Unicode 11.0.0 Support: Character encoding, character type info, and
    transliteration tables are all updated to Unicode 11.0.0, using
    the generator scripts contributed by Mike FABIAN (Red Hat).

    Some info about the number of characters added:

    Total added characters in newly generated CHARMAP: 684
    Total added characters in newly generated WIDTH: 119
    alpha: Added 380 characters in new ctype which were not in old ctype
    combining: Added 56 characters in new ctype which were not in old ctype
    combining_level3: Added 37 characters in new ctype which were not in old
ctype
    graph: Added 684 characters in new ctype which were not in old ctype
    lower: Added 82 characters in new ctype which were not in old ctype
    print: Added 684 characters in new ctype which were not in old ctype
    punct: Added 304 characters in new ctype which were not in old ctype
    tolower: Added 79 characters in new ctype which were not in old ctype
    totitle: Added 33 characters in new ctype which were not in old ctype
    toupper: Added 79 characters in new ctype which were not in old ctype
    upper: Added 79 characters in new ctype which were not in old ctype

    No characters were removed.

        [BZ #23308]
        * unicode-gen/Makefile (UNICODE_VERSION): Set to 11.0.0.
        * localedata/unicode-gen/DerivedCoreProperties.txt: Update to Unicode
11.0.0.
        * localedata/unicode-gen/EastAsianWidth.txt: likewise.
        * localedata/unicode-gen/PropList.txt: likewise.
        * localedata/unicode-gen/UnicodeData.txt: likewise.
        * localedata/charmaps/UTF-8: Regenerate.
        * localedata/locales/i18n_ctype: likewise.
        * localedata/locales/tr_TR: likewise.
        * localedata/locales/translit_circle: likewise.
        * localedata/locales/translit_cjk_compat: likewise.
        * localedata/locales/translit_combining: likewise.
        * localedata/locales/translit_compat: likewise.
        * localedata/locales/translit_font: likewise.
        * localedata/locales/translit_fraction: likewise.

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

Summary of changes:
 ChangeLog                                        |   18 +
 NEWS                                             |    4 +
 localedata/charmaps/UTF-8                        |  720 +++++++-
 localedata/locales/i18n_ctype                    | 2194 ++++++++++++----------
 localedata/locales/tr_TR                         | 2194 ++++++++++++----------
 localedata/locales/translit_circle               |    2 +-
 localedata/locales/translit_cjk_compat           |    2 +-
 localedata/locales/translit_combining            |  100 +-
 localedata/locales/translit_compat               |    2 +-
 localedata/locales/translit_font                 |    2 +-
 localedata/locales/translit_fraction             |    2 +-
 localedata/unicode-gen/DerivedCoreProperties.txt |  515 ++++--
 localedata/unicode-gen/EastAsianWidth.txt        |  135 +-
 localedata/unicode-gen/Makefile                  |    2 +-
 localedata/unicode-gen/PropList.txt              |   77 +-
 localedata/unicode-gen/UnicodeData.txt           |  778 +++++++-
 16 files changed, 4372 insertions(+), 2375 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]