ICU-96 genrb collation generation update

X-SVN-Rev: 4528
This commit is contained in:
Vladimir Weinstein 2001-04-23 03:49:34 +00:00
parent f55aa515d1
commit af3de60824

View File

@ -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);