From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13289 invoked by alias); 20 Feb 2015 22:36:53 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 12812 invoked by uid 55); 20 Feb 2015 22:36:49 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug localedata/14094] Update locale data to Unicode 7.0.0 Date: Fri, 20 Feb 2015 22:36:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.21 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pravin.d.s at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg00263.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=14094 --- Comment #38 from 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 4a4839c94a4c93ffc0d5b95c69a08b02a57007f2 (commit) from e4a399dc3dbb3228eb39af230ad11bc42a018c93 (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=4a4839c94a4c93ffc0d5b95c69a08b02a57007f2 commit 4a4839c94a4c93ffc0d5b95c69a08b02a57007f2 Author: Alexandre Oliva Date: Fri Feb 20 20:14:59 2015 -0200 Unicode 7.0.0 update; added generator scripts. for localedata/ChangeLog [BZ #17588] [BZ #13064] [BZ #14094] [BZ #17998] * unicode-gen/Makefile: New. * unicode-gen/unicode-license.txt: New, from Unicode. * unicode-gen/UnicodeData.txt: New, from Unicode. * unicode-gen/DerivedCoreProperties.txt: New, from Unicode. * unicode-gen/EastAsianWidth.txt: New, from Unicode. * unicode-gen/gen_unicode_ctype.py: New generator, from Mike FABIAN . * unicode-gen/ctype_compatibility.py: New verifier, from Pravin Satpute and Mike FABIAN. * unicode-gen/ctype_compatibility_test_cases.py: New verifier module, from Mike FABIAN. * unicode-gen/utf8_gen.py: New generator, from Pravin Satpute and Mike FABIAN. * unicode-gen/utf8_compatibility.py: New verifier, from Pravin Satpute and Mike FABIAN. * charmaps/UTF-8: Update. * locales/i18n: Update. * gen-unicode-ctype.c: Remove. * tst-ctype-de_DE.ISO-8859-1.in: Adjust, islower now returns true for ordinal indicators. ----------------------------------------------------------------------- Summary of changes: NEWS | 11 +- localedata/ChangeLog | 27 + localedata/charmaps/UTF-8 |11946 ++++++--- localedata/gen-unicode-ctype.c | 784 - localedata/locales/i18n | 2652 +- localedata/tst-ctype-de_DE.ISO-8859-1.in | 2 +- localedata/unicode-gen/DerivedCoreProperties.txt |10794 ++++++++ localedata/unicode-gen/EastAsianWidth.txt | 2121 ++ localedata/unicode-gen/Makefile | 99 + localedata/unicode-gen/UnicodeData.txt |27268 ++++++++++++++++++++ localedata/unicode-gen/ctype_compatibility.py | 546 + .../unicode-gen/ctype_compatibility_test_cases.py | 951 + localedata/unicode-gen/gen_unicode_ctype.py | 751 + localedata/unicode-gen/unicode-license.txt | 50 + localedata/unicode-gen/utf8_compatibility.py | 399 + localedata/unicode-gen/utf8_gen.py | 286 + 16 files changed, 53305 insertions(+), 5382 deletions(-) delete mode 100644 localedata/gen-unicode-ctype.c create mode 100644 localedata/unicode-gen/DerivedCoreProperties.txt create mode 100644 localedata/unicode-gen/EastAsianWidth.txt create mode 100644 localedata/unicode-gen/Makefile create mode 100644 localedata/unicode-gen/UnicodeData.txt create mode 100755 localedata/unicode-gen/ctype_compatibility.py create mode 100644 localedata/unicode-gen/ctype_compatibility_test_cases.py create mode 100755 localedata/unicode-gen/gen_unicode_ctype.py create mode 100644 localedata/unicode-gen/unicode-license.txt create mode 100755 localedata/unicode-gen/utf8_compatibility.py create mode 100755 localedata/unicode-gen/utf8_gen.py -- You are receiving this mail because: You are on the CC list for the bug.