(=>>>jis-x0208): Changed to an alias for `=jis-x0208'.
[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, 2005, 2006, 2008,
6 ;;   2009, 2010, 2011, 2012, 2013 MORIOKA Tomohiko
7
8 ;; Keywords: mule, multilingual, character set, coding system
9
10 ;; This file is part of XEmacs.
11
12 ;; XEmacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version.
16
17 ;; XEmacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 ;; GNU General Public License for more details.
21
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with XEmacs; see the file COPYING.  If not, write to the
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
26
27 ;;; Code:
28
29 (cond
30  ((featurep 'utf-2000)
31   (make-charset
32    '=adobe-japan1-base
33    "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
34    `(long-name "Adobe-Japan1"
35                chars 256
36                dimension 2
37                columns 2
38                graphic 2
39                direction l2r
40                registry "AdobeJapan1-[0-6]$"
41                min-code ,(lsh #x6300 16)
42                max-code ,(+ (lsh #x6300 16) 23057)
43                code-offset      ,(lsh #x6300 16)))
44   (make-charset
45    '=adobe-japan1-0
46    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
47    '(long-name "Adobe-Japan1-0"
48                chars 256
49                dimension 2
50                columns 2
51                graphic 2
52                direction l2r
53                mother =adobe-japan1-base
54                min-code 0
55                max-code 8283
56                registry "AdobeJapan1-[0-6]$"))
57   (make-charset
58    '=adobe-japan1-1
59    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
60    '(long-name "Adobe-Japan1-1"
61                chars 256
62                dimension 2
63                columns 2
64                graphic 2
65                direction l2r
66                mother =adobe-japan1-0
67                min-code 0
68                max-code 8358
69                registry "AdobeJapan1-[1-6]$"))
70   (make-charset
71    '=adobe-japan1-2
72    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
73    '(long-name "Adobe-Japan1-2"
74                chars 256
75                dimension 2
76                columns 2
77                graphic 2
78                direction l2r
79                mother =adobe-japan1-1
80                min-code 0
81                max-code 8719
82                registry "AdobeJapan1-[2-6]$"))
83   (make-charset
84    '=adobe-japan1-3
85    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
86    '(long-name "Adobe-Japan1-3"
87                chars 256
88                dimension 2
89                columns 2
90                graphic 2
91                direction l2r
92                mother =adobe-japan1-2
93                min-code 0
94                max-code 9353
95                registry "AdobeJapan1-[3-6]$"))
96   (make-charset
97    '=adobe-japan1-4
98    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
99    '(long-name "Adobe-Japan1-4"
100                chars 256
101                dimension 2
102                columns 2
103                graphic 2
104                direction l2r
105                mother =adobe-japan1-3
106                min-code 0
107                max-code 15443
108                registry "AdobeJapan1-[4-6]$"))
109   (make-charset
110    '=adobe-japan1-5
111    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
112    '(long-name "Adobe-Japan1-5"
113                chars 256
114                dimension 2
115                columns 2
116                graphic 2
117                direction l2r
118                mother =adobe-japan1-4
119                min-code 0
120                max-code 20316
121                registry "AdobeJapan1-[5-6]$"))
122   (make-charset
123    '=adobe-japan1-6
124    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
125    '(long-name "Adobe-Japan1-6"
126                chars 256
127                dimension 2
128                columns 2
129                graphic 2
130                direction l2r
131                mother =adobe-japan1-5
132                min-code 0
133                max-code 23057
134                registry "AdobeJapan1-6$"))
135   (define-charset-alias '=adobe-japan1 '=adobe-japan1-6)
136
137   (make-charset
138    '==adobe-japan1-0
139    "Adobe-Japan1-0 detailed glyph-images."
140    '(long-name "Adobe-Japan1-0 glyph-images"
141                chars 256
142                dimension 2
143                columns 2
144                graphic 2
145                direction l2r
146                mother =adobe-japan1-0
147                registry "AdobeJapan1-0$"))
148   (make-charset
149    '==adobe-japan1-1
150    "Adobe-Japan1-1 detailed glyph-images."
151    '(long-name "Adobe-Japan1-1 glyph-images"
152                chars 256
153                dimension 2
154                columns 2
155                graphic 2
156                direction l2r
157                mother ==adobe-japan1-0
158                registry "AdobeJapan1-1$"))
159   (make-charset
160    '==adobe-japan1-2
161    "Adobe-Japan1-2 detailed glyph-images."
162    '(long-name "Adobe-Japan1-2 glyph-images"
163                chars 256
164                dimension 2
165                columns 2
166                graphic 2
167                direction l2r
168                mother ==adobe-japan1-1
169                registry "AdobeJapan1-2$"))
170   (make-charset
171    '==adobe-japan1-3
172    "Adobe-Japan1-3 detailed glyph-images."
173    '(long-name "Adobe-Japan1-3 glyph-images"
174                chars 256
175                dimension 2
176                columns 2
177                graphic 2
178                direction l2r
179                mother ==adobe-japan1-2
180                registry "AdobeJapan1-3$"))
181   (make-charset
182    '==adobe-japan1-4
183    "Adobe-Japan1-4 detailed glyph-images."
184    '(long-name "Adobe-Japan1-4 glyph-images"
185                chars 256
186                dimension 2
187                columns 2
188                graphic 2
189                direction l2r
190                mother ==adobe-japan1-3
191                registry "AdobeJapan1-4$"))
192   (make-charset
193    '==adobe-japan1-5
194    "Adobe-Japan1-5 detailed glyph-images."
195    '(long-name "Adobe-Japan1-5 glyph-images"
196                chars 256
197                dimension 2
198                columns 2
199                graphic 2
200                direction l2r
201                mother ==adobe-japan1-4
202                registry "AdobeJapan1-5$"))
203   (make-charset
204    '==adobe-japan1-6
205    "Adobe-Japan1-6 detailed glyph-images."
206    '(long-name "Adobe-Japan1-6 glyph-images"
207                chars 256
208                dimension 2
209                columns 2
210                graphic 2
211                direction l2r
212                mother ==adobe-japan1-5
213                registry "AdobeJapan1-6$"))
214   (define-charset-alias '==adobe-japan1 '==adobe-japan1-6)
215
216   (define-charset-alias '=>>>adobe-japan1-0 '=adobe-japan1-0)
217   (define-charset-alias '=>>>adobe-japan1-1 '=adobe-japan1-1)
218   (define-charset-alias '=>>>adobe-japan1-2 '=adobe-japan1-2)
219   (define-charset-alias '=>>>adobe-japan1-3 '=adobe-japan1-3)
220   (define-charset-alias '=>>>adobe-japan1-4 '=adobe-japan1-4)
221   (define-charset-alias '=>>>adobe-japan1-5 '=adobe-japan1-5)
222   (define-charset-alias '=>>>adobe-japan1-6 '=adobe-japan1-6)
223   ;; (make-charset
224   ;;  '=>>>adobe-japan1-0
225   ;;  "Adobe-Japan1-0 abstract glyph-forms"
226   ;;  '(long-name "Adobe-Japan1-0 abstract glyph-forms"
227   ;;              chars 256
228   ;;              dimension 2
229   ;;              columns 2
230   ;;              graphic 2
231   ;;              direction l2r
232   ;;              mother =adobe-japan1-0
233   ;;              registry "AdobeJapan1-0$"))
234   ;; (make-charset
235   ;;  '=>>>adobe-japan1-1
236   ;;  "Adobe-Japan1-1 abstract glyph-forms"
237   ;;  '(long-name "Adobe-Japan1-1 abstract glyph-forms"
238   ;;              chars 256
239   ;;              dimension 2
240   ;;              columns 2
241   ;;              graphic 2
242   ;;              direction l2r
243   ;;              mother =>>>adobe-japan1-0
244   ;;              registry "AdobeJapan1-1$"))
245   ;; (make-charset
246   ;;  '=>>>adobe-japan1-2
247   ;;  "Adobe-Japan1-2 abstract glyph-forms"
248   ;;  '(long-name "Adobe-Japan1-2 abstract glyph-forms"
249   ;;              chars 256
250   ;;              dimension 2
251   ;;              columns 2
252   ;;              graphic 2
253   ;;              direction l2r
254   ;;              mother =>>>adobe-japan1-1
255   ;;              registry "AdobeJapan1-2$"))
256   ;; (make-charset
257   ;;  '=>>>adobe-japan1-3
258   ;;  "Adobe-Japan1-3 abstract glyph-forms"
259   ;;  '(long-name "Adobe-Japan1-3 abstract glyph-forms"
260   ;;              chars 256
261   ;;              dimension 2
262   ;;              columns 2
263   ;;              graphic 2
264   ;;              direction l2r
265   ;;              mother =>>>adobe-japan1-2
266   ;;              registry "AdobeJapan1-3$"))
267   ;; (make-charset
268   ;;  '=>>>adobe-japan1-4
269   ;;  "Adobe-Japan1-4 abstract glyph-forms"
270   ;;  '(long-name "Adobe-Japan1-4 abstract glyph-forms"
271   ;;              chars 256
272   ;;              dimension 2
273   ;;              columns 2
274   ;;              graphic 2
275   ;;              direction l2r
276   ;;              mother =>>>adobe-japan1-3
277   ;;              registry "AdobeJapan1-4$"))
278   ;; (make-charset
279   ;;  '=>>>adobe-japan1-5
280   ;;  "Adobe-Japan1-5 abstract glyph-forms"
281   ;;  '(long-name "Adobe-Japan1-5 abstract glyph-forms"
282   ;;              chars 256
283   ;;              dimension 2
284   ;;              columns 2
285   ;;              graphic 2
286   ;;              direction l2r
287   ;;              mother =>>>adobe-japan1-4
288   ;;              registry "AdobeJapan1-5$"))
289   ;; (make-charset
290   ;;  '=>>>adobe-japan1-6
291   ;;  "Adobe-Japan1-6 abstract glyph-forms"
292   ;;  '(long-name "Adobe-Japan1-6 abstract glyph-forms"
293   ;;              chars 256
294   ;;              dimension 2
295   ;;              columns 2
296   ;;              graphic 2
297   ;;              direction l2r
298   ;;              mother =>>>adobe-japan1-5
299   ;;              registry "AdobeJapan1-6$"))
300   (define-charset-alias '=>>>adobe-japan1 '=>>>adobe-japan1-6)
301
302   (make-charset
303    '=>>adobe-japan1-0
304    "Adobe-Japan1-0 abstract glyphs"
305    '(long-name "Adobe-Japan1-0 abstract glyphs"
306                chars 256
307                dimension 2
308                columns 2
309                graphic 2
310                direction l2r
311                mother =>>>adobe-japan1
312                registry "AdobeJapan1-0$"))
313   (make-charset
314    '=>>adobe-japan1-1
315    "Adobe-Japan1-1 abstract glyphs"
316    '(long-name "Adobe-Japan1-1 abstract glyphs"
317                chars 256
318                dimension 2
319                columns 2
320                graphic 2
321                direction l2r
322                mother =>>adobe-japan1-0
323                registry "AdobeJapan1-1"))
324   (make-charset
325    '=>>adobe-japan1-2
326    "Adobe-Japan1-2 abstract glyphs"
327    '(long-name "Adobe-Japan1-2 abstract glyphs"
328                chars 256
329                dimension 2
330                columns 2
331                graphic 2
332                direction l2r
333                mother =>>adobe-japan1-1
334                registry "AdobeJapan1-2"))
335   (make-charset
336    '=>>adobe-japan1-3
337    "Adobe-Japan1-3 abstract glyphs"
338    '(long-name "Adobe-Japan1-3 abstract glyphs"
339                chars 256
340                dimension 2
341                columns 2
342                graphic 2
343                direction l2r
344                mother =>>adobe-japan1-2
345                registry "AdobeJapan1-3"))
346   (make-charset
347    '=>>adobe-japan1-4
348    "Adobe-Japan1-4 abstract glyphs"
349    '(long-name "Adobe-Japan1-4 abstract glyphs"
350                chars 256
351                dimension 2
352                columns 2
353                graphic 2
354                direction l2r
355                mother =>>adobe-japan1-3
356                registry "AdobeJapan1-4"))
357   (make-charset
358    '=>>adobe-japan1-5
359    "Adobe-Japan1-5 abstract glyphs"
360    '(long-name "Adobe-Japan1-5 abstract glyphs"
361                chars 256
362                dimension 2
363                columns 2
364                graphic 2
365                direction l2r
366                mother =>>adobe-japan1-4
367                registry "AdobeJapan1-5"))
368   (make-charset
369    '=>>adobe-japan1-6
370    "Adobe-Japan1-6 abstract glyphs"
371    '(long-name "Adobe-Japan1-6 abstract glyphs"
372                chars 256
373                dimension 2
374                columns 2
375                graphic 2
376                direction l2r
377                mother =>>adobe-japan1-5
378                registry "AdobeJapan1-6"))
379   (define-charset-alias '=>>adobe-japan1 '=>>adobe-japan1-6)
380
381   (make-charset
382    '=+>adobe-japan1-0
383    "Adobe-Japan1-0 unified abstract glyphs"
384    '(long-name "Adobe-Japan1-0 unified abstract glyphs"
385                chars 256
386                dimension 2
387                columns 2
388                graphic 2
389                direction l2r
390                mother =>>adobe-japan1
391                registry "AdobeJapan1-0$"))
392   (make-charset
393    '=+>adobe-japan1-1
394    "Adobe-Japan1-1 unified abstract glyphs"
395    '(long-name "Adobe-Japan1-1 unified abstract glyphs"
396                chars 256
397                dimension 2
398                columns 2
399                graphic 2
400                direction l2r
401                mother =+>adobe-japan1-0
402                registry "AdobeJapan1-1"))
403   (make-charset
404    '=+>adobe-japan1-2
405    "Adobe-Japan1-2 unified abstract glyphs"
406    '(long-name "Adobe-Japan1-2 unified abstract glyphs"
407                chars 256
408                dimension 2
409                columns 2
410                graphic 2
411                direction l2r
412                mother =+>adobe-japan1-1
413                registry "AdobeJapan1-2"))
414   (make-charset
415    '=+>adobe-japan1-3
416    "Adobe-Japan1-3 unified abstract glyphs"
417    '(long-name "Adobe-Japan1-3 unified abstract glyphs"
418                chars 256
419                dimension 2
420                columns 2
421                graphic 2
422                direction l2r
423                mother =+>adobe-japan1-2
424                registry "AdobeJapan1-3"))
425   (make-charset
426    '=+>adobe-japan1-4
427    "Adobe-Japan1-4 unified abstract glyphs"
428    '(long-name "Adobe-Japan1-4 unified abstract glyphs"
429                chars 256
430                dimension 2
431                columns 2
432                graphic 2
433                direction l2r
434                mother =+>adobe-japan1-3
435                registry "AdobeJapan1-4"))
436   (make-charset
437    '=+>adobe-japan1-5
438    "Adobe-Japan1-5 unified abstract glyphs"
439    '(long-name "Adobe-Japan1-5 unified abstract glyphs"
440                chars 256
441                dimension 2
442                columns 2
443                graphic 2
444                direction l2r
445                mother =+>adobe-japan1-4
446                registry "AdobeJapan1-5"))
447   (make-charset
448    '=+>adobe-japan1-6
449    "Adobe-Japan1-6 unified abstract glyphs"
450    '(long-name "Adobe-Japan1-6 unified abstract glyphs"
451                chars 256
452                dimension 2
453                columns 2
454                graphic 2
455                direction l2r
456                mother =+>adobe-japan1-5
457                registry "AdobeJapan1-6"))
458   (define-charset-alias '=+>adobe-japan1 '=+>adobe-japan1-6)
459
460   (make-charset
461    '=jis-x0208@1978
462    "JIS X 0208:1978, unchanged part."
463    '(registry "jisx0208\\.1978"
464               dimension 2
465               chars 94
466               mother =jis-x0208
467               =>iso-ir 42
468               final ?@
469               graphic 0
470               partial t))
471   (make-charset
472    '=jis-x0208@1978/-4pr
473    "JIS X 0208:1978, 1st - 3rd impressions."
474    '(registry "jisx0208\\.1978"
475               dimension 2
476               chars 94
477               mother =jis-x0208@1978
478               =>iso-ir 42
479               final ?@
480               graphic 0
481               partial t))
482   (make-charset
483    '=jis-x0208@1978/1pr
484    "JIS X 0208:1978, 1st impression."
485    '(iso-ir 42
486             registry "jisx0208\\.1978"
487             dimension 2
488             chars 94
489             mother =jis-x0208@1978/-4pr
490             final ?@
491             graphic 0))
492   (make-charset
493    '=jis-x0208@1978/1pr/fixed
494    "JIS X 0208:1978, correct glyph in the errata of 1st impression."
495    '(registry "jisx0208\\.1978"
496               dimension 2
497               chars 94
498               mother =jis-x0208@1978/1pr
499               =>iso-ir 42
500               ;; final ?@
501               graphic 0
502               partial t))
503   (make-charset
504    '=jis-x0208@1978/-4X
505    "JIS X 0208:1978, index before the 4th impression."
506    '(registry "jisx0208\\.1978"
507               dimension 2
508               chars 94
509               mother =jis-x0208@1978
510               =>iso-ir 42
511               ;; final ?@
512               graphic 0
513               partial t))
514   ;; (make-charset
515   ;;  '=jis-x0208@1978/1er-pr
516   ;;  "JIS X 0208:1978, fixed by errata [Nov 1978]."
517   ;;  '(registry "jisx0208\\.1978"
518   ;;             dimension 2
519   ;;             chars 94
520   ;;             mother =jis-x0208@1978
521   ;;             =>iso-ir 42
522   ;;             ;; final ?@
523   ;;             graphic 0
524   ;;             partial t))
525   (make-charset
526    '=jis-x0208@1978/2-pr
527    "JIS X 0208:1978, 2nd impression or later."
528    '(registry "jisx0208\\.1978"
529               dimension 2
530               chars 94
531               ;; mother =jis-x0208@1978/1er-pr
532               mother =jis-x0208@1978
533               =>iso-ir 42
534               ;; final ?@
535               graphic 0
536               partial t))
537   (make-charset
538    '=jis-x0208@1978/4er
539    "JIS X 0208:1978, replaced by errata of 4th impression."
540    '(registry "jisx0208\\.1978"
541               dimension 2
542               chars 94
543               mother =jis-x0208@1978/2-pr
544               =>iso-ir 42
545               ;; final ?@
546               graphic 0
547               partial t))
548   (make-charset
549    '=jis-x0208@1978/4-pr
550    "JIS X 0208:1978, 4th impression or later."
551    '(registry "jisx0208\\.1978"
552               dimension 2
553               chars 94
554               mother =jis-x0208@1978/2-pr
555               =>iso-ir 42
556               ;; final ?@
557               graphic 0
558               partial t))
559   (make-charset
560    '=jis-x0208@1978/5pr
561    "JIS X 0208:1978, 5th impression."
562    '(registry "jisx0208\\.1978"
563               dimension 2
564               chars 94
565               mother =jis-x0208@1978/4-pr
566               =>iso-ir 42
567               ;; final ?@
568               graphic 0
569               partial t))
570   (define-charset-alias '=jis-x0208@1978/i1 '=jis-x0208@1978/1pr)
571   (define-charset-alias '=jis-x0208@1978/i-4 '=jis-x0208@1978/-4pr)
572   (define-charset-alias '=jis-x0208@1978/i4- '=jis-x0208@1978/4-pr)
573   )
574  (t
575   (make-charset
576    '=jis-x0208@1978
577    "JIS X0208:1978 Japanese Kanji (so called \"old JIS\")."
578    '(iso-ir 42
579             registry "jisx0208\\.1978"
580             dimension 2
581             chars 94
582             mother =jis-x0208
583             final ?@
584             graphic 0))
585   ))
586
587 (define-charset-alias '=jis-x0208-1978          '=jis-x0208@1978)
588 (define-charset-alias 'japanese-jisx0208-1978   '=jis-x0208@1978)
589 (define-charset-alias 'chinese-gb2312           '=gb2312)
590 (define-charset-alias '=jis-x0208-1983          '=jis-x0208@1983)
591 (define-charset-alias 'japanese-jisx0208        '=jis-x0208@1983)
592 (define-charset-alias 'korean-ksc5601           '=ks-x1001)
593 (define-charset-alias 'japanese-jisx0212        '=jis-x0212)
594 (define-charset-alias 'chinese-cns11643-1       '=cns11643-1)
595 (define-charset-alias 'chinese-cns11643-2       '=cns11643-2)
596 (define-charset-alias 'chinese-gb12345          '=gb12345)
597 (define-charset-alias 'chinese-big5             '=big5)
598
599 ;; PinYin-ZhuYin
600 (make-charset 'sisheng "PinYin-ZhuYin"
601               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
602                 dimension 1
603                 chars 94
604                 final ?0
605                 graphic 0
606                 ))
607
608 ;; Lao script.
609 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
610 (make-charset 'lao "Lao script"
611               '(registry "MuleLao-1"
612                 dimension 1
613                 chars 94
614                 final ?1
615                 graphic 1))
616
617 ;; IPA (International Phonetic Alphabet)
618 (make-charset 'ipa "International Phonetic Alphabet"
619               '(registry "MuleIPA"
620                 dimension 1
621                 chars 96
622                 final ?0
623                 graphic 1))
624
625 ;; Ethiopic
626 (make-charset 'ethiopic "Ethiopic"
627               '(registry "Ethio"
628                 dimension 2
629                 chars 94
630                 final ?3
631                 graphic 0
632                 ))
633
634 ;; ISO-IR-165 (CCITT Extended GB)
635 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
636 ;;    GB 8565-88 table A4 + 293 characters.
637 (if (featurep 'utf-2000)
638     (progn
639       (make-charset '=iso-ir165
640                     "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
641                     '(iso-ir 165
642                              dimension 2
643                              chars 94
644                              mother =gb2312
645                              final ?E
646                              registry "isoir165"
647                              graphic 0))
648       (define-charset-alias 'chinese-isoir165 '=iso-ir165))
649   (make-charset 'chinese-isoir165
650                 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
651                 '(iso-ir 165
652                          dimension 2
653                          chars 94
654                          final ?E
655                          registry "isoir165"
656                          graphic 0)))
657
658 ;; CNS11643 Plane3 thru Plane7
659 ;; These represent more and more obscure Chinese characters.
660 ;; By the time you get to Plane 7, we're talking about characters
661 ;; that appear once in some ancient manuscript and whose meaning
662 ;; is unknown.
663
664 (flet
665     ((make-chinese-cns11643-charset
666       (name iso-ir plane final)
667       (make-charset
668        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
669        `(iso-ir ,iso-ir
670          registry 
671          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
672          dimension 2
673          chars 94
674          final ,final
675          graphic 0))
676       ))
677   (make-chinese-cns11643-charset '=cns11643-3 183 "3" ?I)
678   (make-chinese-cns11643-charset '=cns11643-4 184 "4" ?J)
679   (make-chinese-cns11643-charset '=cns11643-5 185 "5" ?K)
680   (make-chinese-cns11643-charset '=cns11643-6 186 "6" ?L)
681   (make-chinese-cns11643-charset '=cns11643-7 187 "7" ?M)
682   (define-charset-alias 'chinese-cns11643-3     '=cns11643-3)
683   (define-charset-alias 'chinese-cns11643-4     '=cns11643-4)
684   (define-charset-alias 'chinese-cns11643-5     '=cns11643-5)
685   (define-charset-alias 'chinese-cns11643-6     '=cns11643-6)
686   (define-charset-alias 'chinese-cns11643-7     '=cns11643-7)
687   )
688
689 ;; JIS X 0213:2000
690 (cond
691  ((featurep 'utf-2000)
692   (make-charset
693    '=jis-x0213-1
694    "JIS X 0213 Plain 1 (unchanged part)"
695    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
696               dimension 2
697               chars 94
698               =>iso-ir 228
699               final ?O
700               graphic 0
701               partial t))
702
703   (make-charset
704    '=jis-x0213-1@2000
705    "JIS X 0213:2000 Plain 1"
706    '(iso-ir 228
707             registry "jisx0213\\(\\.2000\\)-1"
708             dimension 2
709             chars 94
710             mother =jis-x0213-1
711             final ?O
712             graphic 0))
713   (make-charset
714    '=jis-x0213-2
715    "JIS X 0213 Plain 2"
716    '(iso-ir 229
717             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
718             dimension 2
719             chars 94
720             final ?P
721             graphic 0))
722
723   (make-charset
724    '=jis-x0213-1@2004
725    "JIS X 0213:2004 Plain 1"
726    '(iso-ir 233
727             registry "jisx0213\\(\\.2004\\)-1"
728             dimension 2
729             chars 94
730             mother =jis-x0213-1
731             final ?Q
732             graphic 0))
733
734   (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1@2000)
735   (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2)
736   (define-charset-alias '=jis-x0213-1-2000 '=jis-x0213-1@2000)
737   (define-charset-alias '=jis-x0213-2-2000 '=jis-x0213-2)
738   )
739  (t
740   (make-charset
741    'japanese-jisx0213-1
742    "JIS X 0213:2000 Plain 1"
743    '(registry "jisx0213\\(\\.2000\\)-1"
744               dimension 2
745               chars 94
746               final ?O
747               graphic 0))
748   (make-charset
749    'japanese-jisx0213-2
750    "JIS X 0213:2000 Plain 2"
751    '(registry "jisx0213\\(\\.2000\\)-2"
752               dimension 2
753               chars 94
754               final ?P
755               graphic 0))
756   ))
757
758 (when (featurep 'utf-2000)
759   (define-charset-alias 'ucs '=ucs)
760   (define-charset-alias '=jis-x0208-1990 '=jis-x0208@1990)
761   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990)
762
763   (make-charset
764    '==jis-x0208
765    "JIS X 0208 detailed representative glyph-images (unchanged part)."
766    '(registry "jisx0208\\.1990"
767               dimension 2
768               chars 94
769               mother =jis-x0208
770               =>iso-ir 168
771               ;; final ?B
772               graphic 0))
773   (make-charset
774    '==jis-x0208@1978
775    "JIS X 0208:1978 detailed representative glyph-images."
776    '(registry "jisx0208\\.1978"
777               dimension 2
778               chars 94
779               mother ==jis-x0208
780               =>iso-ir 42
781               ;; final ?@
782               graphic 0))
783   (make-charset
784    '==jis-x0208@1983
785    "JIS X 0208:1983 detailed representative glyph-images."
786    '(registry "jisx0208\\.1983"
787               dimension 2
788               chars 94
789               mother ==jis-x0208
790               =>iso-ir 87
791               graphic 0))
792   (make-charset
793    '==jis-x0208@1990
794    "JIS X 0208:1990 detailed representative glyph-images."
795    '(registry "jisx0208\\.1990"
796               dimension 2
797               chars 94
798               mother ==jis-x0208
799               =>iso-ir 168
800               ;; final ?B
801               graphic 0))
802
803   (make-charset
804    '==jis-x0213-1
805    "JIS X 0213 Plain 1 detailed representative glyph-images (unchanged part)."
806    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
807               dimension 2
808               chars 94
809               mother =jis-x0213-1
810               =>iso-ir 228
811               ;; final ?O
812               graphic 0
813               ;; partial t
814               ))
815   (make-charset
816    '==jis-x0213-1@2000
817    "JIS X 0213:2000 Plain 1 detailed representative glyph-images."
818    '(registry "jisx0213\\(\\.2000\\)-1"
819               dimension 2
820               chars 94
821               mother ==jis-x0213-1
822               =>iso-ir 228
823               ;; final ?O
824               graphic 0
825               ;; partial t
826               ))
827   (make-charset
828    '==jis-x0213-1@2004
829    "JIS X 0213:2004 Plain 1 detailed representative glyph-images."
830    '(mother ==jis-x0213-1
831             =>iso-ir 233
832             ;; registry "jisx0213\\(\\.2004\\)-1"
833             dimension 2
834             chars 94
835             graphic 0))
836
837   (make-charset
838    '==jis-x0213-2
839    "JIS X 0213 Plain 2 detailed representative glyph-images."
840    '(mother =jis-x0213-2
841             =>iso-ir 229
842             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
843             dimension 2
844             chars 94
845             graphic 0))
846
847   (make-charset
848    '==jis-x0212
849    "JIS X 0212 representative glyph-images."
850    '(registry "jisx0212"
851               dimension 2
852               chars 94
853               mother =jis-x0212
854               =>iso-ir 159
855               ;; final ?D
856               graphic 0))
857
858   (make-charset
859    '==gb2312
860    "GB 2312 representative glyph-images."
861    '(registry "gb2312"
862               dimension 2
863               chars 94
864               mother =gb2312
865               =>iso-ir 58
866               ;; final ?A
867               graphic 0))
868   (make-charset
869    '==iso-ir165
870    "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
871    '(registry "isoir165"
872               =>iso-ir 165
873               dimension 2
874               chars 94
875               mother =iso-ir165
876               ;; final ?E
877               graphic 0))
878   (make-charset
879    '==gb12345
880    "GB 12345 representative glyph-images."
881    '(registry "gb12345"
882               dimension 2
883               chars 94
884               mother =gb12345
885               graphic 0))
886
887   (make-charset
888    '==ks-x1001
889    "KS X 1001 representative glyph-images."
890    '(registry "ksc5601"
891               dimension 2
892               chars 94
893               mother =ks-x1001
894               =>iso-ir 149
895               ;; final ?C
896               graphic 0))
897
898   (define-charset-alias '=>>>jis-x0208      '=jis-x0208)
899   (define-charset-alias '=>>>jis-x0208@1978 '=jis-x0208@1978)
900   (define-charset-alias '=>>>jis-x0208@1983 '=jis-x0208@1983)
901   (define-charset-alias '=>>>jis-x0208@1990 '=jis-x0208@1990)
902   ;; (make-charset
903   ;;  '=>>>jis-x0208
904   ;;  "JIS X 0208 abstract glyph-forms (unchanged part)."
905   ;;  '(registry "jisx0208\\.1990"
906   ;;             dimension 2
907   ;;             chars 94
908   ;;             mother =jis-x0208
909   ;;             =>iso-ir 168
910   ;;             ;; final ?B
911   ;;             graphic 0))
912   ;; (make-charset
913   ;;  '=>>>jis-x0208@1978
914   ;;  "JIS X 0208:1978 abstract glyph-forms."
915   ;;  '(registry "jisx0208\\.1978"
916   ;;             dimension 2
917   ;;             chars 94
918   ;;             mother =>>>jis-x0208
919   ;;             =>iso-ir 42
920   ;;             ;; final ?@
921   ;;             graphic 0))
922   ;; (make-charset
923   ;;  '=>>>jis-x0208@1983
924   ;;  "JIS X 0208:1983 abstract glyph-forms."
925   ;;  '(registry "jisx0208\\.1983"
926   ;;             dimension 2
927   ;;             chars 94
928   ;;             mother =>>>jis-x0208
929   ;;             =>iso-ir 87
930   ;;             graphic 0))
931   ;; (make-charset
932   ;;  '=>>>jis-x0208@1990
933   ;;  "JIS X 0208:1990 abstract glyph-forms."
934   ;;  '(registry "jisx0208\\.1990"
935   ;;             dimension 2
936   ;;             chars 94
937   ;;             mother =>>>jis-x0208
938   ;;             =>iso-ir 168
939   ;;             ;; final ?B
940   ;;             graphic 0))
941
942   (define-charset-alias '=>>>jis-x0213-1      '=jis-x0213-1)
943   (define-charset-alias '=>>>jis-x0213-1@2000 '=jis-x0213-1@2000)
944   (define-charset-alias '=>>>jis-x0213-1@2004 '=jis-x0213-1@2004)
945   (define-charset-alias '=>>>jis-x0213-2      '=jis-x0213-2)
946   ;; (make-charset
947   ;;  '=>>>jis-x0213-1
948   ;;  "JIS X 0213 Plain 1 abstract glyph-forms (unchanged part)"
949   ;;  '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
950   ;;             dimension 2
951   ;;             chars 94
952   ;;             mother =jis-x0213-1
953   ;;             =>iso-ir 228
954   ;;             ;; final ?O
955   ;;             graphic 0
956   ;;             ;; partial t
957   ;;             ))
958   ;; (make-charset
959   ;;  '=>>>jis-x0213-1@2000
960   ;;  "JIS X 0213:2000 Plain 1 abstract glyph-forms"
961   ;;  '(registry "jisx0213\\(\\.2000\\)-1"
962   ;;             dimension 2
963   ;;             chars 94
964   ;;             mother =>>>jis-x0213-1
965   ;;             =>iso-ir 228
966   ;;             ;; final ?O
967   ;;             graphic 0
968   ;;             ;; partial t
969   ;;             ))
970   ;; (make-charset
971   ;;  '=>>>jis-x0213-1@2004
972   ;;  "JIS X 0213:2004 Plain 1 abstract glyph-forms"
973   ;;  '(mother =>>>jis-x0213-1
974   ;;           =>iso-ir 233
975   ;;           ;; registry "jisx0213\\(\\.2004\\)-1"
976   ;;           dimension 2
977   ;;           chars 94
978   ;;           graphic 0))
979   ;; (make-charset
980   ;;  '=>>>jis-x0213-2
981   ;;  "JIS X 0213 Plain 2 abstract glyph-forms"
982   ;;  '(mother =jis-x0213-2
983   ;;           =>iso-ir 229
984   ;;           registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
985   ;;           dimension 2
986   ;;           chars 94
987   ;;           graphic 0))
988
989   (make-charset
990    '=>>jis-x0208
991    "JIS X 0208 abstract glyphs (unchanged part)."
992    '(registry "jisx0208\\.1990"
993               dimension 2
994               chars 94
995               mother =>>>jis-x0208
996               =>iso-ir 168
997               ;; final ?B
998               graphic 0))
999   (make-charset
1000    '=>>jis-x0208@1978
1001    "JIS X 0208:1978 abstract glyphs."
1002    '(registry "jisx0208\\.1978"
1003               dimension 2
1004               chars 94
1005               mother =>>jis-x0208
1006               =>iso-ir 42
1007               ;; final ?@
1008               graphic 0))
1009   (make-charset
1010    '=>>jis-x0208@1983
1011    "JIS X 0208:1983 abstract glyphs."
1012    '(registry "jisx0208\\.1983"
1013               dimension 2
1014               chars 94
1015               mother =>>jis-x0208
1016               =>iso-ir 87
1017               graphic 0))
1018   (make-charset
1019    '=>>jis-x0208@1990
1020    "JIS X 0208:1990 abstract glyphs."
1021    '(registry "jisx0208\\.1990"
1022               dimension 2
1023               chars 94
1024               mother =>>jis-x0208
1025               =>iso-ir 168
1026               graphic 0))
1027
1028   (make-charset
1029    '=>>jis-x0213-1
1030    "JIS X 0213 Plain 1 abstract glyphs (unchanged part)"
1031    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1032               dimension 2
1033               chars 94
1034               mother =>>>jis-x0213-1
1035               =>iso-ir 228
1036               ;; final ?O
1037               graphic 0
1038               ;; partial t
1039               ))
1040   (make-charset
1041    '=>>jis-x0213-1@2000
1042    "JIS X 0213:2000 Plain 1 abstract glyphs"
1043    '(registry "jisx0213\\(\\.2000\\)-1"
1044               dimension 2
1045               chars 94
1046               mother =>>jis-x0213-1
1047               =>iso-ir 228
1048               ;; final ?O
1049               graphic 0
1050               ;; partial t
1051               ))
1052   (make-charset
1053    '=>>jis-x0213-2
1054    "JIS X 0213 Plain 2 abstract glyphs"
1055    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1056               dimension 2
1057               chars 94
1058               mother =>>>jis-x0213-2
1059               =>iso-ir 229
1060               ;; final ?P
1061               graphic 0))
1062   (make-charset
1063    '=>>jis-x0213-1@2004
1064    "JIS X 0213:2004 Plain 1 abstract glyphs"
1065    '(registry "jisx0213\\(\\.2004\\)-1"
1066               dimension 2
1067               chars 94
1068               mother =>>jis-x0213-1
1069               =>iso-ir 233
1070               ;; final ?Q
1071               graphic 0
1072               ;; partial t
1073               ))
1074
1075   (make-charset
1076    '=+>jis-x0208
1077    "JIS X 0208 based on usual unification."
1078    '(registry "jisx0208\\.1990"
1079               dimension 2
1080               chars 94
1081               mother =>>jis-x0208
1082               =>iso-ir 168
1083               ;; final ?B
1084               graphic 0))
1085   (define-charset-alias '=>jis-x0208@usual '=+>jis-x0208)
1086   (make-charset
1087    '=+>jis-x0208@1978
1088    "JIS X 0208:1978 unified abstract glyphs."
1089    '(registry "jisx0208\\.1978"
1090               dimension 2
1091               chars 94
1092               mother =+>jis-x0208
1093               =>iso-ir 42
1094               ;; final ?@
1095               graphic 0))
1096   (make-charset
1097    '=+>jis-x0208@1983
1098    "JIS X 0208:1983 unified abstract glyphs."
1099    '(registry "jisx0208\\.1983"
1100               dimension 2
1101               chars 94
1102               mother =+>jis-x0208
1103               =>iso-ir 87
1104               graphic 0))
1105   (make-charset
1106    '=+>jis-x0208@1990
1107    "JIS X 0208:1990 unified abstract glyphs."
1108    '(registry "jisx0208\\.1990"
1109               dimension 2
1110               chars 94
1111               mother =+>jis-x0208
1112               =>iso-ir 168
1113               graphic 0))
1114   (make-charset
1115    '=+>jis-x0213-1
1116    "JIS X 0213 Plain 1 unified abstract glyphs (unchanged part)"
1117    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1118               dimension 2
1119               chars 94
1120               mother =>>jis-x0213-1
1121               =>iso-ir 228
1122               ;; final ?O
1123               graphic 0
1124               ;; partial t
1125               ))
1126   (make-charset
1127    '=+>jis-x0213-1@2000
1128    "JIS X 0213:2000 Plain 1 unified abstract glyphs"
1129    '(registry "jisx0213\\(\\.2000\\)-1"
1130               dimension 2
1131               chars 94
1132               mother =+>jis-x0213-1
1133               =>iso-ir 228
1134               ;; final ?O
1135               graphic 0
1136               ;; partial t
1137               ))
1138   (make-charset
1139    '=+>jis-x0213-1@2004
1140    "JIS X 0213:2004 Plain 1 unified abstract glyphs"
1141    '(registry "jisx0213\\(\\.2004\\)-1"
1142               dimension 2
1143               chars 94
1144               mother =+>jis-x0213-1
1145               =>iso-ir 233
1146               ;; final ?Q
1147               graphic 0
1148               ;; partial t
1149               ))
1150
1151   (make-charset
1152    '=>jis-x0208
1153    "JIS X 0208 based on the unchanged unification rules."
1154    '(registry "jisx0208\\.1990"
1155               dimension 2
1156               chars 94
1157               mother =+>jis-x0208
1158               =>iso-ir 168
1159               ;; final ?B
1160               graphic 0))
1161   (define-charset-alias '<=>jis-x0208 '=>jis-x0208)
1162   (make-charset
1163    '=>jis-x0208@1997
1164    "JIS X 0208 based on the unification rule of 1997 edition."
1165    '(registry "jisx0208\\.1990"
1166               dimension 2
1167               chars 94
1168               mother =>jis-x0208
1169               =>iso-ir 168
1170               ;; final ?B
1171               graphic 0))
1172   (define-charset-alias '<=>jis-x0208@1997 '=>jis-x0208@1997)
1173   (define-charset-alias '  =jis-x0208@1997 '=>jis-x0208@1997)
1174
1175   (make-charset
1176    '=>jis-x0213-1
1177    "JIS X 0213 Plain 1 abstract characters (unchanged part)"
1178    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1179               dimension 2
1180               chars 94
1181               mother =+>jis-x0213-1
1182               =>iso-ir 228
1183               ;; final ?O
1184               graphic 0
1185               ;; partial t
1186               ))
1187   (define-charset-alias '<=>jis-x0213-1 '=>jis-x0213-1)
1188   (make-charset
1189    '=>jis-x0213-1@2000
1190    "JIS X 0213:2000 Plain 1 abstract characters"
1191    '(registry "jisx0213\\(\\.2000\\)-1"
1192               dimension 2
1193               chars 94
1194               mother =>jis-x0213-1
1195               =>iso-ir 228
1196               ;; final ?O
1197               graphic 0
1198               ;; partial t
1199               ))
1200   (define-charset-alias '<=>jis-x0213-1@2000 '=>jis-x0213-1@2000)
1201   (make-charset
1202    '=>jis-x0213-1@2004
1203    "JIS X 0213:2004 Plain 1 abstract characters"
1204    '(registry "jisx0213\\(\\.2004\\)-1"
1205               dimension 2
1206               chars 94
1207               mother =>jis-x0213-1
1208               =>iso-ir 233
1209               ;; final ?Q
1210               graphic 0
1211               ;; partial t
1212               ))
1213   (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004)
1214   (make-charset
1215    '=+>jis-x0213-2
1216    "JIS X 0213 Plain 2 based on usual unification."
1217    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1218               dimension 2
1219               chars 94
1220               mother =>>jis-x0213-2
1221               =>iso-ir 229
1222               ;; final ?P
1223               graphic 0))
1224   (define-charset-alias '=>jis-x0213-2@usual '=+>jis-x0213-2)
1225   (make-charset
1226    '=>jis-x0213-2
1227    "JIS X 0213 Plain 2 abstract characters"
1228    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1229               dimension 2
1230               chars 94
1231               mother =+>jis-x0213-2
1232               =>iso-ir 229
1233               ;; final ?P
1234               graphic 0))
1235
1236   (make-charset
1237    '==cns11643-1
1238    "CNS 11643 Plane 1 representative glyph-images."
1239    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1240               dimension 1
1241               chars 94
1242               mother =cns11643-1
1243               =>iso-ir 171
1244               graphic 0))
1245   (make-charset
1246    '==cns11643-2
1247    "CNS 11643 Plane 2 representative glyph-images."
1248    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1249               dimension 1
1250               chars 94
1251               mother =cns11643-2
1252               =>iso-ir 172
1253               graphic 0))
1254   (make-charset
1255    '==cns11643-3
1256    "CNS 11643 Plane 3 representative glyph-images."
1257    '(registry "CNS11643[.-]\\(.*[.-]\\)?3$"
1258               dimension 1
1259               chars 94
1260               mother =cns11643-3
1261               =>iso-ir 183
1262               graphic 0))
1263   (make-charset
1264    '==cns11643-4
1265    "CNS 11643 Plane 4 representative glyph-images."
1266    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1267               dimension 1
1268               chars 94
1269               mother =cns11643-4
1270               =>iso-ir 184
1271               graphic 0))
1272   (make-charset
1273    '==cns11643-5
1274    "CNS 11643 Plane 5 representative glyph-images."
1275    '(registry "CNS11643[.-]\\(.*[.-]\\)?5$"
1276               dimension 1
1277               chars 94
1278               mother =cns11643-5
1279               =>iso-ir 185
1280               graphic 0))
1281   (make-charset
1282    '==cns11643-6
1283    "CNS 11643 Plane 6 representative glyph-images."
1284    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1285               dimension 1
1286               chars 94
1287               mother =cns11643-6
1288               =>iso-ir 186
1289               graphic 0))
1290   (make-charset
1291    '==cns11643-7
1292    "CNS 11643 Plane 7 representative glyph-images."
1293    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1294               dimension 1
1295               chars 94
1296               mother =cns11643-7
1297               =>iso-ir 187
1298               graphic 0))
1299
1300   (make-charset
1301    '=>>cns11643-4
1302    "CNS 11643 Plane 4 abstract glyphs."
1303    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1304               dimension 2
1305               chars 94
1306               mother =cns11643-4
1307               =>iso-ir 184
1308               graphic 0))
1309
1310   (make-charset
1311    '=>cns11643-2
1312    "CNS 11643 Plane 2 abstract characters."
1313    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1314               dimension 2
1315               chars 94
1316               mother =cns11643-2
1317               =>iso-ir 172
1318               graphic 0))
1319   (make-charset
1320    '=>cns11643-6
1321    "CNS 11643 Plane 6 abstract characters."
1322    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1323               dimension 2
1324               chars 94
1325               mother =cns11643-6
1326               =>iso-ir 186
1327               graphic 0))
1328   (make-charset
1329    '=>cns11643-7
1330    "CNS 11643 Plane 7 abstract characters."
1331    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1332               dimension 2
1333               chars 94
1334               mother =cns11643-7
1335               =>iso-ir 187
1336               graphic 0))
1337
1338   (make-charset '=big5-eten
1339                 "Big5 ETEN"
1340                 '(long-name     "Big5-ETEN"
1341                   chars         256
1342                   dimension     2
1343                   columns       2
1344                   graphic       2
1345                   direction     l2r
1346                   mother        chinese-big5
1347                   min-code      #x8140
1348                   max-code      #xFEFE
1349                   registry      "Big5\\.ETEN"))
1350   (define-charset-alias 'chinese-big5-eten '=big5-eten)
1351   (make-charset 'chinese-big5-eten-a
1352                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
1353                 '(long-name     "Big5-ETEN-a"
1354                   chars         256
1355                   dimension     2
1356                   columns       2
1357                   graphic       2
1358                   direction     l2r
1359                   mother        chinese-big5
1360                   min-code      #xF9D6
1361                   max-code      #xF9FE
1362                   registry      "Big5\\.ETEN"))
1363   (make-charset 'chinese-big5-eten-b
1364                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
1365                 '(long-name     "Big5-ETEN-b"
1366                   chars         256
1367                   dimension     2
1368                   columns       2
1369                   graphic       2
1370                   direction     l2r
1371                   mother        chinese-big5
1372                   min-code      #xC6A1
1373                   max-code      #xC8FE
1374                   registry      "Big5\\.ETEN"))
1375
1376   (make-charset '=big5-cdp
1377                 "Big5 with CDP extension"
1378                 '(long-name     "Big5-CDP"
1379                   chars         256
1380                   dimension     2
1381                   columns       2
1382                   graphic       2
1383                   direction     l2r
1384                   registry      "big5\\.cdp-0"
1385                   mother        chinese-big5
1386                   min-code      #x8140
1387                   max-code      #x8DFE))
1388   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
1389
1390   (make-charset '==big5-cdp
1391                 "Representative glyph-images of Big5-CDP"
1392                 '(long-name     "Big5-CDP glyph-images"
1393                   chars         256
1394                   dimension     2
1395                   columns       2
1396                   graphic       2
1397                   direction     l2r
1398                   registry      "big5\\.cdp-0"
1399                   mother        =big5-cdp))
1400
1401   (make-charset '=>>big5-cdp
1402                 "Abstract glyphs of Big5-CDP"
1403                 '(long-name     "Big5-CDP glyphs"
1404                   chars         256
1405                   dimension     2
1406                   columns       2
1407                   graphic       2
1408                   direction     l2r
1409                   registry      "big5\\.cdp-0"
1410                   mother        =big5-cdp))
1411
1412   (make-charset '=>big5-cdp
1413                 "Big5-CDP abstract characters"
1414                 '(long-name     "Big5-CDP abstract characters"
1415                   chars         256
1416                   dimension     2
1417                   columns       2
1418                   graphic       2
1419                   direction     l2r
1420                   registry      "big5\\.cdp-0"
1421                   mother        =>>big5-cdp))
1422
1423   (make-charset
1424    '=hanyo-denshi/ja
1425    "JA (JIS X0208) part of Han'you-Denshi characters"
1426    `(long-name "Han'you-Denshi/JA"
1427                chars 94
1428                dimension 2
1429                columns 2
1430                graphic 2
1431                direction l2r
1432                registry "HanyoDenshi\\.JA-0$"
1433                min-code ,(lsh #x6400 16)
1434                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1435                code-offset ,(lsh #x6400 16)))
1436   (make-charset
1437    '=hanyo-denshi/jb
1438    "JB (JIS X0212) part of Han'you-Denshi characters"
1439    `(long-name "Han'you-Denshi/JB"
1440                chars 94
1441                dimension 2
1442                columns 2
1443                graphic 2
1444                direction l2r
1445                registry "HanyoDenshi\\.JB-0$"
1446                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1447                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1448                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1449   (make-charset
1450    '=hanyo-denshi/jc
1451    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1452    `(long-name "Han'you-Denshi/JC"
1453                chars 94
1454                dimension 2
1455                columns 2
1456                graphic 2
1457                direction l2r
1458                registry "HanyoDenshi\\.JC-0$"
1459                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1460                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1461                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1462   (make-charset
1463    '=hanyo-denshi/jd
1464    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1465    `(long-name "Han'you-Denshi/JD"
1466                chars 94
1467                dimension 2
1468                columns 2
1469                graphic 2
1470                direction l2r
1471                registry "HanyoDenshi\\.JD-0$"
1472                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1473                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1474                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1475   (make-charset
1476    '=hanyo-denshi/ft
1477    "FT (FDPC additional) part of Han'you-Denshi characters"
1478    `(long-name "Han'you-Denshi/FT"
1479                chars 94
1480                dimension 2
1481                columns 2
1482                graphic 2
1483                direction l2r
1484                registry "HanyoDenshi\\.FT-0$"
1485                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1486                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1487                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1488   (make-charset
1489    '=hanyo-denshi/ia
1490    "IA part of Han'you-Denshi characters"
1491    `(long-name "Han'you-Denshi/IA"
1492                chars 94
1493                dimension 2
1494                columns 2
1495                graphic 2
1496                direction l2r
1497                registry "HanyoDenshi\\.IA-0$"
1498                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1499                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1500                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1501   (make-charset
1502    '=hanyo-denshi/ib
1503    "IB part of Han'you-Denshi characters"
1504    `(long-name "Han'you-Denshi/IB"
1505                chars 94
1506                dimension 2
1507                columns 2
1508                graphic 2
1509                direction l2r
1510                registry "HanyoDenshi\\.IB-0$"
1511                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1512                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1513                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1514   (make-charset
1515    '=hanyo-denshi/hg
1516    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1517    `(long-name "Han'you-Denshi/HG"
1518                chars 94
1519                dimension 2
1520                columns 2
1521                graphic 2
1522                direction l2r
1523                registry "HanyoDenshi\\.HG-0$"
1524                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
1525                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
1526                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
1527   (make-charset
1528    '=hanyo-denshi/ip
1529    "IP (for IPA) part of Han'you-Denshi characters"
1530    `(long-name "Han'you-Denshi/IP"
1531                chars 256
1532                dimension 2
1533                columns 2
1534                graphic 2
1535                direction l2r
1536                registry "HanyoDenshi\\.IP-0$"
1537                min-code    ,(+ (lsh #x6402 16) #x4E00)
1538                max-code    ,(+ (lsh #x6402 16) #x9FFF)
1539                code-offset ,(+ (lsh #x6402 16))))
1540   (make-charset
1541    '=hanyo-denshi/jt
1542    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
1543    `(long-name "Han'you-Denshi/JT"
1544                chars 256
1545                dimension 2
1546                columns 2
1547                graphic 2
1548                direction l2r
1549                registry "HanyoDenshi\\.JT-0$"
1550                min-code    ,(+ (lsh #x6402 16) #xAC00)
1551                max-code    ,(+ (lsh #x6402 16) #xD7AF)
1552                code-offset ,(+ (lsh #x6402 16))))
1553   (make-charset
1554    '=hanyo-denshi/ks
1555    "KS (KoSeki) part of Han'you-Denshi characters"
1556    `(long-name "Han'you-Denshi/KS font encoding"
1557                chars 256
1558                dimension 3
1559                columns 2
1560                graphic 2
1561                direction l2r))
1562
1563   (make-charset
1564    '==hanyo-denshi/ja
1565    "Han'you-Denshi/JA detailed glyph-images."
1566    '(long-name "Han'you-Denshi/JA glyph-images"
1567                chars 94
1568                dimension 2
1569                columns 2
1570                graphic 2
1571                direction l2r
1572                registry "HanyoDenshi\\.JA-0$"
1573                mother =hanyo-denshi/ja))
1574   (make-charset
1575    '==hanyo-denshi/jb
1576    "Han'you-Denshi/JB detailed glyph-images."
1577    '(long-name "Han'you-Denshi/JB glyph-images"
1578                chars 94
1579                dimension 2
1580                columns 2
1581                graphic 2
1582                direction l2r
1583                registry "HanyoDenshi\\.JB-0$"
1584                mother =hanyo-denshi/jb))
1585   (make-charset
1586    '==hanyo-denshi/jc
1587    "Han'you-Denshi/JC detailed glyph-images."
1588    '(long-name "Han'you-Denshi/JC glyph-images"
1589                chars 94
1590                dimension 2
1591                columns 2
1592                graphic 2
1593                direction l2r
1594                registry "HanyoDenshi\\.JC-0$"
1595                mother =hanyo-denshi/jc))
1596   (make-charset
1597    '==hanyo-denshi/jd
1598    "Han'you-Denshi/JD detailed glyph-images."
1599    '(long-name "Han'you-Denshi/JD glyph-images"
1600                chars 94
1601                dimension 2
1602                columns 2
1603                graphic 2
1604                direction l2r
1605                registry "HanyoDenshi\\.JD-0$"
1606                mother =hanyo-denshi/jd))
1607   (make-charset
1608    '==hanyo-denshi/ft
1609    "Han'you-Denshi/FT detailed glyph-images."
1610    '(long-name "Han'you-Denshi/FT glyph-images"
1611                chars 94
1612                dimension 2
1613                columns 2
1614                graphic 2
1615                direction l2r
1616                registry "HanyoDenshi\\.FT-0$"
1617                mother =hanyo-denshi/ft))
1618   (make-charset
1619    '==hanyo-denshi/ia
1620    "Han'you-Denshi/IA representative glyph-images."
1621    '(long-name "Han'you-Denshi/IA glyph-images"
1622                chars 94
1623                dimension 2
1624                columns 2
1625                graphic 2
1626                direction l2r
1627                registry "HanyoDenshi\\.IA-0$"
1628                mother =hanyo-denshi/ia))
1629   (make-charset
1630    '==hanyo-denshi/ib
1631    "Han'you-Denshi/IB detailed glyph-images."
1632    '(long-name "Han'you-Denshi/IB glyph-images"
1633                chars 94
1634                dimension 2
1635                columns 2
1636                graphic 2
1637                direction l2r
1638                registry "HanyoDenshi\\.IB-0$"
1639                mother =hanyo-denshi/ib))
1640   (make-charset
1641    '==hanyo-denshi/hg
1642    "Han'you-Denshi/HG detailed glyph-images."
1643    '(long-name "Han'you-Denshi/HG glyph-images"
1644                chars 94
1645                dimension 2
1646                columns 2
1647                graphic 2
1648                direction l2r
1649                registry "HanyoDenshi\\.HG-0$"
1650                mother =hanyo-denshi/hg))
1651   (make-charset
1652    '==hanyo-denshi/jt
1653    "JT (Juuki Touitsu Moji) detailed glyph-images."
1654    '(long-name "Han'you-Denshi/JT glyph-images"
1655                chars 256
1656                dimension 2
1657                columns 2
1658                graphic 2
1659                direction l2r
1660                registry "HanyoDenshi\\.JT-0$"
1661                mother =hanyo-denshi/jt))
1662   (make-charset
1663    '==hanyo-denshi/ks
1664    "KoSeki-touitsu-moji detailed glyph-images."
1665    '(long-name "Han'you-Denshi/KS glyph-images"
1666                chars 256
1667                dimension 3
1668                columns 2
1669                graphic 2
1670                direction l2r
1671                mother =hanyo-denshi/ks))
1672
1673   (make-charset
1674    '=hanyo-denshi/ks/mf
1675    "font encoding for KS (KoSeki) characters"
1676    `(long-name "Han'you-Denshi/KS font encoding"
1677                chars 256
1678                dimension 2
1679                columns 2
1680                graphic 2
1681                direction l2r
1682                registry "HanyoDenshi\\.KSMF-0$"
1683                min-code       ,(lsh #x6403 16)
1684                max-code    ,(+ (lsh #x6403 16) #xFFFF)
1685                code-offset    ,(lsh #x6403 16)))
1686
1687   (make-charset
1688    '=>>>hanyo-denshi/ja
1689    "Han'you-Denshi/JA abstract glyph-forms"
1690    '(long-name "Han'you-Denshi/JA glyph-forms"
1691                chars 94
1692                dimension 2
1693                columns 2
1694                graphic 2
1695                direction l2r
1696                registry "HanyoDenshi\\.JA-0$"
1697                mother =hanyo-denshi/ja))
1698   (make-charset
1699    '=>>>hanyo-denshi/jb
1700    "Han'you-Denshi/JB abstract glyph-forms"
1701    '(long-name "Han'you-Denshi/JB glyph-forms"
1702                chars 94
1703                dimension 2
1704                columns 2
1705                graphic 2
1706                direction l2r
1707                registry "HanyoDenshi\\.JB-0$"
1708                mother =hanyo-denshi/jb))
1709   (make-charset
1710    '=>>>hanyo-denshi/jc
1711    "Han'you-Denshi/JC abstract glyph-forms"
1712    '(long-name "Han'you-Denshi/JC glyph-forms"
1713                chars 94
1714                dimension 2
1715                columns 2
1716                graphic 2
1717                direction l2r
1718                registry "HanyoDenshi\\.JC-0$"
1719                mother =hanyo-denshi/jc))
1720   (make-charset
1721    '=>>>hanyo-denshi/jd
1722    "Han'you-Denshi/JD abstract glyph-forms"
1723    '(long-name "Han'you-Denshi/JD glyph-forms"
1724                chars 94
1725                dimension 2
1726                columns 2
1727                graphic 2
1728                direction l2r
1729                registry "HanyoDenshi\\.JD-0$"
1730                mother =hanyo-denshi/jd))
1731   (make-charset
1732    '=>>>hanyo-denshi/ft
1733    "Han'you-Denshi/FT abstract glyph-forms"
1734    '(long-name "Han'you-Denshi/FT glyph-forms"
1735                chars 94
1736                dimension 2
1737                columns 2
1738                graphic 2
1739                direction l2r
1740                registry "HanyoDenshi\\.FT-0$"
1741                mother =hanyo-denshi/ft))
1742   (make-charset
1743    '=>>>hanyo-denshi/ib
1744    "Han'you-Denshi/IB abstract glyph-forms"
1745    '(long-name "Han'you-Denshi/IB glyph-forms"
1746                chars 94
1747                dimension 2
1748                columns 2
1749                graphic 2
1750                direction l2r
1751                registry "HanyoDenshi\\.IB-0$"
1752                mother =hanyo-denshi/ib))
1753   (make-charset
1754    '=>>>hanyo-denshi/hg
1755    "Han'you-Denshi/HG abstract glyph-forms"
1756    '(long-name "Han'you-Denshi/HG glyph-forms"
1757                chars 94
1758                dimension 2
1759                columns 2
1760                graphic 2
1761                direction l2r
1762                registry "HanyoDenshi\\.HG-0$"
1763                mother =hanyo-denshi/hg))
1764   (make-charset
1765    '=>>>hanyo-denshi/jt
1766    "JT (Juuki Touitsu Moji) abstract glyph-forms"
1767    '(long-name "Han'you-Denshi/JT glyph-forms"
1768                chars 256
1769                dimension 2
1770                columns 2
1771                graphic 2
1772                direction l2r
1773                registry "HanyoDenshi\\.JT-0$"
1774                mother =hanyo-denshi/jt))
1775   (make-charset
1776    '=>>>hanyo-denshi/ks
1777    "KoSeki-touitsu-moji abstract glyph-forms"
1778    '(long-name "Han'you-Denshi/KS glyph-forms"
1779                chars 256
1780                dimension 3
1781                columns 2
1782                graphic 2
1783                direction l2r
1784                mother =hanyo-denshi/ks))
1785
1786   (make-charset
1787    '=>>hanyo-denshi/ja
1788    "Han'you-Denshi/JA abstract glyphs"
1789    '(long-name "Han'you-Denshi/JA glyphs"
1790                chars 94
1791                dimension 2
1792                columns 2
1793                graphic 2
1794                direction l2r
1795                registry "HanyoDenshi\\.JA-0$"
1796                mother =>>>hanyo-denshi/ja))
1797   (make-charset
1798    '=>>hanyo-denshi/jb
1799    "Han'you-Denshi/JB abstract glyphs"
1800    '(long-name "Han'you-Denshi/JB glyphs"
1801                chars 94
1802                dimension 2
1803                columns 2
1804                graphic 2
1805                direction l2r
1806                registry "HanyoDenshi\\.JB-0$"
1807                mother =>>>hanyo-denshi/jb))
1808   (make-charset
1809    '=>>hanyo-denshi/jc
1810    "Han'you-Denshi/JC abstract glyphs"
1811    '(long-name "Han'you-Denshi/JC glyphs"
1812                chars 94
1813                dimension 2
1814                columns 2
1815                graphic 2
1816                direction l2r
1817                registry "HanyoDenshi\\.JC-0$"
1818                mother =>>>hanyo-denshi/jc))
1819   (make-charset
1820    '=>>hanyo-denshi/jd
1821    "Han'you-Denshi/JD abstract glyphs"
1822    '(long-name "Han'you-Denshi/JD glyphs"
1823                chars 94
1824                dimension 2
1825                columns 2
1826                graphic 2
1827                direction l2r
1828                registry "HanyoDenshi\\.JD-0$"
1829                mother =>>>hanyo-denshi/jd))
1830   (make-charset
1831    '=>>hanyo-denshi/ft
1832    "Han'you-Denshi/FT abstract glyphs"
1833    '(long-name "Han'you-Denshi/FT glyphs"
1834                chars 94
1835                dimension 2
1836                columns 2
1837                graphic 2
1838                direction l2r
1839                registry "HanyoDenshi\\.FT-0$"
1840                mother =>>>hanyo-denshi/ft))
1841   (make-charset
1842    '=>>hanyo-denshi/ia
1843    "Han'you-Denshi/IA abstract glyphs"
1844    '(long-name "Han'you-Denshi/IA glyphs"
1845                chars 94
1846                dimension 2
1847                columns 2
1848                graphic 2
1849                direction l2r
1850                registry "HanyoDenshi\\.IA-0$"
1851                mother =hanyo-denshi/ia))
1852   (make-charset
1853    '=>>hanyo-denshi/ib
1854    "Han'you-Denshi/IB abstract glyphs"
1855    '(long-name "Han'you-Denshi/IB abstract glyphs"
1856                chars 94
1857                dimension 2
1858                columns 2
1859                graphic 2
1860                direction l2r
1861                registry "HanyoDenshi\\.IB-0$"
1862                mother =>>>hanyo-denshi/ib))
1863   (make-charset
1864    '=>>hanyo-denshi/hg
1865    "Han'you-Denshi/HG abstract glyphs"
1866    '(long-name "Han'you-Denshi/HG abstract glyphs"
1867                chars 94
1868                dimension 2
1869                columns 2
1870                graphic 2
1871                direction l2r
1872                registry "HanyoDenshi\\.HG-0$"
1873                mother =>>>hanyo-denshi/hg))
1874   (make-charset
1875    '=>>hanyo-denshi/ip
1876    "Han'you-Denshi/IP abstract glyphs"
1877    '(long-name "Han'you-Denshi/IP abstract glyphs"
1878                chars 256
1879                dimension 2
1880                columns 2
1881                graphic 2
1882                direction l2r
1883                registry "HanyoDenshi\\.IP-0$"
1884                mother =hanyo-denshi/ip))
1885   (make-charset
1886    '=>>hanyo-denshi/jt
1887    "JT (Juuki Touitsu Moji) abstract glyphs"
1888    '(long-name "Han'you-Denshi/JT glyphs"
1889                chars 256
1890                dimension 2
1891                columns 2
1892                graphic 2
1893                direction l2r
1894                registry "HanyoDenshi\\.JT-0$"
1895                mother =>>>hanyo-denshi/jt))
1896   (make-charset
1897    '=>>hanyo-denshi/ks
1898    "Han'you-Denshi/KS abstract glyphs"
1899    '(long-name "Han'you-Denshi/KS glyphs"
1900                chars 256
1901                dimension 3
1902                columns 2
1903                graphic 2
1904                direction l2r
1905                mother =>>>hanyo-denshi/ks))
1906
1907   (make-charset '=gt
1908                 "GT 2000"
1909                 `(long-name     "GT"
1910                   chars         256
1911                   dimension     3
1912                   columns       2
1913                   graphic       2
1914                   direction     l2r
1915                   registry      ""
1916                   min-code      ,(lsh #x6100 16)
1917                   max-code      ,(+ (lsh #x6100 16) 67547)
1918                   code-offset   ,(lsh #x6100 16)))
1919   (make-charset '==gt
1920                 "GT 2000 detailed glyph-images."
1921                 '(long-name     "GT glyph-images"
1922                   chars         256
1923                   dimension     3
1924                   columns       2
1925                   graphic       2
1926                   direction     l2r
1927                   mother        =gt
1928                   ;; min-code   1
1929                   ;; max-code   67392
1930                   ))
1931   (define-charset-alias 'ideograph-gt '=gt)
1932   (make-charset '=>>>gt
1933                 "GT 2000 abstract glyph-forms"
1934                 '(long-name     "GT abstract glyph-forms"
1935                   chars         256
1936                   dimension     3
1937                   columns       2
1938                   graphic       2
1939                   direction     l2r
1940                   mother        =gt))
1941   (make-charset '=>>gt
1942                 "GT 2000 abstract glyphs"
1943                 '(long-name     "GT abstract glyphs"
1944                   chars         256
1945                   dimension     3
1946                   columns       2
1947                   graphic       2
1948                   direction     l2r
1949                   mother        =>>>gt))
1950   (define-charset-alias '<=>gt '=>>gt)
1951   (define-charset-alias '<==>gt '=>>gt)
1952   (make-charset '=+>gt
1953                 "GT 2000 unified abstract glyphs"
1954                 '(long-name     "Unified abstract GT glyphs"
1955                   chars         256
1956                   dimension     3
1957                   columns       2
1958                   graphic       2
1959                   direction     l2r
1960                   mother        =>>gt))
1961   (make-charset '=>gt
1962                 "GT 2000 abstract characters"
1963                 '(long-name     "abstract GT characters"
1964                   chars         256
1965                   dimension     3
1966                   columns       2
1967                   graphic       2
1968                   direction     l2r
1969                   mother        =+>gt))
1970   (make-charset '=gt-k
1971                 "Ideographic components of GT"
1972                 `(long-name     "GT components"
1973                   chars         256
1974                   dimension     2
1975                   columns       2
1976                   graphic       2
1977                   direction     l2r
1978                   registry      ""
1979                   min-code      ,(lsh #x6110 16)
1980                   max-code      ,(+ (lsh #x6110 16) 17090)
1981                   code-offset   ,(lsh #x6110 16)))
1982   (define-charset-alias 'ideograph-gt-k '=gt-k)
1983   (make-charset '==gt-k
1984                 "Representative glyph-images of GT-K"
1985                 '(long-name     "GT-K glyph-images"
1986                   chars         256
1987                   dimension     2
1988                   columns       2
1989                   graphic       2
1990                   direction     l2r
1991                   mother        =gt-k))
1992   (make-charset '=>>gt-k
1993                 "abstract glyphs of GT-K"
1994                 '(long-name     "GT-K abstract glyphs"
1995                   chars         256
1996                   dimension     2
1997                   columns       2
1998                   graphic       2
1999                   direction     l2r
2000                   mother        =gt-k))
2001   (make-charset '=>gt-k
2002                 "GT-K abstract characters"
2003                 '(long-name     "GT-K abstract characters"
2004                   chars         256
2005                   dimension     2
2006                   columns       2
2007                   graphic       2
2008                   direction     l2r
2009                   mother        =>>gt-k))
2010   (let ((i 1))
2011     (while (<= i 11)
2012       (make-charset
2013        (intern (format "=gt-pj-%d" i))
2014        (format "GT 2000 (pseudo JIS encoding) part %d" i)
2015        `(long-name ,(format "GT PJ %d" i)
2016                    chars 94
2017                    dimension 2
2018                    columns 2
2019                    graphic 0
2020                    direction l2r
2021                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
2022       (define-charset-alias
2023         (intern (format "ideograph-gt-pj-%d" i))
2024         (intern (format "=gt-pj-%d" i)))
2025       (setq i (1+ i))))
2026   (make-charset
2027    '=gt-pj-k1
2028    "Ideographic parts of GT (pseudo JIS encoding) part 1"
2029    '(long-name "GT K1"
2030                chars 94
2031                dimension 2
2032                columns 2
2033                graphic 0
2034                direction l2r
2035                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
2036   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
2037   (make-charset
2038    '=gt-pj-k2
2039    "Ideographic parts of GT (pseudo JIS encoding) part 2"
2040    '(long-name "GT K2"
2041                chars 94
2042                dimension 2
2043                columns 2
2044                graphic 0
2045                direction l2r
2046                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
2047   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
2048
2049   (make-charset '=daikanwa
2050                 "Daikanwa dictionary (unchanged part)"
2051                 `(long-name     "Daikanwa"
2052                   chars         256
2053                   dimension     2
2054                   columns       2
2055                   graphic       2
2056                   direction     l2r
2057                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2058                   min-code      #xE00000
2059                   max-code      ,(+ #xE00000 50100)
2060                   code-offset   #xE00000))
2061   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
2062
2063   (make-charset '=daikanwa@rev1
2064                 "Daikanwa dictionary (revised version)"
2065                 '(long-name     "Daikanwa Rev."
2066                   chars         256
2067                   dimension     2
2068                   columns       2
2069                   graphic       2
2070                   direction     l2r
2071                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
2072                   mother        =daikanwa))
2073   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
2074   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
2075
2076   (make-charset '=daikanwa@rev2
2077                 "Daikanwa dictionary (revised version 2)"
2078                 '(long-name     "Daikanwa"
2079                   chars         256
2080                   dimension     2
2081                   columns       2
2082                   graphic       2
2083                   direction     l2r
2084                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2085                   mother        =daikanwa
2086                   min-code      1
2087                   max-code      49964))
2088   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
2089
2090   (make-charset '=daikanwa/+p
2091                 "Daikanwa dictionary (ddddd')"
2092                 '(long-name     "Daikanwa ddddd'"
2093                   chars         256
2094                   dimension     2
2095                   columns       2
2096                   graphic       2
2097                   direction     l2r))
2098   (make-charset '=daikanwa/+2p
2099                 "Daikanwa dictionary (ddddd'')"
2100                 '(long-name     "Daikanwa ddddd''"
2101                   chars         256
2102                   dimension     2
2103                   columns       2
2104                   graphic       2
2105                   direction     l2r))
2106   (make-charset '=daikanwa/ho
2107                 "Daikanwa dictionary (Hokan)"
2108                 '(long-name     "Daikanwa-ho"
2109                   chars         256
2110                   dimension     2
2111                   columns       2
2112                   graphic       2
2113                   direction     l2r))
2114
2115   (make-charset '==daikanwa
2116                 "Daikanwa detailed glyph-images."
2117                 '(long-name     "Daikanwa detailed glyph-images"
2118                   chars         256
2119                   dimension     2
2120                   columns       2
2121                   graphic       2
2122                   direction     l2r
2123                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2124                   mother        =daikanwa))
2125
2126   (make-charset '=>>daikanwa
2127                 "Daikanwa abstract glyphs"
2128                 '(long-name     "Daikanwa glyphs"
2129                   chars         256
2130                   dimension     2
2131                   columns       2
2132                   graphic       2
2133                   direction     l2r
2134                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2135                   mother        =daikanwa))
2136   (make-charset '=>>daikanwa/+p
2137                 "Daikanwa abstract glyphs (ddddd')"
2138                 '(long-name     "Daikanwa glyphs (ddddd')"
2139                   chars         256
2140                   dimension     2
2141                   columns       2
2142                   graphic       2
2143                   direction     l2r
2144                   mother        =daikanwa/+p))
2145   (make-charset '=>>daikanwa/+2p
2146                 "Daikanwa abstract glyphs (ddddd'')"
2147                 '(long-name     "Daikanwa glyphs (ddddd'')"
2148                   chars         256
2149                   dimension     2
2150                   columns       2
2151                   graphic       2
2152                   direction     l2r
2153                   mother        =daikanwa/+2p))
2154   (make-charset '=>>daikanwa/ho
2155                 "Daikanwa abstract glyphs (Hokan)"
2156                 '(long-name     "Daikanwa-ho glyph"
2157                   chars         256
2158                   dimension     2
2159                   columns       2
2160                   graphic       2
2161                   direction     l2r
2162                   mother        =daikanwa/ho))
2163
2164   (make-charset '=>daikanwa
2165                 "Daikanwa abstract characters"
2166                 '(long-name     "abstract Daikanwa"
2167                   chars         256
2168                   dimension     2
2169                   columns       2
2170                   graphic       2
2171                   direction     l2r
2172                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2173                   mother        =>>daikanwa))
2174   (make-charset '=>daikanwa/ho
2175                 "Daikanwa abstract characters (Hokan)"
2176                 '(long-name     "abstract Daikanwa-ho"
2177                   chars         256
2178                   dimension     2
2179                   columns       2
2180                   graphic       2
2181                   direction     l2r
2182                   mother        =>>daikanwa/ho))
2183
2184   (make-charset '=shinjigen
2185                 "Kadokawa ShinJigen dictionary (common parts)"
2186                 `(long-name     "Shinjigen common parts"
2187                   chars         256
2188                   dimension     2
2189                   columns       2
2190                   graphic       2
2191                   direction     l2r
2192                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2193
2194   (make-charset '=shinjigen@1ed
2195                 "Kadokawa ShinJigen dictionary (the first edition)"
2196                 `(long-name     "Shinjigen-1"
2197                   chars         256
2198                   dimension     2
2199                   columns       2
2200                   graphic       2
2201                   direction     l2r
2202                   mother        =shinjigen
2203                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2204   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
2205
2206   (make-charset '=shinjigen@1ed/24pr
2207                 "Kadokawa ShinJigen dictionary (the 24th impression)"
2208                 `(long-name     "Shinjigen-1 24pr"
2209                   chars         256
2210                   dimension     2
2211                   columns       2
2212                   graphic       2
2213                   direction     l2r
2214                   mother        =shinjigen@1ed))
2215
2216   (make-charset '=shinjigen@rev
2217                 "Kadokawa ShinJigen dictionary (the revised edition)"
2218                 `(long-name     "Shinjigen-2"
2219                   chars         256
2220                   dimension     2
2221                   columns       2
2222                   graphic       2
2223                   direction     l2r
2224                   mother        =shinjigen
2225                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2226   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
2227   (make-charset '=shinjigen/+p@rev
2228                 "ShinJigen (the second edition) number with '"
2229                 `(long-name     "Shinjigen-2 with '"
2230                   chars         256
2231                   dimension     2
2232                   columns       2
2233                   graphic       2
2234                   direction     l2r))
2235   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
2236
2237   (make-charset '==shinjigen
2238                 "Kadokawa ShinJigen dictionary (common parts)"
2239                 `(long-name     "Shinjigen common parts"
2240                   chars         256
2241                   dimension     2
2242                   columns       2
2243                   graphic       2
2244                   direction     l2r
2245                   mother        =shinjigen
2246                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2247
2248   (make-charset '=big5-pua
2249                 "Big5 with private used area"
2250                 '(long-name     "Big5-PUA"
2251                   chars         256
2252                   dimension     2
2253                   columns       2
2254                   graphic       2
2255                   direction     l2r
2256                   mother        chinese-big5
2257                   registry      "Big5\\.ETEN"))
2258   (define-charset-alias 'chinese-big5-pua '=big5-pua)
2259
2260   (let* ((i 1)
2261          (hzk-min (+ (lsh #x6200 16) 65536))
2262          (hzk-max (+ hzk-min 65535)))
2263     (while (<= i 12)
2264       (make-charset
2265        (intern (format "=hanziku-%d" i))
2266        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
2267        `(long-name ,(format "HANZIKU-%d" i)
2268                    chars 256
2269                    dimension 2
2270                    columns 2
2271                    graphic 2
2272                    direction l2r
2273                    registry ,(format "hanziku-%d$" i i)
2274                    min-code ,hzk-min
2275                    max-code ,hzk-max
2276                    code-offset ,hzk-min))
2277       (define-charset-alias
2278         (intern (format "ideograph-hanziku-%d" i))
2279         (intern (format "=hanziku-%d" i)))
2280       (setq hzk-min (1+ hzk-max)
2281             hzk-max (+ hzk-min 65535))
2282       (setq i (1+ i))))
2283
2284   (make-charset '=cbeta "CBETA private characters"
2285                 '(long-name     "CBETA PUA"
2286                   chars         256
2287                   dimension     2
2288                   registry      "cbeta-0"
2289                   graphic       2
2290                   min-code      #xE20000
2291                   max-code      #xE2FFFF
2292                   code-offset   #xE20000
2293                   columns       2
2294                   direction     l2r))
2295   (define-charset-alias 'ideograph-cbeta '=cbeta)
2296
2297   (make-charset '=>>cbeta "CBETA abstract glyphs"
2298                 '(long-name     "CBETA glyphs"
2299                   chars         256
2300                   dimension     2
2301                   registry      "cbeta-0"
2302                   graphic       2
2303                   columns       2
2304                   direction     l2r
2305                   mother        =cbeta))
2306
2307   (make-charset '=zinbun-oracle
2308                 "Oracle Bones Script"
2309                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
2310                   chars         256
2311                   dimension     2
2312                   registry      "zob1968-0"
2313                   graphic       2
2314                   min-code      #xE70000
2315                   max-code      ,(+ #xE70000 8192)
2316                   code-offset   #xE70000
2317                   columns       2
2318                   direction     l2r))
2319
2320   (make-charset '=>zinbun-oracle
2321                 "Abstract Oracle Bones"
2322                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
2323                   chars         256
2324                   dimension     2
2325                   mother        =zinbun-oracle
2326                   registry      "zob1968-0"
2327                   graphic       2
2328                   columns       2
2329                   direction     l2r))
2330
2331   (make-charset '=jef-china3
2332                 "JEF + CHINA3 private characters"
2333                 '(long-name     "JEF + CHINA3"
2334                   chars         256
2335                   dimension     2
2336                   columns       2
2337                   graphic       2
2338                   direction     l2r
2339                   registry      "china3jef-0"
2340                   min-code      #xE80000
2341                   max-code      #xE8FFFF
2342                   code-offset   #xE80000))
2343   (define-charset-alias 'china3-jef '=jef-china3)
2344
2345   (make-charset '=ruimoku-v6
2346                 "private characters used in RUIMOKU Version.6"
2347                 `(long-name     "RUI6"
2348                   chars         256
2349                   dimension     2
2350                   columns       2
2351                   graphic       2
2352                   direction     l2r
2353                   registry      "rui6-0"
2354                   ;; mother     ucs
2355                   min-code      #xE90000 ; #xE000
2356                   max-code      #xE908FF ; #xE8FF
2357                   code-offset   ,(- #xE90000 #xE000)))
2358   (make-charset '=>>ruimoku-v6
2359                 "RUIMOKU Version.6 glyphs"
2360                 '(long-name     "RUI6 glyphs"
2361                   chars         256
2362                   dimension     2
2363                   columns       2
2364                   graphic       2
2365                   direction     l2r
2366                   registry      "rui6-0"
2367                   mother        =ruimoku-v6))
2368
2369   ;; (make-charset
2370   ;;  '=zihai
2371   ;;  "ZhongHua-ZiHai glyph-images"
2372   ;;  '(long-name "ZhongHua-ZiHai (pppp-nn)"
2373   ;;              chars 256
2374   ;;              dimension 3
2375   ;;              columns 2
2376   ;;              graphic 2
2377   ;;              direction l2r))
2378
2379   ;; (make-charset
2380   ;;  '=zihai-17xx
2381   ;;  "ZhongHua-ZiHai (pp.1700\e$B!A\e(B1781) glyph-images"
2382   ;;  '(long-name "ZhongHua-ZiHai pp.17xx"
2383   ;;              chars 256
2384   ;;              dimension 2
2385   ;;              columns 2
2386   ;;              graphic 2
2387   ;;              direction l2r
2388   ;;              registry "zihai\\.cp-17$"))
2389
2390   (make-charset '=big5-cdp-var-3
2391                 "Big5-CDP-var-3 glyph-images of GlyphWiki"
2392                 '(long-name     "Big5-CDP-var-3"
2393                   chars         256
2394                   dimension     2
2395                   columns       2
2396                   graphic       2
2397                   direction     l2r
2398                   registry      "cdp\\.var-3$"
2399                   mother        =big5-cdp))
2400
2401   (make-charset '=big5-cdp-var-5
2402                 "Big5-CDP-var-5 glyph-images of GlyphWiki"
2403                 '(long-name     "Big5-CDP-var-5"
2404                   chars         256
2405                   dimension     2
2406                   columns       2
2407                   graphic       2
2408                   direction     l2r
2409                   registry      "cdp\\.var-5$"
2410                   mother        =big5-cdp))
2411
2412   (make-charset '==>ucs@bucs
2413                 "Basic Subset of Coded Character Sets (BUCS)"
2414                 '(long-name     "BUCS abstract characters"
2415                   chars         256
2416                   dimension     3
2417                   columns       2
2418                   graphic       2
2419                   direction     l2r
2420                   =>iso-ir      177
2421                   mother        =ucs))
2422
2423   (make-charset '=>ucs@iso
2424                 "Abstract characters of ISO/IEC 10646 representatives"
2425                 '(long-name     "UCS characters for ISO"
2426                   chars         256
2427                   dimension     3
2428                   columns       2
2429                   graphic       2
2430                   direction     l2r
2431                   =>iso-ir      177
2432                   mother        =ucs))
2433   (make-charset '=>ucs@unicode
2434                 "Abstract characters of Unicode representatives"
2435                 '(long-name     "UCS characters for Unicode"
2436                   chars         256
2437                   dimension     3
2438                   columns       2
2439                   graphic       2
2440                   direction     l2r
2441                   =>iso-ir      177
2442                   mother        =>ucs@iso))
2443   (make-charset '=>ucs@jis
2444                 "UCS representative characters for JIS X0208/0212/0213"
2445                 '(long-name     "UCS characters for JIS"
2446                   chars         256
2447                   dimension     3
2448                   columns       2
2449                   graphic       2
2450                   direction     l2r
2451                   =>iso-ir      177
2452                   mother        =>ucs@unicode))
2453   (make-charset '=>ucs@ks
2454                 "UCS representative characters for Korean Standards"
2455                 '(long-name     "UCS characters for KS"
2456                   chars         256
2457                   dimension     3
2458                   columns       2
2459                   graphic       2
2460                   direction     l2r
2461                   =>iso-ir      177
2462                   mother        =>ucs@unicode))
2463   (make-charset '=>ucs@cns
2464                 "UCS representatives characters for CNS 11643 sources"
2465                 '(long-name     "UCS characters for CNS 11643"
2466                   chars         256
2467                   dimension     3
2468                   columns       2
2469                   graphic       2
2470                   direction     l2r
2471                   =>iso-ir      177
2472                   mother        =>ucs@unicode))
2473
2474   (make-charset '=+>ucs@iso
2475                 "UCS based on ISO/IEC 10646 representative glyphs"
2476                 '(long-name     "Unified abstract glyphs of UCS"
2477                   chars         256
2478                   dimension     3
2479                   columns       2
2480                   graphic       2
2481                   direction     l2r
2482                   =>iso-ir      177
2483                   mother        =>ucs@iso))
2484   (make-charset '=+>ucs@unicode
2485                 "Unicode representative unified abstract glyphs"
2486                 '(long-name     "UCS unified abstract glyphs for Unicode"
2487                   chars         256
2488                   dimension     3
2489                   columns       2
2490                   graphic       2
2491                   direction     l2r
2492                   =>iso-ir      177
2493                   mother        =+>ucs@iso))
2494   (make-charset '=+>ucs@jis
2495                 "UCS based on Japanese usual unification"
2496                 '(long-name     "UCS unified abstract glyphs for JP"
2497                   chars         256
2498                   dimension     3
2499                   columns       2
2500                   graphic       2
2501                   direction     l2r
2502                   =>iso-ir      177
2503                   mother        =+>ucs@unicode))
2504   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
2505   (make-charset '=+>ucs@jis/1990
2506                 "UCS representative characters for JIS X0208/0212:1990"
2507                 '(long-name     "UCS characters for JIS:1990"
2508                   chars         256
2509                   dimension     3
2510                   columns       2
2511                   graphic       2
2512                   direction     l2r
2513                   =>iso-ir      177
2514                   mother        =+>ucs@jis))
2515   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
2516   (make-charset '=+>ucs@jis/2004
2517                 "UCS representative characters for JIS X 0213:2004"
2518                 '(long-name     "UCS characters for JIS:2004"
2519                   chars         256
2520                   dimension     3
2521                   columns       2
2522                   graphic       2
2523                   direction     l2r
2524                   =>iso-ir      177
2525                   mother        =+>ucs@jis))
2526   (make-charset '=+>ucs@ks
2527                 "UCS representative unified abstract glyphs for Korean Standards"
2528                 '(long-name     "UCS unified abstract glyphs for KS"
2529                   chars         256
2530                   dimension     3
2531                   columns       2
2532                   graphic       2
2533                   direction     l2r
2534                   =>iso-ir      177
2535                   mother        =+>ucs@unicode))
2536   (make-charset '=+>ucs@cns
2537                 "UCS representatives unified abstract glyphs for CNS 11643 sources"
2538                 '(long-name     "UCS unified abstract glyphs for CNS"
2539                   chars         256
2540                   dimension     3
2541                   columns       2
2542                   graphic       2
2543                   direction     l2r
2544                   =>iso-ir      177
2545                   mother        =+>ucs@unicode))
2546
2547   (make-charset '=>>ucs@iso
2548                 "Representative abstract-glyphs of ISO/IEC 10646"
2549                 '(long-name     "UCS abstract glyphs for UCS"
2550                   chars         256
2551                   dimension     3
2552                   columns       2
2553                   graphic       2
2554                   direction     l2r
2555                   =>iso-ir      177
2556                   mother        =+>ucs@iso))
2557   (make-charset '=>>ucs@unicode
2558                 "Representative abstract-glyphs of Unicode"
2559                 '(long-name     "Unicode abstract glyphs"
2560                   chars         256
2561                   dimension     3
2562                   columns       2
2563                   graphic       2
2564                   direction     l2r
2565                   =>iso-ir      177
2566                   mother        =>>ucs@iso))
2567   (make-charset '=>>ucs@jis
2568                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
2569                 '(long-name     "UCS abstract glyphs for JIS"
2570                   chars         256
2571                   dimension     3
2572                   columns       2
2573                   graphic       2
2574                   direction     l2r
2575                   =>iso-ir      177
2576                   mother        =>>ucs@unicode))
2577   (make-charset '=>>ucs@jis/1990
2578                 "UCS Representative glyphs for JIS X 0208/0212:1990"
2579                 '(long-name     "UCS glyphs for JIS:1990"
2580                   chars         256
2581                   dimension     3
2582                   columns       2
2583                   graphic       2
2584                   direction     l2r
2585                   =>iso-ir      177
2586                   mother        =>>ucs@jis))
2587   (make-charset '=>>ucs@jis/2000
2588                 "UCS Representative glyphs for JIS X 0213:2000"
2589                 '(long-name     "UCS glyphs for JIS:2000"
2590                   chars         256
2591                   dimension     3
2592                   columns       2
2593                   graphic       2
2594                   direction     l2r
2595                   =>iso-ir      177
2596                   mother        =>>ucs@jis))
2597   (make-charset '=>>ucs@jis/2004
2598                 "UCS Representative glyphs for JIS X 0213:2004"
2599                 '(long-name     "UCS glyphs for JIS:2004"
2600                   chars         256
2601                   dimension     3
2602                   columns       2
2603                   graphic       2
2604                   direction     l2r
2605                   =>iso-ir      177
2606                   mother        =>>ucs@jis))
2607   (make-charset '=>>ucs@JP
2608                 "UCS abstract-glyphs based on Japanese style glyphs"
2609                 '(long-name     "UCS glyphs for JP"
2610                   chars         256
2611                   dimension     3
2612                   columns       2
2613                   graphic       2
2614                   direction     l2r
2615                   =>iso-ir      177
2616                   mother        =>>ucs@jis/2004))
2617   (make-charset '=>>ucs@ks
2618                 "UCS Representative glyphs for Korean Standards"
2619                 '(long-name     "UCS glyphs for KS"
2620                   chars         256
2621                   dimension     3
2622                   columns       2
2623                   graphic       2
2624                   direction     l2r
2625                   =>iso-ir      177
2626                   mother        =>>ucs@unicode))
2627   (make-charset '=>>ucs@cns
2628                 "UCS Representative glyphs for CNS 11643 sources"
2629                 '(long-name     "UCS glyphs for CNS"
2630                   chars         256
2631                   dimension     3
2632                   columns       2
2633                   graphic       2
2634                   direction     l2r
2635                   =>iso-ir      177
2636                   mother        =>>ucs@unicode))
2637
2638   (make-charset '=>>>ucs@iso
2639                 "Representative glyph-forms of ISO/IEC 10646"
2640                 '(long-name     "UCS glyph-forms for UCS"
2641                   chars         256
2642                   dimension     3
2643                   columns       2
2644                   graphic       2
2645                   direction     l2r
2646                   =>iso-ir      177
2647                   mother        =>>ucs@iso))
2648   (make-charset '=>>>ucs@unicode
2649                 "Representative glyph-forms of Unicode"
2650                 '(long-name     "UCS glyph-forms for Unicode"
2651                   chars         256
2652                   dimension     3
2653                   columns       2
2654                   graphic       2
2655                   direction     l2r
2656                   =>iso-ir      177
2657                   mother        =>>>ucs@iso))
2658   (make-charset '=>>>ucs@jis
2659                 "UCS Representative glyph-forms for JIS X0208/0212/0213"
2660                 '(long-name     "UCS glyph-forms for JIS"
2661                   chars         256
2662                   dimension     3
2663                   columns       2
2664                   graphic       2
2665                   direction     l2r
2666                   =>iso-ir      177
2667                   mother        =>>>ucs@unicode))
2668   (make-charset '=>>>ucs@jis/1990
2669                 "UCS Representative glyph-forms for JIS X 0208/0212:1990"
2670                 '(long-name     "UCS glyph-forms for JIS:1990"
2671                   chars         256
2672                   dimension     3
2673                   columns       2
2674                   graphic       2
2675                   direction     l2r
2676                   =>iso-ir      177
2677                   mother        =>>>ucs@jis))
2678   (make-charset '=>>>ucs@jis/2000
2679                 "UCS Representative glyph-forms for JIS X 0213:2000"
2680                 '(long-name     "UCS glyph-forms for JIS:2000"
2681                   chars         256
2682                   dimension     3
2683                   columns       2
2684                   graphic       2
2685                   direction     l2r
2686                   =>iso-ir      177
2687                   mother        =>>>ucs@jis))
2688   (make-charset '=>>>ucs@jis/2004
2689                 "UCS Representative glyph-forms for JIS X 0213:2004"
2690                 '(long-name     "UCS glyph-forms for JIS:2004"
2691                   chars         256
2692                   dimension     3
2693                   columns       2
2694                   graphic       2
2695                   direction     l2r
2696                   =>iso-ir      177
2697                   mother        =>>>ucs@jis))
2698   (make-charset '=>>>ucs@ks
2699                 "UCS Representative glyph-forms for Korean Standards"
2700                 '(long-name     "UCS glyph-forms for KS"
2701                   chars         256
2702                   dimension     3
2703                   columns       2
2704                   graphic       2
2705                   direction     l2r
2706                   =>iso-ir      177
2707                   mother        =>>>ucs@unicode))
2708   (make-charset '=>>>ucs@cns
2709                 "UCS Representative glyph-forms for CNS 11643 sources"
2710                 '(long-name     "UCS glyph-forms for CNS"
2711                   chars         256
2712                   dimension     3
2713                   columns       2
2714                   graphic       2
2715                   direction     l2r
2716                   =>iso-ir      177
2717                   mother        =>>>ucs@unicode))
2718
2719   (make-charset '=ucs@iso
2720                 "ISO/IEC 10646 for its representative glyphs"
2721                 '(long-name     "UCS for ISO"
2722                   chars         256
2723                   dimension     3
2724                   columns       2
2725                   graphic       2
2726                   direction     l2r
2727                   =>iso-ir      177
2728                   mother        =>>>ucs@iso))
2729   (make-charset '=ucs@unicode
2730                 "Unicode for its representative glyphs"
2731                 '(long-name     "UCS for Unicode"
2732                   chars         256
2733                   dimension     3
2734                   columns       2
2735                   graphic       2
2736                   direction     l2r
2737                   =>iso-ir      177
2738                   mother        =ucs@iso))
2739   (make-charset '=ucs@gb
2740                 "ISO/IEC 10646 for GB"
2741                 '(long-name     "UCS for GB"
2742                   chars         256
2743                   dimension     3
2744                   columns       2
2745                   graphic       2
2746                   direction     l2r
2747                   =>iso-ir      177
2748                   mother        =ucs@unicode))
2749   (define-charset-alias 'ucs-gb '=ucs@gb)
2750   (make-charset '=ucs@gb/fw
2751                 "ISO/IEC 10646 for GB with fullwidth"
2752                 '(long-name     "UCS for GB-fullwidth"
2753                   chars         256
2754                   dimension     3
2755                   columns       2
2756                   graphic       2
2757                   direction     l2r
2758                   =>iso-ir      177
2759                   mother        =ucs@gb))
2760   (make-charset '=ucs-bmp@gb
2761                 "ISO/IEC 10646 BMP for GB"
2762                 '(long-name     "BMP for GB"
2763                   chars         256
2764                   dimension     3
2765                   columns       2
2766                   graphic       2
2767                   direction     l2r
2768                   mother        =ucs@gb
2769                   min-code      #x0000
2770                   max-code      #xFFFF))
2771   (make-charset '=ucs@cns
2772                 "ISO/IEC 10646 for CNS 11643"
2773                 '(long-name     "UCS for CNS"
2774                   chars         256
2775                   dimension     3
2776                   columns       2
2777                   graphic       2
2778                   direction     l2r
2779                   =>iso-ir      177
2780                   mother        =ucs@unicode))
2781   (define-charset-alias 'ucs-cns '=ucs@cns)
2782   (make-charset '=ucs@cns/fw
2783                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
2784                 '(long-name     "UCS for CNS-fullwidth"
2785                   chars         256
2786                   dimension     3
2787                   columns       2
2788                   graphic       2
2789                   direction     l2r
2790                   =>iso-ir      177
2791                   mother        =ucs@cns))
2792   (make-charset '=ucs-bmp@cns
2793                 "ISO/IEC 10646 BMP for CNS"
2794                 '(long-name     "BMP for CNS"
2795                   chars         256
2796                   dimension     3
2797                   columns       2
2798                   graphic       2
2799                   direction     l2r
2800                   mother        =ucs@cns
2801                   min-code      #x0000
2802                   max-code      #xFFFF))
2803   (make-charset '=ucs@jis
2804                 "ISO/IEC 10646 for JIS X0208/0212/0213"
2805                 '(long-name     "UCS for JIS"
2806                   chars         256
2807                   dimension     3
2808                   columns       2
2809                   graphic       2
2810                   direction     l2r
2811                   =>iso-ir      177
2812                   mother        =ucs@unicode))
2813   (define-charset-alias 'ucs-jis '=ucs@jis)
2814   (make-charset '=ucs@jis/fw
2815                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
2816                 '(long-name     "UCS for JIS-fullwidth"
2817                   chars         256
2818                   dimension     3
2819                   columns       2
2820                   graphic       2
2821                   direction     l2r
2822                   =>iso-ir      177
2823                   mother        =ucs@jis))
2824   (make-charset '=ucs-bmp@jis
2825                 "ISO/IEC 10646 BMP for JIS"
2826                 '(long-name     "BMP for JIS"
2827                   chars         256
2828                   dimension     3
2829                   columns       2
2830                   graphic       2
2831                   direction     l2r
2832                   mother        =ucs@jis
2833                   min-code      #x0000
2834                   max-code      #xFFFF))
2835   ;; (make-charset '=ucs@jis/1983
2836   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
2837   ;;               '(long-name     "UCS for JIS:1983"
2838   ;;                 chars         256
2839   ;;                 dimension     3
2840   ;;                 columns       2
2841   ;;                 graphic       2
2842   ;;                 direction     l2r
2843   ;;                 =>iso-ir      177
2844   ;;                 mother        =ucs@jis))
2845   (make-charset '=ucs@jis/1990
2846                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
2847                 '(long-name     "UCS for JIS:1990"
2848                   chars         256
2849                   dimension     3
2850                   columns       2
2851                   graphic       2
2852                   direction     l2r
2853                   =>iso-ir      177
2854                   mother        =ucs@jis))
2855   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
2856   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
2857   (make-charset '=ucs@jis/2000
2858                 "ISO/IEC 10646 for JIS X 0213:2000"
2859                 '(long-name     "UCS for JIS:2000"
2860                   chars         256
2861                   dimension     3
2862                   columns       2
2863                   graphic       2
2864                   direction     l2r
2865                   =>iso-ir      177
2866                   mother        =ucs@jis))
2867   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
2868   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
2869   (make-charset '=ucs@jis/2004
2870                 "ISO/IEC 10646 for JIS X 0213:2004"
2871                 '(long-name     "UCS for JIS:2004"
2872                   chars         256
2873                   dimension     3
2874                   columns       2
2875                   graphic       2
2876                   direction     l2r
2877                   =>iso-ir      177
2878                   mother        =ucs@jis))
2879   (make-charset '=ucs@JP
2880                 "UCS for common glyphs used in Japan"
2881                 '(long-name     "UCS for Japan"
2882                   chars         256
2883                   dimension     3
2884                   columns       2
2885                   graphic       2
2886                   direction     l2r
2887                   =>iso-ir      177
2888                   mother        =ucs@jis/2004))
2889   (define-charset-alias '=ucs@jp '=ucs@JP)
2890   (make-charset '=ucs@JP/hanazono
2891                 "Japanese glyph-images of Hanazono Mincho"
2892                 '(long-name     "UCS for Hana-Min"
2893                   chars         256
2894                   dimension     3
2895                   columns       2
2896                   graphic       2
2897                   direction     l2r
2898                   =>iso-ir      177
2899                   mother        =ucs@JP))
2900   (make-charset '=ucs@ks
2901                 "ISO/IEC 10646 for Korean Standards"
2902                 '(long-name     "UCS for KS"
2903                   chars         256
2904                   dimension     3
2905                   columns       2
2906                   graphic       2
2907                   direction     l2r
2908                   =>iso-ir      177
2909                   mother        =ucs@unicode))
2910   (define-charset-alias 'ucs-ks '=ucs@ks)
2911   (make-charset '=ucs-bmp@ks
2912                 "ISO/IEC 10646 BMP for KS"
2913                 '(long-name     "BMP for KS"
2914                   chars         256
2915                   dimension     3
2916                   columns       2
2917                   graphic       2
2918                   direction     l2r
2919                   mother        =ucs@ks
2920                   min-code      #x0000
2921                   max-code      #xFFFF))
2922   (make-charset '=ucs@cns11643
2923                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
2924                 '(long-name     "UCS for CNS11643"
2925                   chars         256
2926                   dimension     3
2927                   columns       2
2928                   graphic       2
2929                   direction     l2r
2930                   =>iso-ir      177
2931                   mother        =ucs@cns))
2932   (make-charset '=ucs@big5
2933                 "ISO/IEC 10646 for Big5"
2934                 '(long-name     "UCS for Big5"
2935                   chars         256
2936                   dimension     3
2937                   columns       2
2938                   graphic       2
2939                   direction     l2r
2940                   =>iso-ir      177
2941                   mother        =>>ucs@cns))
2942   (define-charset-alias 'ucs-big5 '=ucs@big5)
2943   (make-charset '=ucs@big5/cns11643
2944                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
2945                 '(long-name     "UCS for Big5@CNS11643"
2946                   chars         256
2947                   dimension     3
2948                   columns       2
2949                   graphic       2
2950                   direction     l2r
2951                   =>iso-ir      177
2952                   mother        =ucs@big5))
2953
2954   (make-charset '==ucs@iso
2955                 "ISO/IEC 10646 for its representative glyph-images."
2956                 '(long-name     "ISO rep-image for UCS"
2957                   chars         256
2958                   dimension     3
2959                   columns       2
2960                   graphic       2
2961                   direction     l2r
2962                   =>iso-ir      177
2963                   mother        =ucs@iso))
2964   (make-charset '==ucs@unicode
2965                 "Unicode for its representative glyph-images."
2966                 '(long-name     "UCS for Unicode"
2967                   chars         256
2968                   dimension     3
2969                   columns       2
2970                   graphic       2
2971                   direction     l2r
2972                   =>iso-ir      177
2973                   mother        ==ucs@iso))
2974   (make-charset '==ucs@gb
2975                 "ISO/IEC 10646 for GB"
2976                 '(long-name     "UCS for GB"
2977                   chars         256
2978                   dimension     3
2979                   columns       2
2980                   graphic       2
2981                   direction     l2r
2982                   =>iso-ir      177
2983                   mother        ==ucs@unicode))
2984   (make-charset '==ucs-bmp@gb
2985                 "ISO/IEC 10646 BMP for GB"
2986                 '(long-name     "BMP for GB"
2987                   chars         256
2988                   dimension     3
2989                   columns       2
2990                   graphic       2
2991                   direction     l2r
2992                   mother        ==ucs@gb
2993                   min-code      #x0000
2994                   max-code      #xFFFF))
2995   (make-charset '==ucs@cns
2996                 "ISO/IEC 10646 for CNS 11643"
2997                 '(long-name     "UCS for CNS"
2998                   chars         256
2999                   dimension     3
3000                   columns       2
3001                   graphic       2
3002                   direction     l2r
3003                   =>iso-ir      177
3004                   mother        ==ucs@unicode))
3005   (make-charset '==ucs-bmp@cns
3006                 "ISO/IEC 10646 BMP for CNS"
3007                 '(long-name     "BMP for CNS"
3008                   chars         256
3009                   dimension     3
3010                   columns       2
3011                   graphic       2
3012                   direction     l2r
3013                   mother        ==ucs@cns
3014                   min-code      #x0000
3015                   max-code      #xFFFF))
3016   (make-charset '==ucs@jis
3017                 "ISO/IEC 10646 for JIS X0208/0212/0213"
3018                 '(long-name     "UCS for JIS"
3019                   chars         256
3020                   dimension     3
3021                   columns       2
3022                   graphic       2
3023                   direction     l2r
3024                   =>iso-ir      177
3025                   mother        ==ucs@unicode))
3026   (make-charset '==ucs@jis/1990
3027                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
3028                 '(long-name     "UCS for JIS:1990"
3029                   chars         256
3030                   dimension     3
3031                   columns       2
3032                   graphic       2
3033                   direction     l2r
3034                   =>iso-ir      177
3035                   mother        ==ucs@jis))
3036   (make-charset '==ucs@jis/2000
3037                 "ISO/IEC 10646 for JIS X 0213:2000"
3038                 '(long-name     "UCS for JIS:2000"
3039                   chars         256
3040                   dimension     3
3041                   columns       2
3042                   graphic       2
3043                   direction     l2r
3044                   =>iso-ir      177
3045                   mother        ==ucs@jis))
3046   (make-charset '==ucs@jis/2004
3047                 "ISO/IEC 10646 for JIS X 0213:2004"
3048                 '(long-name     "UCS for JIS:2004"
3049                   chars         256
3050                   dimension     3
3051                   columns       2
3052                   graphic       2
3053                   direction     l2r
3054                   =>iso-ir      177
3055                   mother        ==ucs@jis))
3056   (make-charset '==ucs@JP
3057                 "UCS for common glyph-images used in Japan."
3058                 '(long-name     "UCS for Japan"
3059                   chars         256
3060                   dimension     3
3061                   columns       2
3062                   graphic       2
3063                   direction     l2r
3064                   =>iso-ir      177
3065                   mother        ==ucs@jis/2004))
3066   (make-charset '==ucs@JP/hanazono
3067                 "Japanese glyph-images of Hanazono Mincho."
3068                 '(long-name     "UCS for Hana-Min"
3069                   chars         256
3070                   dimension     3
3071                   columns       2
3072                   graphic       2
3073                   direction     l2r
3074                   =>iso-ir      177
3075                   mother        ==ucs@JP))
3076   (make-charset '==ucs@ks
3077                 "ISO/IEC 10646 for Korean Standards."
3078                 '(long-name     "UCS for KS"
3079                   chars         256
3080                   dimension     3
3081                   columns       2
3082                   graphic       2
3083                   direction     l2r
3084                   =>iso-ir      177
3085                   mother        ==ucs@unicode))
3086   (make-charset '==ucs-bmp@ks
3087                 "ISO/IEC 10646 BMP for KS."
3088                 '(long-name     "BMP for KS"
3089                   chars         256
3090                   dimension     3
3091                   columns       2
3092                   graphic       2
3093                   direction     l2r
3094                   mother        ==ucs@ks
3095                   min-code      #x0000
3096                   max-code      #xFFFF))
3097   (make-charset '==ucs@cns11643
3098                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw."
3099                 '(long-name     "UCS for CNS11643"
3100                   chars         256
3101                   dimension     3
3102                   columns       2
3103                   graphic       2
3104                   direction     l2r
3105                   =>iso-ir      177
3106                   mother        ==ucs@cns))
3107
3108   (make-charset '=ucs-itaiji-084
3109                 "uXXXX-itaiji-084 glyph-images of GlyphWiki"
3110                 '(long-name     "UCS-itaiji-084"
3111                   chars         256
3112                   dimension     3
3113                   columns       2
3114                   graphic       2
3115                   direction     l2r
3116                   ;; =>iso-ir   177
3117                   mother        =ucs))
3118   (make-charset '=ucs-bmp-itaiji-084
3119                 "uXXXX-itaiji-084 glyph-images in BMP"
3120                 '(long-name     "UCS-BMP-itaiji-084"
3121                   chars         256
3122                   dimension     2
3123                   columns       2
3124                   graphic       2
3125                   direction     l2r
3126                   ;; =>iso-ir   177
3127                   mother        =ucs-itaiji-084
3128                   min-code #x2E00
3129                   max-code #x9FA5
3130                   registry "ucs\\.itaiji084-0"))
3131
3132   (make-charset
3133    '=ucs-radicals
3134    "CJK Radicals of UCS"
3135    '(long-name "UCS-Radicals"
3136                chars 256
3137                dimension 2
3138                columns 2
3139                graphic 2
3140                direction l2r
3141                registry "-zhRadicals-.*-ucs-0"
3142                mother ucs-bmp
3143                min-code #x2E00 max-code #x2FFF))
3144   (make-charset
3145    '=ucs-radicals@unicode
3146    "CJK Radicals of UCS"
3147    '(long-name "UCS-Radicals"
3148                chars 256
3149                dimension 2
3150                columns 2
3151                graphic 2
3152                direction l2r
3153                registry "-zhRadicals-.*-ucs-0"
3154                mother =ucs@unicode
3155                min-code #x2E00 max-code #x2FFF))
3156   (make-charset
3157    '=ucs-hangul
3158    "Hangul Syllables of UCS"
3159    '(long-name "UCS-Hangul-Syllables"
3160                chars 256
3161                dimension 2
3162                columns 2
3163                graphic 2
3164                direction l2r
3165                registry "-Hangul-.*-ucs-0"
3166                mother =ucs
3167                min-code #xAC00 max-code #xD7AF))
3168   (make-charset
3169    '=ucs-bmp-cjk
3170    "CJK Characters in BMP of UCS"
3171    '(long-name "UCS-BMP-CJK"
3172                chars 256
3173                dimension 2
3174                columns 2
3175                graphic 2
3176                direction l2r
3177                registry "-zh-.*-ucs-0"
3178                mother ucs-bmp
3179                min-code #x2E00
3180                max-code #x9FA5
3181                ;; max-code #xA4CF
3182                ))
3183   (make-charset
3184    '=ucs-bmp-cjk@gb
3185    "CJK Characters in BMP with GB representative glyph-images."
3186    '(long-name "CJK in BMP@GB"
3187                chars 256
3188                dimension 2
3189                columns 2
3190                graphic 2
3191                direction l2r
3192                registry "-zh-.*-ucs-0"
3193                mother =ucs@gb
3194                min-code #x2E00
3195                max-code #x9FA5
3196                ;; max-code #xA4CF
3197                ))
3198   (make-charset
3199    '==ucs-bmp-cjk@gb
3200    "CJK Characters in BMP with GB representative glyph-images."
3201    '(long-name "CJK in BMP@GB"
3202                chars 256
3203                dimension 2
3204                columns 2
3205                graphic 2
3206                direction l2r
3207                registry "-zh-.*-ucs-0"
3208                mother ==ucs@gb
3209                min-code #x2E00
3210                max-code #x9FA5
3211                ;; max-code #xA4CF
3212                ))
3213   (make-charset
3214    '=ucs-bmp-cjk@JP
3215    "CJK Characters in BMP with JIS representative glyphs"
3216    '(long-name "CJK in BMP@JP"
3217                chars 256
3218                dimension 2
3219                columns 2
3220                graphic 2
3221                direction l2r
3222                registry "-ja-.*-ucs-0"
3223                mother =ucs@JP
3224                min-code #x2E00
3225                max-code #x9FA5
3226                ;; max-code #xA4CF
3227                ))
3228   (make-charset
3229    '=ucs-bmp-cjk@JP/hanazono
3230    "CJK Characters in BMP with Hanazono font"
3231    '(long-name "CJK in BMP@JP/Hanazono"
3232                chars 256
3233                dimension 2
3234                columns 2
3235                graphic 2
3236                direction l2r
3237                registry "-ja-.*-ucs-0"
3238                mother =ucs@JP/hanazono
3239                min-code #x2E00
3240                max-code #x9FA5
3241                ;; max-code #xA4CF
3242                ))
3243   (make-charset
3244    '==ucs-bmp-cjk@JP/hanazono
3245    "CJK Characters in BMP with Hanazono font"
3246    '(long-name "CJK in BMP@JP/Hanazono"
3247                chars 256
3248                dimension 2
3249                columns 2
3250                graphic 2
3251                direction l2r
3252                registry "-ja-.*-ucs-0"
3253                mother ==ucs@JP/hanazono
3254                min-code #x2E00
3255                max-code #x9FA5
3256                ;; max-code #xA4CF
3257                ))
3258   (make-charset
3259    '=+>ucs-bmp-cjk@unicode
3260    "Unicode representative characters of CJK Unified Ideographs in BMP"
3261    '(long-name "Unicode-BMP-CJK unified abstract glyphs"
3262                chars 256
3263                dimension 2
3264                columns 2
3265                graphic 2
3266                direction l2r
3267                registry "-zh-.*-ucs-0"
3268                mother =+>ucs@unicode
3269                min-code #x2E00
3270                max-code #x9FA5
3271                ;; max-code #xA4CF
3272                ))
3273   (make-charset
3274    '=>ucs-bmp-cjk@unicode
3275    "Unicode representative characters of CJK Unified Ideographs in BMP"
3276    '(long-name "Unicode-BMP-CJK"
3277                chars 256
3278                dimension 2
3279                columns 2
3280                graphic 2
3281                direction l2r
3282                registry "-zh-.*-ucs-0"
3283                mother =>ucs@unicode
3284                min-code #x2E00
3285                max-code #x9FA5
3286                ;; max-code #xA4CF
3287                ))
3288   (make-charset
3289    '==>ucs-bmp-cjk@bucs
3290    "CJK Characters in BMP of BUCS"
3291    '(long-name "BUCS-BMP-CJK"
3292                chars 256
3293                dimension 2
3294                columns 2
3295                graphic 2
3296                direction l2r
3297                registry "-zh-.*-ucs-0"
3298                mother ==>ucs@bucs
3299                min-code #x2E00
3300                max-code #x9FA5
3301                ;; max-code #xA4CF
3302                ))
3303   (make-charset
3304    '=ucs-bmp-cjk-compat
3305    "CJK Compatibility Ideographs in BMP of UCS"
3306    '(long-name "CJK Compatibility Ideographs"
3307                chars 256
3308                dimension 2
3309                columns 2
3310                graphic 2
3311                direction l2r
3312                registry "-ja-.*-ucs-0"
3313                mother ucs-bmp
3314                min-code #xF900
3315                max-code #xFAFF
3316                ))
3317   (make-charset
3318    '=ucs-bmp-cjk-compat@unicode
3319    "CJK Compatibility Ideographs of Unicode representatives"
3320    '(long-name "CJK Compatibility Ideographs of Unicode"
3321                chars 256
3322                dimension 2
3323                columns 2
3324                graphic 2
3325                direction l2r
3326                registry "-ja-.*-ucs-0"
3327                mother =ucs@unicode
3328                min-code #xF900
3329                max-code #xFAFF
3330                ))
3331   (make-charset
3332    '=+>ucs-bmp-cjk-compat@jis
3333    "CJK Compatibility Ideographs of JIS representatives unified glyphs"
3334    '(long-name "JIS unified glyphs for CJK Compat chars"
3335                chars 256
3336                dimension 2
3337                columns 2
3338                graphic 2
3339                direction l2r
3340                registry "-ja-.*-ucs-0"
3341                mother =+>ucs@jis
3342                min-code #xF900
3343                max-code #xFAFF
3344                ))
3345   (make-charset
3346    '=ucs-sip-ext-b
3347    "CJK Ideographs Extension B"
3348    '(long-name "UCS CJK Ext-B"
3349                chars 256
3350                dimension 2
3351                columns 2
3352                graphic 2
3353                direction l2r
3354                registry "\\(iso10646\\|ucs02\\)-2$"
3355                mother ucs
3356                min-code #x20000 max-code #x2A6D6
3357                code-offset #x20000))
3358   (make-charset
3359    '=ucs-sip-ext-b@iso
3360    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
3361    '(long-name "UCS CJK Ext-B"
3362                chars 256
3363                dimension 2
3364                columns 2
3365                graphic 2
3366                direction l2r
3367                registry "\\(iso10646\\|ucs02\\)-2$"
3368                mother =ucs@iso
3369                min-code #x20000 max-code #x2A6D6
3370                code-offset #x20000))
3371   (make-charset
3372    '==ucs-sip-ext-b@iso
3373    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
3374    '(long-name "UCS CJK Ext-B"
3375                chars 256
3376                dimension 2
3377                columns 2
3378                graphic 2
3379                direction l2r
3380                registry "\\(iso10646\\|ucs02\\)-2$"
3381                mother ==ucs@iso
3382                min-code #x20000 max-code #x2A6D6
3383                code-offset #x20000))
3384   )
3385
3386 ;;; mule-conf.el ends here