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

Implement missing cases for GlobalizationNative_GetLocaleInfoString #83514

Closed
6 tasks
Tracked by #80689
mkhamoyan opened this issue Mar 16, 2023 · 1 comment · Fixed by #89296
Closed
6 tasks
Tracked by #80689

Implement missing cases for GlobalizationNative_GetLocaleInfoString #83514

mkhamoyan opened this issue Mar 16, 2023 · 1 comment · Fixed by #89296
Assignees
Milestone

Comments

@mkhamoyan
Copy link
Contributor

mkhamoyan commented Mar 16, 2023

Initial changes for implementing GlobalizationNative_GetLocaleInfoString are done here #81470 .
Missing cases are

  • Digits, // maybe value = "0123456789" ?
  • MonetaryDecimalSeparator
  • MonetaryThousandSeparator
  • Iso639LanguageThreeLetterName, // check ISOLanguageCodes
  • Iso3166CountryName2, // maybe [currentLocale.countryCode UTF8String] ?
  • ParentName

Contributes to #80689

@ghost
Copy link

ghost commented Mar 16, 2023

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

Issue Details

Initial changes for implementing GlobalizationNative_GetLocaleInfoString are done here #81470 .
Missing cases are

  • Digits, // maybe value = "0123456789" ?
  • MonetaryDecimalSeparator
  • MonetaryThousandSeparator
  • Iso639LanguageThreeLetterName, // check ISOLanguageCodes
  • Iso3166CountryName2, // maybe [currentLocale.countryCode UTF8String] ?
  • ParentName
Author: mkhamoyan
Assignees: mkhamoyan
Labels:

area-System.Globalization, os-ios

Milestone: -

@steveisok steveisok added this to the 8.0.0 milestone Mar 16, 2023
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jul 21, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Aug 1, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants