mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "wip"
This reverts commit r25880, which was done by accident. Swift SVN r25885
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user