Formatting.jl
Formatting.jl copied to clipboard
option for using different thousands separator
The default is ,. Supporting arbitrary chars, eg _ which is valid read syntax in Julia, would be nice.
Yes, it would also be nice to be able to correctly handle European formatting of numbers, using , instead of . for the decimal point, and . as the thousands separator.
I'll see about adding those features to JuliaString/Format.jl, and then see about backporting to here.
@ScottPJones I know this is old, but any updates on this? I think a lot of people would find this useful.