aboutsummaryrefslogtreecommitdiffstats
path: root/ida.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-11-01 12:43:45 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-11-01 12:43:45 +0100
commitcb0ce5fa5f42bfaea4f8f326bcd8914dd14e782d (patch)
treed4c5f9ff8792cab84bc76511a7b10900ea3f7982 /ida.c
parent47b987b42edfc93f22f6bd274e10bb8c7c34715c (diff)
downloadfbida-cb0ce5fa5f42bfaea4f8f326bcd8914dd14e782d.tar.gz
ida: strip font list, enable utf8 locale
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();