From e1c4b0b0fd41b50c2268b5d5f9314ff0ad91a321 Mon Sep 17 00:00:00 2001 From: Stelios Bounanos Date: Thu, 19 Feb 2009 01:49:30 +0000 Subject: [PATCH] Set LC_CTYPE to C --- src/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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