Commit 4ba34e14 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not alter LC_NUMERIC (refs #581).

*** NOT MEANT FOR BACKPORTING ***
parent c1f5a1a6
......@@ -2000,10 +2000,6 @@ static void SetLanguage ( char const *psz_lang )
#endif
setlocale( LC_ALL, psz_lang );
/* many code paths assume that float numbers are formatted according
* to the US standard (ie. with dot as decimal point), so we keep
* C for LC_NUMERIC. */
setlocale( LC_NUMERIC, "C" );
}
/* Specify where to find the locales for current domain */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment