Sync with r21-2-44-0_18-m8.
[chise/xemacs-chise.git-] / lisp / mule / mule-conf.el
1 ;;; mule-conf.el --- configure multilingual environment
2
3 ;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation.
5 ;; Copyright (C) 1997,1999,2000,2002 MORIOKA Tomohiko
6
7 ;; Keywords: mule, multilingual, character set, coding system
8
9 ;; This file is part of XEmacs.
10
11 ;; XEmacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
16 ;; XEmacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 ;; GNU General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with XEmacs; see the file COPYING.  If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA.
25
26 ;;; Code:
27
28 ;; PinYin-ZhuYin
29 (make-charset 'sisheng "PinYin-ZhuYin"
30               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
31                 dimension 1
32                 chars 94
33                 final ?0
34                 graphic 0
35                 ))
36
37 ;; Lao script.
38 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
39 (make-charset 'lao "Lao script"
40               '(registry "MuleLao-1"
41                 dimension 1
42                 chars 94
43                 final ?1
44                 graphic 1))
45
46 ;; IPA (International Phonetic Alphabet)
47 (make-charset 'ipa "International Phonetic Alphabet"
48               '(registry "MuleIPA"
49                 dimension 1
50                 chars 96
51                 final ?0
52                 graphic 1))
53
54 ;; Ethiopic
55 (make-charset 'ethiopic "Ethiopic"
56               '(registry "Ethio"
57                 dimension 2
58                 chars 94
59                 final ?3
60                 graphic 0
61                 ))
62
63 ;; ISO-IR-165 (CCITT Extended GB)
64 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
65 ;;    GB 8565-88 table A4 + 293 characters.
66 (make-charset
67  'chinese-isoir165
68  "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
69  `(registry "isoir165"
70    dimension 2
71    chars 94
72    final ?E
73    graphic 0))
74
75 ;; CNS11643 Plane3 thru Plane7
76 ;; These represent more and more obscure Chinese characters.
77 ;; By the time you get to Plane 7, we're talking about characters
78 ;; that appear once in some ancient manuscript and whose meaning
79 ;; is unknown.
80
81 (flet
82     ((make-chinese-cns11643-charset
83       (name plane final)
84       (make-charset
85        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
86        `(registry 
87          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
88          dimension 2
89          chars 94
90          final ,final
91          graphic 0))
92       ))
93   (make-chinese-cns11643-charset 'chinese-cns11643-3 "3" ?I)
94   (make-chinese-cns11643-charset 'chinese-cns11643-4 "4" ?J)
95   (make-chinese-cns11643-charset 'chinese-cns11643-5 "5" ?K)
96   (make-chinese-cns11643-charset 'chinese-cns11643-6 "6" ?L)
97   (make-chinese-cns11643-charset 'chinese-cns11643-7 "7" ?M)
98   )
99
100 ;; JIS X 0213:2000
101 (make-charset
102  'japanese-jisx0213-1
103  "JIS X 0213:2000 Plain 1"
104  '(registry "jisx0213\\(\\.2000\\)-1"
105    dimension 2
106    chars 94
107    final ?O
108    graphic 0))
109
110 (make-charset
111  'japanese-jisx0213-2
112  "JIS X 0213:2000 Plain 2"
113  '(registry "jisx0213\\(\\.2000\\)-2"
114    dimension 2
115    chars 94
116    final ?P
117    graphic 0))
118
119 (when (featurep 'utf-2000)
120   (make-charset
121    'chinese-big5-pua
122    "Big5-PUA"
123    `(long-name "Big5 with private used area"
124                chars 256
125                dimension 2
126                columns 2
127                graphic 2
128                direction l2r
129                mother chinese-big5
130                registry "Big5\\.ETEN"))
131   (make-charset
132    'chinese-big5-eten
133    "Big5-ETEN"
134    `(long-name "Big5 ETEN"
135                chars 256
136                dimension 2
137                columns 2
138                graphic 2
139                direction l2r
140                mother chinese-big5
141                min-code #x8140 max-code #xFEFE
142                registry "Big5\\.ETEN"))
143   (make-charset
144    'chinese-big5-eten-a
145    "Big5-ETEN-a"
146    `(long-name "Big5 ETEN (#xF9D6 .. #xF9FE)"
147                chars 256
148                dimension 2
149                columns 2
150                graphic 2
151                direction l2r
152                mother chinese-big5
153                min-code #xF9D6 max-code #xF9FE
154                registry "Big5\\.ETEN"))
155   (make-charset
156    'chinese-big5-eten-b
157    "Big5-ETEN-b"
158    `(long-name "Big5 ETEN (#xC6A1 .. #xC8FE)"
159                chars 256
160                dimension 2
161                columns 2
162                graphic 2
163                direction l2r
164                mother chinese-big5
165                min-code #xC6A1 max-code #xC8FE
166                registry "Big5\\.ETEN"))
167   (make-charset
168    'chinese-big5-cdp
169    "Big5-CDP"
170    `(long-name "Big5 with CDP extension"
171                chars 256
172                dimension 2
173                columns 2
174                graphic 2
175                direction l2r
176                registry "big5\\.cdp-0"
177                ;; min-code ,(lsh #x6200 16)
178                ;; max-code ,(+ (lsh #x6200 16) #xFFFF)
179                ;; code-offset ,(lsh #x6200 16)
180                mother chinese-big5
181                min-code #x8140 max-code #x8DFE))
182   )
183
184 ;;; mule-conf.el ends here