From 4a4839c94a4c93ffc0d5b95c69a08b02a57007f2 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 20 Feb 2015 20:14:59 -0200 Subject: 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. --- localedata/ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'localedata/ChangeLog') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 9c2c2c8a32..58063e0bbd 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,30 @@ +2015-02-20 Alexandre Oliva + + [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. + 2015-01-21 Marek Polacek * tests-mbwc/tst_wcscpy.c (tst_wcscpy): Fix condition. -- cgit 1.4.1