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
[JSC] Intl.Collator's ignorePunctuation should reflect queried result
https://bugs.webkit.org/show_bug.cgi?id=263313
rdar://117122647
Reviewed by Alexey Shvayka.
For example, th locale's ignorePunctuation is true by default. We should construct Intl.Collator,
querying ignorePunctuation to the created ICU's collator, and setting it as resolvedOptions().ignorePunctuation.
* JSTests/test262/expectations.yaml:
* Source/JavaScriptCore/runtime/IntlCollator.cpp:
(JSC::IntlCollator::initializeCollator):
Canonical link: https://commits.webkit.org/269459@main
0 commit comments