Turning Japanese II
On linux machine, sometimes you have to manually turn on input method. Here is how to do that (provided that you have installed Japanese enviromnet in system):
kinput2 -canna & #Only have to do this once
export LC_ALL=ja_JP.eucJP
export LANG=ja_JP.eucJP
export XMODIFIERS=’@im=kinput2′
Then start an applicationNow you should be able to
push Shift-Space and [a] should show up.
