-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
[iOS][non-icu] HybridGlobalization implement normalization functions #90582
[iOS][non-icu] HybridGlobalization implement normalization functions #90582
Conversation
Tagging subscribers to this area: @dotnet/area-system-globalization Issue Detailsnull
|
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos Issue Detailsnull
|
Tagging subscribers to 'os-maccatalyst': @steveisok, @akoeplinger Issue Detailsnull
|
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
src/native/libs/System.Globalization.Native/pal_normalization.m
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_normalization.m
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_normalization.m
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_normalization.m
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_normalization.m
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_normalization.m
Outdated
Show resolved
Hide resolved
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thanks
Implement normalization data for hybrid mode on Apple platforms
Public APIs affected by the PR:
Contributes to #80689
cc @SamMonoRT