I have a serious issue in inputting Japanese in Debian distribution via xterm I configured the following file:
/usr/share/X11/xorg.conf.d/10-evdev.conf
with the following:
Section "InputClass"
Identifier "keyboard-all"
Driver "evdev"
Option "XkbLayout" "us,it,jp"
Option "XkbOptions" "grp:shift_toggle"
MatchIsKeyboard "on"
EndSection
which would enable 3 input languages: English Italian and Japanese from the keyboard when running xterm or anything similar I can input English and Italian but not Japanese. I tried installing a lot of Japanese font packages but nothing worked for me. Can any one help me with this issue, because I am almost trying to make this work for more than one week! what is so special in Japanese language that it couldn't be inputted via the keyboard?!
I don't want to install any thing that needs any GUI interaction only scripting.
thanks for any help given.