Skip to content
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][globalization][icu] Tracking issue for HybridGlobalization: Native API + ICU #80689

Closed
23 tasks done
mkhamoyan opened this issue Jan 16, 2023 · 5 comments
Closed
23 tasks done
Assignees
Labels
area-System.Globalization os-ios Apple iOS tracking This issue is tracking the completion of other related issues.
Milestone

Comments

@mkhamoyan
Copy link
Member

mkhamoyan commented Jan 16, 2023

The task is to remove as much data from ICU files as possible and exchange ICU4C functions that are using this data with iOS native functions.

  1. Implement Locale functions.

  2. Implement Collation functions.

  3. Implement Normalization functions

  4. Implement calendar functions

  5. Implement timezoneinfo functions

  6. Create new icu file for mobile, filtering out features that are implemented by native functions

  7. Add HybridGlobalization flag to sdks and load icudt_hybrid.dat file when hybrid mode is on

  8. Tasks opened during feature implemetations

Details to be added.

cc @SamMonoRT

@mkhamoyan mkhamoyan added area-System.Globalization os-ios Apple iOS needs-author-action An issue or pull request that requires more info or actions from the author. labels Jan 16, 2023
@mkhamoyan mkhamoyan self-assigned this Jan 16, 2023
@ghost
Copy link

ghost commented Jan 16, 2023

Tagging subscribers to 'os-ios': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

The task is to remove as much data from ICU files as possible and exchange ICU4C functions that are using this data with iOS native functions.

Details to be added.

Author: mkhamoyan
Assignees: mkhamoyan
Labels:

area-System.Globalization, os-ios, needs-author-action

Milestone: -

@ghost
Copy link

ghost commented Jan 16, 2023

This issue has been marked needs-author-action and may be missing some important information.

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jan 16, 2023
@steveisok steveisok removed the untriaged New issue has not been triaged by the area owner label Jan 17, 2023
@steveisok steveisok added this to the 8.0.0 milestone Jan 17, 2023
@steveisok
Copy link
Member

@mkhamoyan @filipnavara put together a good mapping that will likely get us a ways there.

dotnet/designs#225 (comment)

@ghost
Copy link

ghost commented Feb 14, 2023

This issue has been automatically marked no-recent-activity because it has not had any activity for 14 days. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will remove no-recent-activity.

@steveisok steveisok added tracking This issue is tracking the completion of other related issues. and removed no-recent-activity needs-author-action An issue or pull request that requires more info or actions from the author. labels Feb 14, 2023
rolfbjarne pushed a commit to xamarin/xamarin-macios that referenced this issue Jun 28, 2023
Add HybridGlobalization flag in SDK and load icudt_hybrid.dat file when
HybridGlobalization is on.

Contributes to dotnet/runtime#80689
@mkhamoyan mkhamoyan modified the milestones: 8.0.0, 9.0.0 Jul 28, 2023
steveisok pushed a commit that referenced this issue Oct 19, 2023
Implements `GlobalizationNative_GetLocalesNative` for iOS hybrid globalization in order to return all of the available locales on the device.

Fixes #93514

Contributes to #80689
@mkhamoyan
Copy link
Member Author

Closing this as all tickets mentioned are already implemented.

@github-actions github-actions bot locked and limited conversation to collaborators Aug 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Globalization os-ios Apple iOS tracking This issue is tracking the completion of other related issues.
Projects
None yet
Development

No branches or pull requests

2 participants