While testing we found some values being formatted with unexpected characters: If I call condenseCurrency(259000000, 'de', 'GBP', {maxPrecision: 2}) I get as a result "259 Mio'.' £" and I was expecting "259 Mio. £" # Actual  # Expected 
While testing we found some values being formatted with unexpected characters:
If I call
condenseCurrency(259000000, 'de', 'GBP', {maxPrecision: 2})
I get as a result
"259 Mio'.' £"
and I was expecting
"259 Mio. £"
Actual
Expected