diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-01 12:43:45 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-01 12:43:45 +0100 |
commit | cb0ce5fa5f42bfaea4f8f326bcd8914dd14e782d (patch) | |
tree | d4c5f9ff8792cab84bc76511a7b10900ea3f7982 /ida.c | |
parent | 47b987b42edfc93f22f6bd274e10bb8c7c34715c (diff) | |
download | fbida-cb0ce5fa5f42bfaea4f8f326bcd8914dd14e782d.tar.gz |
ida: strip font list, enable utf8 locale
Diffstat (limited to 'ida.c')
-rw-r--r-- | ida.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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(); |