|
|
|
|
|
by davidmurdoch
936 days ago
|
|
Using a "comma" to refer to the decimal separator when talking about USD while writing in English about software (written in a computer language that uses a decimal point) took me on a mental rollercoaster. So much so that it led me to read the Wikipedia page on the decimal separator. My favorite part: > Unicode defines a decimal separator key symbol (⎖ in hex U+2396, decimal 9110) which looks similar to the apostrophe. This symbol is from ISO/IEC 9995 and is intended for use on a keyboard to indicate a key that performs decimal separation. |
|
Egad, settling the ./, issue by selecting ⎖ is like settling the debate between 0-based arrays and 1-based by numbering them from ½. Or between little- and big-endian by choosing middle-endian.