diff --git a/src/main.cxx b/src/main.cxx index 123ccd14..32ed20e0 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -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