--- src/main.c.orig	Tue Apr 20 09:46:37 1999
+++ src/main.c	Fri Apr 30 22:17:51 1999
@@ -118,6 +118,10 @@
 # endif
 #endif
 
+#ifdef KANJI
+extern void init_xlocale(void);
+#endif
+
 /* extern variables referenced */
 extern int my_ruid, my_rgid, my_euid, my_egid;
 extern unsigned int rs_shadePct;
@@ -376,6 +380,7 @@
 #endif
 
   Create_Windows(argc, argv);
+  init_xlocale();
   scr_reset();			/* initialize screen */
   Gr_reset();			/* reset graphics */
 
