From cb0ce5fa5f42bfaea4f8f326bcd8914dd14e782d Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 1 Nov 2012 12:43:45 +0100 Subject: ida: strip font list, enable utf8 locale --- ida.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ida.c') 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(); -- cgit