Revert "wip"

This reverts commit r25880, which was done by accident.

Swift SVN r25885
This commit is contained in:
Dmitri Hrybenko
2015-03-09 16:28:40 +00:00
parent 460eea3b95
commit e2c43ab2c0

View File

@@ -35,7 +35,7 @@ static const UCollator *MakeRootCollator() {
ucol_setAttribute(root, UCOL_NORMALIZATION_MODE, UCOL_ON, &ErrorCode);
ucol_setAttribute(root, UCOL_STRENGTH, UCOL_TERTIARY, &ErrorCode);
ucol_setAttribute(root, UCOL_NUMERIC_COLLATION, UCOL_OFF, &ErrorCode);
ucol_setAttribute(root, UCOL_CASE_LEVEL, UCOL_ON, &ErrorCode);
ucol_setAttribute(root, UCOL_CASE_LEVEL, UCOL_OFF, &ErrorCode);
if (U_FAILURE(ErrorCode)) {
swift::crash("ucol_setAttribute: Failure setting up default collation.");
}