You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the comments and support. The first issue is a parsing error which I'll look into today. Once parsed correctly there should be no issues in understanding the number itself in the de locale.
I don't believe the second part is a bug per se. CLDR does permit grouping symbols in the fractional part:
The grouping separator may also occur in the fractional part, such as in β#,##0.###,#β. This is most commonly done where the grouping separator character is a thin, non-breaking space (U+202F), such as β1.618β―033β―988β―75β. See physics.nist.gov/cuu/Units/checklist.html.
Awesome with a completely new parsing implementation! π
I found a small bug: Some locales have reversed the thousand and the decimal separators.
Old version (before new parser):
new version:
Additionally I think this should throw an error:
because what is the semantic meaning of the
,
? It's clearly an error, either in input, or in locale choice.The text was updated successfully, but these errors were encountered: