This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Unicode 12.1.0 Support: Update character encoding, character type info, and transliteration tables
- From: Florian Weimer <fweimer at redhat dot com>
- To: Mike FABIAN <mfabian at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 08 May 2019 12:52:21 +0200
- Subject: Re: [PATCH] Unicode 12.1.0 Support: Update character encoding, character type info, and transliteration tables
- References: <s9dr299meqq.fsf@taka.site>
* Mike FABIAN:
> [BZ #24307]
> * localedata/unicode-gen/Makefile (UNICODE_VERSION): Set to 12.0.0.
> * localedata/unicode-gen/DerivedCoreProperties.txt: Update to
> Unicode 12.0.0.
> * localedata/unicode-gen/EastAsianWidth.txt: Likewise.
> * localedata/unicode-gen/PropList.txt: Likewise.
> * localedata/unicode-gen/UnicodeData.txt: Likewise.
> * localedata/unicode-gen/ctype_compatibility_test_cases.py: U+108D
> became "Alphabetic" in Unicode 12.0.0. Adapt test case.
> * 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.
I don't think this belongs in the commit message.
> + * localedata/unicode-gen/Makefile (UNICODE_VERSION): Set to 12.1.0.
> + * localedata/unicode-gen/DerivedCoreProperties.txt: Update to
> + Unicode 12.1.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.
This list of changes and the changes look like what I would expect from
this update.
Thanks,
Florian