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

Support Intl bestFit matching #137

Open
Tracked by #87
TatianaKapos opened this issue Oct 13, 2022 · 0 comments
Open
Tracked by #87

Support Intl bestFit matching #137

TatianaKapos opened this issue Oct 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@TatianaKapos
Copy link

TatianaKapos commented Oct 13, 2022

Problem

Currently the Windows implementation of DateTimeFormat::supportedLocalesOf does not support bestFit matching. Android supports this feature while apple does not (yet).

ICU uses localematcher in C++ but does not have an equivalent in C. We should figure out a way around this to add support for bestFit. This will affect supportedLocalesOf NumberFormat and Collator

https://402.ecma-international.org/9.0/#sec-bestfitmatcher

@TatianaKapos TatianaKapos added the enhancement New feature or request label Oct 13, 2022
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

1 participant