We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Intl wrong to parse currency with symbol as suffix.
To Reproduce If run the following code an exception will raise:
NumberFormat formatter = NumberFormat.currency( locale: "it_IT", name: "Euro Member Countries", symbol: "€", decimalDigits: 2, ); formatter.parse("0,00 €");
Raise: Invalid Number: 0,00 €
Intl package: 0.19.0
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Intl wrong to parse currency with symbol as suffix.
To Reproduce
If run the following code an exception will raise:
Raise:
Invalid Number: 0,00 €
Intl package:
0.19.0
Thanks
The text was updated successfully, but these errors were encountered: