Sync up with r21-4-14-chise-0_21-22.
[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 '=ruimoku-v6
393                 "RUI6"
394                 `(long-name     "private characters used in RUIMOKU"
395                   chars         256
396                   dimension     2
397                   columns       2
398                   graphic       2
399                   direction     l2r
400                   registry      "rui6-0"
401                   ;; mother     ucs
402                   min-code      #xE90000 ; #xE000
403                   max-code      #xE908FF ; #xE8FF
404                   code-offset   ,(- #xE90000 #xE000)))
405
406   (make-charset '=ucs@iso
407                 "UCS for ISO"
408                 `(long-name     "ISO/IEC 10646 for its representative glyphs"
409                   chars         256
410                   dimension     3
411                   columns       2
412                   graphic       2
413                   direction     l2r
414                   mother        =ucs))
415   (make-charset '=ucs@unicode
416                 "UCS for Unicode"
417                 `(long-name     "Unicode for its representative glyphs"
418                   chars         256
419                   dimension     3
420                   columns       2
421                   graphic       2
422                   direction     l2r
423                   mother        =ucs@iso))
424   (make-charset '=ucs@gb
425                 "UCS for GB"
426                 `(long-name     "ISO/IEC 10646 for GB"
427                   chars         256
428                   dimension     3
429                   columns       2
430                   graphic       2
431                   direction     l2r
432                   mother        =ucs@unicode))
433   (define-charset-alias 'ucs-gb '=ucs@gb)
434   (make-charset '=ucs@cns
435                 "UCS for CNS"
436                 `(long-name     "ISO/IEC 10646 for CNS 11643"
437                   chars         256
438                   dimension     3
439                   columns       2
440                   graphic       2
441                   direction     l2r
442                   mother        =ucs@unicode))
443   (define-charset-alias 'ucs-cns '=ucs@cns)
444   (make-charset '=ucs@jis
445                 "UCS for JIS"
446                 `(long-name     "ISO/IEC 10646 for JIS X0208/0212/0213"
447                   chars         256
448                   dimension     3
449                   columns       2
450                   graphic       2
451                   direction     l2r
452                   mother        =ucs@unicode))
453   (define-charset-alias 'ucs-jis '=ucs@jis)
454   (make-charset '=ucs@jis-1990
455                 "UCS for JIS:1990"
456                 `(long-name     "ISO/IEC 10646 for JIS X 0208/0212:1990"
457                   chars         256
458                   dimension     3
459                   columns       2
460                   graphic       2
461                   direction     l2r
462                   mother        ucs-jis))
463   (define-charset-alias '=ucs-jis-1990 '=ucs@jis-1990)
464   (make-charset '=ucs@jis-2000
465                 "UCS for JIS:2000"
466                 `(long-name     "ISO/IEC 10646 for JIS X 0213:2000"
467                   chars         256
468                   dimension     3
469                   columns       2
470                   graphic       2
471                   direction     l2r
472                   mother        ucs-jis))
473   (define-charset-alias '=ucs-jis-2000 '=ucs@jis-2000)
474   (make-charset '=ucs@jp
475                 "UCS for Japan"
476                 `(long-name     "UCS for common glyphs used in Japan"
477                   chars         256
478                   dimension     3
479                   columns       2
480                   graphic       2
481                   direction     l2r
482                   mother        =ucs@jis-2000))
483   (make-charset '=ucs@ks
484                 "UCS for KS"
485                 `(long-name     "ISO/IEC 10646 for Korean Standards"
486                   chars         256
487                   dimension     3
488                   columns       2
489                   graphic       2
490                   direction     l2r
491                   mother        =ucs@unicode))
492   (define-charset-alias 'ucs-ks '=ucs@ks)
493   (make-charset '=ucs@big5
494                 "UCS for Big5"
495                 `(long-name     "ISO/IEC 10646 for Big5"
496                   chars         256
497                   dimension     3
498                   columns       2
499                   graphic       2
500                   direction     l2r
501                   mother        =ucs@unicode))
502   (define-charset-alias 'ucs-big5 '=ucs@big5)
503
504   (make-charset
505    '=ucs-radicals
506    "UCS-Radicals"
507    `(long-name "CJK Radicals of UCS"
508                chars 256
509                dimension 2
510                columns 2
511                graphic 2
512                direction l2r
513                registry "-zh-.*-ucs-0"
514                mother ucs-bmp
515                min-code #x2E00 max-code #x2FFF))
516   (make-charset
517    '=ucs-radicals@unicode
518    "UCS-Radicals"
519    `(long-name "CJK Radicals of UCS"
520                chars 256
521                dimension 2
522                columns 2
523                graphic 2
524                direction l2r
525                registry "-zh-.*-ucs-0"
526                mother =ucs@unicode
527                min-code #x2E00 max-code #x2FFF))
528   (make-charset
529    '=ucs-bmp-cjk
530    "UCS-BMP-CJK"
531    `(long-name "CJK Characters in BMP of UCS"
532                chars 256
533                dimension 2
534                columns 2
535                graphic 2
536                direction l2r
537                registry "-zh-.*-ucs-0"
538                mother ucs-bmp
539                min-code #x2E00 max-code #xA4CF))
540   (make-charset
541    '=ucs-bmp-cjk@unicode
542    "Unicode-BMP-CJK"
543    `(long-name "CJK Characters in BMP of Unicode"
544                chars 256
545                dimension 2
546                columns 2
547                graphic 2
548                direction l2r
549                registry "-zh-.*-ucs-0"
550                mother =ucs@unicode
551                min-code #x2E00 max-code #xA4CF))
552   (make-charset
553    '=ucs-sip-ext-b
554    "UCS CJK Ext-B"
555    `(long-name "CJK Ideographs Extension B"
556                chars 256
557                dimension 2
558                columns 2
559                graphic 2
560                direction l2r
561                registry "\\(iso10646\\|ucs02\\)-2$"
562                mother ucs
563                min-code #x20000 max-code #x2A6D6
564                code-offset #x20000))
565   (make-charset
566    '=ucs-sip-ext-b@iso
567    "UCS CJK Ext-B"
568    `(long-name "CJK Ideographs Extension B (ISO/IEC 10646-2)"
569                chars 256
570                dimension 2
571                columns 2
572                graphic 2
573                direction l2r
574                registry "\\(iso10646\\|ucs02\\)-2$"
575                mother =ucs@iso
576                min-code #x20000 max-code #x2A6D6
577                code-offset #x20000))
578   )
579
580 ;;; mule-conf.el ends here