non-jisx0208
[elisp/non-jisx0208.git] / README
1 Requirement:
2
3   GNU Emacs 20.3 or later.
4   GNU make
5
6 Instllation:
7
8   % cd /usr/local/share/emacs/site-lisp
9   % tar xfz <somewhere>/non-jisx0208.tar.gz
10   % cd non-jisx0208
11   % make
12
13 Setup your environment:
14
15   Add following code to ~/.emacs
16
17 (require 'non-jisx0208)
18 (setq standard-translation-table-for-decode
19       (get 'non-jisx0208-translation-table 'translation-table))
20
21 Test:
22
23   Evaluate following expression in *scratch*.
24
25   (decode-coding-string "\e$B-!\e(B" 'iso-2022-jp)
26
27   If instllation and setup is successed, you'll see
28   circled digit one.
29
30 Author:
31   Tanaka Akira <akr@jaist.ac.jp>
32