Coming from a locale where "." is the thousands separator and "," the decimal separator, "this program is locale aware" is usually an "oh no", not "oh great"
@rygorous I don't think I have ever used a system that isn't a weird hybrid of both. I try to install all my stuff using the "default" local, whenever documented, but all my files are a weird mix depending on where they where created.
List separator in France and parts of Europe is ; instead of ,. But then in CSV you could double quote your fields, provided you have means to escape a double-quote. Gotta love intl. computing.
I had a manager exclaim after studying the amount of work to support intl. character sets and regions in our code base "It might be cheaper to just give ever user an en/jp dictionary plus language lessons."
@ekg @rygorous
List separator in France and parts of Europe is ; instead of ,. But then in CSV you could double quote your fields, provided you have means to escape a double-quote. Gotta love intl. computing.