Avoid setting LC_NUMERIC on MS-Windows to anything but "C"
commit3985a21b5205d65bece84d1ba74f44478db78d91
authorEli Zaretskii <eliz@gnu.org>
Mon, 10 Aug 2015 17:01:31 +0000 (10 20:01 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 10 Aug 2015 17:01:31 +0000 (10 20:01 +0300)
tree09656da4833e7d7098cd6c2f9971f7edcd63eb71
parent092e0a0c51a1d71236f28ec186963f1ab24f8efb
Avoid setting LC_NUMERIC on MS-Windows to anything but "C"

* src/emacs.c (synchronize_locale) [WINDOWSNT]: Call fixup_locale
after setting LC_ALL to the desired locale, to avoid affecting how
numbers are read and printed.  (Bug#21223)
src/emacs.c