diff options
author | Kenichi Handa <handa@m17n.org> | 2005-07-29 06:14:45 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2005-07-29 06:14:45 +0000 |
commit | 762ba43dd70188adef9c28ba577c84565eb9e678 (patch) | |
tree | e07c91f20b52f056f81718697fdcd5a36c0e1d7a /lisp/language/japanese.el | |
parent | f11f47e02d1db4c437018cadbe19ca9e07d86f4c (diff) | |
download | emacs-762ba43dd70188adef9c28ba577c84565eb9e678.tar.gz |
(iso-2022-jp, iso-2022-jp-2)
(iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
Diffstat (limited to 'lisp/language/japanese.el')
-rw-r--r-- | lisp/language/japanese.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el index a7aadfbe242..dd1b5bec6ff 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el @@ -48,7 +48,8 @@ :flags '(short ascii-at-eol ascii-at-cntl 7-bit designation) :charset-list '(ascii japanese-jisx0208 japanese-jisx0208-1978 latin-jisx0201) - :mime-charset 'iso-2022-jp) + :mime-charset 'iso-2022-jp + :suitable-for-keyboard t) (define-coding-system-alias 'junet 'iso-2022-jp) @@ -68,7 +69,8 @@ latin-jisx0201 japanese-jisx0208-1978 chinese-gb2312 korean-ksc5601 latin-iso8859-1 greek-iso8859-7) - :mime-charset 'iso-2022-jp-2) + :mime-charset 'iso-2022-jp-2 + :suitable-for-keyboard t) (let ((map ; JIS vs CP932 '((#x301C . #xFF5E) ; WAVE DASH FULLWIDTH TILDE @@ -162,7 +164,8 @@ eucJP-ms is defined in <http://www.opengroup.or.jp/jvc/cde/appendix.html>." ;; init-at-bol) :charset-list '(ascii japanese-jisx0208 japanese-jisx0213.2004-1 japanese-jisx0213-1 japanese-jisx0213-2) - :mime-charset 'iso-2022-jp-2004) + :mime-charset 'iso-2022-jp-2004 + :suitable-for-keyboard t) (define-coding-system-alias 'iso-2022-jp-3 'iso-2022-jp-2004) |