[Webkit-unassigned] [Bug 205442] [INTL] Fix the group separator string used by Intl.NumberFormat with fr locale
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 14 18:29:38 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=205442
Ross Kirsling <ross.kirsling at sony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |ross.kirsling at sony.com
Resolution|--- |CONFIGURATION CHANGED
--- Comment #1 from Ross Kirsling <ross.kirsling at sony.com> ---
Output of these now match Chrome and Firefox (presumably as of the ICU update in r259606):
new Intl.NumberFormat('fr', { style: 'currency', currency: 'EUR' }).format(123456.78)
new Intl.NumberFormat('fr', { style: 'currency', currency: 'EUR' }).format(123456.78)
This should hopefully be confirmable in Safari TP 105.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200415/b203963a/attachment.htm>
More information about the webkit-unassigned
mailing list