(=iso-ir165): Define to inherit from `=gb2312' in XEmacs CHISE.
[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 (define-charset-alias 'japanese-jisx0208-1978   '=jis-x0208-1978)
29 (define-charset-alias 'chinese-gb2312           '=gb2312)
30 (define-charset-alias 'japanese-jisx0208        '=jis-x0208-1983)
31 (define-charset-alias 'korean-ksc5601           '=ks-x1001)
32 (define-charset-alias 'japanese-jisx0212        '=jis-x0212)
33 (define-charset-alias 'chinese-cns11643-1       '=cns11643-1)
34 (define-charset-alias 'chinese-cns11643-2       '=cns11643-2)
35 (define-charset-alias 'chinese-gb12345          '=gb12345)
36 (define-charset-alias 'chinese-big5             '=big5)
37
38 ;; PinYin-ZhuYin
39 (make-charset 'sisheng "PinYin-ZhuYin"
40               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
41                 dimension 1
42                 chars 94
43                 final ?0
44                 graphic 0
45                 ))
46
47 ;; Lao script.
48 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
49 (make-charset 'lao "Lao script"
50               '(registry "MuleLao-1"
51                 dimension 1
52                 chars 94
53                 final ?1
54                 graphic 1))
55
56 ;; IPA (International Phonetic Alphabet)
57 (make-charset 'ipa "International Phonetic Alphabet"
58               '(registry "MuleIPA"
59                 dimension 1
60                 chars 96
61                 final ?0
62                 graphic 1))
63
64 ;; Ethiopic
65 (make-charset 'ethiopic "Ethiopic"
66               '(registry "Ethio"
67                 dimension 2
68                 chars 94
69                 final ?3
70                 graphic 0
71                 ))
72
73 ;; ISO-IR-165 (CCITT Extended GB)
74 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
75 ;;    GB 8565-88 table A4 + 293 characters.
76 (if (featurep 'utf-2000)
77     (progn
78       (make-charset '=iso-ir165
79                     "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
80                     '(iso-ir 165
81                              dimension 2
82                              chars 94
83                              mother =gb2312
84                              final ?E
85                              registry "isoir165"
86                              graphic 0))
87       (define-charset-alias 'chinese-isoir165 '=iso-ir165))
88   (make-charset 'chinese-isoir165
89                 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
90                 '(iso-ir 165
91                          dimension 2
92                          chars 94
93                          final ?E
94                          registry "isoir165"
95                          graphic 0)))
96
97 ;; CNS11643 Plane3 thru Plane7
98 ;; These represent more and more obscure Chinese characters.
99 ;; By the time you get to Plane 7, we're talking about characters
100 ;; that appear once in some ancient manuscript and whose meaning
101 ;; is unknown.
102
103 (flet
104     ((make-chinese-cns11643-charset
105       (name iso-ir plane final)
106       (make-charset
107        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
108        `(iso-ir ,iso-ir
109          registry 
110          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
111          dimension 2
112          chars 94
113          final ,final
114          graphic 0))
115       ))
116   (make-chinese-cns11643-charset '=cns11643-3 183 "3" ?I)
117   (make-chinese-cns11643-charset '=cns11643-4 184 "4" ?J)
118   (make-chinese-cns11643-charset '=cns11643-5 185 "5" ?K)
119   (make-chinese-cns11643-charset '=cns11643-6 186 "6" ?L)
120   (make-chinese-cns11643-charset '=cns11643-7 187 "7" ?M)
121   (define-charset-alias 'chinese-cns11643-3     '=cns11643-3)
122   (define-charset-alias 'chinese-cns11643-4     '=cns11643-4)
123   (define-charset-alias 'chinese-cns11643-5     '=cns11643-5)
124   (define-charset-alias 'chinese-cns11643-6     '=cns11643-6)
125   (define-charset-alias 'chinese-cns11643-7     '=cns11643-7)
126   )
127
128 ;; JIS X 0213:2000
129 (if (featurep 'utf-2000)
130     (progn
131       (make-charset
132        '=jis-x0213-1-2000
133        "JIS X 0213:2000 Plain 1"
134        '(iso-ir 228
135                 registry "jisx0213\\(\\.2000\\)-1"
136                 dimension 2
137                 chars 94
138                 mother =jis-x0208-1990
139                 final ?O
140                 graphic 0))
141       (make-charset
142        '=jis-x0213-2-2000
143        "JIS X 0213:2000 Plain 2"
144        '(iso-ir 229
145                 registry "jisx0213\\(\\.2000\\)-2"
146                 dimension 2
147                 chars 94
148                 final ?P
149                 graphic 0))
150       (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1-2000)
151       (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2-2000)
152       )
153   (make-charset
154    'japanese-jisx0213-1
155    "JIS X 0213:2000 Plain 1"
156    '(registry "jisx0213\\(\\.2000\\)-1"
157               dimension 2
158               chars 94
159               final ?O
160               graphic 0))
161   (make-charset
162    'japanese-jisx0213-2
163    "JIS X 0213:2000 Plain 2"
164    '(registry "jisx0213\\(\\.2000\\)-2"
165               dimension 2
166               chars 94
167               final ?P
168               graphic 0))
169   )
170
171 (when (featurep 'utf-2000)
172   (define-charset-alias 'ucs '=ucs)
173   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208-1990)
174   (make-charset '=ucs@gb
175                 "UCS for GB"
176                 `(long-name     "ISO/IEC 10646 for GB"
177                   chars         256
178                   dimension     3
179                   columns       2
180                   graphic       2
181                   direction     l2r
182                   mother        =ucs))
183   (define-charset-alias 'ucs-gb '=ucs@gb)
184   (make-charset '=ucs@cns
185                 "UCS for CNS"
186                 `(long-name     "ISO/IEC 10646 for CNS 11643"
187                   chars         256
188                   dimension     3
189                   columns       2
190                   graphic       2
191                   direction     l2r
192                   mother        =ucs))
193   (define-charset-alias 'ucs-cns '=ucs@cns)
194   (make-charset '=ucs@jis
195                 "UCS for JIS"
196                 `(long-name     "ISO/IEC 10646 for JIS X0208/0212/0213"
197                   chars         256
198                   dimension     3
199                   columns       2
200                   graphic       2
201                   direction     l2r
202                   mother        =ucs))
203   (define-charset-alias 'ucs-jis '=ucs@jis)
204   (make-charset '=ucs@jis-1990
205                 "UCS for JIS:1990"
206                 `(long-name     "ISO/IEC 10646 for JIS X 0208/0212:1990"
207                   chars         256
208                   dimension     3
209                   columns       2
210                   graphic       2
211                   direction     l2r
212                   mother        ucs-jis))
213   (define-charset-alias '=ucs-jis-1990 '=ucs@jis-1990)
214   (make-charset '=ucs@jis-2000
215                 "UCS for JIS:2000"
216                 `(long-name     "ISO/IEC 10646 for JIS X 0213:2000"
217                   chars         256
218                   dimension     3
219                   columns       2
220                   graphic       2
221                   direction     l2r
222                   mother        ucs-jis))
223   (define-charset-alias '=ucs-jis-2000 '=ucs@jis-2000)
224   (make-charset '=ucs@ks
225                 "UCS for KS"
226                 `(long-name     "ISO/IEC 10646 for Korean Standards"
227                   chars         256
228                   dimension     3
229                   columns       2
230                   graphic       2
231                   direction     l2r
232                   mother        =ucs))
233   (define-charset-alias 'ucs-ks '=ucs@ks)
234   (make-charset '=ucs@big5
235                 "UCS for Big5"
236                 `(long-name     "ISO/IEC 10646 for Big5"
237                   chars         256
238                   dimension     3
239                   columns       2
240                   graphic       2
241                   direction     l2r
242                   mother        =ucs))
243   (define-charset-alias 'ucs-big5 '=ucs@big5)
244
245   (make-charset '=daikanwa
246                 "Daikanwa"
247                 `(long-name     "Daikanwa dictionary (revised version 2)"
248                   chars         256
249                   dimension     2
250                   columns       2
251                   graphic       2
252                   direction     l2r
253                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
254                   min-code      #xE00000
255                   max-code      ,(+ #xE00000 50100)
256                   code-offset   #xE00000))
257   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
258
259   (make-charset '=daikanwa-rev1
260                 "Daikanwa Rev."
261                 `(long-name     "Daikanwa dictionary (revised version)"
262                   chars         256
263                   dimension     2
264                   columns       2
265                   graphic       2
266                   direction     l2r
267                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"))
268   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa-rev1)
269
270   (make-charset '=daikanwa-rev2
271                 "Daikanwa"
272                 `(long-name     "Daikanwa dictionary (revised version 2)"
273                   chars         256
274                   dimension     2
275                   columns       2
276                   graphic       2
277                   direction     l2r
278                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
279                   min-code      #xE00000
280                   max-code      ,(+ #xE00000 50100)
281                   code-offset   #xE00000))
282
283   (make-charset '=big5-pua
284                 "Big5-PUA"
285                 `(long-name     "Big5 with private used area"
286                   chars         256
287                   dimension     2
288                   columns       2
289                   graphic       2
290                   direction     l2r
291                   mother        chinese-big5
292                   registry      "Big5\\.ETEN"))
293   (define-charset-alias 'chinese-big5-pua '=big5-pua)
294   (make-charset '=big5-eten
295                 "Big5-ETEN"
296                 `(long-name     "Big5 ETEN"
297                   chars         256
298                   dimension     2
299                   columns       2
300                   graphic       2
301                   direction     l2r
302                   mother        chinese-big5
303                   min-code      #x8140
304                   max-code      #xFEFE
305                   registry      "Big5\\.ETEN"))
306   (define-charset-alias 'chinese-big5-eten '=big5-eten)
307   (make-charset 'chinese-big5-eten-a
308                 "Big5-ETEN-a"
309                 `(long-name     "Big5 ETEN (#xF9D6 .. #xF9FE)"
310                   chars         256
311                   dimension     2
312                   columns       2
313                   graphic       2
314                   direction     l2r
315                   mother        chinese-big5
316                   min-code      #xF9D6
317                   max-code      #xF9FE
318                   registry      "Big5\\.ETEN"))
319   (make-charset 'chinese-big5-eten-b
320                 "Big5-ETEN-b"
321                 `(long-name     "Big5 ETEN (#xC6A1 .. #xC8FE)"
322                   chars         256
323                   dimension     2
324                   columns       2
325                   graphic       2
326                   direction     l2r
327                   mother        chinese-big5
328                   min-code      #xC6A1
329                   max-code      #xC8FE
330                   registry      "Big5\\.ETEN"))
331   (make-charset '=big5-cdp
332                 "Big5-CDP"
333                 `(long-name     "Big5 with CDP extension"
334                   chars         256
335                   dimension     2
336                   columns       2
337                   graphic       2
338                   direction     l2r
339                   registry      "big5\\.cdp-0"
340                   mother        chinese-big5
341                   min-code      #x8140
342                   max-code      #x8DFE))
343   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
344   (let* ((i 1)
345          (hzk-min (+ (lsh #x6200 16) 65536))
346          (hzk-max (+ hzk-min 65535)))
347     (while (<= i 12)
348       (make-charset
349        (intern (format "=hanziku-%d" i))
350        (format "HANZIKU-%d" i)
351        `(long-name ,(format "HANZIKU (pseudo BIG5 encoding) part %d" i)
352                    chars 256
353                    dimension 2
354                    columns 2
355                    graphic 2
356                    direction l2r
357                    registry ,(format "hanziku-%d$" i i)
358                    min-code ,hzk-min
359                    max-code ,hzk-max
360                    code-offset ,hzk-min))
361       (define-charset-alias
362         (intern (format "ideograph-hanziku-%d" i))
363         (intern (format "=hanziku-%d" i)))
364       (setq hzk-min (1+ hzk-max)
365             hzk-max (+ hzk-min 65535))
366       (setq i (1+ i))))
367
368   (make-charset '=gt
369                 "GT"
370                 `(long-name     "GT 2000"
371                   chars         256
372                   dimension     3
373                   columns       2
374                   graphic       2
375                   direction     l2r
376                   registry      ""
377                   min-code      ,(lsh #x6100 16)
378                   max-code      ,(+ (lsh #x6100 16) 67547)
379                   code-offset   ,(lsh #x6100 16)))
380   (define-charset-alias 'ideograph-gt '=gt)
381   (make-charset '=gt-k
382                 "GT parts"
383                 `(long-name     "Ideographic parts of GT"
384                   chars         256
385                   dimension     2
386                   columns       2
387                   graphic       2
388                   direction     l2r
389                   registry      ""
390                   min-code      ,(lsh #x6110 16)
391                   max-code      ,(+ (lsh #x6110 16) 17090)
392                   code-offset   ,(lsh #x6110 16)))
393   (define-charset-alias 'ideograph-gt-k '=gt-k)
394   (let ((i 1))
395     (while (<= i 11)
396       (make-charset
397        (intern (format "=gt-pj-%d" i))
398        (format "GT PJ %d" i)
399        `(long-name ,(format "GT 2000 (pseudo JIS encoding) part %d" i)
400                    chars 94
401                    dimension 2
402                    columns 2
403                    graphic 0
404                    direction l2r
405                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
406       (define-charset-alias
407         (intern (format "ideograph-gt-pj-%d" i))
408         (intern (format "=gt-pj-%d" i)))
409       (setq i (1+ i))))
410   (make-charset
411    '=gt-pj-k1
412    "GT K1"
413    `(long-name "Ideographic parts of GT (pseudo JIS encoding) part 1"
414                chars 94
415                dimension 2
416                columns 2
417                graphic 0
418                direction l2r
419                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
420   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
421   (make-charset
422    '=gt-pj-k2
423    "GT K2"
424    `(long-name "Ideographic parts of GT (pseudo JIS encoding) part 2"
425                chars 94
426                dimension 2
427                columns 2
428                graphic 0
429                direction l2r
430                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
431   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
432   (make-charset '=cbeta "CBETA PUA"
433                 '(long-name     "CBETA private characters"
434                   chars         256
435                   dimension     2
436                   registry      "cbeta-0"
437                   graphic       2
438                   min-code      #xE20000
439                   max-code      #xE2FFFF
440                   code-offset   #xE20000
441                   columns       2
442                   direction     l2r))
443   (define-charset-alias 'ideograph-cbeta '=cbeta)
444   (make-charset '=jef-china3
445                 "JEF + CHINA3"
446                 `(long-name     "JEF + CHINA3 private characters"
447                   chars         256
448                   dimension     2
449                   columns       2
450                   graphic       2
451                   direction     l2r
452                   registry      "china3jef-0"
453                   min-code      #xE80000
454                   max-code      #xE8FFFF
455                   code-offset   #xE80000))
456   (define-charset-alias 'china3-jef '=jef-china3)
457   )
458
459 ;;; mule-conf.el ends here