diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-17 21:03:23 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-17 21:03:23 +0000 |
commit | f8ca981b964aaa3c59eab661ce35efb7d7085020 (patch) | |
tree | f5ccd99de1ebbeb5e929c631839854e3e42680bf | |
parent | 05a718f11fc97f1e34cf927fd8762f8251356dcb (diff) |
Bugzilla #4130 <https://bugs.freedesktop.org/show_bug.cgi?id=4130>XORG-6_8_99_901
xconsole: non-ascii characters don't show up (Samuel Thibault)
-rw-r--r-- | xconsole.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -646,6 +646,7 @@ main(int argc, char *argv[]) Arg arglist[10]; Cardinal num_args; + XtSetLanguageProc(NULL,NULL,NULL); top = XtInitialize ("xconsole", "XConsole", options, XtNumber (options), &argc, argv); XtGetApplicationResources (top, (XtPointer)&app_resources, resources, |