ICU-4587 fix for C++ wrappers for ucol_cloneBinary and ucol_openBinary
X-SVN-Rev: 18069
This commit is contained in:
parent
0d81208264
commit
acdf5b9f54
@ -131,6 +131,7 @@ RuleBasedCollator::RuleBasedCollator(const uint8_t *bin, int32_t length,
|
||||
UErrorCode &status) : dataIsOwned(TRUE)
|
||||
{
|
||||
ucollator = ucol_openBinary(bin, length, base->ucollator, &status);
|
||||
urulestring = NULL;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user