Sync up with r21-4-10-utf-2000-0_20-ucs-gb-l.
[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-gb
143                 "UCS for GB"
144                 `(long-name     "ISO/IEC 10646 for GB"
145                   chars         256
146                   dimension     3
147                   columns       2
148                   graphic       2
149                   direction     l2r
150                   mother        ucs))
151   (make-charset 'ucs-cns
152                 "UCS for CNS"
153                 `(long-name     "ISO/IEC 10646 for CNS 11643"
154                   chars         256
155                   dimension     3
156                   columns       2
157                   graphic       2
158                   direction     l2r
159                   mother        ucs))
160   (make-charset 'ucs-jis
161                 "UCS for JIS"
162                 `(long-name     "ISO/IEC 10646 for JIS X0208/0212/0213"
163                   chars         256
164                   dimension     3
165                   columns       2
166                   graphic       2
167                   direction     l2r
168                   mother        ucs))
169   (make-charset '=ucs-jis-1990
170                 "UCS for JIS:1990"
171                 `(long-name     "ISO/IEC 10646 for JIS X 0208/0212:1990"
172                   chars         256
173                   dimension     3
174                   columns       2
175                   graphic       2
176                   direction     l2r
177                   mother        ucs-jis))
178   (make-charset '=ucs-jis-2000
179                 "UCS for JIS:2000"
180                 `(long-name     "ISO/IEC 10646 for JIS X 0213:2000"
181                   chars         256
182                   dimension     3
183                   columns       2
184                   graphic       2
185                   direction     l2r
186                   mother        ucs-jis))
187   (make-charset 'ucs-ks
188                 "UCS for KS"
189                 `(long-name     "ISO/IEC 10646 for Korean Standards"
190                   chars         256
191                   dimension     3
192                   columns       2
193                   graphic       2
194                   direction     l2r
195                   mother        ucs))
196   (make-charset 'ucs-big5
197                 "UCS for Big5"
198                 `(long-name     "ISO/IEC 10646 for Big5"
199                   chars         256
200                   dimension     3
201                   columns       2
202                   graphic       2
203                   direction     l2r
204                   mother        ucs))
205
206   (make-charset 'ideograph-daikanwa-2
207                 "Daikanwa Rev."
208                 `(long-name     "Daikanwa dictionary (revised version)"
209                   chars         256
210                   dimension     2
211                   columns       2
212                   graphic       2
213                   direction     l2r
214                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"))
215
216   (make-charset 'ideograph-daikanwa
217                 "Daikanwa"
218                 `(long-name     "Daikanwa dictionary (revised version 2)"
219                   chars         256
220                   dimension     2
221                   columns       2
222                   graphic       2
223                   direction     l2r
224                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
225                   min-code      #xE00000
226                   max-code      ,(+ #xE00000 50100)
227                   code-offset   #xE00000))
228
229   (make-charset '=big5-pua
230                 "Big5-PUA"
231                 `(long-name     "Big5 with private used area"
232                   chars         256
233                   dimension     2
234                   columns       2
235                   graphic       2
236                   direction     l2r
237                   mother        chinese-big5
238                   registry      "Big5\\.ETEN"))
239   (define-charset-alias 'chinese-big5-pua '=big5-pua)
240   (make-charset '=big5-eten
241                 "Big5-ETEN"
242                 `(long-name     "Big5 ETEN"
243                   chars         256
244                   dimension     2
245                   columns       2
246                   graphic       2
247                   direction     l2r
248                   mother        chinese-big5
249                   min-code      #x8140
250                   max-code      #xFEFE
251                   registry      "Big5\\.ETEN"))
252   (define-charset-alias 'chinese-big5-eten '=big5-eten)
253   (make-charset 'chinese-big5-eten-a
254                 "Big5-ETEN-a"
255                 `(long-name     "Big5 ETEN (#xF9D6 .. #xF9FE)"
256                   chars         256
257                   dimension     2
258                   columns       2
259                   graphic       2
260                   direction     l2r
261                   mother        chinese-big5
262                   min-code      #xF9D6
263                   max-code      #xF9FE
264                   registry      "Big5\\.ETEN"))
265   (make-charset 'chinese-big5-eten-b
266                 "Big5-ETEN-b"
267                 `(long-name     "Big5 ETEN (#xC6A1 .. #xC8FE)"
268                   chars         256
269                   dimension     2
270                   columns       2
271                   graphic       2
272                   direction     l2r
273                   mother        chinese-big5
274                   min-code      #xC6A1
275                   max-code      #xC8FE
276                   registry      "Big5\\.ETEN"))
277   (make-charset '=big5-cdp
278                 "Big5-CDP"
279                 `(long-name     "Big5 with CDP extension"
280                   chars         256
281                   dimension     2
282                   columns       2
283                   graphic       2
284                   direction     l2r
285                   registry      "big5\\.cdp-0"
286                   mother        chinese-big5
287                   min-code      #x8140
288                   max-code      #x8DFE))
289   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
290   (let* ((i 1)
291          (hzk-min (+ (lsh #x6200 16) 65536))
292          (hzk-max (+ hzk-min 65535)))
293     (while (<= i 12)
294       (make-charset
295        (intern (format "=hanziku-%d" i))
296        (format "HANZIKU-%d" i)
297        `(long-name ,(format "HANZIKU (pseudo BIG5 encoding) part %d" i)
298                    chars 256
299                    dimension 2
300                    columns 2
301                    graphic 2
302                    direction l2r
303                    registry ,(format "hanziku-%d$" i i)
304                    min-code ,hzk-min
305                    max-code ,hzk-max
306                    code-offset ,hzk-min))
307       (define-charset-alias
308         (intern (format "ideograph-hanziku-%d" i))
309         (intern (format "=hanziku-%d" i)))
310       (setq hzk-min (1+ hzk-max)
311             hzk-max (+ hzk-min 65535))
312       (setq i (1+ i))))
313
314   (make-charset '=gt
315                 "GT"
316                 `(long-name     "GT 2000"
317                   chars         256
318                   dimension     3
319                   columns       2
320                   graphic       2
321                   direction     l2r
322                   registry      ""
323                   min-code      ,(lsh #x6100 16)
324                   max-code      ,(+ (lsh #x6100 16) 67547)
325                   code-offset   ,(lsh #x6100 16)))
326   (define-charset-alias 'ideograph-gt '=gt)
327   (make-charset '=gt-k
328                 "GT parts"
329                 `(long-name     "Ideographic parts of GT"
330                   chars         256
331                   dimension     2
332                   columns       2
333                   graphic       2
334                   direction     l2r
335                   registry      ""
336                   min-code      ,(lsh #x6110 16)
337                   max-code      ,(+ (lsh #x6110 16) 17090)
338                   code-offset   ,(lsh #x6110 16)))
339   (define-charset-alias 'ideograph-gt-k '=gt-k)
340   (let ((i 1))
341     (while (<= i 11)
342       (make-charset
343        (intern (format "=gt-pj-%d" i))
344        (format "GT PJ %d" i)
345        `(long-name ,(format "GT 2000 (pseudo JIS encoding) part %d" i)
346                    chars 94
347                    dimension 2
348                    columns 2
349                    graphic 0
350                    direction l2r
351                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
352       (define-charset-alias
353         (intern (format "ideograph-gt-pj-%d" i))
354         (intern (format "=gt-pj-%d" i)))
355       (setq i (1+ i))))
356   (make-charset
357    '=gt-pj-k1
358    "GT K1"
359    `(long-name "Ideographic parts of GT (pseudo JIS encoding) part 1"
360                chars 94
361                dimension 2
362                columns 2
363                graphic 0
364                direction l2r
365                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
366   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
367   (make-charset
368    '=gt-pj-k2
369    "GT K2"
370    `(long-name "Ideographic parts of GT (pseudo JIS encoding) part 2"
371                chars 94
372                dimension 2
373                columns 2
374                graphic 0
375                direction l2r
376                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
377   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
378   (make-charset '=cbeta "CBETA PUA"
379                 '(long-name     "CBETA private characters"
380                   chars         256
381                   dimension     2
382                   registry      "cbeta-0"
383                   graphic       2
384                   min-code      #xE20000
385                   max-code      #xE2FFFF
386                   code-offset   #xE20000
387                   columns       2
388                   direction     l2r))
389   (define-charset-alias 'ideograph-cbeta '=cbeta)
390   (make-charset '=jef-china3
391                 "JEF + CHINA3"
392                 `(long-name     "JEF + CHINA3 private characters"
393                   chars         256
394                   dimension     2
395                   columns       2
396                   graphic       2
397                   direction     l2r
398                   registry      "china3jef-0"
399                   min-code      #xE80000
400                   max-code      #xE8FFFF
401                   code-offset   #xE80000))
402   (define-charset-alias 'china3-jef '=jef-china3)
403   )
404
405 ;;; mule-conf.el ends here