From 7508aab40ac00f7b0e6c6b42b42f3100bf73554b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 Jun 2000 18:23:21 +0000 Subject: [PATCH] Update- * locales/i18n: Take CJK ideographs and Hangul out of `alpha' table. --- localedata/ChangeLog | 2 ++ localedata/locales/i18n | 13 +++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 5c419b2eb2..aeb2b1b7d4 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,7 @@ 2000-06-25 Ulrich Drepper + * locales/i18n: Take CJK ideographs and Hangul out of `alpha' table. + * sort-test.sh: Add more GCONV_PATH usages. * tst-fmon.sh: Likewise. * tst-locale.sh: Likewise. diff --git a/localedata/locales/i18n b/localedata/locales/i18n index 7598840864..7a77a145ff 100644 --- a/localedata/locales/i18n +++ b/localedata/locales/i18n @@ -232,14 +232,19 @@ alpha / ..;..;/ % TABLE 52 BOPOMOFO/ ..;/ -% CJK unified ideographs/ - ..;/ -% HANGUL amendment 5/ - ..;/ % Miscellaneous/ ;..;;..;/ ..;..;;;;;/ ;..;.. + +% XXX The original version of this also contained the CJK and Hangul +% XXX ideographs here. This seems not to be useful since nobody +% XXX expects them to be here and it bloats the tables. +% CJK unified ideographs/ +% ..;/ +% HANGUL amendment 5/ +% ..;/ + % % The "digit" class of the "i18n" FDCC-set is reflecting % the recommendations in TR 10176 annex A -- 2.43.5