aboutsummaryrefslogtreecommitdiffstats
path: root/ida.c
diff options
context:
space:
mode:
Diffstat (limited to 'ida.c')
-rw-r--r--ida.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ida.c b/ida.c
index 65e1d0a..520cf42 100644
--- a/ida.c
+++ b/ida.c
@@ -1816,6 +1816,7 @@ main(int argc, char *argv[])
struct stat st;
Pixel background;
+#if 0
setlocale(LC_ALL,"");
if (0 == strcasecmp("utf-8", nl_langinfo(CODESET))) {
/* ### FIXME ###
@@ -1824,7 +1825,8 @@ main(int argc, char *argv[])
setenv("LC_ALL", "POSIX", 1);
setlocale(LC_ALL,"");
}
-
+#endif
+
binary = argv[0];
ida_init_config();
ida_read_config();