update header.
[chise/xemacs-chise.git.1] / 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,2004 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
175   (make-charset '=big5-cdp
176                 "Big5-CDP"
177                 `(long-name     "Big5 with CDP extension"
178                   chars         256
179                   dimension     2
180                   columns       2
181                   graphic       2
182                   direction     l2r
183                   registry      "big5\\.cdp-0"
184                   mother        chinese-big5
185                   min-code      #x8140
186                   max-code      #x8DFE))
187   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
188
189   (make-charset '=gt
190                 "GT"
191                 `(long-name     "GT 2000"
192                   chars         256
193                   dimension     3
194                   columns       2
195                   graphic       2
196                   direction     l2r
197                   registry      ""
198                   min-code      ,(lsh #x6100 16)
199                   max-code      ,(+ (lsh #x6100 16) 67547)
200                   code-offset   ,(lsh #x6100 16)))
201   (define-charset-alias 'ideograph-gt '=gt)
202   (make-charset '=gt-k
203                 "GT parts"
204                 `(long-name     "Ideographic parts of GT"
205                   chars         256
206                   dimension     2
207                   columns       2
208                   graphic       2
209                   direction     l2r
210                   registry      ""
211                   min-code      ,(lsh #x6110 16)
212                   max-code      ,(+ (lsh #x6110 16) 17090)
213                   code-offset   ,(lsh #x6110 16)))
214   (define-charset-alias 'ideograph-gt-k '=gt-k)
215   (let ((i 1))
216     (while (<= i 11)
217       (make-charset
218        (intern (format "=gt-pj-%d" i))
219        (format "GT PJ %d" i)
220        `(long-name ,(format "GT 2000 (pseudo JIS encoding) part %d" i)
221                    chars 94
222                    dimension 2
223                    columns 2
224                    graphic 0
225                    direction l2r
226                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
227       (define-charset-alias
228         (intern (format "ideograph-gt-pj-%d" i))
229         (intern (format "=gt-pj-%d" i)))
230       (setq i (1+ i))))
231   (make-charset
232    '=gt-pj-k1
233    "GT K1"
234    `(long-name "Ideographic parts of GT (pseudo JIS encoding) part 1"
235                chars 94
236                dimension 2
237                columns 2
238                graphic 0
239                direction l2r
240                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
241   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
242   (make-charset
243    '=gt-pj-k2
244    "GT K2"
245    `(long-name "Ideographic parts of GT (pseudo JIS encoding) part 2"
246                chars 94
247                dimension 2
248                columns 2
249                graphic 0
250                direction l2r
251                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
252   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
253
254   (make-charset '=daikanwa
255                 "Daikanwa"
256                 `(long-name     "Daikanwa dictionary (revised version 2)"
257                   chars         256
258                   dimension     2
259                   columns       2
260                   graphic       2
261                   direction     l2r
262                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
263                   min-code      #xE00000
264                   max-code      ,(+ #xE00000 50100)
265                   code-offset   #xE00000))
266   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
267
268   (make-charset '=daikanwa-rev1
269                 "Daikanwa Rev."
270                 `(long-name     "Daikanwa dictionary (revised version)"
271                   chars         256
272                   dimension     2
273                   columns       2
274                   graphic       2
275                   direction     l2r
276                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"))
277   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa-rev1)
278
279   (make-charset '=daikanwa-rev2
280                 "Daikanwa"
281                 `(long-name     "Daikanwa dictionary (revised version 2)"
282                   chars         256
283                   dimension     2
284                   columns       2
285                   graphic       2
286                   direction     l2r
287                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
288                   min-code      #xE00000
289                   max-code      ,(+ #xE00000 50100)
290                   code-offset   #xE00000))
291
292   (make-charset '=big5-pua
293                 "Big5-PUA"
294                 `(long-name     "Big5 with private used area"
295                   chars         256
296                   dimension     2
297                   columns       2
298                   graphic       2
299                   direction     l2r
300                   mother        chinese-big5
301                   registry      "Big5\\.ETEN"))
302   (define-charset-alias 'chinese-big5-pua '=big5-pua)
303   (make-charset '=big5-eten
304                 "Big5-ETEN"
305                 `(long-name     "Big5 ETEN"
306                   chars         256
307                   dimension     2
308                   columns       2
309                   graphic       2
310                   direction     l2r
311                   mother        chinese-big5
312                   min-code      #x8140
313                   max-code      #xFEFE
314                   registry      "Big5\\.ETEN"))
315   (define-charset-alias 'chinese-big5-eten '=big5-eten)
316   (make-charset 'chinese-big5-eten-a
317                 "Big5-ETEN-a"
318                 `(long-name     "Big5 ETEN (#xF9D6 .. #xF9FE)"
319                   chars         256
320                   dimension     2
321                   columns       2
322                   graphic       2
323                   direction     l2r
324                   mother        chinese-big5
325                   min-code      #xF9D6
326                   max-code      #xF9FE
327                   registry      "Big5\\.ETEN"))
328   (make-charset 'chinese-big5-eten-b
329                 "Big5-ETEN-b"
330                 `(long-name     "Big5 ETEN (#xC6A1 .. #xC8FE)"
331                   chars         256
332                   dimension     2
333                   columns       2
334                   graphic       2
335                   direction     l2r
336                   mother        chinese-big5
337                   min-code      #xC6A1
338                   max-code      #xC8FE
339                   registry      "Big5\\.ETEN"))
340
341   (let* ((i 1)
342          (hzk-min (+ (lsh #x6200 16) 65536))
343          (hzk-max (+ hzk-min 65535)))
344     (while (<= i 12)
345       (make-charset
346        (intern (format "=hanziku-%d" i))
347        (format "HANZIKU-%d" i)
348        `(long-name ,(format "HANZIKU (pseudo BIG5 encoding) part %d" i)
349                    chars 256
350                    dimension 2
351                    columns 2
352                    graphic 2
353                    direction l2r
354                    registry ,(format "hanziku-%d$" i i)
355                    min-code ,hzk-min
356                    max-code ,hzk-max
357                    code-offset ,hzk-min))
358       (define-charset-alias
359         (intern (format "ideograph-hanziku-%d" i))
360         (intern (format "=hanziku-%d" i)))
361       (setq hzk-min (1+ hzk-max)
362             hzk-max (+ hzk-min 65535))
363       (setq i (1+ i))))
364
365   (make-charset '=cbeta "CBETA PUA"
366                 '(long-name     "CBETA private characters"
367                   chars         256
368                   dimension     2
369                   registry      "cbeta-0"
370                   graphic       2
371                   min-code      #xE20000
372                   max-code      #xE2FFFF
373                   code-offset   #xE20000
374                   columns       2
375                   direction     l2r))
376   (define-charset-alias 'ideograph-cbeta '=cbeta)
377
378   (make-charset '=jef-china3
379                 "JEF + CHINA3"
380                 `(long-name     "JEF + CHINA3 private characters"
381                   chars         256
382                   dimension     2
383                   columns       2
384                   graphic       2
385                   direction     l2r
386                   registry      "china3jef-0"
387                   min-code      #xE80000
388                   max-code      #xE8FFFF
389                   code-offset   #xE80000))
390   (define-charset-alias 'china3-jef '=jef-china3)
391
392   (make-charset '=ucs@gb
393                 "UCS for GB"
394                 `(long-name     "ISO/IEC 10646 for GB"
395                   chars         256
396                   dimension     3
397                   columns       2
398                   graphic       2
399                   direction     l2r
400                   mother        =ucs))
401   (define-charset-alias 'ucs-gb '=ucs@gb)
402   (make-charset '=ucs@cns
403                 "UCS for CNS"
404                 `(long-name     "ISO/IEC 10646 for CNS 11643"
405                   chars         256
406                   dimension     3
407                   columns       2
408                   graphic       2
409                   direction     l2r
410                   mother        =ucs))
411   (define-charset-alias 'ucs-cns '=ucs@cns)
412   (make-charset '=ucs@jis
413                 "UCS for JIS"
414                 `(long-name     "ISO/IEC 10646 for JIS X0208/0212/0213"
415                   chars         256
416                   dimension     3
417                   columns       2
418                   graphic       2
419                   direction     l2r
420                   mother        =ucs))
421   (define-charset-alias 'ucs-jis '=ucs@jis)
422   (make-charset '=ucs@jis-1990
423                 "UCS for JIS:1990"
424                 `(long-name     "ISO/IEC 10646 for JIS X 0208/0212:1990"
425                   chars         256
426                   dimension     3
427                   columns       2
428                   graphic       2
429                   direction     l2r
430                   mother        ucs-jis))
431   (define-charset-alias '=ucs-jis-1990 '=ucs@jis-1990)
432   (make-charset '=ucs@jis-2000
433                 "UCS for JIS:2000"
434                 `(long-name     "ISO/IEC 10646 for JIS X 0213:2000"
435                   chars         256
436                   dimension     3
437                   columns       2
438                   graphic       2
439                   direction     l2r
440                   mother        ucs-jis))
441   (define-charset-alias '=ucs-jis-2000 '=ucs@jis-2000)
442   (make-charset '=ucs@jp
443                 "UCS for Japan"
444                 `(long-name     "UCS for common glyphs used in Japan"
445                   chars         256
446                   dimension     3
447                   columns       2
448                   graphic       2
449                   direction     l2r
450                   mother        =ucs@jis-2000))
451   (make-charset '=ucs@ks
452                 "UCS for KS"
453                 `(long-name     "ISO/IEC 10646 for Korean Standards"
454                   chars         256
455                   dimension     3
456                   columns       2
457                   graphic       2
458                   direction     l2r
459                   mother        =ucs))
460   (define-charset-alias 'ucs-ks '=ucs@ks)
461   (make-charset '=ucs@big5
462                 "UCS for Big5"
463                 `(long-name     "ISO/IEC 10646 for Big5"
464                   chars         256
465                   dimension     3
466                   columns       2
467                   graphic       2
468                   direction     l2r
469                   mother        =ucs))
470   (define-charset-alias 'ucs-big5 '=ucs@big5)
471   )
472
473 ;;; mule-conf.el ends here