[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
First, you need Japanese fonts. (Of course, Japanese version of Windows has Japanese fonts.) Meadow can use TrueType fonts and BDF fonts.
The contents of `Japanese' directory in intlfonts:
Example configuration when these reside in c:/usr/fonts:
(w32-auto-regist-bdf-font "bdf16-japanese-jisx0201" "c:/usr/fonts/8x16rk.bdf") (w32-auto-regist-bdf-font "bdf16-japanese-jisx0208.1983" "c:/usr/fonts/jiskan16-1983.bdf") |
You can read iso-2022-jp without any special configuration. When you read sjis or euc, put
(set-language-environment 'Japanese) |
11.1 How can I input Japanese?
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
If you are using Japanese version of Windows, you can input Japanese with IME. Even if you are NOT using Japanese version of Windows, you can input Japanese with leim or SKK.
Configuration for IME
(mw32-ime-initialize) (setq default-input-method "MW32-IME") |
Using SKK
Get the latest release of DareDevil SKK or SKK 10.62a from SKK Openlab.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |