Intl.NumberFormat("it-IT").format is returning an incorrectly formatted value in 22.12.0 #56134
Labels
v8 engine
Issues and PRs related to the V8 dependency.
wrong repo
Issues that should be opened in another repository.
Version
v22.12.0
Platform
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
it reproduces every time
What is the expected behavior? Why is that the expected behavior?
1000.99
should be formatted to1.000,99
with theit-IT
localeWhat do you see instead?
1000.99
is formatted to1000,99
with theit-IT
localeAdditional information
No response
The text was updated successfully, but these errors were encountered: