mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-10829 allow sec/ter weight 02
X-SVN-Rev: 36827
This commit is contained in:
parent
59a03bbc9b
commit
cdeef580ed
1 changed files with 2 additions and 2 deletions
|
@ -670,8 +670,8 @@ readAnElement(FILE *data,
|
|||
fprintf(stderr, "Warning: invalid UCA weight byte 01 for %s\n", buffer);
|
||||
return FALSE;
|
||||
}
|
||||
if ((j == 7 || j == 3 || j == 1) && b == 2) {
|
||||
fprintf(stderr, "Warning: invalid UCA weight lead byte 02 for %s\n", buffer);
|
||||
if (j == 7 && b == 2) {
|
||||
fprintf(stderr, "Warning: invalid UCA primary weight lead byte 02 for %s\n", buffer);
|
||||
return FALSE;
|
||||
}
|
||||
if (j == 7) {
|
||||
|
|
Loading…
Add table
Reference in a new issue