From 8dc8be75d2afb7ebaf55f7609b301e5c6b8692e5 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Thu, 12 Oct 2017 23:52:14 -0700 Subject: localedata: Reorganize Unicode LC_CTYPE inclusion. The commit does the following things: * Move non-transliteration Unicode generated data to i18n_ctype. * Copy the i18n_ctype data into i18n and add transliteration. In the future, any locale which needs Unicode LC_CTYPE data can also just use `copy i18n_ctype` and get the base character classes and maps without transliteration. Tested by compiling all the locales and my prototype C.UTF-8 which uses it. Signed-off-by: Carlos O'Donell --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 46abc65..d0bc317 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2017-10-12 Carlos O'Donell + + * localedata/unicode-gen/Makefile (GENERATED): Use i18n_ctype. + (REPORTS): Likewise. + (check): Likewise. + (i18n): Rename to... + (i18n_ctype): ...this. + (i18n-report): Rename to... + (i18n_ctype-report): ...this. + * localedata/locales/i18n_ctype: Regenerate. + * localedata/locales/i18n: copy i18n_ctype. + 2017-10-13 Joseph Myers * stdlib/strfroml.c: Include . -- cgit v1.1