Intl.js icon indicating copy to clipboard operation
Intl.js copied to clipboard

Wrong currency for CHF in ie 11 window 7

Open lauterry opened this issue 5 years ago • 2 comments

Hello

Running the following code :

console.log(new Intl.NumberFormat('de-CH', { style: 'currency', currency: 'CHF' }).format(123455));

outputs the wrong currency "fr." instead of "CHF" in IE 11 window 7.

capture d ecran 2018-10-05 a 11 58 51

This bug did not occurred in IE11 window 10 neither on safari, chrome nor firefox

Can your team reach the right team to report this bug please ? I don't know who to contact.

Best regards !

lauterry avatar Oct 05 '18 10:10 lauterry

I have opened an issue to Microsoft. Can a polyfill be provided for this case ?

https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19243669/

lauterry avatar Oct 09 '18 08:10 lauterry

Microsoft said they won't fix this issue.

Can a polyfill be provided to fix this issue please ?

lauterry avatar Oct 10 '18 09:10 lauterry