Hi, thanks for the help. I have some additional questions and bugs to report. First, I don't see a script called "li" anywhere on my system. I did a find / -name li, and got two hits: /usr/share/locale/l10n/li /usr/share/locale/li Both are directories. So, where do I run LANG=ja_JP.UTF-8 ./li from? Also, I have a question. When I type quickly in English I am constantly accidentally hitting SHIFT-SPACE and activating Japanese input. CTRL-SPACE also works...how do I turn off SHIFT-SPACE and leave only CTRL-SPACE? Finally, I have noticed what seems like a bug, as follows: When running Open Office Writer: When I press the HOME key, I get a settings menu, but there doesn't seem to be a way to cancel this. I tried ESC and many other keys. I have to turn off conversion to cancel it. This doesn't happen in other programs like Mozilla, Evolution or Quanta. Thanks for the help. James On Wed, 2004-10-20 at 07:55, Akira TAGOH wrote: > >>>>> On Tue, 19 Oct 2004 07:11:29 -0400, > >>>>> "morpheus" == morpheus <morpheus@xxxxxxxxxxxxxxxx> wrote: > > morpheus> Yes, httx is running, and XMODIFIERS is set. I tried restarting konsole > morpheus> with LOCALE=ja_JP konsole but still doesn't work. Is there a konsole > morpheus> configuration setting I need to make? > > Ah, it's because ja_JP is an alias for ja_JP.eucJP. but httx > is running on ja_JP.UTF-8. you really need to run the > applications on the same locale to use with XIM. > > #include <stdio.h> > #include <locale.h> > #include <langinfo.h> > > int main(int argc, char **argv) > { > setlocale (LC_ALL, ""); > printf ("%s\n", nl_langinfo (CODESET)); > return 0; > } > > $ LANG=ja_JP ./li > EUC-JP > $ LANG=ja_JP.UTF-8 ./li > UTF-8 > > -- > Akira TAGOH > > -- > Fedora-i18n-list mailing list > Fedora-i18n-list@xxxxxxxxxx > http://www.redhat.com/mailman/listinfo/fedora-i18n-list