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

Add Intl toLocaleLowerCase and toLocaleUpperCase #136

Open
Tracked by #87
TatianaKapos opened this issue Oct 13, 2022 · 1 comment
Open
Tracked by #87

Add Intl toLocaleLowerCase and toLocaleUpperCase #136

TatianaKapos opened this issue Oct 13, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@TatianaKapos
Copy link

Problem

Further development of Intl objects, add toLocaleLowerCase and toLocaleUpperCase following ECMA standards.
https://402.ecma-international.org/9.0/#sup-string.prototype.tolocaleuppercase

@anramanath
Copy link

When upgrading to the 0.1.27 version of Hermes to enable the I18n for DateTimeFormat ran into a bunch of issues with undefined behavior off of unsupported methods such as toLowerLocaleCase. Unfortunately, we can't depend on the built-in Hermes for RNW without more support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants