+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2003, International Business Machines Corporation and
+ * Copyright (c) 1997-2009, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
if(U_SUCCESS(status)) {
myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
} else {
- errln("Couldn't instantiate the collator with %s", u_errorName(status));
+ errcheckln(status, "Couldn't instantiate the collator with %s", u_errorName(status));
delete myCollation;
myCollation = 0;
}
default: name = ""; break;
}
} else {
- errln("Class collator not instantiated");
+ dataerrln("Class collator not instantiated");
name = "";
}
}