ICU-1930 Renamed indirect name 'non-ignorable' to 'regular'

X-SVN-Rev: 9102
This commit is contained in:
Vladimir Weinstein 2002-07-11 22:42:57 +00:00
parent edb4aebf05
commit 810bb406a6
3 changed files with 5 additions and 5 deletions

View File

@ -17190,8 +17190,8 @@ FDD0 008C; [, E1 B1, 05]
[last primary ignorable [, E1 B1, 05]]
[first variable [05 07, 05, 05]]
[last variable [17 9B, 05, 05]]
[first non-ignorable [1A 20, 05, 05]]
[last non-ignorable [78 AA B2, 05, 05]]
[first regular [1A 20, 05, 05]]
[last regular [78 AA B2, 05, 05]]
[first implicit [E0 03 03, 05, 05]]
[last implicit [E3 DC 70 C0, 05, 05]]
[first trailing [E5, 05, 05]]

View File

@ -548,7 +548,7 @@
<< ⃡
<< ⃢
<< ⃣
& [last non-ignorable]
& [last regular]
< '\u0009'
< '\u000A'
< '\u000B'

View File

@ -387,8 +387,8 @@ UCAElements *readAnElement(FILE *data, tempUCATable *t, UCAConstants *consts, UE
{"[last primary ignorable", consts->UCA_LAST_PRIMARY_IGNORABLE, READCE},
{"[first variable", consts->UCA_FIRST_VARIABLE, READCE},
{"[last variable", consts->UCA_LAST_VARIABLE, READCE},
{"[first non-ignorable", consts->UCA_FIRST_NON_VARIABLE, READCE},
{"[last non-ignorable", consts->UCA_LAST_NON_VARIABLE, READCE},
{"[first regular", consts->UCA_FIRST_NON_VARIABLE, READCE},
{"[last regular", consts->UCA_LAST_NON_VARIABLE, READCE},
{"[first implicit", consts->UCA_FIRST_IMPLICIT, READCE},
{"[last implicit", consts->UCA_LAST_IMPLICIT, READCE},
{"[first trailing", consts->UCA_FIRST_TRAILING, READCE},