Sync up with r21-4-21-chise-0_24-=shinjigen.
[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,2004,2005,2006,2008 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 '=jis-x0208-1978          '=jis-x0208@1978)
29 (define-charset-alias 'japanese-jisx0208-1978   '=jis-x0208@1978)
30 (define-charset-alias 'chinese-gb2312           '=gb2312)
31 (define-charset-alias '=jis-x0208-1983          '=jis-x0208@1983)
32 (define-charset-alias 'japanese-jisx0208        '=jis-x0208@1983)
33 (define-charset-alias 'korean-ksc5601           '=ks-x1001)
34 (define-charset-alias 'japanese-jisx0212        '=jis-x0212)
35 (define-charset-alias 'chinese-cns11643-1       '=cns11643-1)
36 (define-charset-alias 'chinese-cns11643-2       '=cns11643-2)
37 (define-charset-alias 'chinese-gb12345          '=gb12345)
38 (define-charset-alias 'chinese-big5             '=big5)
39
40 ;; PinYin-ZhuYin
41 (make-charset 'sisheng "PinYin-ZhuYin"
42               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
43                 dimension 1
44                 chars 94
45                 final ?0
46                 graphic 0
47                 ))
48
49 ;; Lao script.
50 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
51 (make-charset 'lao "Lao script"
52               '(registry "MuleLao-1"
53                 dimension 1
54                 chars 94
55                 final ?1
56                 graphic 1))
57
58 ;; IPA (International Phonetic Alphabet)
59 (make-charset 'ipa "International Phonetic Alphabet"
60               '(registry "MuleIPA"
61                 dimension 1
62                 chars 96
63                 final ?0
64                 graphic 1))
65
66 ;; Ethiopic
67 (make-charset 'ethiopic "Ethiopic"
68               '(registry "Ethio"
69                 dimension 2
70                 chars 94
71                 final ?3
72                 graphic 0
73                 ))
74
75 ;; ISO-IR-165 (CCITT Extended GB)
76 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
77 ;;    GB 8565-88 table A4 + 293 characters.
78 (if (featurep 'utf-2000)
79     (progn
80       (make-charset '=iso-ir165
81                     "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
82                     '(iso-ir 165
83                              dimension 2
84                              chars 94
85                              mother =gb2312
86                              final ?E
87                              registry "isoir165"
88                              graphic 0))
89       (define-charset-alias 'chinese-isoir165 '=iso-ir165))
90   (make-charset 'chinese-isoir165
91                 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
92                 '(iso-ir 165
93                          dimension 2
94                          chars 94
95                          final ?E
96                          registry "isoir165"
97                          graphic 0)))
98
99 ;; CNS11643 Plane3 thru Plane7
100 ;; These represent more and more obscure Chinese characters.
101 ;; By the time you get to Plane 7, we're talking about characters
102 ;; that appear once in some ancient manuscript and whose meaning
103 ;; is unknown.
104
105 (flet
106     ((make-chinese-cns11643-charset
107       (name iso-ir plane final)
108       (make-charset
109        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
110        `(iso-ir ,iso-ir
111          registry 
112          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
113          dimension 2
114          chars 94
115          final ,final
116          graphic 0))
117       ))
118   (make-chinese-cns11643-charset '=cns11643-3 183 "3" ?I)
119   (make-chinese-cns11643-charset '=cns11643-4 184 "4" ?J)
120   (make-chinese-cns11643-charset '=cns11643-5 185 "5" ?K)
121   (make-chinese-cns11643-charset '=cns11643-6 186 "6" ?L)
122   (make-chinese-cns11643-charset '=cns11643-7 187 "7" ?M)
123   (define-charset-alias 'chinese-cns11643-3     '=cns11643-3)
124   (define-charset-alias 'chinese-cns11643-4     '=cns11643-4)
125   (define-charset-alias 'chinese-cns11643-5     '=cns11643-5)
126   (define-charset-alias 'chinese-cns11643-6     '=cns11643-6)
127   (define-charset-alias 'chinese-cns11643-7     '=cns11643-7)
128   )
129
130 ;; JIS X 0213:2000
131 (if (featurep 'utf-2000)
132     (progn
133       (make-charset
134        '=jis-x0213-1-2000
135        "JIS X 0213:2000 Plain 1"
136        '(iso-ir 228
137                 registry "jisx0213\\(\\.2000\\)-1"
138                 dimension 2
139                 chars 94
140                 mother =jis-x0208@1990
141                 final ?O
142                 graphic 0))
143       (make-charset
144        '=jis-x0213-2-2000
145        "JIS X 0213:2000 Plain 2"
146        '(iso-ir 229
147                 registry "jisx0213\\(\\.2000\\)-2"
148                 dimension 2
149                 chars 94
150                 final ?P
151                 graphic 0))
152       (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1-2000)
153       (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2-2000)
154       )
155   (make-charset
156    'japanese-jisx0213-1
157    "JIS X 0213:2000 Plain 1"
158    '(registry "jisx0213\\(\\.2000\\)-1"
159               dimension 2
160               chars 94
161               final ?O
162               graphic 0))
163   (make-charset
164    'japanese-jisx0213-2
165    "JIS X 0213:2000 Plain 2"
166    '(registry "jisx0213\\(\\.2000\\)-2"
167               dimension 2
168               chars 94
169               final ?P
170               graphic 0))
171   )
172
173 (when (featurep 'utf-2000)
174   (define-charset-alias 'ucs '=ucs)
175   (define-charset-alias '=jis-x0208-1990 '=jis-x0208@1990)
176   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990)
177   (make-charset
178    '=jis-x0208@1997
179    "JIS X 0208 based on the unification rule of 1997 edition."
180    '(registry "jisx0208\\.1990"
181               dimension 2
182               chars 94
183               mother =jis-x0208
184               ;; final ?B
185               graphic 0))
186   (make-charset
187    '=jis-x0208@1978/i1
188    "The first impression of JIS X 0208:1978."
189    '(registry "jisx0208\\.1978"
190               dimension 2
191               chars 94
192               mother =jis-x0208@1978
193               ;; final ?@
194               graphic 0))
195   (make-charset
196    '=jis-x0208@1978/i-4
197    "The second and third impressions of JIS X 0208:1978."
198    '(registry "jisx0208\\.1978"
199               dimension 2
200               chars 94
201               mother =jis-x0208@1978
202               ;; final ?@
203               graphic 0))
204
205   (make-charset '=big5-cdp
206                 "Big5 with CDP extension"
207                 '(long-name     "Big5-CDP"
208                   chars         256
209                   dimension     2
210                   columns       2
211                   graphic       2
212                   direction     l2r
213                   registry      "big5\\.cdp-0"
214                   mother        chinese-big5
215                   min-code      #x8140
216                   max-code      #x8DFE))
217   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
218
219   (make-charset '=gt
220                 "GT 2000"
221                 `(long-name     "GT"
222                   chars         256
223                   dimension     3
224                   columns       2
225                   graphic       2
226                   direction     l2r
227                   registry      ""
228                   min-code      ,(lsh #x6100 16)
229                   max-code      ,(+ (lsh #x6100 16) 67547)
230                   code-offset   ,(lsh #x6100 16)))
231   (define-charset-alias 'ideograph-gt '=gt)
232   (make-charset '=gt-k
233                 "Ideographic components of GT"
234                 `(long-name     "GT components"
235                   chars         256
236                   dimension     2
237                   columns       2
238                   graphic       2
239                   direction     l2r
240                   registry      ""
241                   min-code      ,(lsh #x6110 16)
242                   max-code      ,(+ (lsh #x6110 16) 17090)
243                   code-offset   ,(lsh #x6110 16)))
244   (define-charset-alias 'ideograph-gt-k '=gt-k)
245   (let ((i 1))
246     (while (<= i 11)
247       (make-charset
248        (intern (format "=gt-pj-%d" i))
249        (format "GT 2000 (pseudo JIS encoding) part %d" i)
250        `(long-name ,(format "GT PJ %d" i)
251                    chars 94
252                    dimension 2
253                    columns 2
254                    graphic 0
255                    direction l2r
256                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
257       (define-charset-alias
258         (intern (format "ideograph-gt-pj-%d" i))
259         (intern (format "=gt-pj-%d" i)))
260       (setq i (1+ i))))
261   (make-charset
262    '=gt-pj-k1
263    "Ideographic parts of GT (pseudo JIS encoding) part 1"
264    '(long-name "GT K1"
265                chars 94
266                dimension 2
267                columns 2
268                graphic 0
269                direction l2r
270                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
271   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
272   (make-charset
273    '=gt-pj-k2
274    "Ideographic parts of GT (pseudo JIS encoding) part 2"
275    '(long-name "GT K2"
276                chars 94
277                dimension 2
278                columns 2
279                graphic 0
280                direction l2r
281                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
282   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
283
284   (make-charset '=daikanwa
285                 "Daikanwa dictionary (revised version 2)"
286                 `(long-name     "Daikanwa"
287                   chars         256
288                   dimension     2
289                   columns       2
290                   graphic       2
291                   direction     l2r
292                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
293                   min-code      #xE00000
294                   max-code      ,(+ #xE00000 50100)
295                   code-offset   #xE00000))
296   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
297
298   (make-charset '=daikanwa@rev1
299                 "Daikanwa dictionary (revised version)"
300                 `(long-name     "Daikanwa Rev."
301                   chars         256
302                   dimension     2
303                   columns       2
304                   graphic       2
305                   direction     l2r
306                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
307                   mother        =daikanwa
308                   ))
309   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
310   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
311
312   (make-charset '=daikanwa@rev2
313                 "Daikanwa dictionary (revised version 2)"
314                 `(long-name     "Daikanwa"
315                   chars         256
316                   dimension     2
317                   columns       2
318                   graphic       2
319                   direction     l2r
320                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
321                   mother        =daikanwa
322                   min-code      1
323                   max-code      49964
324                   ;; min-code   #xE00000
325                   ;; max-code   ,(+ #xE00000 50100)
326                   ;; code-offset        #xE00000
327                   ))
328   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
329
330   (make-charset '=shinjigen@1ed
331                 "Kadokawa ShinJigen dictionary (the first edition)"
332                 `(long-name     "Shinjigen-1"
333                   chars         256
334                   dimension     2
335                   columns       2
336                   graphic       2
337                   direction     l2r
338                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
339   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
340
341   (make-charset '=shinjigen@1ed/24pr
342                 "Kadokawa ShinJigen dictionary (the 24th impression)"
343                 `(long-name     "Shinjigen-1 24pr"
344                   chars         256
345                   dimension     2
346                   columns       2
347                   graphic       2
348                   direction     l2r
349                   mother        =shinjigen@1ed))
350
351   (make-charset '=shinjigen@rev
352                 "Kadokawa ShinJigen dictionary (the revised edition)"
353                 `(long-name     "Shinjigen-2"
354                   chars         256
355                   dimension     2
356                   columns       2
357                   graphic       2
358                   direction     l2r
359                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
360   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
361   (make-charset '=shinjigen/+p@rev
362                 "ShinJigen (the second edition) number with '"
363                 `(long-name     "Shinjigen-2 with '"
364                   chars         256
365                   dimension     2
366                   columns       2
367                   graphic       2
368                   direction     l2r))
369   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
370
371   (make-charset '=big5-pua
372                 "Big5 with private used area"
373                 '(long-name     "Big5-PUA"
374                   chars         256
375                   dimension     2
376                   columns       2
377                   graphic       2
378                   direction     l2r
379                   mother        chinese-big5
380                   registry      "Big5\\.ETEN"))
381   (define-charset-alias 'chinese-big5-pua '=big5-pua)
382   (make-charset '=big5-eten
383                 "Big5 ETEN"
384                 '(long-name     "Big5-ETEN"
385                   chars         256
386                   dimension     2
387                   columns       2
388                   graphic       2
389                   direction     l2r
390                   mother        chinese-big5
391                   min-code      #x8140
392                   max-code      #xFEFE
393                   registry      "Big5\\.ETEN"))
394   (define-charset-alias 'chinese-big5-eten '=big5-eten)
395   (make-charset 'chinese-big5-eten-a
396                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
397                 '(long-name     "Big5-ETEN-a"
398                   chars         256
399                   dimension     2
400                   columns       2
401                   graphic       2
402                   direction     l2r
403                   mother        chinese-big5
404                   min-code      #xF9D6
405                   max-code      #xF9FE
406                   registry      "Big5\\.ETEN"))
407   (make-charset 'chinese-big5-eten-b
408                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
409                 '(long-name     "Big5-ETEN-b"
410                   chars         256
411                   dimension     2
412                   columns       2
413                   graphic       2
414                   direction     l2r
415                   mother        chinese-big5
416                   min-code      #xC6A1
417                   max-code      #xC8FE
418                   registry      "Big5\\.ETEN"))
419
420   (let* ((i 1)
421          (hzk-min (+ (lsh #x6200 16) 65536))
422          (hzk-max (+ hzk-min 65535)))
423     (while (<= i 12)
424       (make-charset
425        (intern (format "=hanziku-%d" i))
426        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
427        `(long-name ,(format "HANZIKU-%d" i)
428                    chars 256
429                    dimension 2
430                    columns 2
431                    graphic 2
432                    direction l2r
433                    registry ,(format "hanziku-%d$" i i)
434                    min-code ,hzk-min
435                    max-code ,hzk-max
436                    code-offset ,hzk-min))
437       (define-charset-alias
438         (intern (format "ideograph-hanziku-%d" i))
439         (intern (format "=hanziku-%d" i)))
440       (setq hzk-min (1+ hzk-max)
441             hzk-max (+ hzk-min 65535))
442       (setq i (1+ i))))
443
444   (make-charset '=cbeta "CBETA private characters"
445                 '(long-name     "CBETA PUA"
446                   chars         256
447                   dimension     2
448                   registry      "cbeta-0"
449                   graphic       2
450                   min-code      #xE20000
451                   max-code      #xE2FFFF
452                   code-offset   #xE20000
453                   columns       2
454                   direction     l2r))
455   (define-charset-alias 'ideograph-cbeta '=cbeta)
456
457   (make-charset '=zinbun-oracle
458                 "Oracle Bones Script"
459                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
460                   chars         256
461                   dimension     2
462                   registry      "zob1968-0"
463                   graphic       2
464                   min-code      #xE70000
465                   max-code      ,(+ #xE70000 8192)
466                   code-offset   #xE70000
467                   columns       2
468                   direction     l2r))
469
470   (make-charset '=jef-china3
471                 "JEF + CHINA3 private characters"
472                 '(long-name     "JEF + CHINA3"
473                   chars         256
474                   dimension     2
475                   columns       2
476                   graphic       2
477                   direction     l2r
478                   registry      "china3jef-0"
479                   min-code      #xE80000
480                   max-code      #xE8FFFF
481                   code-offset   #xE80000))
482   (define-charset-alias 'china3-jef '=jef-china3)
483
484   (make-charset '=ruimoku-v6
485                 "private characters used in RUIMOKU Version.6"
486                 `(long-name     "RUI6"
487                   chars         256
488                   dimension     2
489                   columns       2
490                   graphic       2
491                   direction     l2r
492                   registry      "rui6-0"
493                   ;; mother     ucs
494                   min-code      #xE90000 ; #xE000
495                   max-code      #xE908FF ; #xE8FF
496                   code-offset   ,(- #xE90000 #xE000)))
497
498   (make-charset '=ucs@iso
499                 "ISO/IEC 10646 for its representative glyphs"
500                 '(long-name     "UCS for ISO"
501                   chars         256
502                   dimension     3
503                   columns       2
504                   graphic       2
505                   direction     l2r
506                   mother        =ucs))
507   (make-charset '=ucs@unicode
508                 "Unicode for its representative glyphs"
509                 '(long-name     "UCS for Unicode"
510                   chars         256
511                   dimension     3
512                   columns       2
513                   graphic       2
514                   direction     l2r
515                   mother        =ucs@iso))
516   (make-charset '=ucs@gb
517                 "ISO/IEC 10646 for GB"
518                 '(long-name     "UCS for GB"
519                   chars         256
520                   dimension     3
521                   columns       2
522                   graphic       2
523                   direction     l2r
524                   mother        =ucs@unicode))
525   (define-charset-alias 'ucs-gb '=ucs@gb)
526   (make-charset '=ucs@gb/fw
527                 "ISO/IEC 10646 for GB with fullwidth"
528                 '(long-name     "UCS for GB-fullwidth"
529                   chars         256
530                   dimension     3
531                   columns       2
532                   graphic       2
533                   direction     l2r
534                   mother        =ucs@gb))
535   (make-charset '=ucs-bmp@gb
536                 "ISO/IEC 10646 BMP for GB"
537                 '(long-name     "BMP for GB"
538                   chars         256
539                   dimension     3
540                   columns       2
541                   graphic       2
542                   direction     l2r
543                   mother        =ucs@gb
544                   min-code      #x0000
545                   max-code      #xFFFF))
546   (make-charset '=ucs@cns
547                 "ISO/IEC 10646 for CNS 11643"
548                 '(long-name     "UCS for CNS"
549                   chars         256
550                   dimension     3
551                   columns       2
552                   graphic       2
553                   direction     l2r
554                   mother        =ucs@unicode))
555   (define-charset-alias 'ucs-cns '=ucs@cns)
556   (make-charset '=ucs@cns/fw
557                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
558                 '(long-name     "UCS for CNS-fullwidth"
559                   chars         256
560                   dimension     3
561                   columns       2
562                   graphic       2
563                   direction     l2r
564                   mother        =ucs@cns))
565   (make-charset '=ucs-bmp@cns
566                 "ISO/IEC 10646 BMP for CNS"
567                 '(long-name     "BMP for CNS"
568                   chars         256
569                   dimension     3
570                   columns       2
571                   graphic       2
572                   direction     l2r
573                   mother        =ucs@cns
574                   min-code      #x0000
575                   max-code      #xFFFF))
576   (make-charset '=ucs@jis
577                 "ISO/IEC 10646 for JIS X0208/0212/0213"
578                 '(long-name     "UCS for JIS"
579                   chars         256
580                   dimension     3
581                   columns       2
582                   graphic       2
583                   direction     l2r
584                   mother        =ucs@unicode))
585   (define-charset-alias 'ucs-jis '=ucs@jis)
586   (make-charset '=ucs@jis/fw
587                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
588                 '(long-name     "UCS for JIS-fullwidth"
589                   chars         256
590                   dimension     3
591                   columns       2
592                   graphic       2
593                   direction     l2r
594                   mother        =ucs@jis))
595   (make-charset '=ucs-bmp@jis
596                 "ISO/IEC 10646 BMP for JIS"
597                 '(long-name     "BMP for JIS"
598                   chars         256
599                   dimension     3
600                   columns       2
601                   graphic       2
602                   direction     l2r
603                   mother        =ucs@jis
604                   min-code      #x0000
605                   max-code      #xFFFF))
606   (make-charset '=ucs@jis/1990
607                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
608                 '(long-name     "UCS for JIS:1990"
609                   chars         256
610                   dimension     3
611                   columns       2
612                   graphic       2
613                   direction     l2r
614                   mother        ucs-jis))
615   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
616   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
617   (make-charset '=ucs@jis/2000
618                 "ISO/IEC 10646 for JIS X 0213:2000"
619                 '(long-name     "UCS for JIS:2000"
620                   chars         256
621                   dimension     3
622                   columns       2
623                   graphic       2
624                   direction     l2r
625                   mother        ucs-jis))
626   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
627   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
628   (make-charset '=ucs@JP
629                 "UCS for common glyphs used in Japan"
630                 '(long-name     "UCS for Japan"
631                   chars         256
632                   dimension     3
633                   columns       2
634                   graphic       2
635                   direction     l2r
636                   mother        =ucs@jis/2000))
637   (define-charset-alias '=ucs@jp '=ucs@JP)
638   (make-charset '=ucs@ks
639                 "ISO/IEC 10646 for Korean Standards"
640                 '(long-name     "UCS for KS"
641                   chars         256
642                   dimension     3
643                   columns       2
644                   graphic       2
645                   direction     l2r
646                   mother        =ucs@unicode))
647   (define-charset-alias 'ucs-ks '=ucs@ks)
648   (make-charset '=ucs-bmp@ks
649                 "ISO/IEC 10646 BMP for KS"
650                 '(long-name     "BMP for KS"
651                   chars         256
652                   dimension     3
653                   columns       2
654                   graphic       2
655                   direction     l2r
656                   mother        =ucs@ks
657                   min-code      #x0000
658                   max-code      #xFFFF))
659   (make-charset '=ucs@big5
660                 "ISO/IEC 10646 for Big5"
661                 '(long-name     "UCS for Big5"
662                   chars         256
663                   dimension     3
664                   columns       2
665                   graphic       2
666                   direction     l2r
667                   mother        =ucs@unicode))
668   (define-charset-alias 'ucs-big5 '=ucs@big5)
669   (make-charset '=ucs@big5/cns11643
670                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
671                 '(long-name     "UCS for Big5@CNS11643"
672                   chars         256
673                   dimension     3
674                   columns       2
675                   graphic       2
676                   direction     l2r
677                   mother        =ucs@big5))
678   (make-charset '=ucs@cns11643
679                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
680                 '(long-name     "UCS for CNS11643"
681                   chars         256
682                   dimension     3
683                   columns       2
684                   graphic       2
685                   direction     l2r
686                   mother        =ucs@cns))
687   
688   (make-charset
689    '=ucs-radicals
690    "CJK Radicals of UCS"
691    '(long-name "UCS-Radicals"
692                chars 256
693                dimension 2
694                columns 2
695                graphic 2
696                direction l2r
697                registry "-zhRadicals-.*-ucs-0"
698                mother ucs-bmp
699                min-code #x2E00 max-code #x2FFF))
700   (make-charset
701    '=ucs-radicals@unicode
702    "CJK Radicals of UCS"
703    '(long-name "UCS-Radicals"
704                chars 256
705                dimension 2
706                columns 2
707                graphic 2
708                direction l2r
709                registry "-zhRadicals-.*-ucs-0"
710                mother =ucs@unicode
711                min-code #x2E00 max-code #x2FFF))
712   (make-charset
713    '=ucs-hangul
714    "Hangul Syllables of UCS"
715    '(long-name "UCS-Hangul-Syllables"
716                chars 256
717                dimension 2
718                columns 2
719                graphic 2
720                direction l2r
721                registry "-Hangul-.*-ucs-0"
722                mother =ucs
723                min-code #xAC00 max-code #xD7AF))
724   (make-charset
725    '=ucs-bmp-cjk
726    "CJK Characters in BMP of UCS"
727    '(long-name "UCS-BMP-CJK"
728                chars 256
729                dimension 2
730                columns 2
731                graphic 2
732                direction l2r
733                registry "-zh-.*-ucs-0"
734                mother ucs-bmp
735                min-code #x2E00
736                max-code #x9FA5
737                ;; max-code #xA4CF
738                ))
739   (make-charset
740    '=ucs-bmp-cjk@unicode
741    "CJK Characters in BMP of Unicode"
742    '(long-name "Unicode-BMP-CJK"
743                chars 256
744                dimension 2
745                columns 2
746                graphic 2
747                direction l2r
748                registry "-zh-.*-ucs-0"
749                mother =ucs@unicode
750                min-code #x2E00
751                max-code #x9FA5
752                ;; max-code #xA4CF
753                ))
754   (make-charset
755    '=ucs-sip-ext-b
756    "CJK Ideographs Extension B"
757    '(long-name "UCS CJK Ext-B"
758                chars 256
759                dimension 2
760                columns 2
761                graphic 2
762                direction l2r
763                registry "\\(iso10646\\|ucs02\\)-2$"
764                mother ucs
765                min-code #x20000 max-code #x2A6D6
766                code-offset #x20000))
767   (make-charset
768    '=ucs-sip-ext-b@iso
769    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
770    '(long-name "UCS CJK Ext-B"
771                chars 256
772                dimension 2
773                columns 2
774                graphic 2
775                direction l2r
776                registry "\\(iso10646\\|ucs02\\)-2$"
777                mother =ucs@iso
778                min-code #x20000 max-code #x2A6D6
779                code-offset #x20000))
780
781   (make-charset
782    '=adobe-japan1-0
783    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
784    '(long-name "Adobe-Japan1-0"
785                chars 256
786                dimension 2
787                columns 2
788                graphic 2
789                direction l2r
790                registry "AdobeJapan1-0$"))
791   (make-charset
792    '=adobe-japan1-1
793    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
794    '(long-name "Adobe-Japan1-1"
795                chars 256
796                dimension 2
797                columns 2
798                graphic 2
799                direction l2r
800                mother =adobe-japan1-0
801                registry "AdobeJapan1-1$"))
802   (make-charset
803    '=adobe-japan1-2
804    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
805    '(long-name "Adobe-Japan1-2"
806                chars 256
807                dimension 2
808                columns 2
809                graphic 2
810                direction l2r
811                mother =adobe-japan1-1
812                registry "AdobeJapan1-2$"))
813   (make-charset
814    '=adobe-japan1-3
815    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
816    '(long-name "Adobe-Japan1-3"
817                chars 256
818                dimension 2
819                columns 2
820                graphic 2
821                direction l2r
822                mother =adobe-japan1-2
823                registry "AdobeJapan1-3$"))
824   (make-charset
825    '=adobe-japan1-4
826    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
827    '(long-name "Adobe-Japan1-4"
828                chars 256
829                dimension 2
830                columns 2
831                graphic 2
832                direction l2r
833                mother =adobe-japan1-3
834                registry "AdobeJapan1-4$"))
835   (make-charset
836    '=adobe-japan1-5
837    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
838    '(long-name "Adobe-Japan1-5"
839                chars 256
840                dimension 2
841                columns 2
842                graphic 2
843                direction l2r
844                mother =adobe-japan1-4
845                registry "AdobeJapan1-5$"))
846   (make-charset
847    '=adobe-japan1-6
848    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
849    '(long-name "Adobe-Japan1-6"
850                chars 256
851                dimension 2
852                columns 2
853                graphic 2
854                direction l2r
855                mother =adobe-japan1-5
856                registry "AdobeJapan1-6$"))
857   )
858
859 ;;; mule-conf.el ends here