=sjs= has asked for the wisdom of the Perl Monks concerning the following question:

How do you get input japanese input from the Windows Input Method Editor? I have Perl 5.8 on a windows XP platform with TK 8.024. Thanks Steve S.

Replies are listed 'Best First'.
Re: Windows IME use
by PodMaster (Abbot) on Sep 16, 2004 at 06:29 UTC
    I've never used an IME, but if this is what you're talking about, you don't need to do anything special in your perl program, but you do need to have a unicode capable version of Tk (Tk-804.027 ought to do).

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.