Mail Archives: djgpp/1999/12/14/05:27:11
On Mon, 13 Dec 1999, knoriko A wrote:
> I'm using a Japanese keyboard, which shares many keys with Japanese
> characters and symbols. In MS-DOS, like in Edit and Qbasic, it works
> pretty much like the US keyboard. In RHIDE, however, some keys doesn't
> work like I expect.
I'm guessing that RHIDE uses the BIOS scan codes to read the
keyboard. Since the Japanese keyboard is slightly different from the
default US keyboard, you get the problems that you described.
The only way out of this mess is to define a Japanese keyboard
translation table. The DJGPP port of Emacs already does that (I
discovered this very problem about a year ago and fixed it).
Btw, the DJGPP port of latest versions of Emacs supports Japanese
input methods and can encode and decode Japanese text files. But you
will have to download the sources and compile them yourself, since
there's no ready binary of Emacs 20.x on SimTel.NET yet. The
compilation is easy, though: just unpack the distribution and type
these two lines:
config msdos
make install
- Raw text -