|
|
|
|
|
by ben_
701 days ago
|
|
Cool article but this first bit threw me off > The interpunct is still in use today—it’s the official decimal point in British currency (£9·99) When the linked wiki specifically points out that it isn't: > In British typography, the space dot was once used as the formal decimal point. |
|
My theory is that some academic or idiot government official told Microsoft they're not using the official separator who duly fixed it. But in practice every "normal" person in the country used a period as a separator.
By default, Excel now uses a comma separator for decimals. Which unless I change it, makes it especially fun when I want to paste values into my banking website which (like most of the country) uses a period as a separator.
Really, it would have been way more pragmatic if South Africa just changed its official decimal separator.
It also caused some annoying issues on our .NET with SQL Server software project. For example SQL seed scripts inserting decimal values would break depending on if they were being run on Windows 7 or 8. On the upside, it did teach us all to have our code be properly locale aware.