You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: