mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3569 Thai should return ignorable
X-SVN-Rev: 14497
This commit is contained in:
parent
eb36cca353
commit
32afdaa2e0
1 changed files with 1 additions and 1 deletions
|
@ -2971,7 +2971,7 @@ uint32_t ucol_prv_getSpecialCE(const UCollator *coll, UChar ch, uint32_t CE, col
|
|||
}
|
||||
source->pos = source->writableBuffer;
|
||||
}
|
||||
CE = ucol_IGetNextCE(coll, source, status); // UCOL_IGNORABLE;
|
||||
CE = UCOL_IGNORABLE;
|
||||
}
|
||||
break;
|
||||
case SPEC_PROC_TAG:
|
||||
|
|
Loading…
Add table
Reference in a new issue