From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Sat, 19 Jul 2014 21:56:06 +0900 From: kokamoto@hera.eonet.ne.jp Message-ID: <3024536a953da9dafc3e2ae41e55e923@eonet.ne.jp> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] kbdputc() in devcons.c in 9front? Topicbox-Message-UUID: 068f8918-ead9-11e9-9d60-3106f5b1d025 > 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 > 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