[Webkit-unassigned] [Bug 251058] Safari's Intl.NumberFormat does not support formatting of MYR (Malaysian) currencies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 19:44:40 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251058

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karlcow at apple.com

--- Comment #1 from Karl Dubost <karlcow at apple.com> ---
James, 

I get the same result in Firefox and Safari. 

but the code for Malaysia is ms-MY

so it should be either: 

const formatter = new Intl.NumberFormat("ms-MY", {…
OR 
const formatter = new Intl.NumberFormat("ms", {…

nope?

https://www.loc.gov/standards/iso639-2/php/langcodes_name.php?iso_639_1=ms


my is the code for Burmese
https://www.loc.gov/standards/iso639-2/php/langcodes_name.php?iso_639_1=my

Bug in Chrome?

-- 
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/20230124/2cf8ae8f/attachment.htm>


More information about the webkit-unassigned mailing list