Unicode 7.0.0 update; added generator scripts.
commit4a4839c94a4c93ffc0d5b95c69a08b02a57007f2
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 20 Feb 2015 22:14:59 +0000 (20 20:14 -0200)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 20 Feb 2015 22:14:59 +0000 (20 20:14 -0200)
treed60950243872d9beb0993b12173e6bbf998d779d
parente4a399dc3dbb3228eb39af230ad11bc42a018c93
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 <mfabian@redhat.com>.
* unicode-gen/ctype_compatibility.py: New verifier, from
Pravin Satpute <psatpute@redhat.com> 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.
16 files changed:
NEWS
localedata/ChangeLog
localedata/charmaps/UTF-8
localedata/gen-unicode-ctype.c [deleted file]
localedata/locales/i18n
localedata/tst-ctype-de_DE.ISO-8859-1.in
localedata/unicode-gen/DerivedCoreProperties.txt [new file with mode: 0644]
localedata/unicode-gen/EastAsianWidth.txt [new file with mode: 0644]
localedata/unicode-gen/Makefile [new file with mode: 0644]
localedata/unicode-gen/UnicodeData.txt [new file with mode: 0644]
localedata/unicode-gen/ctype_compatibility.py [new file with mode: 0755]
localedata/unicode-gen/ctype_compatibility_test_cases.py [new file with mode: 0644]
localedata/unicode-gen/gen_unicode_ctype.py [new file with mode: 0755]
localedata/unicode-gen/unicode-license.txt [new file with mode: 0644]
localedata/unicode-gen/utf8_compatibility.py [new file with mode: 0755]
localedata/unicode-gen/utf8_gen.py [new file with mode: 0755]