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
09ed12f1
Commit
09ed12f1
authored
Jan 27, 2004
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(japanese-jisx0213-a): New supplementary charset.
(japanese-jisx0213.2004-1): New charset.
parent
6e58724e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
lisp/international/mule-conf.el
lisp/international/mule-conf.el
+16
-2
No files found.
lisp/international/mule-conf.el
View file @
09ed12f1
...
...
@@ -402,7 +402,7 @@
;; Note that jisx0213 contains characters not in Unicode (3.2?). It's
;; arguable whether it should have a unify-map.
(
define-charset
'japanese-jisx0213-1
"JISX0213 Plane 1 (Japanese)"
"JISX0213
.2000
Plane 1 (Japanese)"
:short-name
"JISX0213-1"
:iso-final-char
?O
:emacs-mule-id
151
...
...
@@ -411,7 +411,7 @@
:code-offset
#x14C000
)
(
define-charset
'japanese-jisx0213-2
"JISX0213 Plane 2 (Japanese)"
"JISX0213
.2000
Plane 2 (Japanese)"
:short-name
"JISX0213-2"
:iso-final-char
?P
:emacs-mule-id
254
...
...
@@ -419,6 +419,20 @@
:code-space
[33
126
33
126]
:code-offset
#x150000
)
(
define-charset
'japanese-jisx0213-a
"JISX0213.2004 adds these characters to JISX0213.2000."
:short-name
"JISX0213A"
:dimension
2
:code-space
[33
126
33
126]
:supplementary-p
t
:map
"JISX213A"
)
(
define-charset
'japanese-jisx0213.2004-1
"JISX0213.2004 Plane1 (Japanese)"
:short-name
"JISX0213.2004-1"
:iso-final-char
?Q
:superset
'
(
japanese-jisx0213-a
japanese-jisx0213-1
))
(
define-charset
'katakana-sjis
"Katakana part of Shift-JIS"
:dimension
1
...
...
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