Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
25192984
Commit
25192984
authored
Aug 10, 1997
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make coding system iso-2022-jp instead of
declaring it as an alias of iso-2022-7bit.
parent
2aeafb78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
lisp/language/japanese.el
lisp/language/japanese.el
+13
-5
No files found.
lisp/language/japanese.el
View file @
25192984
...
...
@@ -29,8 +29,14 @@
;;; Code:
(
define-coding-system-alias
'iso-2022-jp
'iso-2022-7bit
)
(
define-coding-system-alias
'junet
'iso-2022-7bit
)
(
make-coding-system
'iso-2022-jp
2
?J
"ISO 2022 based 7bit encoding for Japanese (MIME:ISO-2022-JP)"
'
((
ascii
japanese-jisx0208-1978
japanese-jisx0208
latin-jisx0201
japanese-jisx0212
katakana-jisx0201
t
)
nil
nil
nil
short
ascii-eol
ascii-cntl
seven
))
(
define-coding-system-alias
'junet
'iso-2022-jp
)
(
make-coding-system
'japanese-shift-jis
1
?S
...
...
@@ -42,7 +48,8 @@
(
make-coding-system
'japanese-iso-7bit-1978-irv
2
?j
"ISO 2022 based 7-bit encoding for Japanese JISX0208-1978 and JISX0201-Roman"
'
((
ascii
t
)
nil
nil
nil
'
((
ascii
japanese-jisx0208-1978
japanese-jisx0208
latin-jisx0201
japanese-jisx0212
katakana-jisx0201
t
)
nil
nil
nil
short
ascii-eol
ascii-cntl
seven
nil
nil
use-roman
use-oldjis
))
(
define-coding-system-alias
'iso-2022-jp-1978-irv
'japanese-iso-7bit-1978-irv
)
...
...
@@ -51,8 +58,9 @@
(
make-coding-system
'japanese-iso-8bit
2
?E
"ISO 2022 based EUC encoding for Japanese (MIME:EUC-JP)"
'
(
ascii
japanese-jisx0208
katakana-jisx0201
japanese-jisx0212
short
ascii-eol
ascii-cntl
nil
nil
single-shift
))
'
((
ascii
latin-jisx0201
)
(
japanese-jisx0208
japanese-jisx0208-1978
)
katakana-jisx0201
japanese-jisx0212
short
ascii-eol
ascii-cntl
nil
nil
single-shift
))
(
define-coding-system-alias
'euc-japan-1990
'japanese-iso-8bit
)
(
define-coding-system-alias
'euc-japan
'japanese-iso-8bit
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment