|
With LANG=en_GB.UTF-8 and LC_NUMERIC=de_DE.UTF-8 I get . as a decimal
separator, I think because the setlocale(LC_ALL, "") uses $LANG
everywhere.
This is not what wxWidgets expects, and not what I expect (other
applications use ,). Fix that by respecting LC_NUMERIC explicitly.
|