ICU-96 genrb collation generation update
X-SVN-Rev: 4528
This commit is contained in:
parent
f55aa515d1
commit
af3de60824
@ -703,7 +703,8 @@ parse(FileStream *f, const char *cp, const char *inputDir,
|
||||
UChar *rules = NULL;
|
||||
struct UString newTag;
|
||||
|
||||
coll = ucol_openRules(token.fChars, token.fLength, UCOL_DECOMP_CAN, 0, &intStatus);
|
||||
coll = ucol_openRules(token.fChars, token.fLength,
|
||||
UNORM_NONE, UCOL_DEFAULT_STRENGTH, &intStatus);
|
||||
|
||||
if(U_SUCCESS(intStatus) && coll !=NULL) {
|
||||
binColData = ucol_cloneRuleData(coll, &len, &intStatus);
|
||||
|
Loading…
Reference in New Issue
Block a user