1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(compound-text): Force katakana-jisx0201 to be designated to G1.

This commit is contained in:
Kenichi Handa 2000-07-18 04:29:20 +00:00
parent 5259f34b6f
commit 12d00cfe91

View File

@ -44,7 +44,7 @@
(make-coding-system
'compound-text 2 ?1
"ISO 2022 based encoding used in inter client communication of X"
'((ascii t) (latin-iso8859-1 t) nil nil
'((ascii t) (latin-iso8859-1 katakana-jisx0201 t) nil nil
nil ascii-eol ascii-cntl nil nil nil nil nil nil nil nil nil t)
'((safe-charsets . t)))