Unicode 7.0.0 update; added generator scripts

System Internals / glibc - Alexandre Oliva [redhat.com] - 20 February 2015 16:14 UTC

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.

4a4839c Unicode 7.0.0 update; added generator scripts.
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(-)

Upstream: sourceware.org


  • Share