> You, 9front developpers, created kbdfs, and > lost kbdputc() in port/devcdons.c. Most of > pc/kbd.c stuffs are driven out to user space, kbdfs. > > In lab's or 9atom's distribution, I can have > /rc/bin/Kanji, like: > #!/bin/rc > > pipefile -r ktrans /dev/cons > rio -i $home/lib/windows </dev/cons > > This assumes that the keyboard input from > stdin, and produces kanji translated character to > /dev/cons.
This is solved by cinap to write a new program, pipekbd which works like pipefile for 9front's kbdfs. Now I can use Japanese on Plan9fron, too. Thanks cinap! Kenji