diff options
| author | Kenichi Handa | 2004-02-05 04:29:25 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-02-05 04:29:25 +0000 |
| commit | 917e3dcfe53c5d3b10614e96407b52275748e69b (patch) | |
| tree | 987169610f8a8f4d60d0d668de4f320cd2b38b28 | |
| parent | b1c2945e071a66cfb8303bd2aa811255a778dbbd (diff) | |
| download | emacs-917e3dcfe53c5d3b10614e96407b52275748e69b.tar.gz emacs-917e3dcfe53c5d3b10614e96407b52275748e69b.zip | |
(japanese-jisx0213.2004-1): Specify :code-space.
(cp932-2-byte): Fix :code-space.
(unicode-smp, unicode-sip, unicode-ssp): New charsets.
| -rw-r--r-- | lisp/international/mule-conf.el | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 0c9767052e6..69dd8a8fa88 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -431,6 +431,7 @@ | |||
| 431 | "JISX0213.2004 Plane1 (Japanese)" | 431 | "JISX0213.2004 Plane1 (Japanese)" |
| 432 | :short-name "JISX0213.2004-1" | 432 | :short-name "JISX0213.2004-1" |
| 433 | :dimension 2 | 433 | :dimension 2 |
| 434 | :code-space [33 126 33 126] | ||
| 434 | :iso-final-char ?Q | 435 | :iso-final-char ?Q |
| 435 | :superset '(japanese-jisx0213-a japanese-jisx0213-1)) | 436 | :superset '(japanese-jisx0213-a japanese-jisx0213-1)) |
| 436 | 437 | ||
| @@ -445,7 +446,7 @@ | |||
| 445 | "2-byte part of CP932" | 446 | "2-byte part of CP932" |
| 446 | :dimension 2 | 447 | :dimension 2 |
| 447 | :map "CP932-2BYTE" | 448 | :map "CP932-2BYTE" |
| 448 | :code-space [#x00 #xFF #x00 #xFE] | 449 | :code-space [#x40 #xFC #x81 #xEF] |
| 449 | :supplementary-p t) | 450 | :supplementary-p t) |
| 450 | 451 | ||
| 451 | (define-charset 'cp932 | 452 | (define-charset 'cp932 |
| @@ -959,11 +960,29 @@ | |||
| 959 | :code-offset #x100) | 960 | :code-offset #x100) |
| 960 | 961 | ||
| 961 | (define-charset 'unicode-bmp | 962 | (define-charset 'unicode-bmp |
| 962 | "Unicode Basic Multilingual Plane" | 963 | "Unicode Basic Multilingual Plane (U+0000..U+FFFF)" |
| 963 | :short-name "Unicode BMP" | 964 | :short-name "Unicode BMP" |
| 964 | :code-space [0 255 0 255] | 965 | :code-space [0 255 0 255] |
| 965 | :code-offset 0) | 966 | :code-offset 0) |
| 966 | 967 | ||
| 968 | (define-charset 'unicode-smp | ||
| 969 | "Unicode Supplementary Multilingual Plane (U+10000..U+1FFFF)" | ||
| 970 | :short-name "Unicode SMP " | ||
| 971 | :code-space [0 255 0 255] | ||
| 972 | :code-offset #x10000) | ||
| 973 | |||
| 974 | (define-charset 'unicode-sip | ||
| 975 | "Unicode Supplementary Ideographic Plane (U+20000..U+2FFFF)" | ||
| 976 | :short-name "Unicode SIP" | ||
| 977 | :code-space [0 255 0 255] | ||
| 978 | :code-offset #x20000) | ||
| 979 | |||
| 980 | (define-charset 'unicode-ssp | ||
| 981 | "Unicode Supplementary Special-purpose Plane (U+E0000..U+EFFFF)" | ||
| 982 | :short-name "Unicode SSP" | ||
| 983 | :code-space [0 255 0 255] | ||
| 984 | :code-offset #xE0000) | ||
| 985 | |||
| 967 | (define-charset 'ethiopic | 986 | (define-charset 'ethiopic |
| 968 | "Ethiopic characters for Amharic and Tigrigna." | 987 | "Ethiopic characters for Amharic and Tigrigna." |
| 969 | :short-name "Ethiopic" | 988 | :short-name "Ethiopic" |