Set LC_CTYPE to C

pull/2/head
Stelios Bounanos 2009-02-19 01:49:30 +00:00
rodzic 9cc42368bc
commit e1c4b0b0fd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -938,7 +938,7 @@ int setup_nls(void)
return nls_set_up;
setlocale (LC_MESSAGES, "");
setlocale (LC_CTYPE, "");
setlocale (LC_CTYPE, "C");
setlocale (LC_TIME, "");
// setting LC_NUMERIC might break the config read/write routines