[I18n-sig] Japanese input in Tkinter

Martin v. Loewis martin@v.loewis.de
30 May 2002 00:16:56 +0200


Fredrik Hugosson <fredrik.hugosson@decuma.se> writes:

> Does anyone have a solution or similar experiences?

You should indeed make sure that Tcl finds its encoding files. Try
executing "encoding names" for a tkapp object, to verify you get a
long list of encodings. If you only get the system encoding and UTF-8,
it didn't work - try the FixTk.py script from the Python CVS in this
case.

I'm also surprised that Tk supposedly works with MS IME; I know for
fact that it doesn't work with XIM (on X11). You may want to verify
that Tk really supports MS IME on your system, by installing a plain
Tk 8.3 on your system.

HTH,
Martin