mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
(iso-2022-jp, iso-2022-jp-2)
(iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
This commit is contained in:
parent
f11f47e02d
commit
762ba43dd7
1 changed files with 6 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue