babel icon indicating copy to clipboard operation
babel copied to clipboard

Fix: Unexpected behaviour: parse_numbers() doesn't handle space as a grouping symbol, however, parse_decimal() does #1061

Open sebas-inf opened this issue 1 year ago • 9 comments

Cleaned the string to ensure that it still works if there is a non-breakable space, \xa0, in the number and separed the logic so that it is easeir to understand.

sebas-inf avatar Jan 31 '24 01:01 sebas-inf