|
|
|
|
|
by mih
654 days ago
|
|
Not sure if this is a joke or serious. For those unfamiliar, period (.) is used as the thousands separator in European countries, whereas much of the world uses the comma (,). The case for the decimal separator is switched. So 69.76 would be written as 69,76 in Europe. |
|
I think that the best approach is to avoid to use comma or period as a thousand separator and just consider both of them as a decimal separator. It seems that the recommended approach for digit grouping is just a thin space [1], but since that character is not something that you can find on a regular keyboard and the regular space can be too wide, I think that one of the alternatives (like the apostrophe) is fine too. 169.216 or 169.216 can both be ambiguous , 169 216 and 169'216 or 169_216 much less
[1] https://en.wikipedia.org/wiki/Decimal_separator#Digit_groupi...