We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go through test cases market as ActiveIssue for PlatformDetection. IsHybridGlobalizationOnApplePlatform in https://github.com/dotnet/runtime/blob/main/src/libraries/Common/tests/Tests/System/StringTests.cs and investigate if possible to have same behaviour as ICU compare.
ActiveIssue
PlatformDetection. IsHybridGlobalizationOnApplePlatform
Check Turkish 'I' comparison and check "\u0131" casing.
runtime/src/native/libs/System.Globalization.Native/pal_casing.c
Line 135 in 01aa3d9
Line 91 in 01aa3d9
Check DateTime related behavioural changes.
In case not possible document behavioural differencies between ICU and Hybrid.
ICU
Hybrid
Tests have been marked as ActiveIssue in hybrid mode here #95260
Contributes to #80689
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/area-system-globalization See info in area-owners.md if you want to be subscribed.
Go through test cases market as ActiveIssue for PlatformDetection.IsNotHybridGlobalizaionOnOSX in https://github.com/dotnet/runtime/blob/main/src/libraries/Common/tests/Tests/System/StringTests.cs and investigate if possible to have same behaviour as ICU compare. In case not possible document behavioural differencies between ICU and Hybrid. Tests have been marked as ActiveIssue in hybrid mode here #95260
PlatformDetection.IsNotHybridGlobalizaionOnOSX
area-System.Globalization, os-ios
area-System.Globalization
os-ios
Sorry, something went wrong.
matouskozak
No branches or pull requests
Go through test cases market as
ActiveIssue
forPlatformDetection. IsHybridGlobalizationOnApplePlatform
in https://github.com/dotnet/runtime/blob/main/src/libraries/Common/tests/Tests/System/StringTests.cs and investigate if possible to have same behaviour as ICU compare.Check Turkish 'I' comparison and check "\u0131" casing.
runtime/src/native/libs/System.Globalization.Native/pal_casing.c
Line 135 in 01aa3d9
runtime/src/native/libs/System.Globalization.Native/pal_casing.c
Line 91 in 01aa3d9
Check DateTime related behavioural changes.
In case not possible document behavioural differencies between
ICU
andHybrid
.Tests have been marked as
ActiveIssue
in hybrid mode here #95260Contributes to #80689
The text was updated successfully, but these errors were encountered: