forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request