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:
parent
5259f34b6f
commit
12d00cfe91
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user