ICU-4587 fix for C++ wrappers for ucol_cloneBinary and ucol_openBinary

X-SVN-Rev: 18069
This commit is contained in:
Vladimir Weinstein 2005-06-28 16:35:28 +00:00
parent 0d81208264
commit acdf5b9f54

View File

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