mirror of git://sourceware.org/git/glibc.git
Update-
* locales/i18n: Take CJK ideographs and Hangul out of `alpha' table.
This commit is contained in:
parent
07dab0c385
commit
7508aab40a
|
@ -1,5 +1,7 @@
|
||||||
2000-06-25 Ulrich Drepper <drepper@redhat.com>
|
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.
|
* sort-test.sh: Add more GCONV_PATH usages.
|
||||||
* tst-fmon.sh: Likewise.
|
* tst-fmon.sh: Likewise.
|
||||||
* tst-locale.sh: Likewise.
|
* tst-locale.sh: Likewise.
|
||||||
|
|
|
@ -232,14 +232,19 @@ alpha /
|
||||||
<U30A1>..<U30F6>;<U30FB>..<U30FC>;/
|
<U30A1>..<U30F6>;<U30FB>..<U30FC>;/
|
||||||
% TABLE 52 BOPOMOFO/
|
% TABLE 52 BOPOMOFO/
|
||||||
<U3105>..<U312C>;/
|
<U3105>..<U312C>;/
|
||||||
% CJK unified ideographs/
|
|
||||||
<U4E01>..<U9FA5>;/
|
|
||||||
% HANGUL amendment 5/
|
|
||||||
<UAC00>..<UD7A3>;/
|
|
||||||
% Miscellaneous/
|
% Miscellaneous/
|
||||||
<U00B5>;<U02B0>..<U02B8>;<U02BB>;<U02BD>..<U02C1>;/
|
<U00B5>;<U02B0>..<U02B8>;<U02BB>;<U02BD>..<U02C1>;/
|
||||||
<U02D0>..<U02D1>;<U02E0>..<U02E4>;<U037A>;<U0559>;<U093D>;<U0B3D>;/
|
<U02D0>..<U02D1>;<U02E0>..<U02E4>;<U037A>;<U0559>;<U093D>;<U0B3D>;/
|
||||||
<U1FBE>;<U2160>..<U2182>;<U3021>..<U3029>
|
<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 "digit" class of the "i18n" FDCC-set is reflecting
|
||||||
% the recommendations in TR 10176 annex A
|
% the recommendations in TR 10176 annex A
|
||||||
|
|
Loading…
Reference in New Issue