diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-25 18:23:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-25 18:23:21 +0000 |
commit | 7508aab40ac00f7b0e6c6b42b42f3100bf73554b (patch) | |
tree | 2dfcdefed11694b6d856aae5f8143df68577087b | |
parent | 07dab0c38525997dc9984f583a71f3b1cbd44cbd (diff) | |
download | glibc-7508aab40ac00f7b0e6c6b42b42f3100bf73554b.tar glibc-7508aab40ac00f7b0e6c6b42b42f3100bf73554b.tar.gz glibc-7508aab40ac00f7b0e6c6b42b42f3100bf73554b.tar.bz2 glibc-7508aab40ac00f7b0e6c6b42b42f3100bf73554b.zip |
Update-
* locales/i18n: Take CJK ideographs and Hangul out of `alpha' table.
-rw-r--r-- | localedata/ChangeLog | 2 | ||||
-rw-r--r-- | 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 <drepper@redhat.com> + * 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 / <U30A1>..<U30F6>;<U30FB>..<U30FC>;/ % TABLE 52 BOPOMOFO/ <U3105>..<U312C>;/ -% CJK unified ideographs/ - <U4E01>..<U9FA5>;/ -% HANGUL amendment 5/ - <UAC00>..<UD7A3>;/ % Miscellaneous/ <U00B5>;<U02B0>..<U02B8>;<U02BB>;<U02BD>..<U02C1>;/ <U02D0>..<U02D1>;<U02E0>..<U02E4>;<U037A>;<U0559>;<U093D>;<U0B3D>;/ <U1FBE>;<U2160>..<U2182>;<U3021>..<U3029> + +% 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/ +% <U4E01>..<U9FA5>;/ +% HANGUL amendment 5/ +% <UAC00>..<UD7A3>;/ + % % The "digit" class of the "i18n" FDCC-set is reflecting % the recommendations in TR 10176 annex A |