Open
Description
runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.cs
Lines 1599 to 1604 in b61c8fc
CompareInfo.Version
currently throws an exception on iOS-like platforms. We need to have a workaround to return Unicode version used for string comparisons by Apple APIs instead of throwing an exception.
- Investigate how to get version of the
SortKey
retrieved by - Should have similar characteristics as
ucol_getVersion
- Add tests cases https://github.com/dotnet/runtime/blob/main/src/libraries/System.Runtime/tests/System.Globalization.Tests/CompareInfo/CompareInfoTests.SortKey.cs