summaryrefslogtreecommitdiff
path: root/xconsole.c
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-17 21:03:23 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-17 21:03:23 +0000
commitf8ca981b964aaa3c59eab661ce35efb7d7085020 (patch)
treef5ccd99de1ebbeb5e929c631839854e3e42680bf /xconsole.c
parent05a718f11fc97f1e34cf927fd8762f8251356dcb (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)
Diffstat (limited to 'xconsole.c')
-rw-r--r--xconsole.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xconsole.c b/xconsole.c
index 381bedc..f393309 100644
--- a/xconsole.c
+++ b/xconsole.c
@@ -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,