Sync with r21-4-10-utf-2000-0_20-=big5-eten.
[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,2003 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 (if (featurep 'utf-2000)
102     (progn
103       (make-charset
104        '=jis-x0213-1-2000
105        "JIS X 0213:2000 Plain 1"
106        '(registry "jisx0213\\(\\.2000\\)-1"
107                   dimension 2
108                   chars 94
109                   mother japanese-jisx0208-1990
110                   final ?O
111                   graphic 0))
112       (make-charset
113        '=jis-x0213-2-2000
114        "JIS X 0213:2000 Plain 2"
115        '(registry "jisx0213\\(\\.2000\\)-2"
116                   dimension 2
117                   chars 94
118                   final ?P
119                   graphic 0))
120       (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1-2000)
121       (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2-2000)
122       )
123   (make-charset
124    'japanese-jisx0213-1
125    "JIS X 0213:2000 Plain 1"
126    '(registry "jisx0213\\(\\.2000\\)-1"
127               dimension 2
128               chars 94
129               final ?O
130               graphic 0))
131   (make-charset
132    'japanese-jisx0213-2
133    "JIS X 0213:2000 Plain 2"
134    '(registry "jisx0213\\(\\.2000\\)-2"
135               dimension 2
136               chars 94
137               final ?P
138               graphic 0))
139   )
140
141 (when (featurep 'utf-2000)
142   (make-charset '=ucs-jis-1990
143                 "UCS for JIS:1990"
144                 `(long-name     "ISO/IEC 10646 for JIS X 0208/0212:1990"
145                   chars         256
146                   dimension     3
147                   columns       2
148                   graphic       2
149                   direction     l2r
150                   mother        ucs-jis))
151   (make-charset '=ucs-jis-2000
152                 "UCS for JIS:2000"
153                 `(long-name     "ISO/IEC 10646 for JIS X 0213:2000"
154                   chars         256
155                   dimension     3
156                   columns       2
157                   graphic       2
158                   direction     l2r
159                   mother        ucs-jis))
160   (make-charset '=big5-pua
161                 "Big5-PUA"
162                 `(long-name     "Big5 with private used area"
163                   chars         256
164                   dimension     2
165                   columns       2
166                   graphic       2
167                   direction     l2r
168                   mother        chinese-big5
169                   registry      "Big5\\.ETEN"))
170   (define-charset-alias 'chinese-big5-pua '=big5-pua)
171   (make-charset '=big5-eten
172                 "Big5-ETEN"
173                 `(long-name     "Big5 ETEN"
174                   chars         256
175                   dimension     2
176                   columns       2
177                   graphic       2
178                   direction     l2r
179                   mother        chinese-big5
180                   min-code      #x8140
181                   max-code      #xFEFE
182                   registry      "Big5\\.ETEN"))
183   (define-charset-alias 'chinese-big5-eten '=big5-eten)
184   (make-charset
185    'chinese-big5-eten-a
186    "Big5-ETEN-a"
187    `(long-name "Big5 ETEN (#xF9D6 .. #xF9FE)"
188                chars 256
189                dimension 2
190                columns 2
191                graphic 2
192                direction l2r
193                mother chinese-big5
194                min-code #xF9D6 max-code #xF9FE
195                registry "Big5\\.ETEN"))
196   (make-charset
197    'chinese-big5-eten-b
198    "Big5-ETEN-b"
199    `(long-name "Big5 ETEN (#xC6A1 .. #xC8FE)"
200                chars 256
201                dimension 2
202                columns 2
203                graphic 2
204                direction l2r
205                mother chinese-big5
206                min-code #xC6A1 max-code #xC8FE
207                registry "Big5\\.ETEN"))
208   (make-charset
209    'chinese-big5-cdp
210    "Big5-CDP"
211    `(long-name "Big5 with CDP extension"
212                chars 256
213                dimension 2
214                columns 2
215                graphic 2
216                direction l2r
217                registry "big5\\.cdp-0"
218                ;; min-code ,(lsh #x6200 16)
219                ;; max-code ,(+ (lsh #x6200 16) #xFFFF)
220                ;; code-offset ,(lsh #x6200 16)
221                mother chinese-big5
222                min-code #x8140 max-code #x8DFE))
223   (make-charset
224    'ideograph-gt-k
225    "GT parts"
226    `(long-name "Ideographic parts of GT"
227                chars 256
228                dimension 2
229                columns 2
230                graphic 2
231                direction l2r
232                registry ""
233                min-code ,(lsh #x6110 16)
234                max-code ,(+ (lsh #x6110 16) 17090)
235                code-offset ,(lsh #x6110 16)))
236   (make-charset
237    'ideograph-gt-pj-k1
238    "GT K1"
239    `(long-name "Ideographic parts of GT (pseudo JIS encoding) part 1"
240                chars 94
241                dimension 2
242                columns 2
243                graphic 0
244                direction l2r
245                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
246   (make-charset
247    'ideograph-gt-pj-k2
248    "GT K2"
249    `(long-name "Ideographic parts of GT (pseudo JIS encoding) part 2"
250                chars 94
251                dimension 2
252                columns 2
253                graphic 0
254                direction l2r
255                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
256   (make-charset '=cbeta "CBETA PUA"
257                 '(long-name     "CBETA private characters"
258                   chars         256
259                   dimension     2
260                   registry      "cbeta-0"
261                   graphic       2
262                   min-code      #xE20000
263                   max-code      #xE2FFFF
264                   code-offset   #xE20000
265                   columns       2
266                   direction     l2r))
267   (define-charset-alias 'ideograph-cbeta '=cbeta)
268   (make-charset '=jef-china3
269                 "JEF + CHINA3"
270                 `(long-name     "JEF + CHINA3 private characters"
271                   chars         256
272                   dimension     2
273                   columns       2
274                   graphic       2
275                   direction     l2r
276                   registry      "china3jef-0"
277                   min-code      #xE80000
278                   max-code      #xE8FFFF
279                   code-offset   #xE80000))
280   (define-charset-alias 'china3-jef '=jef-china3)
281   )
282
283 ;;; mule-conf.el ends here