diff options
| author | Kenichi Handa | 2004-01-27 12:48:23 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-01-27 12:48:23 +0000 |
| commit | 09ed12f12b68dc3562cef2e3e0585618504d8e36 (patch) | |
| tree | 281d61e059b32ac9159109148c40e22dd7367751 | |
| parent | 6e58724efc586ada8f20713ea15b0e21e1092b24 (diff) | |
| download | emacs-09ed12f12b68dc3562cef2e3e0585618504d8e36.tar.gz emacs-09ed12f12b68dc3562cef2e3e0585618504d8e36.zip | |
(japanese-jisx0213-a): New supplementary charset.
(japanese-jisx0213.2004-1): New charset.
| -rw-r--r-- | lisp/international/mule-conf.el | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index a03cb38eb58..1d0685f64ad 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -402,7 +402,7 @@ | |||
| 402 | ;; Note that jisx0213 contains characters not in Unicode (3.2?). It's | 402 | ;; Note that jisx0213 contains characters not in Unicode (3.2?). It's |
| 403 | ;; arguable whether it should have a unify-map. | 403 | ;; arguable whether it should have a unify-map. |
| 404 | (define-charset 'japanese-jisx0213-1 | 404 | (define-charset 'japanese-jisx0213-1 |
| 405 | "JISX0213 Plane 1 (Japanese)" | 405 | "JISX0213.2000 Plane 1 (Japanese)" |
| 406 | :short-name "JISX0213-1" | 406 | :short-name "JISX0213-1" |
| 407 | :iso-final-char ?O | 407 | :iso-final-char ?O |
| 408 | :emacs-mule-id 151 | 408 | :emacs-mule-id 151 |
| @@ -411,7 +411,7 @@ | |||
| 411 | :code-offset #x14C000) | 411 | :code-offset #x14C000) |
| 412 | 412 | ||
| 413 | (define-charset 'japanese-jisx0213-2 | 413 | (define-charset 'japanese-jisx0213-2 |
| 414 | "JISX0213 Plane 2 (Japanese)" | 414 | "JISX0213.2000 Plane 2 (Japanese)" |
| 415 | :short-name "JISX0213-2" | 415 | :short-name "JISX0213-2" |
| 416 | :iso-final-char ?P | 416 | :iso-final-char ?P |
| 417 | :emacs-mule-id 254 | 417 | :emacs-mule-id 254 |
| @@ -419,6 +419,20 @@ | |||
| 419 | :code-space [33 126 33 126] | 419 | :code-space [33 126 33 126] |
| 420 | :code-offset #x150000) | 420 | :code-offset #x150000) |
| 421 | 421 | ||
| 422 | (define-charset 'japanese-jisx0213-a | ||
| 423 | "JISX0213.2004 adds these characters to JISX0213.2000." | ||
| 424 | :short-name "JISX0213A" | ||
| 425 | :dimension 2 | ||
| 426 | :code-space [33 126 33 126] | ||
| 427 | :supplementary-p t | ||
| 428 | :map "JISX213A") | ||
| 429 | |||
| 430 | (define-charset 'japanese-jisx0213.2004-1 | ||
| 431 | "JISX0213.2004 Plane1 (Japanese)" | ||
| 432 | :short-name "JISX0213.2004-1" | ||
| 433 | :iso-final-char ?Q | ||
| 434 | :superset '(japanese-jisx0213-a japanese-jisx0213-1)) | ||
| 435 | |||
| 422 | (define-charset 'katakana-sjis | 436 | (define-charset 'katakana-sjis |
| 423 | "Katakana part of Shift-JIS" | 437 | "Katakana part of Shift-JIS" |
| 424 | :dimension 1 | 438 | :dimension 1 |