71626cbdd1d78e31c1c440b933e89e17b5198fab
[chise/xemacs-chise.git] / lisp / mule / mule-conf.el
1 ;;; mule-conf.el --- configure multilingual environment
2
3 ;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation.
5 ;; Copyright (C) 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2008,
6 ;;   2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
7 ;;   2020 MORIOKA Tomohiko
8
9 ;; Keywords: mule, multilingual, character set, coding system
10
11 ;; This file is part of XEmacs.
12
13 ;; XEmacs is free software; you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation; either version 2, or (at your option)
16 ;; any later version.
17
18 ;; XEmacs is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 ;; GNU General Public License for more details.
22
23 ;; You should have received a copy of the GNU General Public License
24 ;; along with XEmacs; see the file COPYING.  If not, write to the
25 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
26 ;; Boston, MA 02111-1307, USA.
27
28 ;;; Code:
29
30 (cond
31  ((featurep 'utf-2000)
32   (make-charset
33    '=adobe-japan1-base
34    "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
35    `(long-name "Adobe-Japan1"
36                chars 256
37                dimension 2
38                columns 2
39                graphic 2
40                direction l2r
41                registry "AdobeJapan1-[0-6]$"
42                min-code     #xE10000
43                max-code ,(+ #xE10000 23057)
44                code-offset  #xE10000
45                ;; min-code      ,(lsh #x6300 16)
46                ;; max-code      ,(+ (lsh #x6300 16) 23057)
47                ;; code-offset   ,(lsh #x6300 16)
48                ))
49   (make-charset
50    '=adobe-japan1-0
51    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
52    '(long-name "Adobe-Japan1-0"
53                chars 256
54                dimension 2
55                columns 2
56                graphic 2
57                direction l2r
58                mother =adobe-japan1-base
59                min-code 0
60                max-code 8283
61                registry "AdobeJapan1-[0-6]$"))
62   (make-charset
63    '=adobe-japan1-1
64    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
65    '(long-name "Adobe-Japan1-1"
66                chars 256
67                dimension 2
68                columns 2
69                graphic 2
70                direction l2r
71                mother =adobe-japan1-0
72                min-code 0
73                max-code 8358
74                registry "AdobeJapan1-[1-6]$"))
75   (make-charset
76    '=adobe-japan1-2
77    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
78    '(long-name "Adobe-Japan1-2"
79                chars 256
80                dimension 2
81                columns 2
82                graphic 2
83                direction l2r
84                mother =adobe-japan1-1
85                min-code 0
86                max-code 8719
87                registry "AdobeJapan1-[2-6]$"))
88   (make-charset
89    '=adobe-japan1-3
90    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
91    '(long-name "Adobe-Japan1-3"
92                chars 256
93                dimension 2
94                columns 2
95                graphic 2
96                direction l2r
97                mother =adobe-japan1-2
98                min-code 0
99                max-code 9353
100                registry "AdobeJapan1-[3-6]$"))
101   (make-charset
102    '=adobe-japan1-4
103    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
104    '(long-name "Adobe-Japan1-4"
105                chars 256
106                dimension 2
107                columns 2
108                graphic 2
109                direction l2r
110                mother =adobe-japan1-3
111                min-code 0
112                max-code 15443
113                registry "AdobeJapan1-[4-6]$"))
114   (make-charset
115    '=adobe-japan1-5
116    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
117    '(long-name "Adobe-Japan1-5"
118                chars 256
119                dimension 2
120                columns 2
121                graphic 2
122                direction l2r
123                mother =adobe-japan1-4
124                min-code 0
125                max-code 20316
126                registry "AdobeJapan1-[5-6]$"))
127   (make-charset
128    '=adobe-japan1-6
129    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
130    '(long-name "Adobe-Japan1-6"
131                chars 256
132                dimension 2
133                columns 2
134                graphic 2
135                direction l2r
136                mother =adobe-japan1-5
137                min-code 0
138                max-code 23057
139                registry "AdobeJapan1-6$"))
140   (define-charset-alias '=adobe-japan1 '=adobe-japan1-6)
141
142   (make-charset
143    '==adobe-japan1-0
144    "Adobe-Japan1-0 abstract glyph-forms."
145    '(long-name "Adobe-Japan1-0 abstract glyph-forms"
146                chars 256
147                dimension 2
148                columns 2
149                graphic 2
150                direction l2r
151                mother =adobe-japan1-0
152                registry "AdobeJapan1-0$"))
153   (make-charset
154    '==adobe-japan1-1
155    "Adobe-Japan1-1 abstract glyph-forms."
156    '(long-name "Adobe-Japan1-1 abstract glyph-forms"
157                chars 256
158                dimension 2
159                columns 2
160                graphic 2
161                direction l2r
162                mother ==adobe-japan1-0
163                registry "AdobeJapan1-1$"))
164   (make-charset
165    '==adobe-japan1-2
166    "Adobe-Japan1-2 abstract glyph-forms."
167    '(long-name "Adobe-Japan1-2 abstract glyph-forms"
168                chars 256
169                dimension 2
170                columns 2
171                graphic 2
172                direction l2r
173                mother ==adobe-japan1-1
174                registry "AdobeJapan1-2$"))
175   (make-charset
176    '==adobe-japan1-3
177    "Adobe-Japan1-3 abstract glyph-forms."
178    '(long-name "Adobe-Japan1-3 abstract glyph-forms"
179                chars 256
180                dimension 2
181                columns 2
182                graphic 2
183                direction l2r
184                mother ==adobe-japan1-2
185                registry "AdobeJapan1-3$"))
186   (make-charset
187    '==adobe-japan1-4
188    "Adobe-Japan1-4 abstract glyph-forms."
189    '(long-name "Adobe-Japan1-4 abstract glyph-forms"
190                chars 256
191                dimension 2
192                columns 2
193                graphic 2
194                direction l2r
195                mother ==adobe-japan1-3
196                registry "AdobeJapan1-4$"))
197   (make-charset
198    '==adobe-japan1-5
199    "Adobe-Japan1-5 abstract glyph-forms."
200    '(long-name "Adobe-Japan1-5 abstract glyph-forms"
201                chars 256
202                dimension 2
203                columns 2
204                graphic 2
205                direction l2r
206                mother ==adobe-japan1-4
207                registry "AdobeJapan1-5$"))
208   (make-charset
209    '==adobe-japan1-6
210    "Adobe-Japan1-6 abstract glyph-forms."
211    '(long-name "Adobe-Japan1-6 abstract glyph-forms"
212                chars 256
213                dimension 2
214                columns 2
215                graphic 2
216                direction l2r
217                mother ==adobe-japan1-5
218                registry "AdobeJapan1-6$"))
219   (define-charset-alias '==adobe-japan1 '==adobe-japan1-6)
220
221   (define-charset-alias '=>>>adobe-japan1-0 '==adobe-japan1-0)
222   (define-charset-alias '=>>>adobe-japan1-1 '==adobe-japan1-1)
223   (define-charset-alias '=>>>adobe-japan1-2 '==adobe-japan1-2)
224   (define-charset-alias '=>>>adobe-japan1-3 '==adobe-japan1-3)
225   (define-charset-alias '=>>>adobe-japan1-4 '==adobe-japan1-4)
226   (define-charset-alias '=>>>adobe-japan1-5 '==adobe-japan1-5)
227   (define-charset-alias '=>>>adobe-japan1-6 '==adobe-japan1-6)
228   (define-charset-alias '=>>>adobe-japan1 '=>>>adobe-japan1-6)
229
230   (make-charset
231    '===adobe-japan1-0
232    "Adobe-Japan1-0 detailed glyph-images."
233    '(long-name "Adobe-Japan1-0 glyph-images"
234                chars 256
235                dimension 2
236                columns 2
237                graphic 2
238                direction l2r
239                mother ==adobe-japan1-0
240                registry "AdobeJapan1-0$"))
241   (make-charset
242    '===adobe-japan1-1
243    "Adobe-Japan1-1 detailed glyph-images."
244    '(long-name "Adobe-Japan1-1 glyph-images"
245                chars 256
246                dimension 2
247                columns 2
248                graphic 2
249                direction l2r
250                mother ===adobe-japan1-0
251                registry "AdobeJapan1-1$"))
252   (make-charset
253    '===adobe-japan1-2
254    "Adobe-Japan1-2 detailed glyph-images."
255    '(long-name "Adobe-Japan1-2 glyph-images"
256                chars 256
257                dimension 2
258                columns 2
259                graphic 2
260                direction l2r
261                mother ===adobe-japan1-1
262                registry "AdobeJapan1-2$"))
263   (make-charset
264    '===adobe-japan1-3
265    "Adobe-Japan1-3 detailed glyph-images."
266    '(long-name "Adobe-Japan1-3 glyph-images"
267                chars 256
268                dimension 2
269                columns 2
270                graphic 2
271                direction l2r
272                mother ===adobe-japan1-2
273                registry "AdobeJapan1-3$"))
274   (make-charset
275    '===adobe-japan1-4
276    "Adobe-Japan1-4 detailed glyph-images."
277    '(long-name "Adobe-Japan1-4 glyph-images"
278                chars 256
279                dimension 2
280                columns 2
281                graphic 2
282                direction l2r
283                mother ===adobe-japan1-3
284                registry "AdobeJapan1-4$"))
285   (make-charset
286    '===adobe-japan1-5
287    "Adobe-Japan1-5 detailed glyph-images."
288    '(long-name "Adobe-Japan1-5 glyph-images"
289                chars 256
290                dimension 2
291                columns 2
292                graphic 2
293                direction l2r
294                mother ===adobe-japan1-4
295                registry "AdobeJapan1-5$"))
296   (make-charset
297    '===adobe-japan1-6
298    "Adobe-Japan1-6 detailed glyph-images."
299    '(long-name "Adobe-Japan1-6 glyph-images"
300                chars 256
301                dimension 2
302                columns 2
303                graphic 2
304                direction l2r
305                mother ===adobe-japan1-5
306                registry "AdobeJapan1-6$"))
307   (define-charset-alias '===adobe-japan1 '===adobe-japan1-6)
308
309   (make-charset
310    '=>>adobe-japan1-0
311    "Adobe-Japan1-0 abstract glyphs"
312    '(long-name "Adobe-Japan1-0 abstract glyphs"
313                chars 256
314                dimension 2
315                columns 2
316                graphic 2
317                direction l2r
318                mother =adobe-japan1
319                registry "AdobeJapan1-0$"))
320   (make-charset
321    '=>>adobe-japan1-1
322    "Adobe-Japan1-1 abstract glyphs"
323    '(long-name "Adobe-Japan1-1 abstract glyphs"
324                chars 256
325                dimension 2
326                columns 2
327                graphic 2
328                direction l2r
329                mother =>>adobe-japan1-0
330                registry "AdobeJapan1-1"))
331   (make-charset
332    '=>>adobe-japan1-2
333    "Adobe-Japan1-2 abstract glyphs"
334    '(long-name "Adobe-Japan1-2 abstract glyphs"
335                chars 256
336                dimension 2
337                columns 2
338                graphic 2
339                direction l2r
340                mother =>>adobe-japan1-1
341                registry "AdobeJapan1-2"))
342   (make-charset
343    '=>>adobe-japan1-3
344    "Adobe-Japan1-3 abstract glyphs"
345    '(long-name "Adobe-Japan1-3 abstract glyphs"
346                chars 256
347                dimension 2
348                columns 2
349                graphic 2
350                direction l2r
351                mother =>>adobe-japan1-2
352                registry "AdobeJapan1-3"))
353   (make-charset
354    '=>>adobe-japan1-4
355    "Adobe-Japan1-4 abstract glyphs"
356    '(long-name "Adobe-Japan1-4 abstract glyphs"
357                chars 256
358                dimension 2
359                columns 2
360                graphic 2
361                direction l2r
362                mother =>>adobe-japan1-3
363                registry "AdobeJapan1-4"))
364   (make-charset
365    '=>>adobe-japan1-5
366    "Adobe-Japan1-5 abstract glyphs"
367    '(long-name "Adobe-Japan1-5 abstract glyphs"
368                chars 256
369                dimension 2
370                columns 2
371                graphic 2
372                direction l2r
373                mother =>>adobe-japan1-4
374                registry "AdobeJapan1-5"))
375   (make-charset
376    '=>>adobe-japan1-6
377    "Adobe-Japan1-6 abstract glyphs"
378    '(long-name "Adobe-Japan1-6 abstract glyphs"
379                chars 256
380                dimension 2
381                columns 2
382                graphic 2
383                direction l2r
384                mother =>>adobe-japan1-5
385                registry "AdobeJapan1-6"))
386   (define-charset-alias '=>>adobe-japan1 '=>>adobe-japan1-6)
387
388   (make-charset
389    '=+>adobe-japan1-0
390    "Adobe-Japan1-0 unified abstract glyphs"
391    '(long-name "Adobe-Japan1-0 unified abstract glyphs"
392                chars 256
393                dimension 2
394                columns 2
395                graphic 2
396                direction l2r
397                mother =adobe-japan1
398                registry "AdobeJapan1-0$"))
399   (make-charset
400    '=+>adobe-japan1-1
401    "Adobe-Japan1-1 unified abstract glyphs"
402    '(long-name "Adobe-Japan1-1 unified abstract glyphs"
403                chars 256
404                dimension 2
405                columns 2
406                graphic 2
407                direction l2r
408                mother =+>adobe-japan1-0
409                registry "AdobeJapan1-1"))
410   (make-charset
411    '=+>adobe-japan1-2
412    "Adobe-Japan1-2 unified abstract glyphs"
413    '(long-name "Adobe-Japan1-2 unified abstract glyphs"
414                chars 256
415                dimension 2
416                columns 2
417                graphic 2
418                direction l2r
419                mother =+>adobe-japan1-1
420                registry "AdobeJapan1-2"))
421   (make-charset
422    '=+>adobe-japan1-3
423    "Adobe-Japan1-3 unified abstract glyphs"
424    '(long-name "Adobe-Japan1-3 unified abstract glyphs"
425                chars 256
426                dimension 2
427                columns 2
428                graphic 2
429                direction l2r
430                mother =+>adobe-japan1-2
431                registry "AdobeJapan1-3"))
432   (make-charset
433    '=+>adobe-japan1-4
434    "Adobe-Japan1-4 unified abstract glyphs"
435    '(long-name "Adobe-Japan1-4 unified abstract glyphs"
436                chars 256
437                dimension 2
438                columns 2
439                graphic 2
440                direction l2r
441                mother =+>adobe-japan1-3
442                registry "AdobeJapan1-4"))
443   (make-charset
444    '=+>adobe-japan1-5
445    "Adobe-Japan1-5 unified abstract glyphs"
446    '(long-name "Adobe-Japan1-5 unified abstract glyphs"
447                chars 256
448                dimension 2
449                columns 2
450                graphic 2
451                direction l2r
452                mother =+>adobe-japan1-4
453                registry "AdobeJapan1-5"))
454   (make-charset
455    '=+>adobe-japan1-6
456    "Adobe-Japan1-6 unified abstract glyphs"
457    '(long-name "Adobe-Japan1-6 unified abstract glyphs"
458                chars 256
459                dimension 2
460                columns 2
461                graphic 2
462                direction l2r
463                mother =+>adobe-japan1-5
464                registry "AdobeJapan1-6"))
465   (define-charset-alias '=+>adobe-japan1 '=+>adobe-japan1-6)
466
467   (make-charset
468    '=jis-x0208@1978
469    "JIS X 0208:1978, unchanged part."
470    '(registry "jisx0208\\.1978"
471               dimension 2
472               chars 94
473               mother =jis-x0208
474               =>iso-ir 42
475               final ?@
476               graphic 0
477               partial t))
478   (make-charset
479    '=jis-x0208@1978/-4pr
480    "JIS X 0208:1978, 1st - 3rd impressions."
481    '(registry "jisx0208\\.1978"
482               dimension 2
483               chars 94
484               mother =jis-x0208@1978
485               =>iso-ir 42
486               final ?@
487               graphic 0
488               partial t))
489   (make-charset
490    '=jis-x0208@1978/1pr
491    "JIS X 0208:1978, 1st impression."
492    '(iso-ir 42
493             registry "jisx0208\\.1978"
494             dimension 2
495             chars 94
496             mother =jis-x0208@1978/-4pr
497             final ?@
498             graphic 0))
499   (make-charset
500    '=jis-x0208@1978/1pr/fixed
501    "JIS X 0208:1978, correct glyph in the errata of 1st impression."
502    '(registry "jisx0208\\.1978"
503               dimension 2
504               chars 94
505               mother =jis-x0208@1978/1pr
506               =>iso-ir 42
507               ;; final ?@
508               graphic 0
509               partial t))
510   (make-charset
511    '=jis-x0208@1978/-4X
512    "JIS X 0208:1978, index before the 4th impression."
513    '(registry "jisx0208\\.1978"
514               dimension 2
515               chars 94
516               mother =jis-x0208@1978
517               =>iso-ir 42
518               ;; final ?@
519               graphic 0
520               partial t))
521   ;; (make-charset
522   ;;  '=jis-x0208@1978/1er-pr
523   ;;  "JIS X 0208:1978, fixed by errata [Nov 1978]."
524   ;;  '(registry "jisx0208\\.1978"
525   ;;             dimension 2
526   ;;             chars 94
527   ;;             mother =jis-x0208@1978
528   ;;             =>iso-ir 42
529   ;;             ;; final ?@
530   ;;             graphic 0
531   ;;             partial t))
532   (make-charset
533    '=jis-x0208@1978/2-pr
534    "JIS X 0208:1978, 2nd impression or later."
535    '(registry "jisx0208\\.1978"
536               dimension 2
537               chars 94
538               ;; mother =jis-x0208@1978/1er-pr
539               mother =jis-x0208@1978
540               =>iso-ir 42
541               ;; final ?@
542               graphic 0
543               partial t))
544   (make-charset
545    '=jis-x0208@1978/4er
546    "JIS X 0208:1978, replaced by errata of 4th impression."
547    '(registry "jisx0208\\.1978"
548               dimension 2
549               chars 94
550               mother =jis-x0208@1978/2-pr
551               =>iso-ir 42
552               ;; final ?@
553               graphic 0
554               partial t))
555   (make-charset
556    '=jis-x0208@1978/4-pr
557    "JIS X 0208:1978, 4th impression or later."
558    '(registry "jisx0208\\.1978"
559               dimension 2
560               chars 94
561               mother =jis-x0208@1978/2-pr
562               =>iso-ir 42
563               ;; final ?@
564               graphic 0
565               partial t))
566   (make-charset
567    '=jis-x0208@1978/5pr
568    "JIS X 0208:1978, 5th impression."
569    '(registry "jisx0208\\.1978"
570               dimension 2
571               chars 94
572               mother =jis-x0208@1978/4-pr
573               =>iso-ir 42
574               ;; final ?@
575               graphic 0
576               partial t))
577   (define-charset-alias '=jis-x0208@1978/i1 '=jis-x0208@1978/1pr)
578   (define-charset-alias '=jis-x0208@1978/i-4 '=jis-x0208@1978/-4pr)
579   (define-charset-alias '=jis-x0208@1978/i4- '=jis-x0208@1978/4-pr)
580   )
581  (t
582   (make-charset
583    '=jis-x0208@1978
584    "JIS X0208:1978 Japanese Kanji (so called \"old JIS\")."
585    '(iso-ir 42
586             registry "jisx0208\\.1978"
587             dimension 2
588             chars 94
589             mother =jis-x0208
590             final ?@
591             graphic 0))
592   ))
593
594 (define-charset-alias '=jis-x0208-1978          '=jis-x0208@1978)
595 (define-charset-alias 'japanese-jisx0208-1978   '=jis-x0208@1978)
596 (define-charset-alias 'chinese-gb2312           '=gb2312)
597 (define-charset-alias '=jis-x0208-1983          '=jis-x0208@1983)
598 (define-charset-alias 'japanese-jisx0208        '=jis-x0208@1983)
599 (define-charset-alias 'korean-ksc5601           '=ks-x1001)
600 (define-charset-alias 'japanese-jisx0212        '=jis-x0212)
601 (define-charset-alias 'chinese-cns11643-1       '=cns11643-1)
602 (define-charset-alias 'chinese-cns11643-2       '=cns11643-2)
603 (define-charset-alias 'chinese-gb12345          '=gb12345)
604 (define-charset-alias 'chinese-big5             '=big5)
605
606 ;; PinYin-ZhuYin
607 (make-charset 'sisheng "PinYin-ZhuYin"
608               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
609                 dimension 1
610                 chars 94
611                 final ?0
612                 graphic 0
613                 ))
614
615 ;; Lao script.
616 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
617 (make-charset 'lao "Lao script"
618               '(registry "MuleLao-1"
619                 dimension 1
620                 chars 94
621                 final ?1
622                 graphic 1))
623
624 ;; IPA (International Phonetic Alphabet)
625 (make-charset 'ipa "International Phonetic Alphabet"
626               '(registry "MuleIPA"
627                 dimension 1
628                 chars 96
629                 final ?0
630                 graphic 1))
631
632 ;; Ethiopic
633 (make-charset 'ethiopic "Ethiopic"
634               '(registry "Ethio"
635                 dimension 2
636                 chars 94
637                 final ?3
638                 graphic 0
639                 ))
640
641 ;; ISO-IR-165 (CCITT Extended GB)
642 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
643 ;;    GB 8565-88 table A4 + 293 characters.
644 (if (featurep 'utf-2000)
645     (progn
646       (make-charset '=iso-ir165
647                     "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
648                     '(iso-ir 165
649                              dimension 2
650                              chars 94
651                              mother =gb2312
652                              final ?E
653                              registry "isoir165"
654                              graphic 0))
655       (define-charset-alias 'chinese-isoir165 '=iso-ir165))
656   (make-charset 'chinese-isoir165
657                 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
658                 '(iso-ir 165
659                          dimension 2
660                          chars 94
661                          final ?E
662                          registry "isoir165"
663                          graphic 0)))
664
665 ;; CNS11643 Plane3 thru Plane7
666 ;; These represent more and more obscure Chinese characters.
667 ;; By the time you get to Plane 7, we're talking about characters
668 ;; that appear once in some ancient manuscript and whose meaning
669 ;; is unknown.
670
671 (flet
672     ((make-chinese-cns11643-charset
673       (name iso-ir plane final)
674       (make-charset
675        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
676        `(iso-ir ,iso-ir
677          registry 
678          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
679          dimension 2
680          chars 94
681          final ,final
682          graphic 0))
683       ))
684   (make-chinese-cns11643-charset '=cns11643-3 183 "3" ?I)
685   (make-chinese-cns11643-charset '=cns11643-4 184 "4" ?J)
686   (make-chinese-cns11643-charset '=cns11643-5 185 "5" ?K)
687   (make-chinese-cns11643-charset '=cns11643-6 186 "6" ?L)
688   (make-chinese-cns11643-charset '=cns11643-7 187 "7" ?M)
689   (define-charset-alias 'chinese-cns11643-3     '=cns11643-3)
690   (define-charset-alias 'chinese-cns11643-4     '=cns11643-4)
691   (define-charset-alias 'chinese-cns11643-5     '=cns11643-5)
692   (define-charset-alias 'chinese-cns11643-6     '=cns11643-6)
693   (define-charset-alias 'chinese-cns11643-7     '=cns11643-7)
694   )
695
696 ;; JIS X 0213:2000
697 (cond
698  ((featurep 'utf-2000)
699   (make-charset
700    '=jis-x0213-1
701    "JIS X 0213 Plain 1 (unchanged part)"
702    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
703               dimension 2
704               chars 94
705               =>iso-ir 228
706               final ?O
707               graphic 0
708               partial t))
709
710   (make-charset
711    '=jis-x0213-1@2000
712    "JIS X 0213:2000 Plain 1"
713    '(iso-ir 228
714             registry "jisx0213\\(\\.2000\\)-1"
715             dimension 2
716             chars 94
717             mother =jis-x0213-1
718             final ?O
719             graphic 0))
720   (make-charset
721    '=jis-x0213-2
722    "JIS X 0213 Plain 2"
723    '(iso-ir 229
724             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
725             dimension 2
726             chars 94
727             final ?P
728             graphic 0))
729
730   (make-charset
731    '=jis-x0213-1@2004
732    "JIS X 0213:2004 Plain 1"
733    '(iso-ir 233
734             registry "jisx0213\\.2004-1"
735             dimension 2
736             chars 94
737             mother =jis-x0213-1
738             final ?Q
739             graphic 0))
740
741   (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1@2000)
742   (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2)
743   (define-charset-alias '=jis-x0213-1-2000 '=jis-x0213-1@2000)
744   (define-charset-alias '=jis-x0213-2-2000 '=jis-x0213-2)
745   )
746  (t
747   (make-charset
748    'japanese-jisx0213-1
749    "JIS X 0213:2000 Plain 1"
750    '(registry "jisx0213\\(\\.2000\\)-1"
751               dimension 2
752               chars 94
753               final ?O
754               graphic 0))
755   (make-charset
756    'japanese-jisx0213-2
757    "JIS X 0213:2000 Plain 2"
758    '(registry "jisx0213\\(\\.2000\\)-2"
759               dimension 2
760               chars 94
761               final ?P
762               graphic 0))
763   ))
764
765 (when (featurep 'utf-2000)
766   (define-charset-alias 'ucs '=ucs)
767   (define-charset-alias '=jis-x0208-1990 '=jis-x0208@1990)
768   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990)
769
770   (make-charset
771    '==jis-x0208
772    "JIS X 0208 abstract glyph-forms (unchanged part)."
773    '(registry "jisx0208\\.1990"
774               dimension 2
775               chars 94
776               mother =jis-x0208
777               =>iso-ir 168
778               ;; final ?B
779               graphic 0))
780   (make-charset
781    '==jis-x0208@1978
782    "JIS X 0208:1978 abstract glyph-forms."
783    '(registry "jisx0208\\.1978"
784               dimension 2
785               chars 94
786               mother ==jis-x0208
787               =>iso-ir 42
788               ;; final ?@
789               graphic 0))
790   (make-charset
791    '==jis-x0208@1978/-4pr
792    "JIS X 0208:1978, 1st - 3rd impressions."
793    '(registry "jisx0208\\.1978"
794               dimension 2
795               chars 94
796               mother ==jis-x0208@1978
797               =>iso-ir 42
798               ;; final ?@
799               graphic 0
800               ;; partial t
801               ))
802   (make-charset
803    '==jis-x0208@1978/1pr
804    "JIS X 0208:1978, 1st impression."
805    '(registry "jisx0208\\.1978"
806               =>iso-ir 42
807               dimension 2
808               chars 94
809               mother ==jis-x0208@1978/-4pr
810               ;; final ?@
811               graphic 0))
812   (make-charset
813    '==jis-x0208@1978/1pr/fixed
814    "JIS X 0208:1978, correct glyph in the errata of 1st impression."
815    '(registry "jisx0208\\.1978"
816               dimension 2
817               chars 94
818               mother ==jis-x0208@1978/1pr
819               =>iso-ir 42
820               ;; final ?@
821               graphic 0
822               partial t))
823   (make-charset
824    '==jis-x0208@1978/-4X
825    "JIS X 0208:1978, index before the 4th impression."
826    '(registry "jisx0208\\.1978"
827               dimension 2
828               chars 94
829               mother ==jis-x0208@1978
830               =>iso-ir 42
831               ;; final ?@
832               graphic 0
833               partial t))
834   (make-charset
835    '==jis-x0208@1978/2-pr
836    "JIS X 0208:1978, 2nd impression or later."
837    '(registry "jisx0208\\.1978"
838               dimension 2
839               chars 94
840               ;; mother =jis-x0208@1978/1er-pr
841               mother ==jis-x0208@1978
842               =>iso-ir 42
843               ;; final ?@
844               graphic 0
845               ;; partial t
846               ))
847   (make-charset
848    '==jis-x0208@1978/4er
849    "JIS X 0208:1978, replaced by errata of 4th impression."
850    '(registry "jisx0208\\.1978"
851               dimension 2
852               chars 94
853               mother ==jis-x0208@1978/2-pr
854               =>iso-ir 42
855               ;; final ?@
856               graphic 0
857               partial t))
858   (make-charset
859    '==jis-x0208@1978/4-pr
860    "JIS X 0208:1978, 4th impression or later."
861    '(registry "jisx0208\\.1978"
862               dimension 2
863               chars 94
864               mother ==jis-x0208@1978/2-pr
865               =>iso-ir 42
866               ;; final ?@
867               graphic 0
868               partial t))
869   (make-charset
870    '==jis-x0208@1978/5pr
871    "JIS X 0208:1978, 5th impression."
872    '(registry "jisx0208\\.1978"
873               dimension 2
874               chars 94
875               mother ==jis-x0208@1978/4-pr
876               =>iso-ir 42
877               ;; final ?@
878               graphic 0
879               partial t))
880   (make-charset
881    '==jis-x0208@1983
882    "JIS X 0208:1983 abstract glyph-forms."
883    '(registry "jisx0208\\.1983"
884               dimension 2
885               chars 94
886               mother ==jis-x0208
887               =>iso-ir 87
888               graphic 0))
889   (make-charset
890    '==jis-x0208@1990
891    "JIS X 0208:1990 abstract glyph-forms."
892    '(registry "jisx0208\\.1990"
893               dimension 2
894               chars 94
895               mother ==jis-x0208
896               =>iso-ir 168
897               ;; final ?B
898               graphic 0))
899
900   (make-charset
901    '==jis-x0213-1
902    "JIS X 0213 Plain 1 abstract glyph-forms (unchanged part)"
903    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
904               dimension 2
905               chars 94
906               mother =jis-x0213-1
907               =>iso-ir 228
908               ;; final ?O
909               graphic 0
910               ;; partial t
911               ))
912   (make-charset
913    '==jis-x0213-1@2000
914    "JIS X 0213:2000 Plain 1 abstract glyph-forms"
915    '(registry "jisx0213\\(\\.2000\\)-1"
916               dimension 2
917               chars 94
918               mother ==jis-x0213-1
919               =>iso-ir 228
920               ;; final ?O
921               graphic 0
922               ;; partial t
923               ))
924   (make-charset
925    '==jis-x0213-1@2004
926    "JIS X 0213:2004 Plain 1 abstract glyph-forms"
927    '(mother ==jis-x0213-1
928             =>iso-ir 233
929             registry "jisx0213\\.2004-1"
930             dimension 2
931             chars 94
932             graphic 0))
933
934   (make-charset
935    '==jis-x0213-2
936    "JIS X 0213 Plain 2 abstract glyph-forms"
937    '(mother =jis-x0213-2
938             =>iso-ir 229
939             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
940             dimension 2
941             chars 94
942             graphic 0))
943
944   (make-charset
945    '==jis-x0212
946    "JIS X 0212 representative glyph-images."
947    '(registry "jisx0212"
948               dimension 2
949               chars 94
950               mother =jis-x0212
951               =>iso-ir 159
952               ;; final ?D
953               graphic 0))
954
955   (make-charset
956    '==gb2312
957    "GB 2312 representative glyph-images."
958    '(registry "gb2312"
959               dimension 2
960               chars 94
961               mother =gb2312
962               =>iso-ir 58
963               ;; final ?A
964               graphic 0))
965   (make-charset
966    '==iso-ir165
967    "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
968    '(registry "isoir165"
969               =>iso-ir 165
970               dimension 2
971               chars 94
972               mother =iso-ir165
973               ;; final ?E
974               graphic 0))
975   (make-charset
976    '==gb12345
977    "GB 12345 representative glyph-images."
978    '(registry "gb12345"
979               dimension 2
980               chars 94
981               mother =gb12345
982               graphic 0))
983
984   (make-charset
985    '==ks-x1001
986    "KS X 1001 representative glyph-images."
987    '(registry "ksc5601"
988               dimension 2
989               chars 94
990               mother =ks-x1001
991               =>iso-ir 149
992               ;; final ?C
993               graphic 0))
994
995   (define-charset-alias '=>>>jis-x0208      '==jis-x0208)
996   (define-charset-alias '=>>>jis-x0208@1978 '==jis-x0208@1978)
997   (define-charset-alias '=>>>jis-x0208@1983 '==jis-x0208@1983)
998   (define-charset-alias '=>>>jis-x0208@1990 '==jis-x0208@1990)
999
1000   (define-charset-alias '=>>>jis-x0213-1      '==jis-x0213-1)
1001   (define-charset-alias '=>>>jis-x0213-1@2000 '==jis-x0213-1@2000)
1002   (define-charset-alias '=>>>jis-x0213-1@2004 '==jis-x0213-1@2004)
1003   (define-charset-alias '=>>>jis-x0213-2      '==jis-x0213-2)
1004
1005   (make-charset
1006    '===jis-x0208
1007    "JIS X 0208 detailed representative glyph-images (unchanged part)."
1008    '(registry "jisx0208\\.1990"
1009               dimension 2
1010               chars 94
1011               mother ==jis-x0208
1012               =>iso-ir 168
1013               ;; final ?B
1014               graphic 0))
1015   (make-charset
1016    '===jis-x0208@1978
1017    "JIS X 0208:1978 detailed representative glyph-images."
1018    '(registry "jisx0208\\.1978"
1019               dimension 2
1020               chars 94
1021               mother ==jis-x0208@1978
1022               =>iso-ir 42
1023               ;; final ?@
1024               graphic 0))
1025   (make-charset
1026    '===jis-x0208@1983
1027    "JIS X 0208:1983 detailed representative glyph-images."
1028    '(registry "jisx0208\\.1983"
1029               dimension 2
1030               chars 94
1031               mother ==jis-x0208@1983
1032               =>iso-ir 87
1033               graphic 0))
1034   (make-charset
1035    '===jis-x0208@1990
1036    "JIS X 0208:1990 detailed representative glyph-images."
1037    '(registry "jisx0208\\.1990"
1038               dimension 2
1039               chars 94
1040               mother ==jis-x0208@1990
1041               =>iso-ir 168
1042               ;; final ?B
1043               graphic 0))
1044
1045   (make-charset
1046    '===jis-x0213-1
1047    "JIS X 0213 Plain 1 detailed representative glyph-images (unchanged part)."
1048    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1049               dimension 2
1050               chars 94
1051               mother ==jis-x0213-1
1052               =>iso-ir 228
1053               ;; final ?O
1054               graphic 0
1055               ;; partial t
1056               ))
1057   (make-charset
1058    '===jis-x0213-1@2000
1059    "JIS X 0213:2000 Plain 1 detailed representative glyph-images."
1060    '(registry "jisx0213\\(\\.2000\\)-1"
1061               dimension 2
1062               chars 94
1063               mother ==jis-x0213-1@2000
1064               =>iso-ir 228
1065               ;; final ?O
1066               graphic 0
1067               ;; partial t
1068               ))
1069   (make-charset
1070    '===jis-x0213-1@2004
1071    "JIS X 0213:2004 Plain 1 detailed representative glyph-images."
1072    '(mother ==jis-x0213-1@2004
1073             =>iso-ir 233
1074             registry "jisx0213\\.2004-1"
1075             dimension 2
1076             chars 94
1077             graphic 0))
1078   (make-charset
1079    '===jis-x0213-2
1080    "JIS X 0213 Plain 2 detailed representative glyph-images."
1081    '(mother ==jis-x0213-2
1082             =>iso-ir 229
1083             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1084             dimension 2
1085             chars 94
1086             graphic 0))
1087
1088   (make-charset
1089    '===jis-x0212
1090    "JIS X 0212 representative glyph-images."
1091    '(registry "jisx0212"
1092               dimension 2
1093               chars 94
1094               mother ==jis-x0212
1095               =>iso-ir 159
1096               ;; final ?D
1097               graphic 0))
1098
1099   (make-charset
1100    '===ks-x1001
1101    "KS X 1001 representative glyph-images."
1102    '(registry "ksc5601"
1103               dimension 2
1104               chars 94
1105               mother ==ks-x1001
1106               =>iso-ir 149
1107               ;; final ?C
1108               graphic 0))
1109
1110   (make-charset
1111    '=>>jis-x0208
1112    "JIS X 0208 abstract glyphs (unchanged part)."
1113    '(registry "jisx0208\\.1990"
1114               dimension 2
1115               chars 94
1116               mother =jis-x0208
1117               =>iso-ir 168
1118               ;; final ?B
1119               graphic 0))
1120   (make-charset
1121    '=>>jis-x0208@1978
1122    "JIS X 0208:1978 abstract glyphs."
1123    '(registry "jisx0208\\.1978"
1124               dimension 2
1125               chars 94
1126               mother =>>jis-x0208
1127               =>iso-ir 42
1128               ;; final ?@
1129               graphic 0))
1130   (make-charset
1131    '=>>jis-x0208@1983
1132    "JIS X 0208:1983 abstract glyphs."
1133    '(registry "jisx0208\\.1983"
1134               dimension 2
1135               chars 94
1136               mother =>>jis-x0208
1137               =>iso-ir 87
1138               graphic 0))
1139   (make-charset
1140    '=>>jis-x0208@1990
1141    "JIS X 0208:1990 abstract glyphs."
1142    '(registry "jisx0208\\.1990"
1143               dimension 2
1144               chars 94
1145               mother =>>jis-x0208
1146               =>iso-ir 168
1147               graphic 0))
1148
1149   (make-charset
1150    '=>>jis-x0213-1
1151    "JIS X 0213 Plain 1 abstract glyphs (unchanged part)"
1152    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1153               dimension 2
1154               chars 94
1155               mother =jis-x0213-1
1156               =>iso-ir 228
1157               ;; final ?O
1158               graphic 0
1159               ;; partial t
1160               ))
1161   (make-charset
1162    '=>>jis-x0213-1@2000
1163    "JIS X 0213:2000 Plain 1 abstract glyphs"
1164    '(registry "jisx0213\\(\\.2000\\)-1"
1165               dimension 2
1166               chars 94
1167               mother =>>jis-x0213-1
1168               =>iso-ir 228
1169               ;; final ?O
1170               graphic 0
1171               ;; partial t
1172               ))
1173   (make-charset
1174    '=>>jis-x0213-2
1175    "JIS X 0213 Plain 2 abstract glyphs"
1176    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1177               dimension 2
1178               chars 94
1179               mother =jis-x0213-2
1180               =>iso-ir 229
1181               ;; final ?P
1182               graphic 0))
1183   (make-charset
1184    '=>>jis-x0213-1@2004
1185    "JIS X 0213:2004 Plain 1 abstract glyphs"
1186    '(registry "jisx0213\\.2004-1"
1187               dimension 2
1188               chars 94
1189               mother =>>jis-x0213-1
1190               =>iso-ir 233
1191               ;; final ?Q
1192               graphic 0
1193               ;; partial t
1194               ))
1195
1196   (make-charset
1197    '=+>jis-x0208
1198    "JIS X 0208 based on usual unification."
1199    '(registry "jisx0208\\.1990"
1200               dimension 2
1201               chars 94
1202               mother =>>jis-x0208
1203               =>iso-ir 168
1204               ;; final ?B
1205               graphic 0))
1206   (define-charset-alias '=>jis-x0208@usual '=+>jis-x0208)
1207   (make-charset
1208    '=+>jis-x0208@1978
1209    "JIS X 0208:1978 unified abstract glyphs."
1210    '(registry "jisx0208\\.1978"
1211               dimension 2
1212               chars 94
1213               mother =+>jis-x0208
1214               =>iso-ir 42
1215               ;; final ?@
1216               graphic 0))
1217   (make-charset
1218    '=+>jis-x0208@1983
1219    "JIS X 0208:1983 unified abstract glyphs."
1220    '(registry "jisx0208\\.1983"
1221               dimension 2
1222               chars 94
1223               mother =+>jis-x0208
1224               =>iso-ir 87
1225               graphic 0))
1226   (make-charset
1227    '=+>jis-x0208@1990
1228    "JIS X 0208:1990 unified abstract glyphs."
1229    '(registry "jisx0208\\.1990"
1230               dimension 2
1231               chars 94
1232               mother =+>jis-x0208
1233               =>iso-ir 168
1234               graphic 0))
1235   (make-charset
1236    '=+>jis-x0213-1
1237    "JIS X 0213 Plain 1 unified abstract glyphs (unchanged part)"
1238    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1239               dimension 2
1240               chars 94
1241               mother =>>jis-x0213-1
1242               =>iso-ir 228
1243               ;; final ?O
1244               graphic 0
1245               ;; partial t
1246               ))
1247   (make-charset
1248    '=+>jis-x0213-1@2000
1249    "JIS X 0213:2000 Plain 1 unified abstract glyphs"
1250    '(registry "jisx0213\\(\\.2000\\)-1"
1251               dimension 2
1252               chars 94
1253               mother =+>jis-x0213-1
1254               =>iso-ir 228
1255               ;; final ?O
1256               graphic 0
1257               ;; partial t
1258               ))
1259   (make-charset
1260    '=+>jis-x0213-1@2004
1261    "JIS X 0213:2004 Plain 1 unified abstract glyphs"
1262    '(registry "jisx0213\\.2004-1"
1263               dimension 2
1264               chars 94
1265               mother =+>jis-x0213-1
1266               =>iso-ir 233
1267               ;; final ?Q
1268               graphic 0
1269               ;; partial t
1270               ))
1271
1272   (make-charset
1273    '=>jis-x0208
1274    "JIS X 0208 based on the unchanged unification rules."
1275    '(registry "jisx0208\\.1990"
1276               dimension 2
1277               chars 94
1278               mother =+>jis-x0208
1279               =>iso-ir 168
1280               ;; final ?B
1281               graphic 0))
1282   (define-charset-alias '<=>jis-x0208 '=>jis-x0208)
1283   (make-charset
1284    '=>jis-x0208@1997
1285    "JIS X 0208 based on the unification rule of 1997 edition."
1286    '(registry "jisx0208\\.1990"
1287               dimension 2
1288               chars 94
1289               mother =>jis-x0208
1290               =>iso-ir 168
1291               ;; final ?B
1292               graphic 0))
1293   (define-charset-alias '<=>jis-x0208@1997 '=>jis-x0208@1997)
1294   (define-charset-alias '  =jis-x0208@1997 '=>jis-x0208@1997)
1295
1296   (make-charset
1297    '=>jis-x0213-1
1298    "JIS X 0213 Plain 1 abstract characters (unchanged part)"
1299    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1300               dimension 2
1301               chars 94
1302               mother =+>jis-x0213-1
1303               =>iso-ir 228
1304               ;; final ?O
1305               graphic 0
1306               ;; partial t
1307               ))
1308   (define-charset-alias '<=>jis-x0213-1 '=>jis-x0213-1)
1309   (make-charset
1310    '=>jis-x0213-1@2000
1311    "JIS X 0213:2000 Plain 1 abstract characters"
1312    '(registry "jisx0213\\(\\.2000\\)-1"
1313               dimension 2
1314               chars 94
1315               mother =>jis-x0213-1
1316               =>iso-ir 228
1317               ;; final ?O
1318               graphic 0
1319               ;; partial t
1320               ))
1321   (define-charset-alias '<=>jis-x0213-1@2000 '=>jis-x0213-1@2000)
1322   (make-charset
1323    '=>jis-x0213-1@2004
1324    "JIS X 0213:2004 Plain 1 abstract characters"
1325    '(registry "jisx0213\\.2004-1"
1326               dimension 2
1327               chars 94
1328               mother =>jis-x0213-1
1329               =>iso-ir 233
1330               ;; final ?Q
1331               graphic 0
1332               ;; partial t
1333               ))
1334   (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004)
1335   (make-charset
1336    '=+>jis-x0213-2
1337    "JIS X 0213 Plain 2 based on usual unification."
1338    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1339               dimension 2
1340               chars 94
1341               mother =>>jis-x0213-2
1342               =>iso-ir 229
1343               ;; final ?P
1344               graphic 0))
1345   (define-charset-alias '=>jis-x0213-2@usual '=+>jis-x0213-2)
1346   (make-charset
1347    '=>jis-x0213-2
1348    "JIS X 0213 Plain 2 abstract characters"
1349    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1350               dimension 2
1351               chars 94
1352               mother =+>jis-x0213-2
1353               =>iso-ir 229
1354               ;; final ?P
1355               graphic 0))
1356
1357   (make-charset
1358    '==cns11643-1
1359    "CNS 11643 Plane 1 representative glyph-images."
1360    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1361               dimension 2
1362               chars 94
1363               mother =cns11643-1
1364               =>iso-ir 171
1365               graphic 0))
1366   (make-charset
1367    '==cns11643-2
1368    "CNS 11643 Plane 2 representative glyph-images."
1369    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1370               dimension 2
1371               chars 94
1372               mother =cns11643-2
1373               =>iso-ir 172
1374               graphic 0))
1375   (make-charset
1376    '==cns11643-3
1377    "CNS 11643 Plane 3 representative glyph-images."
1378    '(registry "CNS11643[.-]\\(.*[.-]\\)?3$"
1379               dimension 2
1380               chars 94
1381               mother =cns11643-3
1382               =>iso-ir 183
1383               graphic 0))
1384   (make-charset
1385    '==cns11643-4
1386    "CNS 11643 Plane 4 representative glyph-images."
1387    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1388               dimension 2
1389               chars 94
1390               mother =cns11643-4
1391               =>iso-ir 184
1392               graphic 0))
1393   (make-charset
1394    '==cns11643-5
1395    "CNS 11643 Plane 5 representative glyph-images."
1396    '(registry "CNS11643[.-]\\(.*[.-]\\)?5$"
1397               dimension 2
1398               chars 94
1399               mother =cns11643-5
1400               =>iso-ir 185
1401               graphic 0))
1402   (make-charset
1403    '==cns11643-6
1404    "CNS 11643 Plane 6 representative glyph-images."
1405    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1406               dimension 2
1407               chars 94
1408               mother =cns11643-6
1409               =>iso-ir 186
1410               graphic 0))
1411   (make-charset
1412    '==cns11643-7
1413    "CNS 11643 Plane 7 representative glyph-images."
1414    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1415               dimension 2
1416               chars 94
1417               mother =cns11643-7
1418               =>iso-ir 187
1419               graphic 0))
1420
1421   (make-charset
1422    '===cns11643-1
1423    "CNS 11643 Plane 1 representative glyph-images."
1424    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1425               dimension 2
1426               chars 94
1427               mother ==cns11643-1
1428               =>iso-ir 171
1429               graphic 0))
1430   (make-charset
1431    '===cns11643-2
1432    "CNS 11643 Plane 2 representative glyph-images."
1433    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1434               dimension 2
1435               chars 94
1436               mother ==cns11643-2
1437               =>iso-ir 172
1438               graphic 0))
1439   (make-charset
1440    '===cns11643-3
1441    "CNS 11643 Plane 3 representative glyph-images."
1442    '(registry "CNS11643[.-]\\(.*[.-]\\)?3$"
1443               dimension 2
1444               chars 94
1445               mother ==cns11643-3
1446               =>iso-ir 183
1447               graphic 0))
1448   (make-charset
1449    '===cns11643-4
1450    "CNS 11643 Plane 4 representative glyph-images."
1451    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1452               dimension 2
1453               chars 94
1454               mother ==cns11643-4
1455               =>iso-ir 184
1456               graphic 0))
1457   (make-charset
1458    '===cns11643-5
1459    "CNS 11643 Plane 5 representative glyph-images."
1460    '(registry "CNS11643[.-]\\(.*[.-]\\)?5$"
1461               dimension 2
1462               chars 94
1463               mother ==cns11643-5
1464               =>iso-ir 185
1465               graphic 0))
1466   (make-charset
1467    '===cns11643-6
1468    "CNS 11643 Plane 6 representative glyph-images."
1469    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1470               dimension 2
1471               chars 94
1472               mother ==cns11643-6
1473               =>iso-ir 186
1474               graphic 0))
1475   (make-charset
1476    '===cns11643-7
1477    "CNS 11643 Plane 7 representative glyph-images."
1478    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1479               dimension 2
1480               chars 94
1481               mother ==cns11643-7
1482               =>iso-ir 187
1483               graphic 0))
1484
1485   (make-charset
1486    '=>>cns11643-1
1487    "CNS 11643 Plane 1 detailed glyphs."
1488    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1489               dimension 2
1490               chars 94
1491               mother =cns11643-1
1492               =>iso-ir 171
1493               graphic 0))
1494   (make-charset
1495    '=>>cns11643-2
1496    "CNS 11643 Plane 2 detailed glyphs."
1497    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1498               dimension 2
1499               chars 94
1500               mother =cns11643-2
1501               =>iso-ir 172
1502               graphic 0))
1503   (make-charset
1504    '=>>cns11643-3
1505    "CNS 11643 Plane 3 detailed glyphs."
1506    '(registry "CNS11643[.-]\\(.*[.-]\\)?3$"
1507               dimension 2
1508               chars 94
1509               mother =cns11643-3
1510               =>iso-ir 183
1511               graphic 0))
1512   (make-charset
1513    '=>>cns11643-4
1514    "CNS 11643 Plane 4 detailed glyphs."
1515    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1516               dimension 2
1517               chars 94
1518               mother =cns11643-4
1519               =>iso-ir 184
1520               graphic 0))
1521   (make-charset
1522    '=>>cns11643-6
1523    "CNS 11643 Plane 6 detailed glyphs."
1524    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1525               dimension 2
1526               chars 94
1527               mother =cns11643-6
1528               =>iso-ir 186
1529               graphic 0))
1530
1531   (make-charset
1532    '=>cns11643-1
1533    "CNS 11643 Plane 1 abstract characters."
1534    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1535               dimension 2
1536               chars 94
1537               mother =cns11643-1
1538               =>iso-ir 171
1539               graphic 0))
1540   (make-charset
1541    '=>cns11643-2
1542    "CNS 11643 Plane 2 abstract characters."
1543    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1544               dimension 2
1545               chars 94
1546               mother =cns11643-2
1547               =>iso-ir 172
1548               graphic 0))
1549   (make-charset
1550    '=>cns11643-4
1551    "CNS 11643 Plane 4 abstract characters."
1552    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1553               dimension 2
1554               chars 94
1555               mother =cns11643-4
1556               =>iso-ir 184
1557               graphic 0))
1558   (make-charset
1559    '=>cns11643-5
1560    "CNS 11643 Plane 5 abstract characters."
1561    '(registry "CNS11643[.-]\\(.*[.-]\\)?5$"
1562               dimension 2
1563               chars 94
1564               mother =cns11643-5
1565               =>iso-ir 185
1566               graphic 0))
1567   (make-charset
1568    '=>cns11643-6
1569    "CNS 11643 Plane 6 abstract characters."
1570    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1571               dimension 2
1572               chars 94
1573               mother =cns11643-6
1574               =>iso-ir 186
1575               graphic 0))
1576   (make-charset
1577    '=>cns11643-7
1578    "CNS 11643 Plane 7 abstract characters."
1579    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1580               dimension 2
1581               chars 94
1582               mother =cns11643-7
1583               =>iso-ir 187
1584               graphic 0))
1585
1586   (make-charset '=big5-eten
1587                 "Big5 ETEN"
1588                 '(long-name     "Big5-ETEN"
1589                   chars         256
1590                   dimension     2
1591                   columns       2
1592                   graphic       2
1593                   direction     l2r
1594                   mother        chinese-big5
1595                   min-code      #x8140
1596                   max-code      #xFEFE
1597                   registry      "Big5\\.ETEN"))
1598   (define-charset-alias 'chinese-big5-eten '=big5-eten)
1599   (make-charset 'chinese-big5-eten-a
1600                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
1601                 '(long-name     "Big5-ETEN-a"
1602                   chars         256
1603                   dimension     2
1604                   columns       2
1605                   graphic       2
1606                   direction     l2r
1607                   mother        chinese-big5
1608                   min-code      #xF9D6
1609                   max-code      #xF9FE
1610                   registry      "Big5\\.ETEN"))
1611   (make-charset 'chinese-big5-eten-b
1612                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
1613                 '(long-name     "Big5-ETEN-b"
1614                   chars         256
1615                   dimension     2
1616                   columns       2
1617                   graphic       2
1618                   direction     l2r
1619                   mother        chinese-big5
1620                   min-code      #xC6A1
1621                   max-code      #xC8FE
1622                   registry      "Big5\\.ETEN"))
1623
1624   (make-charset '=big5-cdp
1625                 "Big5 with CDP extension"
1626                 '(long-name     "Big5-CDP"
1627                   chars         256
1628                   dimension     2
1629                   columns       2
1630                   graphic       2
1631                   direction     l2r
1632                   registry      "big5\\.cdp-0"
1633                   mother        chinese-big5
1634                   min-code      #x8140
1635                   max-code      #x8DFE))
1636   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
1637
1638   (make-charset '==big5-cdp
1639                 "Abstract glyph-images of Big5-CDP"
1640                 '(long-name     "Big5-CDP glyph-forms"
1641                   chars         256
1642                   dimension     2
1643                   columns       2
1644                   graphic       2
1645                   direction     l2r
1646                   registry      "big5\\.cdp-0"
1647                   mother        =big5-cdp))
1648   (make-charset '===big5-cdp
1649                 "Representative glyph-images of Big5-CDP"
1650                 '(long-name     "Big5-CDP glyph-images"
1651                   chars         256
1652                   dimension     2
1653                   columns       2
1654                   graphic       2
1655                   direction     l2r
1656                   registry      "big5\\.cdp-0"
1657                   mother        ==big5-cdp))
1658
1659   (make-charset '=>>big5-cdp
1660                 "Abstract glyphs of Big5-CDP"
1661                 '(long-name     "Big5-CDP glyphs"
1662                   chars         256
1663                   dimension     2
1664                   columns       2
1665                   graphic       2
1666                   direction     l2r
1667                   registry      "big5\\.cdp-0"
1668                   mother        =big5-cdp))
1669
1670   (make-charset '=+>big5-cdp
1671                 "Big5-CDP unified glyphs"
1672                 '(long-name     "Big5-CDP unified glyphs"
1673                   chars         256
1674                   dimension     2
1675                   columns       2
1676                   graphic       2
1677                   direction     l2r
1678                   registry      "big5\\.cdp-0"
1679                   mother        =big5-cdp))
1680
1681   (make-charset '=>big5-cdp
1682                 "Big5-CDP abstract characters"
1683                 '(long-name     "Big5-CDP abstract characters"
1684                   chars         256
1685                   dimension     2
1686                   columns       2
1687                   graphic       2
1688                   direction     l2r
1689                   registry      "big5\\.cdp-0"
1690                   mother        =big5-cdp))
1691
1692   (make-charset '=>big5-cdp@iwds-1
1693                 "Big5-CDP abstract characters based on IWDS-1"
1694                 '(long-name     "Big5-CDP IWDS-1 abstract characters"
1695                   chars         256
1696                   dimension     2
1697                   columns       2
1698                   graphic       2
1699                   direction     l2r
1700                   registry      "big5\\.cdp-0"
1701                   mother        =>big5-cdp))
1702
1703   (make-charset '=>big5-cdp@component
1704                 "Big5-CDP abstract components"
1705                 '(long-name     "Big5-CDP abstract components"
1706                   chars         256
1707                   dimension     2
1708                   columns       2
1709                   graphic       2
1710                   direction     l2r
1711                   registry      "big5\\.cdp-0"
1712                   mother        =>big5-cdp))
1713
1714   (make-charset '=>big5-cdp@cognate
1715                 "Big5-CDP abstract components based on cognate"
1716                 '(long-name     "Big5-CDP abstract cognate components"
1717                   chars         256
1718                   dimension     2
1719                   columns       2
1720                   graphic       2
1721                   direction     l2r
1722                   registry      "big5\\.cdp-0"
1723                   mother        =>big5-cdp))
1724
1725   (make-charset
1726    '=mj
1727    "Moji-Jouhou-Kiban characters"
1728    `(long-name "Moji-Jouhou-Kiban"
1729                chars 256
1730                dimension 3
1731                columns 2
1732                graphic 2
1733                direction l2r
1734                ;; registry "mj-0$"
1735                min-code     #xE30000
1736                max-code ,(+ #xE30000 68053)
1737                code-offset  #xE30000
1738                ;; min-code            ,(lsh #x6404 16)
1739                ;; max-code         ,(+ (lsh #x6404 16) 68053)
1740                ;; code-offset    ,(lsh #x6404 16)
1741                ))
1742   (make-charset
1743    '=mj-0
1744    "Moji-Jouhou-Kiban plane 0"
1745    '(long-name "Moji-Jouhou-Kiban-0"
1746                chars 256
1747                dimension 2
1748                columns 2
1749                graphic 2
1750                direction l2r
1751                registry "mj-0$"
1752                mother =mj
1753                min-code 0
1754                max-code #xFFFF))
1755   (make-charset
1756    '=mj-1
1757    "Moji-Jouhou-Kiban plane 1"
1758    '(long-name "Moji-Jouhou-Kiban-1"
1759                chars 256
1760                dimension 2
1761                columns 2
1762                graphic 2
1763                direction l2r
1764                registry "mj-1$"
1765                mother =mj
1766                min-code #x10000
1767                code-offset #x10000))
1768   (make-charset
1769    '=>mj
1770    "Moji-Jouhou-Kiban abstract characters"
1771    `(long-name "Moji-Jouhou-Kiban"
1772                chars 256
1773                dimension 3
1774                columns 2
1775                graphic 2
1776                direction l2r
1777                mother =mj
1778                ))
1779   (make-charset
1780    '=>mj-0
1781    "Moji-Jouhou-Kiban plane 0"
1782    '(long-name "Moji-Jouhou-Kiban-0"
1783                chars 256
1784                dimension 2
1785                columns 2
1786                graphic 2
1787                direction l2r
1788                registry "mj-0$"
1789                mother =>mj
1790                min-code 0
1791                max-code #xFFFF))
1792
1793   (make-charset
1794    '=hanyo-denshi/ja
1795    "JA (JIS X0208) part of Han'you-Denshi characters"
1796    `(long-name "Han'you-Denshi/JA"
1797                chars 94
1798                dimension 2
1799                columns 2
1800                graphic 2
1801                direction l2r
1802                registry "HanyoDenshi\\.JA-0$"
1803                min-code ,(lsh #x6400 16)
1804                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1805                code-offset ,(lsh #x6400 16)))
1806   (make-charset
1807    '=hanyo-denshi/jb
1808    "JB (JIS X0212) part of Han'you-Denshi characters"
1809    `(long-name "Han'you-Denshi/JB"
1810                chars 94
1811                dimension 2
1812                columns 2
1813                graphic 2
1814                direction l2r
1815                registry "HanyoDenshi\\.JB-0$"
1816                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1817                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1818                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1819   (make-charset
1820    '=hanyo-denshi/jc
1821    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1822    `(long-name "Han'you-Denshi/JC"
1823                chars 94
1824                dimension 2
1825                columns 2
1826                graphic 2
1827                direction l2r
1828                registry "HanyoDenshi\\.JC-0$"
1829                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1830                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1831                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1832   (make-charset
1833    '=hanyo-denshi/jd
1834    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1835    `(long-name "Han'you-Denshi/JD"
1836                chars 94
1837                dimension 2
1838                columns 2
1839                graphic 2
1840                direction l2r
1841                registry "HanyoDenshi\\.JD-0$"
1842                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1843                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1844                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1845   (make-charset
1846    '=hanyo-denshi/ft
1847    "FT (FDPC additional) part of Han'you-Denshi characters"
1848    `(long-name "Han'you-Denshi/FT"
1849                chars 94
1850                dimension 2
1851                columns 2
1852                graphic 2
1853                direction l2r
1854                registry "HanyoDenshi\\.FT-0$"
1855                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1856                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1857                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1858   (make-charset
1859    '=hanyo-denshi/ia
1860    "IA part of Han'you-Denshi characters"
1861    `(long-name "Han'you-Denshi/IA"
1862                chars 94
1863                dimension 2
1864                columns 2
1865                graphic 2
1866                direction l2r
1867                registry "HanyoDenshi\\.IA-0$"
1868                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1869                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1870                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1871   (make-charset
1872    '=hanyo-denshi/ib
1873    "IB part of Han'you-Denshi characters"
1874    `(long-name "Han'you-Denshi/IB"
1875                chars 94
1876                dimension 2
1877                columns 2
1878                graphic 2
1879                direction l2r
1880                registry "HanyoDenshi\\.IB-0$"
1881                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1882                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1883                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1884   (make-charset
1885    '=hanyo-denshi/hg
1886    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1887    `(long-name "Han'you-Denshi/HG"
1888                chars 94
1889                dimension 2
1890                columns 2
1891                graphic 2
1892                direction l2r
1893                registry "HanyoDenshi\\.HG-0$"
1894                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
1895                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
1896                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
1897   (make-charset
1898    '=hanyo-denshi/ip
1899    "IP (for IPA) part of Han'you-Denshi characters"
1900    `(long-name "Han'you-Denshi/IP"
1901                chars 256
1902                dimension 2
1903                columns 2
1904                graphic 2
1905                direction l2r
1906                registry "HanyoDenshi\\.IP-0$"
1907                min-code    ,(+ (lsh #x6402 16) #x4E00)
1908                max-code    ,(+ (lsh #x6402 16) #x9FFF)
1909                code-offset ,(+ (lsh #x6402 16))))
1910   (make-charset
1911    '=hanyo-denshi/jt
1912    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
1913    `(long-name "Han'you-Denshi/JT"
1914                chars 256
1915                dimension 2
1916                columns 2
1917                graphic 2
1918                direction l2r
1919                registry "HanyoDenshi\\.JT-0$"
1920                min-code    ,(+ (lsh #x6402 16) #xAC00)
1921                max-code    ,(+ (lsh #x6402 16) #xD7AF)
1922                code-offset ,(+ (lsh #x6402 16))))
1923   (make-charset
1924    '=hanyo-denshi/ks
1925    "KS (KoSeki) part of Han'you-Denshi characters"
1926    `(long-name "Han'you-Denshi/KS"
1927                chars 256
1928                dimension 3
1929                columns 2
1930                graphic 2
1931                direction l2r))
1932   (make-charset
1933    '=hanyo-denshi/tk
1934    "TK (TouKi) part of Han'you-Denshi characters"
1935    `(long-name "Han'you-Denshi/TK"
1936                chars 256
1937                dimension 3
1938                columns 2
1939                graphic 2
1940                direction l2r))
1941
1942   (make-charset
1943    '==mj
1944    "Moji-Jouhou-Kiban detailed glyph-images."
1945    '(long-name "MJ glyph-images"
1946                chars 256
1947                dimension 2
1948                columns 2
1949                graphic 2
1950                direction l2r
1951                mother =mj))
1952   (make-charset
1953    '==mj-0
1954    "MJ detailed glyph-images plane 0"
1955    '(long-name "MJ glyph-images-0"
1956                chars 256
1957                dimension 2
1958                columns 2
1959                graphic 2
1960                direction l2r
1961                registry "mj-0$"
1962                mother ==mj
1963                min-code 0
1964                max-code #xFFFF))
1965   (make-charset
1966    '==mj-1
1967    "MJ detailed glyph-images plane 1"
1968    '(long-name "MJ glyph-images-1"
1969                chars 256
1970                dimension 2
1971                columns 2
1972                graphic 2
1973                direction l2r
1974                registry "mj-1$"
1975                mother ==mj
1976                min-code #x10000
1977                code-offset #x10000))
1978
1979   (make-charset
1980    '==hanyo-denshi/ja
1981    "Han'you-Denshi/JA abstract glyph-forms."
1982    '(long-name "Han'you-Denshi/JA glyph-forms"
1983                chars 94
1984                dimension 2
1985                columns 2
1986                graphic 2
1987                direction l2r
1988                registry "HanyoDenshi\\.JA-0$"
1989                mother =hanyo-denshi/ja))
1990   (make-charset
1991    '==hanyo-denshi/jb
1992    "Han'you-Denshi/JB abstract glyph-forms."
1993    '(long-name "Han'you-Denshi/JB glyph-forms"
1994                chars 94
1995                dimension 2
1996                columns 2
1997                graphic 2
1998                direction l2r
1999                registry "HanyoDenshi\\.JB-0$"
2000                mother =hanyo-denshi/jb))
2001   (make-charset
2002    '==hanyo-denshi/jc
2003    "Han'you-Denshi/JC abstract glyph-forms."
2004    '(long-name "Han'you-Denshi/JC glyph-forms"
2005                chars 94
2006                dimension 2
2007                columns 2
2008                graphic 2
2009                direction l2r
2010                registry "HanyoDenshi\\.JC-0$"
2011                mother =hanyo-denshi/jc))
2012   (make-charset
2013    '==hanyo-denshi/jd
2014    "Han'you-Denshi/JD abstract glyph-forms."
2015    '(long-name "Han'you-Denshi/JD glyph-forms"
2016                chars 94
2017                dimension 2
2018                columns 2
2019                graphic 2
2020                direction l2r
2021                registry "HanyoDenshi\\.JD-0$"
2022                mother =hanyo-denshi/jd))
2023   (make-charset
2024    '==hanyo-denshi/ft
2025    "Han'you-Denshi/FT abstract glyph-forms."
2026    '(long-name "Han'you-Denshi/FT glyph-forms"
2027                chars 94
2028                dimension 2
2029                columns 2
2030                graphic 2
2031                direction l2r
2032                registry "HanyoDenshi\\.FT-0$"
2033                mother =hanyo-denshi/ft))
2034   (make-charset
2035    '==hanyo-denshi/ia
2036    "Han'you-Denshi/IA abstract glyph-forms."
2037    '(long-name "Han'you-Denshi/IA glyph-images"
2038                chars 94
2039                dimension 2
2040                columns 2
2041                graphic 2
2042                direction l2r
2043                registry "HanyoDenshi\\.IA-0$"
2044                mother =hanyo-denshi/ia))
2045   (make-charset
2046    '==hanyo-denshi/ib
2047    "Han'you-Denshi/IB abstract glyph-forms."
2048    '(long-name "Han'you-Denshi/IB glyph-forms"
2049                chars 94
2050                dimension 2
2051                columns 2
2052                graphic 2
2053                direction l2r
2054                registry "HanyoDenshi\\.IB-0$"
2055                mother =hanyo-denshi/ib))
2056   (make-charset
2057    '==hanyo-denshi/hg
2058    "Han'you-Denshi/HG abstract glyph-forms."
2059    '(long-name "Han'you-Denshi/HG glyph-forms"
2060                chars 94
2061                dimension 2
2062                columns 2
2063                graphic 2
2064                direction l2r
2065                registry "HanyoDenshi\\.HG-0$"
2066                mother =hanyo-denshi/hg))
2067   (make-charset
2068    '==hanyo-denshi/ip
2069    "Han'you-Denshi/IP abstract glyph-forms."
2070    '(long-name "Han'you-Denshi/IP glyph-images"
2071                chars 256
2072                dimension 2
2073                columns 2
2074                graphic 2
2075                direction l2r
2076                registry "HanyoDenshi\\.IP-0$"
2077                mother =hanyo-denshi/ip))
2078   (make-charset
2079    '==hanyo-denshi/jt
2080    "JT (Juuki Touitsu Moji) abstract glyph-forms."
2081    '(long-name "Han'you-Denshi/JT glyph-forms"
2082                chars 256
2083                dimension 2
2084                columns 2
2085                graphic 2
2086                direction l2r
2087                registry "HanyoDenshi\\.JT-0$"
2088                mother =hanyo-denshi/jt))
2089   (make-charset
2090    '==hanyo-denshi/ks
2091    "KoSeki-touitsu-moji abstract glyph-forms."
2092    '(long-name "Han'you-Denshi/KS glyph-forms"
2093                chars 256
2094                dimension 3
2095                columns 2
2096                graphic 2
2097                direction l2r
2098                mother =hanyo-denshi/ks))
2099   (make-charset
2100    '==hanyo-denshi/tk
2101    "TK (TouKi) part of Han'you-Denshi abstract glyph-forms."
2102    `(long-name "Han'you-Denshi/TK glyph-forms"
2103                chars 256
2104                dimension 3
2105                columns 2
2106                graphic 2
2107                direction l2r
2108                mother =hanyo-denshi/tk))
2109
2110   (make-charset
2111    '=koseki
2112    "Abstract glyph-forms of KoSeki-touitsu-moji."
2113    '(long-name "KoSeki-touitsu-moji glyph-forms"
2114                chars 256
2115                dimension 3
2116                columns 2
2117                graphic 2
2118                direction l2r
2119                mother =hanyo-denshi/ks))
2120   (make-charset
2121    '==koseki
2122    "Representative glyph-images of KoSeki-touitsu-moji."
2123    '(long-name "KoSeki-touitsu-moji glyph-images"
2124                chars 256
2125                dimension 3
2126                columns 2
2127                graphic 2
2128                direction l2r
2129                mother =koseki))
2130
2131   (define-charset-alias '=>>>hanyo-denshi/ja '==hanyo-denshi/ja)
2132   (define-charset-alias '=>>>hanyo-denshi/jb '==hanyo-denshi/jb)
2133   (define-charset-alias '=>>>hanyo-denshi/jc '==hanyo-denshi/jc)
2134   (define-charset-alias '=>>>hanyo-denshi/jd '==hanyo-denshi/jd)
2135   (define-charset-alias '=>>>hanyo-denshi/ft '==hanyo-denshi/ft)
2136   (define-charset-alias '=>>>hanyo-denshi/ib '==hanyo-denshi/ib)
2137   (define-charset-alias '=>>>hanyo-denshi/hg '==hanyo-denshi/hg)
2138   (define-charset-alias '=>>>hanyo-denshi/jt '==hanyo-denshi/jt)
2139   (define-charset-alias '=>>>hanyo-denshi/ks '==hanyo-denshi/ks)
2140
2141   ;; (make-charset
2142   ;;  '===hanyo-denshi/ja
2143   ;;  "Han'you-Denshi/JA detailed glyph-images."
2144   ;;  '(long-name "Han'you-Denshi/JA glyph-images"
2145   ;;              chars 94
2146   ;;              dimension 2
2147   ;;              columns 2
2148   ;;              graphic 2
2149   ;;              direction l2r
2150   ;;              registry "HanyoDenshi\\.JA-0$"
2151   ;;              mother ==hanyo-denshi/ja))
2152   (make-charset
2153    '===hanyo-denshi/jb
2154    "Han'you-Denshi/JB detailed glyph-images."
2155    '(long-name "Han'you-Denshi/JB glyph-images"
2156                chars 94
2157                dimension 2
2158                columns 2
2159                graphic 2
2160                direction l2r
2161                registry "HanyoDenshi\\.JB-0$"
2162                mother ==hanyo-denshi/jb))
2163   (make-charset
2164    '===hanyo-denshi/jc
2165    "Han'you-Denshi/JC representative glyph-images."
2166    '(long-name "Han'you-Denshi/JC glyph-images"
2167                chars 94
2168                dimension 2
2169                columns 2
2170                graphic 2
2171                direction l2r
2172                registry "HanyoDenshi\\.JC-0$"
2173                mother ==hanyo-denshi/jc))
2174   (make-charset
2175    '===hanyo-denshi/jd
2176    "Han'you-Denshi/JD representative glyph-images."
2177    '(long-name "Han'you-Denshi/JD glyph-images"
2178                chars 94
2179                dimension 2
2180                columns 2
2181                graphic 2
2182                direction l2r
2183                registry "HanyoDenshi\\.JD-0$"
2184                mother ==hanyo-denshi/jd))
2185   (make-charset
2186    '===hanyo-denshi/ft
2187    "Han'you-Denshi/FT detailed glyph-images."
2188    '(long-name "Han'you-Denshi/FT glyph-images"
2189                chars 94
2190                dimension 2
2191                columns 2
2192                graphic 2
2193                direction l2r
2194                registry "HanyoDenshi\\.FT-0$"
2195                mother ==hanyo-denshi/ft))
2196   (make-charset
2197    '===hanyo-denshi/ia
2198    "Han'you-Denshi/IA detailed glyph-images."
2199    '(long-name "Han'you-Denshi/IA glyph-images"
2200                chars 94
2201                dimension 2
2202                columns 2
2203                graphic 2
2204                direction l2r
2205                registry "HanyoDenshi\\.IA-0$"
2206                mother ==hanyo-denshi/ia))
2207   (make-charset
2208    '===hanyo-denshi/ib
2209    "Han'you-Denshi/IB detailed glyph-images."
2210    '(long-name "Han'you-Denshi/IB glyph-images"
2211                chars 94
2212                dimension 2
2213                columns 2
2214                graphic 2
2215                direction l2r
2216                registry "HanyoDenshi\\.IB-0$"
2217                mother ==hanyo-denshi/ib))
2218   (make-charset
2219    '===hanyo-denshi/hg
2220    "Han'you-Denshi/HG detailed glyph-images."
2221    '(long-name "Han'you-Denshi/HG glyph-images"
2222                chars 94
2223                dimension 2
2224                columns 2
2225                graphic 2
2226                direction l2r
2227                registry "HanyoDenshi\\.HG-0$"
2228                mother ==hanyo-denshi/hg))
2229   (make-charset
2230    '===hanyo-denshi/ip
2231    "Han'you-Denshi/IP representative glyph-images."
2232    '(long-name "Han'you-Denshi/IP glyph-images"
2233                chars 256
2234                dimension 2
2235                columns 2
2236                graphic 2
2237                direction l2r
2238                registry "HanyoDenshi\\.IP-0$"
2239                mother ==hanyo-denshi/ip))
2240   (make-charset
2241    '===hanyo-denshi/jt
2242    "JT (Juuki Touitsu Moji) detailed glyph-images."
2243    '(long-name "Han'you-Denshi/JT glyph-images"
2244                chars 256
2245                dimension 2
2246                columns 2
2247                graphic 2
2248                direction l2r
2249                registry "HanyoDenshi\\.JT-0$"
2250                mother ==hanyo-denshi/jt))
2251   (make-charset
2252    '===hanyo-denshi/ks
2253    "KoSeki-touitsu-moji detailed glyph-images."
2254    '(long-name "Han'you-Denshi/KS glyph-images"
2255                chars 256
2256                dimension 3
2257                columns 2
2258                graphic 2
2259                direction l2r
2260                mother ==hanyo-denshi/ks))
2261
2262   (make-charset
2263    '=hanyo-denshi/ks/mf
2264    "font encoding for KS (KoSeki) characters"
2265    `(long-name "Han'you-Denshi/KS font encoding"
2266                chars 256
2267                dimension 2
2268                columns 2
2269                graphic 2
2270                direction l2r
2271                registry "HanyoDenshi\\.KSMF-0$"
2272                min-code       ,(lsh #x6403 16)
2273                max-code    ,(+ (lsh #x6403 16) #xFFFF)
2274                code-offset    ,(lsh #x6403 16)))
2275   (make-charset
2276    '=hanyo-denshi/tk/mf-01
2277    "font encoding for TK (TouKi) characters"
2278    `(long-name "Han'you-Denshi/TK font encoding"
2279                chars 256
2280                dimension 2
2281                columns 2
2282                graphic 2
2283                direction l2r
2284                registry "HanyoDenshi\\.TKMF-1$"))
2285   (make-charset
2286    '==hanyo-denshi/tk/mf-01
2287    "font encoding for TK (TouKi) characters"
2288    `(long-name "Han'you-Denshi/TK font encoding"
2289                chars 256
2290                dimension 2
2291                columns 2
2292                graphic 2
2293                direction l2r
2294                mother =hanyo-denshi/tk/mf-01
2295                registry "HanyoDenshi\\.TKMF-1$"))
2296
2297   (make-charset
2298    '===mj
2299    "Moji-Jouhou-Kiban detailed glyph-images."
2300    '(long-name "MJ glyph-images"
2301                chars 256
2302                dimension 2
2303                columns 2
2304                graphic 2
2305                direction l2r
2306                mother ==mj))
2307   (make-charset
2308    '===mj-0
2309    "MJ detailed glyph-images plane 0"
2310    '(long-name "MJ glyph-images-0"
2311                chars 256
2312                dimension 2
2313                columns 2
2314                graphic 2
2315                direction l2r
2316                registry "mj-0$"
2317                mother ===mj
2318                min-code 0
2319                max-code #xFFFF))
2320   (make-charset
2321    '===mj-1
2322    "MJ detailed glyph-images plane 1"
2323    '(long-name "MJ glyph-images-1"
2324                chars 256
2325                dimension 2
2326                columns 2
2327                graphic 2
2328                direction l2r
2329                registry "mj-1$"
2330                mother ===mj
2331                min-code #x10000
2332                code-offset #x10000))
2333
2334   (make-charset
2335    '=+>hanyo-denshi/ft
2336    "Han'you-Denshi/FT abstract glyphs"
2337    '(long-name "Han'you-Denshi/FT glyphs"
2338                chars 94
2339                dimension 2
2340                columns 2
2341                graphic 2
2342                direction l2r
2343                registry "HanyoDenshi\\.FT-0$"
2344                mother =hanyo-denshi/ft))
2345   (make-charset
2346    '=+>hanyo-denshi/jt
2347    "JT (Juuki Touitsu Moji) unified abstract glyphs."
2348    '(long-name "Han'you-Denshi/JT unified glyphs"
2349                chars 256
2350                dimension 2
2351                columns 2
2352                graphic 2
2353                direction l2r
2354                registry "HanyoDenshi\\.JT-0$"
2355                mother =hanyo-denshi/jt))
2356
2357   (make-charset
2358    '=>>mj
2359    "Moji-Jouhou-Kiban abstract glyphs."
2360    '(long-name "MJ glyphs"
2361                chars 256
2362                dimension 2
2363                columns 2
2364                graphic 2
2365                direction l2r
2366                mother =mj))
2367
2368   (make-charset
2369    '=>>hanyo-denshi/ja
2370    "Han'you-Denshi/JA abstract glyphs"
2371    '(long-name "Han'you-Denshi/JA glyphs"
2372                chars 94
2373                dimension 2
2374                columns 2
2375                graphic 2
2376                direction l2r
2377                registry "HanyoDenshi\\.JA-0$"
2378                mother =hanyo-denshi/ja))
2379   (make-charset
2380    '=>>hanyo-denshi/jb
2381    "Han'you-Denshi/JB abstract glyphs"
2382    '(long-name "Han'you-Denshi/JB glyphs"
2383                chars 94
2384                dimension 2
2385                columns 2
2386                graphic 2
2387                direction l2r
2388                registry "HanyoDenshi\\.JB-0$"
2389                mother =hanyo-denshi/jb))
2390   (make-charset
2391    '=>>hanyo-denshi/jc
2392    "Han'you-Denshi/JC abstract glyphs"
2393    '(long-name "Han'you-Denshi/JC glyphs"
2394                chars 94
2395                dimension 2
2396                columns 2
2397                graphic 2
2398                direction l2r
2399                registry "HanyoDenshi\\.JC-0$"
2400                mother =hanyo-denshi/jc))
2401   (make-charset
2402    '=>>hanyo-denshi/jd
2403    "Han'you-Denshi/JD abstract glyphs"
2404    '(long-name "Han'you-Denshi/JD glyphs"
2405                chars 94
2406                dimension 2
2407                columns 2
2408                graphic 2
2409                direction l2r
2410                registry "HanyoDenshi\\.JD-0$"
2411                mother =hanyo-denshi/jd))
2412   (make-charset
2413    '=>>hanyo-denshi/ft
2414    "Han'you-Denshi/FT abstract glyphs"
2415    '(long-name "Han'you-Denshi/FT glyphs"
2416                chars 94
2417                dimension 2
2418                columns 2
2419                graphic 2
2420                direction l2r
2421                registry "HanyoDenshi\\.FT-0$"
2422                mother =hanyo-denshi/ft))
2423   (make-charset
2424    '=>>hanyo-denshi/ia
2425    "Han'you-Denshi/IA abstract glyphs"
2426    '(long-name "Han'you-Denshi/IA glyphs"
2427                chars 94
2428                dimension 2
2429                columns 2
2430                graphic 2
2431                direction l2r
2432                registry "HanyoDenshi\\.IA-0$"
2433                mother =hanyo-denshi/ia))
2434   (make-charset
2435    '=>>hanyo-denshi/ib
2436    "Han'you-Denshi/IB abstract glyphs"
2437    '(long-name "Han'you-Denshi/IB abstract glyphs"
2438                chars 94
2439                dimension 2
2440                columns 2
2441                graphic 2
2442                direction l2r
2443                registry "HanyoDenshi\\.IB-0$"
2444                mother =hanyo-denshi/ib))
2445   (make-charset
2446    '=>>hanyo-denshi/hg
2447    "Han'you-Denshi/HG abstract glyphs"
2448    '(long-name "Han'you-Denshi/HG abstract glyphs"
2449                chars 94
2450                dimension 2
2451                columns 2
2452                graphic 2
2453                direction l2r
2454                registry "HanyoDenshi\\.HG-0$"
2455                mother =hanyo-denshi/hg))
2456   (make-charset
2457    '=>>hanyo-denshi/ip
2458    "Han'you-Denshi/IP abstract glyphs"
2459    '(long-name "Han'you-Denshi/IP abstract glyphs"
2460                chars 256
2461                dimension 2
2462                columns 2
2463                graphic 2
2464                direction l2r
2465                registry "HanyoDenshi\\.IP-0$"
2466                mother =hanyo-denshi/ip))
2467   (make-charset
2468    '=>>hanyo-denshi/jt
2469    "JT (Juuki Touitsu Moji) abstract glyphs"
2470    '(long-name "Han'you-Denshi/JT glyphs"
2471                chars 256
2472                dimension 2
2473                columns 2
2474                graphic 2
2475                direction l2r
2476                registry "HanyoDenshi\\.JT-0$"
2477                mother =hanyo-denshi/jt))
2478   (make-charset
2479    '=>>hanyo-denshi/ks
2480    "Han'you-Denshi/KS abstract glyphs"
2481    '(long-name "Han'you-Denshi/KS glyphs"
2482                chars 256
2483                dimension 3
2484                columns 2
2485                graphic 2
2486                direction l2r
2487                mother =hanyo-denshi/ks))
2488
2489   (make-charset '=gt
2490                 "GT 2000"
2491                 `(long-name     "GT"
2492                   chars         256
2493                   dimension     3
2494                   columns       2
2495                   graphic       2
2496                   direction     l2r
2497                   registry      ""
2498                   min-code      ,(lsh #x6100 16)
2499                   max-code      ,(+ (lsh #x6100 16) 67547)
2500                   code-offset   ,(lsh #x6100 16)))
2501   (make-charset '==gt
2502                 "GT 2000 abstract glyph-forms."
2503                 '(long-name     "GT abstract glyph-forms"
2504                   chars         256
2505                   dimension     3
2506                   columns       2
2507                   graphic       2
2508                   direction     l2r
2509                   mother        =gt))
2510   (make-charset '===gt
2511                 "GT 2000 detailed glyph-images."
2512                 '(long-name     "GT glyph-images"
2513                   chars         256
2514                   dimension     3
2515                   columns       2
2516                   graphic       2
2517                   direction     l2r
2518                   mother        ==gt
2519                   ;; min-code   1
2520                   ;; max-code   67392
2521                   ))
2522   (define-charset-alias 'ideograph-gt '=gt)
2523   (define-charset-alias '=>>>gt '==gt)
2524   (make-charset '=>>gt
2525                 "GT 2000 abstract glyphs"
2526                 '(long-name     "GT abstract glyphs"
2527                   chars         256
2528                   dimension     3
2529                   columns       2
2530                   graphic       2
2531                   direction     l2r
2532                   mother        =gt))
2533   (define-charset-alias '<=>gt '=>>gt)
2534   (define-charset-alias '<==>gt '=>>gt)
2535   (make-charset '=+>gt
2536                 "GT 2000 unified abstract glyphs"
2537                 '(long-name     "Unified abstract GT glyphs"
2538                   chars         256
2539                   dimension     3
2540                   columns       2
2541                   graphic       2
2542                   direction     l2r
2543                   mother        =>>gt))
2544   (make-charset '=>gt
2545                 "GT 2000 abstract characters"
2546                 '(long-name     "abstract GT characters"
2547                   chars         256
2548                   dimension     3
2549                   columns       2
2550                   graphic       2
2551                   direction     l2r
2552                   mother        =+>gt))
2553   (make-charset '=gt-k
2554                 "Ideographic components of GT"
2555                 `(long-name     "GT components"
2556                   chars         256
2557                   dimension     2
2558                   columns       2
2559                   graphic       2
2560                   direction     l2r
2561                   registry      ""
2562                   min-code      ,(lsh #x6110 16)
2563                   max-code      ,(+ (lsh #x6110 16) 17090)
2564                   code-offset   ,(lsh #x6110 16)))
2565   (define-charset-alias 'ideograph-gt-k '=gt-k)
2566   (make-charset '==gt-k
2567                 "Abstract glyph-images of GT-K"
2568                 '(long-name     "GT-K glyph-images"
2569                   chars         256
2570                   dimension     2
2571                   columns       2
2572                   graphic       2
2573                   direction     l2r
2574                   mother        =gt-k))
2575   (make-charset '===gt-k
2576                 "Representative glyph-images of GT-K"
2577                 '(long-name     "GT-K glyph-images"
2578                   chars         256
2579                   dimension     2
2580                   columns       2
2581                   graphic       2
2582                   direction     l2r
2583                   mother        ==gt-k))
2584   (make-charset '=>>gt-k
2585                 "abstract glyphs of GT-K"
2586                 '(long-name     "GT-K abstract glyphs"
2587                   chars         256
2588                   dimension     2
2589                   columns       2
2590                   graphic       2
2591                   direction     l2r
2592                   mother        =gt-k))
2593   (make-charset '=>gt-k
2594                 "GT-K abstract characters"
2595                 '(long-name     "GT-K abstract characters"
2596                   chars         256
2597                   dimension     2
2598                   columns       2
2599                   graphic       2
2600                   direction     l2r
2601                   mother        =>>gt-k))
2602   (let ((i 1))
2603     (while (<= i 11)
2604       (make-charset
2605        (intern (format "=gt-pj-%d" i))
2606        (format "GT 2000 (pseudo JIS encoding) part %d" i)
2607        `(long-name ,(format "GT PJ %d" i)
2608                    chars 94
2609                    dimension 2
2610                    columns 2
2611                    graphic 0
2612                    direction l2r
2613                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
2614       (define-charset-alias
2615         (intern (format "ideograph-gt-pj-%d" i))
2616         (intern (format "=gt-pj-%d" i)))
2617       (setq i (1+ i))))
2618   (make-charset
2619    '=gt-pj-k1
2620    "Ideographic parts of GT (pseudo JIS encoding) part 1"
2621    '(long-name "GT K1"
2622                chars 94
2623                dimension 2
2624                columns 2
2625                graphic 0
2626                direction l2r
2627                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
2628   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
2629   (make-charset
2630    '==gt-pj-k1
2631    "Ideographic parts of GT (pseudo JIS encoding) part 1"
2632    '(long-name "GT K1"
2633                chars 94
2634                dimension 2
2635                columns 2
2636                graphic 0
2637                direction l2r
2638                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
2639   (make-charset
2640    '=gt-pj-k2
2641    "Ideographic parts of GT (pseudo JIS encoding) part 2"
2642    '(long-name "GT K2"
2643                chars 94
2644                dimension 2
2645                columns 2
2646                graphic 0
2647                direction l2r
2648                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
2649   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
2650   (make-charset
2651    '==gt-pj-k2
2652    "Ideographic parts of GT (pseudo JIS encoding) part 2"
2653    '(long-name "GT K2"
2654                chars 94
2655                dimension 2
2656                columns 2
2657                graphic 0
2658                direction l2r
2659                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
2660
2661   (make-charset '=daikanwa
2662                 "Daikanwa dictionary (unchanged part)"
2663                 `(long-name     "Daikanwa"
2664                   chars         256
2665                   dimension     2
2666                   columns       2
2667                   graphic       2
2668                   direction     l2r
2669                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2670                   min-code      #xE00000
2671                   max-code      ,(+ #xE00000 50100)
2672                   code-offset   #xE00000))
2673   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
2674
2675   (make-charset '=daikanwa@rev1
2676                 "Daikanwa dictionary (revised version)"
2677                 '(long-name     "Daikanwa Rev."
2678                   chars         256
2679                   dimension     2
2680                   columns       2
2681                   graphic       2
2682                   direction     l2r
2683                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
2684                   mother        =daikanwa))
2685   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
2686   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
2687
2688   (make-charset '=daikanwa@rev2
2689                 "Daikanwa dictionary (revised version 2)"
2690                 '(long-name     "Daikanwa"
2691                   chars         256
2692                   dimension     2
2693                   columns       2
2694                   graphic       2
2695                   direction     l2r
2696                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2697                   mother        =daikanwa
2698                   min-code      1
2699                   max-code      49964))
2700   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
2701
2702   (make-charset '=daikanwa/+p
2703                 "Daikanwa dictionary (ddddd')"
2704                 '(long-name     "Daikanwa ddddd'"
2705                   chars         256
2706                   dimension     2
2707                   columns       2
2708                   graphic       2
2709                   direction     l2r))
2710   (make-charset '=daikanwa/+2p
2711                 "Daikanwa dictionary (ddddd'')"
2712                 '(long-name     "Daikanwa ddddd''"
2713                   chars         256
2714                   dimension     2
2715                   columns       2
2716                   graphic       2
2717                   direction     l2r))
2718   (make-charset '=daikanwa/ho
2719                 "Daikanwa dictionary (Hokan)"
2720                 '(long-name     "Daikanwa-ho"
2721                   chars         256
2722                   dimension     2
2723                   columns       2
2724                   graphic       2
2725                   direction     l2r))
2726
2727   (make-charset '==daikanwa
2728                 "Daikanwa glyph-images."
2729                 '(long-name     "Daikanwa glyph-images"
2730                   chars         256
2731                   dimension     2
2732                   columns       2
2733                   graphic       2
2734                   direction     l2r
2735                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2736                   mother        =daikanwa))
2737   (make-charset '==daikanwa/+p
2738                 "Daikanwa detailed glyph-images (ddddd')"
2739                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2740                   chars         256
2741                   dimension     2
2742                   columns       2
2743                   graphic       2
2744                   direction     l2r
2745                   mother        =daikanwa/+p))
2746   (make-charset '==daikanwa/+2p
2747                 "Daikanwa detailed glyph-images (ddddd'')"
2748                 '(long-name     "Daikanwa glyph-images ddddd''"
2749                   chars         256
2750                   dimension     2
2751                   columns       2
2752                   graphic       2
2753                   direction     l2r
2754                   mother        =daikanwa/+2p))
2755   (make-charset '==daikanwa/ho
2756                 "Daikanwa detailed glyph-images (Hokan)"
2757                 '(long-name     "Daikanwa-ho detailed glyph-images"
2758                   chars         256
2759                   dimension     2
2760                   columns       2
2761                   graphic       2
2762                   direction     l2r
2763                   mother        =daikanwa/ho))
2764
2765   (make-charset '===daikanwa
2766                 "Daikanwa detailed glyph-images."
2767                 '(long-name     "Daikanwa detailed glyph-images"
2768                   chars         256
2769                   dimension     2
2770                   columns       2
2771                   graphic       2
2772                   direction     l2r
2773                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2774                   mother        ==daikanwa))
2775   (make-charset '===daikanwa/+p
2776                 "Daikanwa detailed glyph-images (ddddd')"
2777                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2778                   chars         256
2779                   dimension     2
2780                   columns       2
2781                   graphic       2
2782                   direction     l2r
2783                   mother        ==daikanwa/+p))
2784   (make-charset '===daikanwa/ho
2785                 "Daikanwa detailed glyph-images (Hokan)"
2786                 '(long-name     "Daikanwa-ho detailed glyph-images"
2787                   chars         256
2788                   dimension     2
2789                   columns       2
2790                   graphic       2
2791                   direction     l2r
2792                   mother        ==daikanwa/ho))
2793
2794   (make-charset '=>>daikanwa
2795                 "Daikanwa abstract glyphs"
2796                 '(long-name     "Daikanwa glyphs"
2797                   chars         256
2798                   dimension     2
2799                   columns       2
2800                   graphic       2
2801                   direction     l2r
2802                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2803                   mother        =daikanwa))
2804   (make-charset '=>>daikanwa/+p
2805                 "Daikanwa abstract glyphs (ddddd')"
2806                 '(long-name     "Daikanwa glyphs (ddddd')"
2807                   chars         256
2808                   dimension     2
2809                   columns       2
2810                   graphic       2
2811                   direction     l2r
2812                   mother        =daikanwa/+p))
2813   (make-charset '=>>daikanwa/+2p
2814                 "Daikanwa abstract glyphs (ddddd'')"
2815                 '(long-name     "Daikanwa glyphs (ddddd'')"
2816                   chars         256
2817                   dimension     2
2818                   columns       2
2819                   graphic       2
2820                   direction     l2r
2821                   mother        =daikanwa/+2p))
2822   (make-charset '=>>daikanwa/ho
2823                 "Daikanwa abstract glyphs (Hokan)"
2824                 '(long-name     "Daikanwa-ho glyph"
2825                   chars         256
2826                   dimension     2
2827                   columns       2
2828                   graphic       2
2829                   direction     l2r
2830                   mother        =daikanwa/ho))
2831
2832   (make-charset '=>daikanwa
2833                 "Daikanwa abstract characters"
2834                 '(long-name     "abstract Daikanwa"
2835                   chars         256
2836                   dimension     2
2837                   columns       2
2838                   graphic       2
2839                   direction     l2r
2840                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2841                   mother        =>>daikanwa))
2842   (make-charset '=>daikanwa/ho
2843                 "Daikanwa abstract characters (Hokan)"
2844                 '(long-name     "abstract Daikanwa-ho"
2845                   chars         256
2846                   dimension     2
2847                   columns       2
2848                   graphic       2
2849                   direction     l2r
2850                   mother        =>>daikanwa/ho))
2851
2852   (make-charset '=daijiten
2853                 "Daijiten dictionary glyphs"
2854                 `(long-name     "Daijiten glyphs"
2855                   chars         256
2856                   dimension     2
2857                   columns       2
2858                   graphic       2
2859                   direction     l2r
2860                   registry      "Daijiten-*"
2861                   min-code      #xE50000
2862                   max-code      ,(+ #xE50000 14924)
2863                   code-offset   #xE50000))
2864   (make-charset '==daijiten
2865                 "Daijiten dictionary glyph-forms"
2866                 `(long-name     "Daijiten glyph-forms"
2867                   chars         256
2868                   dimension     2
2869                   columns       2
2870                   graphic       2
2871                   direction     l2r
2872                   mother        =daijiten
2873                   registry      "Daijiten-*"))
2874   (make-charset '===daijiten
2875                 "Daijiten dictionary glyph-images"
2876                 `(long-name     "Daijiten glyph-images"
2877                   chars         256
2878                   dimension     2
2879                   columns       2
2880                   graphic       2
2881                   direction     l2r
2882                   mother        ==daijiten
2883                   registry      "Daijiten-*"))
2884   (make-charset '==>daijiten
2885                 "Jishu of Daijiten dictionary"
2886                 `(long-name     "Daijiten jishu"
2887                   chars         256
2888                   dimension     2
2889                   columns       2
2890                   graphic       2
2891                   direction     l2r
2892                   mother        =daijiten
2893                   registry      "Daijiten-*"))
2894   
2895   (make-charset '=shinjigen
2896                 "Kadokawa ShinJigen dictionary (common parts)"
2897                 `(long-name     "Shinjigen common parts"
2898                   chars         256
2899                   dimension     2
2900                   columns       2
2901                   graphic       2
2902                   direction     l2r
2903                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2904
2905   (make-charset '=shinjigen@1ed
2906                 "Kadokawa ShinJigen dictionary (the first edition)"
2907                 `(long-name     "Shinjigen-1"
2908                   chars         256
2909                   dimension     2
2910                   columns       2
2911                   graphic       2
2912                   direction     l2r
2913                   mother        =shinjigen
2914                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2915   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
2916
2917   (make-charset '=shinjigen@1ed/24pr
2918                 "Kadokawa ShinJigen dictionary (the 24th impression)"
2919                 `(long-name     "Shinjigen-1 24pr"
2920                   chars         256
2921                   dimension     2
2922                   columns       2
2923                   graphic       2
2924                   direction     l2r
2925                   mother        =shinjigen@1ed))
2926
2927   (make-charset '=shinjigen@rev
2928                 "Kadokawa ShinJigen dictionary (the revised edition)"
2929                 `(long-name     "Shinjigen-2"
2930                   chars         256
2931                   dimension     2
2932                   columns       2
2933                   graphic       2
2934                   direction     l2r
2935                   mother        =shinjigen
2936                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2937   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
2938   (make-charset '=shinjigen/+p@rev
2939                 "ShinJigen (the second edition) number with '"
2940                 `(long-name     "Shinjigen-2 with '"
2941                   chars         256
2942                   dimension     2
2943                   columns       2
2944                   graphic       2
2945                   direction     l2r))
2946   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
2947
2948   (make-charset '==shinjigen
2949                 "Detailed glyph-images of ShinJigen (common parts)"
2950                 '(long-name     "Shinjigen common parts"
2951                   chars         256
2952                   dimension     2
2953                   columns       2
2954                   graphic       2
2955                   direction     l2r
2956                   mother        =shinjigen
2957                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2958   (make-charset '==shinjigen@1ed
2959                 "Detailed glyph-images of ShinJigen (the first edition)"
2960                 '(long-name     "Detailed glyph-images of Shinjigen-1"
2961                   chars         256
2962                   dimension     2
2963                   columns       2
2964                   graphic       2
2965                   direction     l2r
2966                   mother        ==shinjigen
2967                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2968   (make-charset '==shinjigen@rev
2969                 "Detailed glyph-images of ShinJigen (the revised edition)"
2970                 '(long-name     "Detailed glyph-images of Shinjigen-2"
2971                   chars         256
2972                   dimension     2
2973                   columns       2
2974                   graphic       2
2975                   direction     l2r
2976                   mother        ==shinjigen
2977                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2978   (make-charset
2979    '==shinjigen/+p@rev
2980    "Detailed glyph-images of ShinJigen (the second edition) number with '"
2981    '(long-name  "Detailed glyph-images of Shinjigen-2 with '"
2982                 mother  =shinjigen/+p@rev
2983                 chars           256
2984                 dimension       2
2985                 columns 2
2986                 graphic 2
2987                 direction       l2r))
2988
2989   (make-charset '=big5-pua
2990                 "Big5 with private used area"
2991                 '(long-name     "Big5-PUA"
2992                   chars         256
2993                   dimension     2
2994                   columns       2
2995                   graphic       2
2996                   direction     l2r
2997                   mother        chinese-big5
2998                   registry      "Big5\\.ETEN"))
2999   (define-charset-alias 'chinese-big5-pua '=big5-pua)
3000
3001   (let* ((i 1)
3002          (hzk-min (+ (lsh #x6200 16) 65536))
3003          (hzk-max (+ hzk-min 65535)))
3004     (while (<= i 12)
3005       (make-charset
3006        (intern (format "=hanziku-%d" i))
3007        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
3008        `(long-name ,(format "HANZIKU-%d" i)
3009                    chars 256
3010                    dimension 2
3011                    columns 2
3012                    graphic 2
3013                    direction l2r
3014                    registry ,(format "hanziku-%d$" i i)
3015                    min-code ,hzk-min
3016                    max-code ,hzk-max
3017                    code-offset ,hzk-min))
3018       (define-charset-alias
3019         (intern (format "ideograph-hanziku-%d" i))
3020         (intern (format "=hanziku-%d" i)))
3021       (setq hzk-min (1+ hzk-max)
3022             hzk-max (+ hzk-min 65535))
3023       (setq i (1+ i))))
3024
3025   (make-charset '===hng-jou "HNG:誠實論卷八(P.2179)"
3026                 '(long-name "HNG/P2179"
3027                   chars         256
3028                   dimension     2
3029                   registry      "hng-1$"
3030                   graphic       2
3031                   columns       2
3032                   direction     l2r))
3033   (make-charset '===hng-keg "HNG:華嚴經卷十六(S.2067)"
3034                 '(long-name "HNG/S2067"
3035                   chars         256
3036                   dimension     2
3037                   registry      "hng-2$"
3038                   graphic       2
3039                   columns       2
3040                   direction     l2r))
3041   (make-charset '===hng-dng "HNG:大般涅槃經卷十一(S.81)"
3042                 '(long-name "HNG/S81"
3043                   chars         256
3044                   dimension     2
3045                   registry      "hng-3$"
3046                   graphic       2
3047                   columns       2
3048                   direction     l2r))
3049   (make-charset '===hng-mam "HNG:摩訶摩耶經卷上(P.2160)"
3050                 '(long-name "HNG/P2160"
3051                   chars         256
3052                   dimension     2
3053                   registry      "hng-5$"
3054                   graphic       2
3055                   columns       2
3056                   direction     l2r))
3057   (make-charset '===hng-drt "HNG:大樓炭經卷三(P.2413)"
3058                 '(long-name "HNG/P2413"
3059                   chars         256
3060                   dimension     2
3061                   registry      "hng-6$"
3062                   graphic       2
3063                   columns       2
3064                   direction     l2r))
3065   (make-charset '===hng-kgk "HNG:賢劫經卷二(正倉院本)"
3066                 '(long-name "HNG/賢劫經二"
3067                   chars         256
3068                   dimension     2
3069                   registry      "hng-7$"
3070                   graphic       2
3071                   columns       2
3072                   direction     l2r))
3073   (make-charset '===hng-myz "HNG:妙法蓮華經卷五(P.2334)"
3074                 '(long-name "HNG/P2334"
3075                   chars         256
3076                   dimension     2
3077                   registry      "hng-8$"
3078                   graphic       2
3079                   columns       2
3080                   direction     l2r))
3081   (make-charset '===hng-kda "HNG:大品經卷二十八(京都国立博物館本)"
3082                 '(long-name "HNG/京博大品"
3083                   chars         256
3084                   dimension     2
3085                   registry      "hng-9$"
3086                   graphic       2
3087                   columns       2
3088                   direction     l2r))
3089   (make-charset '===hng-khi "HNG:妙法蓮華經卷五(今西本)"
3090                 '(long-name "HNG/宮廷今西"
3091                   chars         256
3092                   dimension     2
3093                   registry      "hng-10$"
3094                   graphic       2
3095                   columns       2
3096                   direction     l2r))
3097   (make-charset '===hng-khm "HNG:妙法蓮華經卷三(守屋本)"
3098                 '(long-name "HNG/宮廷守屋"
3099                   chars         256
3100                   dimension     2
3101                   registry      "hng-11$"
3102                   graphic       2
3103                   columns       2
3104                   direction     l2r))
3105   (make-charset '===hng-fhs "HNG:P2195妙法蓮華經卷六"
3106                 '(long-name "HNG/P2195"
3107                   chars         256
3108                   dimension     2
3109                   registry      "hng-12$"
3110                   graphic       2
3111                   columns       2
3112                   direction     l2r))
3113   (make-charset '===hng-hok "HNG:妙法蓮華經卷八(S.2577)"
3114                 '(long-name "HNG/S2577"
3115                   chars         256
3116                   dimension     2
3117                   registry      "hng-13$"
3118                   graphic       2
3119                   columns       2
3120                   direction     l2r))
3121   (make-charset '===hng-kyd "HNG:漢書楊雄傳(上野本)"
3122                 '(long-name "HNG/漢書楊雄"
3123                   chars         256
3124                   dimension     2
3125                   registry      "hng-14$"
3126                   graphic       2
3127                   columns       2
3128                   direction     l2r))
3129   (make-charset '===hng-sok "HNG:花嚴經卷八(守屋本)"
3130                 '(long-name "HNG/花嚴守屋"
3131                   chars         256
3132                   dimension     2
3133                   registry      "hng-15$"
3134                   graphic       2
3135                   columns       2
3136                   direction     l2r))
3137   (make-charset '===hng-yhk "HNG:瑜伽法鏡經(S.2423)"
3138                 '(long-name "HNG/S2423"
3139                   chars         256
3140                   dimension     2
3141                   registry      "hng-16$"
3142                   graphic       2
3143                   columns       2
3144                   direction     l2r))
3145   (make-charset '===hng-kak "HNG:開成石經孝經"
3146                 '(long-name "HNG/開成孝經"
3147                   chars         256
3148                   dimension     2
3149                   registry      "hng-17$"
3150                   graphic       2
3151                   columns       2
3152                   direction     l2r))
3153   (make-charset '===hng-kar "HNG:開成石經論語"
3154                 '(long-name "HNG/開成論語"
3155                   chars         256
3156                   dimension     2
3157                   registry      "hng-18$"
3158                   graphic       2
3159                   columns       2
3160                   direction     l2r))
3161   (make-charset '===hng-kae "HNG:開成石經周易"
3162                 '(long-name "HNG/開成周易"
3163                   chars         256
3164                   dimension     2
3165                   registry      "hng-19$"
3166                   graphic       2
3167                   columns       2
3168                   direction     l2r))
3169   (make-charset '===hng-sys "HNG:瑜伽師地論卷三十(S.5309)"
3170                 '(long-name "HNG/S5309"
3171                   chars         256
3172                   dimension     2
3173                   registry      "hng-22$"
3174                   graphic       2
3175                   columns       2
3176                   direction     l2r))
3177   (make-charset '===hng-tsu "HNG:通典卷一"
3178                 '(long-name "HNG/通典卷一"
3179                   chars         256
3180                   dimension     2
3181                   registry      "hng-24$"
3182                   graphic       2
3183                   columns       2
3184                   direction     l2r))
3185   (make-charset '===hng-tzj "HNG:阿毘達磨毘婆沙論卷百七(東禪寺版)"
3186                 '(long-name "HNG/東禪毘婆"
3187                   chars         256
3188                   dimension     2
3189                   registry      "hng-25$"
3190                   graphic       2
3191                   columns       2
3192                   direction     l2r))
3193   (make-charset '===hng-hos "HNG:齊民要術卷五(高山寺本)"
3194                 '(long-name "HNG/斉民要術"
3195                   chars         256
3196                   dimension     2
3197                   registry      "hng-26$"
3198                   graphic       2
3199                   columns       2
3200                   direction     l2r))
3201   (make-charset '===hng-kkh "HNG:金剛般若經(京都国立博物館本)"
3202                 '(long-name "HNG/京博金般"
3203                   chars         256
3204                   dimension     2
3205                   registry      "hng-27$"
3206                   graphic       2
3207                   columns       2
3208                   direction     l2r))
3209   (make-charset '===hng-nak "HNG:華嚴孔目(高山寺本)"
3210                 '(long-name "HNG/華厳孔目"
3211                   chars         256
3212                   dimension     2
3213                   registry      "hng-28$"
3214                   graphic       2
3215                   columns       2
3216                   direction     l2r))
3217   (make-charset '===hng-jhk "HNG:神足變化經(開元寺版)"
3218                 '(long-name "HNG/開元神足"
3219                   chars         256
3220                   dimension     2
3221                   registry      "hng-29$"
3222                   graphic       2
3223                   columns       2
3224                   direction     l2r))
3225   (make-charset '===hng-hod "HNG:法藏和尚傳(高山寺本)"
3226                 '(long-name "HNG/法藏和尚"
3227                   chars         256
3228                   dimension     2
3229                   registry      "hng-30$"
3230                   graphic       2
3231                   columns       2
3232                   direction     l2r))
3233   (make-charset '===hng-gok "HNG:後漢書光武帝紀"
3234                 '(long-name "HNG/光武帝紀"
3235                   chars         256
3236                   dimension     2
3237                   registry      "hng-31$"
3238                   graphic       2
3239                   columns       2
3240                   direction     l2r))
3241   (make-charset '===hng-ink "HNG:日本書紀 卷二十四(岩崎本)"
3242                 '(long-name "HNG/岩崎紀24"
3243                   chars         256
3244                   dimension     2
3245                   registry      "hng-33$"
3246                   graphic       2
3247                   columns       2
3248                   direction     l2r))
3249   (make-charset '===hng-nto "HNG:日本書紀 卷二十四(圖書寮本)"
3250                 '(long-name "HNG/圖書紀24"
3251                   chars         256
3252                   dimension     2
3253                   registry      "hng-34$"
3254                   graphic       2
3255                   columns       2
3256                   direction     l2r))
3257   (make-charset '===hng-nkm "HNG:日本書紀 卷二十四(兼右本)"
3258                 '(long-name "HNG/兼右紀24"
3259                   chars         256
3260                   dimension     2
3261                   registry      "hng-36$"
3262                   graphic       2
3263                   columns       2
3264                   direction     l2r))
3265   (make-charset '===hng-k24 "HNG:日本書紀 卷二十四(寛文九年版)"
3266                 '(long-name "HNG/寛九紀24"
3267                   chars         256
3268                   dimension     2
3269                   registry      "hng-37$"
3270                   graphic       2
3271                   columns       2
3272                   direction     l2r))
3273   (make-charset '===hng-ini "HNG:日本書紀卷二(鴨脚本)"
3274                 '(long-name "HNG/鴨脚紀2"
3275                   chars         256
3276                   dimension     2
3277                   registry      "hng-38$"
3278                   graphic       2
3279                   columns       2
3280                   direction     l2r))
3281   (make-charset '===hng-nkk "HNG:日本書紀 卷二(兼方本)"
3282                 '(long-name "HNG/兼方紀2"
3283                   chars         256
3284                   dimension     2
3285                   registry      "hng-39$"
3286                   graphic       2
3287                   columns       2
3288                   direction     l2r))
3289   (make-charset '===hng-kcc "HNG:日本書紀 卷二(慶長勅版)"
3290                 '(long-name "HNG/勅版紀2"
3291                   chars         256
3292                   dimension     2
3293                   registry      "hng-41$"
3294                   graphic       2
3295                   columns       2
3296                   direction     l2r))
3297   (make-charset '===hng-kcj "HNG:日本書紀 卷二(慶長十五年版)"
3298                 '(long-name "HNG/慶長紀2"
3299                   chars         256
3300                   dimension     2
3301                   registry      "hng-42$"
3302                   graphic       2
3303                   columns       2
3304                   direction     l2r))
3305   (make-charset '===hng-kbk "HNG:日本書紀 卷二(寛文九年版)"
3306                 '(long-name "HNG/寛九紀2"
3307                   chars         256
3308                   dimension     2
3309                   registry      "hng-43$"
3310                   graphic       2
3311                   columns       2
3312                   direction     l2r))
3313   (make-charset '===hng-sik "HNG:花嚴經卷八(新羅本寫本)"
3314                 '(long-name "HNG/花嚴新羅"
3315                   chars         256
3316                   dimension     2
3317                   registry      "hng-44$"
3318                   graphic       2
3319                   columns       2
3320                   direction     l2r))
3321   (make-charset '===hng-skk "HNG:華嚴經卷二十(晉本高麗古版)"
3322                 '(long-name "HNG/古麗華20"
3323                   chars         256
3324                   dimension     2
3325                   registry      "hng-46$"
3326                   graphic       2
3327                   columns       2
3328                   direction     l2r))
3329   (make-charset '===hng-kyu "HNG:初麗瑜5"
3330                 '(long-name "HNG/瑜伽師地論卷五(高麗初彫本)"
3331                   chars         256
3332                   dimension     2
3333                   registry      "hng-47$"
3334                   graphic       2
3335                   columns       2
3336                   direction     l2r))
3337   (make-charset '===hng-ksk "HNG:華嚴經卷六(高麗再彫本)"
3338                 '(long-name "HNG/再麗華6"
3339                   chars         256
3340                   dimension     2
3341                   registry      "hng-48$"
3342                   graphic       2
3343                   columns       2
3344                   direction     l2r))
3345   (make-charset '===hng-wan "HNG:華嚴經卷三十八(趙氏藏本)"
3346                 '(long-name "HNG/和寧華38"
3347                   chars         256
3348                   dimension     2
3349                   registry      "hng-49$"
3350                   graphic       2
3351                   columns       2
3352                   direction     l2r))
3353   (make-charset '===hng-okd "HNG:金剛場陀羅尼經(小川本)"
3354                 '(long-name "HNG/金剛小川"
3355                   chars         256
3356                   dimension     2
3357                   registry      "hng-50$"
3358                   graphic       2
3359                   columns       2
3360                   direction     l2r))
3361   (make-charset '===hng-wad "HNG:大般若經卷二百五十(和銅經)"
3362                 '(long-name "HNG/和銅250"
3363                   chars         256
3364                   dimension     2
3365                   registry      "hng-54$"
3366                   graphic       2
3367                   columns       2
3368                   direction     l2r))
3369   (make-charset '===hng-kmi "HNG:弥勒上生經(高山寺本)"
3370                 '(long-name "HNG/弥勒上生"
3371                   chars         256
3372                   dimension     2
3373                   registry      "hng-55$"
3374                   graphic       2
3375                   columns       2
3376                   direction     l2r))
3377   (make-charset '===hng-zkd "HNG:續高僧傳(五月一日經)(天平寫經)"
3378                 '(long-name "HNG/五一續高"
3379                   chars         256
3380                   dimension     2
3381                   registry      "hng-56$"
3382                   graphic       2
3383                   columns       2
3384                   direction     l2r))
3385   (make-charset '===hng-doh "HNG:金剛大教王經卷一(高山寺本)"
3386                 '(long-name "HNG/金剛大教"
3387                   chars         256
3388                   dimension     2
3389                   registry      "hng-57$"
3390                   graphic       2
3391                   columns       2
3392                   direction     l2r))
3393   (make-charset '===hng-jyu "HNG:成唯識論卷十(寛治二年刊本)"
3394                 '(long-name "HNG/成唯識10"
3395                   chars         256
3396                   dimension     2
3397                   registry      "hng-58$"
3398                   graphic       2
3399                   columns       2
3400                   direction     l2r))
3401   (make-charset '===hng-tzs "HNG:佛説大教王經卷一(東禪寺版日本寫本)"
3402                 '(long-name "HNG/佛説大教"
3403                   chars         256
3404                   dimension     2
3405                   registry      "hng-60$"
3406                   graphic       2
3407                   columns       2
3408                   direction     l2r))
3409   (make-charset '===hng-sai "HNG:最上秘密那拏天經(東禪寺版日本寫本)"
3410                 '(long-name "HNG/最上秘密"
3411                   chars         256
3412                   dimension     2
3413                   registry      "hng-61$"
3414                   graphic       2
3415                   columns       2
3416                   direction     l2r))
3417   (make-charset '===hng-kad "HNG:大般若經卷八十(春日版)"
3418                 '(long-name "HNG/春日般若"
3419                   chars         256
3420                   dimension     2
3421                   registry      "hng-62$"
3422                   graphic       2
3423                   columns       2
3424                   direction     l2r))
3425   (make-charset '===hng-kss "HNG:華嚴信種義(明惠自筆)"
3426                 '(long-name "HNG/華嚴信種"
3427                   chars         256
3428                   dimension     2
3429                   registry      "hng-64$"
3430                   graphic       2
3431                   columns       2
3432                   direction     l2r))
3433   (make-charset '===hng-kyo "HNG:教行信証卷四(親鸞自筆)"
3434                 '(long-name "HNG/教行信証"
3435                   chars         256
3436                   dimension     2
3437                   registry      "hng-66$"
3438                   graphic       2
3439                   columns       2
3440                   direction     l2r))
3441   (make-charset '===hng-ykk "HNG:守屋本藥師功徳經"
3442                 '(long-name "HNG/藥師功徳"
3443                   chars         256
3444                   dimension     2
3445                   registry      "hng-68$"
3446                   graphic       2
3447                   columns       2
3448                   direction     l2r))
3449   (make-charset '===hng-saa "HNG:阿毘達磨大毘婆沙論卷百七十(正倉院本)"
3450                 '(long-name "HNG/正毘170"
3451                   chars         256
3452                   dimension     2
3453                   registry      "hng-70$"
3454                   graphic       2
3455                   columns       2
3456                   direction     l2r))
3457   (make-charset '===hng-sab "HNG:阿毘達磨大毘婆沙論卷百七十八(正倉院本)"
3458                 '(long-name "HNG/正毘178"
3459                   chars         256
3460                   dimension     2
3461                   registry      "hng-71$"
3462                   graphic       2
3463                   columns       2
3464                   direction     l2r))
3465   (make-charset '===hng-wks "HNG:花嚴經卷六十七(守屋本)"
3466                 '(long-name "HNG/和寧華67"
3467                   chars         256
3468                   dimension     2
3469                   registry      "hng-72$"
3470                   graphic       2
3471                   columns       2
3472                   direction     l2r))
3473   (make-charset '===hng-wke "HNG:花嚴經卷六十八(守屋本)"
3474                 '(long-name "HNG/和寧華68"
3475                   chars         256
3476                   dimension     2
3477                   registry      "hng-73$"
3478                   graphic       2
3479                   columns       2
3480                   direction     l2r))
3481   (make-charset '===hng-smk "HNG:西夏版妙法蓮華經卷一"
3482                 '(long-name "HNG/西夏法華"
3483                   chars         256
3484                   dimension     2
3485                   registry      "hng-74$"
3486                   graphic       2
3487                   columns       2
3488                   direction     l2r))
3489   (make-charset '===hng-sgs "HNG:四分律卷第十六(正倉院五月一日經)"
3490                 '(long-name "HNG/正四分16"
3491                   chars         256
3492                   dimension     2
3493                   registry      "hng-77$"
3494                   graphic       2
3495                   columns       2
3496                   direction     l2r))
3497   (make-charset '===hng-sts "HNG:四分律卷第二十(正倉院唐經)"
3498                 '(long-name "HNG/正四分20"
3499                   chars         256
3500                   dimension     2
3501                   registry      "hng-78$"
3502                   graphic       2
3503                   columns       2
3504                   direction     l2r))
3505
3506   (make-charset '=cbeta "CBETA private characters"
3507                 '(long-name     "CBETA PUA"
3508                   chars         256
3509                   dimension     2
3510                   registry      "cbeta-0"
3511                   graphic       2
3512                   min-code      #xE20000
3513                   max-code      #xE2FFFF
3514                   code-offset   #xE20000
3515                   columns       2
3516                   direction     l2r))
3517   (define-charset-alias 'ideograph-cbeta '=cbeta)
3518   (make-charset '==cbeta "CBETA private characters"
3519                 '(long-name     "CBETA PUA glyph-images"
3520                   chars         256
3521                   dimension     2
3522                   registry      "cbeta-0"
3523                   graphic       2
3524                   columns       2
3525                   direction     l2r
3526                   mother        =cbeta))
3527   (make-charset '===cbeta "CBETA private characters"
3528                 '(long-name     "CBETA PUA glyph-images"
3529                   chars         256
3530                   dimension     2
3531                   registry      "cbeta-0"
3532                   graphic       2
3533                   columns       2
3534                   direction     l2r
3535                   mother        ==cbeta))
3536   (make-charset '=>>cbeta "CBETA abstract glyphs"
3537                 '(long-name     "CBETA glyphs"
3538                   chars         256
3539                   dimension     2
3540                   registry      "cbeta-0"
3541                   graphic       2
3542                   columns       2
3543                   direction     l2r
3544                   mother        =cbeta))
3545   (make-charset '=>cbeta "CBETA abstract characters"
3546                 '(long-name     "CBETA characters"
3547                   chars         256
3548                   dimension     2
3549                   registry      "cbeta-0"
3550                   graphic       2
3551                   columns       2
3552                   direction     l2r
3553                   mother        =cbeta))
3554
3555   (make-charset '=zinbun-oracle
3556                 "Oracle Bones Script"
3557                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
3558                   chars         256
3559                   dimension     2
3560                   registry      "zob1968-0"
3561                   graphic       2
3562                   min-code      #xE70000
3563                   max-code      ,(+ #xE70000 8192)
3564                   code-offset   #xE70000
3565                   columns       2
3566                   direction     l2r))
3567
3568   (make-charset '=>zinbun-oracle
3569                 "Abstract Oracle Bones"
3570                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
3571                   chars         256
3572                   dimension     2
3573                   mother        =zinbun-oracle
3574                   registry      "zob1968-0"
3575                   graphic       2
3576                   columns       2
3577                   direction     l2r))
3578
3579   (make-charset '=jef-china3
3580                 "JEF + CHINA3 private characters"
3581                 '(long-name     "JEF + CHINA3"
3582                   chars         256
3583                   dimension     2
3584                   columns       2
3585                   graphic       2
3586                   direction     l2r
3587                   registry      "china3jef-0"
3588                   min-code      #xE80000
3589                   max-code      #xE8FFFF
3590                   code-offset   #xE80000))
3591   (define-charset-alias 'china3-jef '=jef-china3)
3592   (make-charset '==jef-china3
3593                 "JEF + CHINA3 abstract glyph-images."
3594                 '(long-name     "JEF + CHINA3"
3595                   chars         256
3596                   dimension     2
3597                   columns       2
3598                   graphic       2
3599                   direction     l2r
3600                   registry      "china3jef-0"
3601                   mother        =jef-china3))
3602   (make-charset '===jef-china3
3603                 "JEF + CHINA3 glyph-images."
3604                 '(long-name     "JEF-CHINA3 glyph-images"
3605                   chars         256
3606                   dimension     2
3607                   columns       2
3608                   graphic       2
3609                   direction     l2r
3610                   registry      "china3jef-0"
3611                   mother        ==jef-china3))
3612
3613   (make-charset '=ruimoku-v6
3614                 "private characters used in RUIMOKU Version.6"
3615                 `(long-name     "RUI6"
3616                   chars         256
3617                   dimension     2
3618                   columns       2
3619                   graphic       2
3620                   direction     l2r
3621                   registry      "rui6-0"
3622                   ;; mother     ucs
3623                   min-code      #xE90000 ; #xE000
3624                   max-code      #xE908FF ; #xE8FF
3625                   code-offset   ,(- #xE90000 #xE000)))
3626   (make-charset '==ruimoku-v6
3627                 "RUIMOKU Version.6 glyph-images."
3628                 '(long-name     "RUI6 glyph-images."
3629                   chars         256
3630                   dimension     2
3631                   columns       2
3632                   graphic       2
3633                   direction     l2r
3634                   registry      "rui6-0"
3635                   mother        =ruimoku-v6))
3636   (make-charset '===ruimoku-v6
3637                 "RUIMOKU Version.6 representative glyph-images."
3638                 '(long-name     "RUI6 rep-glyph-images."
3639                   chars         256
3640                   dimension     2
3641                   columns       2
3642                   graphic       2
3643                   direction     l2r
3644                   registry      "rui6-0"
3645                   mother        ==ruimoku-v6))
3646   (make-charset '=>>ruimoku-v6
3647                 "RUIMOKU Version.6 detailed-glyphs."
3648                 '(long-name     "RUI6 characters."
3649                   chars         256
3650                   dimension     2
3651                   columns       2
3652                   graphic       2
3653                   direction     l2r
3654                   registry      "rui6-0"
3655                   mother        =ruimoku-v6))
3656   (make-charset '=>ruimoku-v6
3657                 "RUIMOKU Version.6 abstract characters."
3658                 '(long-name     "RUI6 characters."
3659                   chars         256
3660                   dimension     2
3661                   columns       2
3662                   graphic       2
3663                   direction     l2r
3664                   registry      "rui6-0"
3665                   mother        =ruimoku-v6))
3666
3667   (make-charset '=shuowen-jiguge "汲古閣本説文解字"
3668                 '(long-name "汲古閣本説文解字(抽象字体)"
3669                   chars         256
3670                   dimension     2
3671                   registry      "ShuowenJiguge-5$"
3672                   graphic       2
3673                   columns       2
3674                   direction     l2r))
3675
3676   (make-charset '===shuowen-jiguge4 "淮南書局4次様本説文解字"
3677                 '(long-name "京大人文研所蔵説文解字淮南書局4次様本"
3678                   chars         256
3679                   dimension     2
3680                   registry      "ShuowenJiguge-4$"
3681                   graphic       2
3682                   columns       2
3683                   direction     l2r))
3684
3685   (make-charset '===shuowen-jiguge5 "汲古閣通行本説文解字"
3686                 '(long-name "京大人文研所蔵汲古閣通行本説文解字"
3687                   chars         256
3688                   dimension     2
3689                   registry      "ShuowenJiguge-5$"
3690                   graphic       2
3691                   columns       2
3692                   direction     l2r))
3693
3694   ;; (make-charset
3695   ;;  '=zihai
3696   ;;  "ZhongHua-ZiHai glyph-images"
3697   ;;  '(long-name "ZhongHua-ZiHai (pppp-nn)"
3698   ;;              chars 256
3699   ;;              dimension 3
3700   ;;              columns 2
3701   ;;              graphic 2
3702   ;;              direction l2r))
3703
3704   ;; (make-charset
3705   ;;  '=zihai-17xx
3706   ;;  "ZhongHua-ZiHai (pp.1700〜1781) glyph-images"
3707   ;;  '(long-name "ZhongHua-ZiHai pp.17xx"
3708   ;;              chars 256
3709   ;;              dimension 2
3710   ;;              columns 2
3711   ;;              graphic 2
3712   ;;              direction l2r
3713   ;;              registry "zihai\\.cp-17$"))
3714
3715   (make-charset '=big5-cdp-itaiji-001
3716                 "Big5-CDP-itaiji-001 glyphs of GlyphWiki"
3717                 '(long-name     "Big5-CDP-itaiji-001"
3718                   chars         256
3719                   dimension     2
3720                   columns       2
3721                   graphic       2
3722                   direction     l2r
3723                   registry      "cdp\\.itaiji-1$"
3724                   mother        =big5-cdp))
3725   (make-charset '=>big5-cdp-itaiji-001
3726                 "Big5-CDP-itaiji-001 abstract characters of GlyphWiki"
3727                 '(long-name     "Big5-CDP-itaiji-001"
3728                   chars         256
3729                   dimension     2
3730                   columns       2
3731                   graphic       2
3732                   direction     l2r
3733                   registry      "cdp\\.itaiji-1$"
3734                   mother        =big5-cdp-itaiji-001))
3735   (make-charset '==big5-cdp-itaiji-001
3736                 "Big5-CDP-itaiji-001 abstract glyph-image of GlyphWiki"
3737                 '(long-name     "Big5-CDP-itaiji-001"
3738                   chars         256
3739                   dimension     2
3740                   columns       2
3741                   graphic       2
3742                   direction     l2r
3743                   registry      "cdp\\.itaiji-1$"
3744                   mother        =big5-cdp-itaiji-001))
3745
3746   (make-charset '=big5-cdp-itaiji-002
3747                 "Big5-CDP-itaiji-002 glyphs of GlyphWiki"
3748                 '(long-name     "Big5-CDP-itaiji-002"
3749                   chars         256
3750                   dimension     2
3751                   columns       2
3752                   graphic       2
3753                   direction     l2r
3754                   registry      "cdp\\.itaiji-2$"
3755                   mother        =big5-cdp))
3756   (make-charset '=>big5-cdp-itaiji-002
3757                 "Big5-CDP-itaiji-002 abstract characters of GlyphWiki"
3758                 '(long-name     "Big5-CDP-itaiji-002"
3759                   chars         256
3760                   dimension     2
3761                   columns       2
3762                   graphic       2
3763                   direction     l2r
3764                   registry      "cdp\\.itaiji-2$"
3765                   mother        =big5-cdp-itaiji-002))
3766
3767   (make-charset '=big5-cdp-itaiji-003
3768                 "Big5-CDP-itaiji-003 glyphs of GlyphWiki"
3769                 '(long-name     "Big5-CDP-itaiji-003"
3770                   chars         256
3771                   dimension     2
3772                   columns       2
3773                   graphic       2
3774                   direction     l2r
3775                   registry      "cdp\\.itaiji-3$"
3776                   mother        =big5-cdp))
3777   (make-charset '=>big5-cdp-itaiji-003
3778                 "Big5-CDP-itaiji-003 abstract characters of GlyphWiki"
3779                 '(long-name     "Big5-CDP-itaiji-003"
3780                   chars         256
3781                   dimension     2
3782                   columns       2
3783                   graphic       2
3784                   direction     l2r
3785                   registry      "cdp\\.itaiji-3$"
3786                   mother        =big5-cdp-itaiji-003))
3787
3788   (make-charset '=big5-cdp-itaiji-004
3789                 "Big5-CDP-itaiji-004 glyphs of GlyphWiki"
3790                 '(long-name     "Big5-CDP-itaiji-004"
3791                   chars         256
3792                   dimension     2
3793                   columns       2
3794                   graphic       2
3795                   direction     l2r
3796                   registry      "cdp\\.itaiji-4$"
3797                   mother        =big5-cdp))
3798   (make-charset '=>big5-cdp-itaiji-004
3799                 "Big5-CDP-itaiji-004 abstract characters of GlyphWiki"
3800                 '(long-name     "Big5-CDP-itaiji-004"
3801                   chars         256
3802                   dimension     2
3803                   columns       2
3804                   graphic       2
3805                   direction     l2r
3806                   registry      "cdp\\.itaiji-4$"
3807                   mother        =big5-cdp-itaiji-004))
3808
3809   (make-charset '=big5-cdp-itaiji-005
3810                 "Big5-CDP-itaiji-005 glyphs of GlyphWiki"
3811                 '(long-name     "Big5-CDP-itaiji-005"
3812                   chars         256
3813                   dimension     2
3814                   columns       2
3815                   graphic       2
3816                   direction     l2r
3817                   registry      "cdp\\.itaiji-5$"
3818                   mother        =big5-cdp))
3819
3820   (make-charset '=big5-cdp-var-001
3821                 "Big5-CDP-var-001 glyphs of GlyphWiki"
3822                 '(long-name     "Big5-CDP-var-001"
3823                   chars         256
3824                   dimension     2
3825                   columns       2
3826                   graphic       2
3827                   direction     l2r
3828                   registry      "cdp\\.var-1$"
3829                   mother        =big5-cdp))
3830
3831   (make-charset '=>big5-cdp-var-001
3832                 "Big5-CDP-var-001 abstract characters of GlyphWiki"
3833                 '(long-name     "Big5-CDP-var-001"
3834                   chars         256
3835                   dimension     2
3836                   columns       2
3837                   graphic       2
3838                   direction     l2r
3839                   registry      "cdp\\.var-1$"
3840                   mother        =big5-cdp-var-001))
3841
3842   (make-charset '=big5-cdp-var-002
3843                 "Big5-CDP-var-002 glyph-images of GlyphWiki"
3844                 '(long-name     "Big5-CDP-var-002"
3845                   chars         256
3846                   dimension     2
3847                   columns       2
3848                   graphic       2
3849                   direction     l2r
3850                   registry      "cdp\\.var-2$"
3851                   mother        =big5-cdp))
3852
3853   (make-charset '=big5-cdp-var-003
3854                 "Big5-CDP-var-003 glyph-images of GlyphWiki"
3855                 '(long-name     "Big5-CDP-var-003"
3856                   chars         256
3857                   dimension     2
3858                   columns       2
3859                   graphic       2
3860                   direction     l2r
3861                   registry      "cdp\\.var-3$"
3862                   mother        =big5-cdp))
3863   (define-charset-alias '=big5-cdp-var-3 '=big5-cdp-var-003)
3864
3865   (make-charset '=big5-cdp-var-004
3866                 "Big5-CDP-var-004 glyph-images of GlyphWiki"
3867                 '(long-name     "Big5-CDP-var-004"
3868                   chars         256
3869                   dimension     2
3870                   columns       2
3871                   graphic       2
3872                   direction     l2r
3873                   registry      "cdp\\.var-4$"
3874                   mother        =big5-cdp))
3875
3876   (make-charset '=big5-cdp-var-005
3877                 "Big5-CDP-var-005 glyph-images of GlyphWiki"
3878                 '(long-name     "Big5-CDP-var-005"
3879                   chars         256
3880                   dimension     2
3881                   columns       2
3882                   graphic       2
3883                   direction     l2r
3884                   registry      "cdp\\.var-5$"
3885                   mother        =big5-cdp))
3886   (define-charset-alias '=big5-cdp-var-5 '=big5-cdp-var-005)
3887
3888   (make-charset '=big5-cdp-var-007
3889                 "Big5-CDP-var-007 glyph-images of GlyphWiki"
3890                 '(long-name     "Big5-CDP-var-007"
3891                   chars         256
3892                   dimension     2
3893                   columns       2
3894                   graphic       2
3895                   direction     l2r
3896                   registry      "cdp\\.var-7$"
3897                   mother        =big5-cdp))
3898
3899   (make-charset '=big5-cdp-var-010
3900                 "Big5-CDP-var-010 glyph-images of GlyphWiki"
3901                 '(long-name     "Big5-CDP-var-010"
3902                   chars         256
3903                   dimension     2
3904                   columns       2
3905                   graphic       2
3906                   direction     l2r
3907                   registry      "cdp\\.var-10$"
3908                   mother        =big5-cdp))
3909
3910   (make-charset '==>ucs@bucs
3911                 "Basic Subset of Coded Character Sets (BUCS)"
3912                 '(long-name     "BUCS abstract characters"
3913                   chars         256
3914                   dimension     3
3915                   columns       2
3916                   graphic       2
3917                   direction     l2r
3918                   =>iso-ir      177
3919                   mother        =ucs))
3920   (make-charset '==>ucs@esu
3921                 "Extended Subset of Coded Character Sets (ESU)"
3922                 '(long-name     "BUCS abstract characters"
3923                   chars         256
3924                   dimension     3
3925                   columns       2
3926                   graphic       2
3927                   direction     l2r
3928                   =>iso-ir      177
3929                   mother        ==>ucs@bucs))
3930
3931   (make-charset '=>iwds-1
3932                 "The IRG Working Document Series 1: List of UCV of Ideograhs."
3933                 '(long-name     "IWDS 1: List of UCV"
3934                   chars         256
3935                   dimension     2
3936                   columns       2
3937                   graphic       2
3938                   direction     l2r))
3939
3940   (make-charset '=>ucs@iwds-1
3941                 "UCS abstract characters based on IWDS-1."
3942                 '(long-name     "UCS based on IWDS-1"
3943                   chars         256
3944                   dimension     3
3945                   columns       2
3946                   graphic       2
3947                   direction     l2r
3948                   =>iso-ir      177
3949                   mother        =ucs))
3950   (make-charset '=>ucs@iwds-1/normalized
3951                 "UCS abstract characters based on IWDS-1."
3952                 '(long-name     "UCS based on IWDS-1"
3953                   chars         256
3954                   dimension     3
3955                   columns       2
3956                   graphic       2
3957                   direction     l2r
3958                   =>iso-ir      177
3959                   mother        =>ucs@iwds-1))
3960
3961   (make-charset '=>ucs@cognate
3962                 "UCS abstract characters based on cognate."
3963                 '(long-name     "UCS based on cognate"
3964                   chars         256
3965                   dimension     3
3966                   columns       2
3967                   graphic       2
3968                   direction     l2r
3969                   =>iso-ir      177
3970                   mother        =ucs))
3971
3972   (make-charset '=>ucs@component
3973                 "UCS encoding for abstract components of IWDS-1."
3974                 '(long-name     "UCS for IWDS-1 abstract components"
3975                   chars         256
3976                   dimension     3
3977                   columns       2
3978                   graphic       2
3979                   direction     l2r
3980                   =>iso-ir      177
3981                   mother        =ucs))
3982
3983   ;; (make-charset '=>ucs@hanyo-denshi
3984   ;;               "UCS abstract characters based on Han'you-Denshi collection."
3985   ;;               '(long-name     "UCS base characters of Han'you-Denshi"
3986   ;;                 chars         256
3987   ;;                 dimension     3
3988   ;;                 columns       2
3989   ;;                 graphic       2
3990   ;;                 direction     l2r
3991   ;;                 =>iso-ir      177
3992   ;;                 mother        =ucs))
3993
3994   (make-charset '=>ucs@iso
3995                 "Abstract characters of ISO/IEC 10646 representatives"
3996                 '(long-name     "UCS characters for ISO"
3997                   chars         256
3998                   dimension     3
3999                   columns       2
4000                   graphic       2
4001                   direction     l2r
4002                   =>iso-ir      177
4003                   mother        =ucs))
4004   (make-charset '=>ucs@unicode
4005                 "Abstract characters of Unicode representatives"
4006                 '(long-name     "UCS characters for Unicode"
4007                   chars         256
4008                   dimension     3
4009                   columns       2
4010                   graphic       2
4011                   direction     l2r
4012                   =>iso-ir      177
4013                   mother        =>ucs@iso))
4014   (make-charset '=>ucs@jis
4015                 "UCS representative characters for JIS X0208/0212/0213"
4016                 '(long-name     "UCS characters for JIS"
4017                   chars         256
4018                   dimension     3
4019                   columns       2
4020                   graphic       2
4021                   direction     l2r
4022                   =>iso-ir      177
4023                   mother        =>ucs@unicode))
4024   (make-charset '=>ucs@jis/2000
4025                 "ISO/IEC 10646 for JIS X 0213:2000"
4026                 '(long-name     "UCS for JIS:2000"
4027                   chars         256
4028                   dimension     3
4029                   columns       2
4030                   graphic       2
4031                   direction     l2r
4032                   =>iso-ir      177
4033                   mother        =>ucs@jis))
4034   (make-charset '=>ucs@jis/2004
4035                 "ISO/IEC 10646 for JIS X 0213:2004"
4036                 '(long-name     "UCS for JIS:2004"
4037                   chars         256
4038                   dimension     3
4039                   columns       2
4040                   graphic       2
4041                   direction     l2r
4042                   =>iso-ir      177
4043                   mother        =>ucs@jis))
4044   (make-charset '=>ucs@ks
4045                 "UCS representative characters for Korean Standards"
4046                 '(long-name     "UCS characters for KS"
4047                   chars         256
4048                   dimension     3
4049                   columns       2
4050                   graphic       2
4051                   direction     l2r
4052                   =>iso-ir      177
4053                   mother        =>ucs@unicode))
4054   (make-charset '=>ucs@cns
4055                 "UCS representatives characters for CNS 11643 sources"
4056                 '(long-name     "UCS characters for CNS 11643"
4057                   chars         256
4058                   dimension     3
4059                   columns       2
4060                   graphic       2
4061                   direction     l2r
4062                   =>iso-ir      177
4063                   mother        =>ucs@unicode))
4064
4065   (make-charset '=+>ucs@iso
4066                 "UCS based on ISO/IEC 10646 representative glyphs"
4067                 '(long-name     "Unified abstract glyphs of UCS"
4068                   chars         256
4069                   dimension     3
4070                   columns       2
4071                   graphic       2
4072                   direction     l2r
4073                   =>iso-ir      177
4074                   mother        =>ucs@iso))
4075   (make-charset '=+>ucs@unicode
4076                 "Unicode representative unified abstract glyphs"
4077                 '(long-name     "UCS unified abstract glyphs for Unicode"
4078                   chars         256
4079                   dimension     3
4080                   columns       2
4081                   graphic       2
4082                   direction     l2r
4083                   =>iso-ir      177
4084                   mother        =+>ucs@iso))
4085   (make-charset '=+>ucs@jis
4086                 "UCS based on Japanese usual unification"
4087                 '(long-name     "UCS unified abstract glyphs for JP"
4088                   chars         256
4089                   dimension     3
4090                   columns       2
4091                   graphic       2
4092                   direction     l2r
4093                   =>iso-ir      177
4094                   mother        =+>ucs@unicode))
4095   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
4096   (make-charset '=+>ucs@jis/1990
4097                 "UCS representative characters for JIS X0208/0212:1990"
4098                 '(long-name     "UCS characters for JIS:1990"
4099                   chars         256
4100                   dimension     3
4101                   columns       2
4102                   graphic       2
4103                   direction     l2r
4104                   =>iso-ir      177
4105                   mother        =+>ucs@jis))
4106   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
4107   (make-charset '=+>ucs@jis/2004
4108                 "UCS representative characters for JIS X 0213:2004"
4109                 '(long-name     "UCS characters for JIS:2004"
4110                   chars         256
4111                   dimension     3
4112                   columns       2
4113                   graphic       2
4114                   direction     l2r
4115                   =>iso-ir      177
4116                   mother        =+>ucs@jis))
4117   (make-charset '=+>ucs@ks
4118                 "UCS representative unified abstract glyphs for Korean Standards"
4119                 '(long-name     "UCS unified abstract glyphs for KS"
4120                   chars         256
4121                   dimension     3
4122                   columns       2
4123                   graphic       2
4124                   direction     l2r
4125                   =>iso-ir      177
4126                   mother        =+>ucs@unicode))
4127   (make-charset '=+>ucs@cns
4128                 "UCS representatives unified abstract glyphs for CNS 11643 sources"
4129                 '(long-name     "UCS unified abstract glyphs for CNS"
4130                   chars         256
4131                   dimension     3
4132                   columns       2
4133                   graphic       2
4134                   direction     l2r
4135                   =>iso-ir      177
4136                   mother        =+>ucs@unicode))
4137
4138   (make-charset '=ucs@iso
4139                 "ISO/IEC 10646 for its representative glyphs"
4140                 '(long-name     "UCS for ISO"
4141                   chars         256
4142                   dimension     3
4143                   columns       2
4144                   graphic       2
4145                   direction     l2r
4146                   =>iso-ir      177
4147                   mother        =+>ucs@iso
4148                   ))
4149   (make-charset '=ucs@unicode
4150                 "Unicode for its representative glyphs"
4151                 '(long-name     "UCS for Unicode"
4152                   chars         256
4153                   dimension     3
4154                   columns       2
4155                   graphic       2
4156                   direction     l2r
4157                   =>iso-ir      177
4158                   mother        =ucs@iso))
4159   (make-charset '=ucs@gb
4160                 "ISO/IEC 10646 for GB"
4161                 '(long-name     "UCS for GB"
4162                   chars         256
4163                   dimension     3
4164                   columns       2
4165                   graphic       2
4166                   direction     l2r
4167                   =>iso-ir      177
4168                   mother        =ucs@unicode))
4169   (define-charset-alias 'ucs-gb '=ucs@gb)
4170   (make-charset '=ucs@gb/fw
4171                 "ISO/IEC 10646 for GB with fullwidth"
4172                 '(long-name     "UCS for GB-fullwidth"
4173                   chars         256
4174                   dimension     3
4175                   columns       2
4176                   graphic       2
4177                   direction     l2r
4178                   =>iso-ir      177
4179                   mother        =ucs@gb))
4180   (make-charset '=ucs-bmp@gb
4181                 "ISO/IEC 10646 BMP for GB"
4182                 '(long-name     "BMP for GB"
4183                   chars         256
4184                   dimension     3
4185                   columns       2
4186                   graphic       2
4187                   direction     l2r
4188                   mother        =ucs@gb
4189                   min-code      #x0000
4190                   max-code      #xFFFF))
4191   (make-charset '=ucs@cns
4192                 "ISO/IEC 10646 for CNS 11643"
4193                 '(long-name     "UCS for CNS"
4194                   chars         256
4195                   dimension     3
4196                   columns       2
4197                   graphic       2
4198                   direction     l2r
4199                   =>iso-ir      177
4200                   mother        =ucs@unicode))
4201   (define-charset-alias 'ucs-cns '=ucs@cns)
4202   (make-charset '=ucs@cns/fw
4203                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
4204                 '(long-name     "UCS for CNS-fullwidth"
4205                   chars         256
4206                   dimension     3
4207                   columns       2
4208                   graphic       2
4209                   direction     l2r
4210                   =>iso-ir      177
4211                   mother        =ucs@cns))
4212   (make-charset '=ucs-bmp@cns
4213                 "ISO/IEC 10646 BMP for CNS"
4214                 '(long-name     "BMP for CNS"
4215                   chars         256
4216                   dimension     3
4217                   columns       2
4218                   graphic       2
4219                   direction     l2r
4220                   mother        =ucs@cns
4221                   min-code      #x0000
4222                   max-code      #xFFFF))
4223   (make-charset '=ucs@jis
4224                 "ISO/IEC 10646 for JIS X0208/0212/0213"
4225                 '(long-name     "UCS for JIS"
4226                   chars         256
4227                   dimension     3
4228                   columns       2
4229                   graphic       2
4230                   direction     l2r
4231                   =>iso-ir      177
4232                   mother        =ucs@unicode))
4233   (define-charset-alias 'ucs-jis '=ucs@jis)
4234   (make-charset '=ucs@jis/fw
4235                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
4236                 '(long-name     "UCS for JIS-fullwidth"
4237                   chars         256
4238                   dimension     3
4239                   columns       2
4240                   graphic       2
4241                   direction     l2r
4242                   =>iso-ir      177
4243                   mother        =ucs@jis))
4244   (make-charset '=ucs-bmp@jis
4245                 "ISO/IEC 10646 BMP for JIS"
4246                 '(long-name     "BMP for JIS"
4247                   chars         256
4248                   dimension     3
4249                   columns       2
4250                   graphic       2
4251                   direction     l2r
4252                   mother        =ucs@jis
4253                   min-code      #x0000
4254                   max-code      #xFFFF))
4255   ;; (make-charset '=ucs@jis/1983
4256   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
4257   ;;               '(long-name     "UCS for JIS:1983"
4258   ;;                 chars         256
4259   ;;                 dimension     3
4260   ;;                 columns       2
4261   ;;                 graphic       2
4262   ;;                 direction     l2r
4263   ;;                 =>iso-ir      177
4264   ;;                 mother        =ucs@jis))
4265   (make-charset '=ucs@jis/1990
4266                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
4267                 '(long-name     "UCS for JIS:1990"
4268                   chars         256
4269                   dimension     3
4270                   columns       2
4271                   graphic       2
4272                   direction     l2r
4273                   =>iso-ir      177
4274                   mother        =ucs@jis))
4275   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
4276   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
4277   (make-charset '=ucs@jis/2000
4278                 "ISO/IEC 10646 for JIS X 0213:2000"
4279                 '(long-name     "UCS for JIS:2000"
4280                   chars         256
4281                   dimension     3
4282                   columns       2
4283                   graphic       2
4284                   direction     l2r
4285                   =>iso-ir      177
4286                   mother        =ucs@jis))
4287   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
4288   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
4289   (make-charset '=ucs@jis/2004
4290                 "ISO/IEC 10646 for JIS X 0213:2004"
4291                 '(long-name     "UCS for JIS:2004"
4292                   chars         256
4293                   dimension     3
4294                   columns       2
4295                   graphic       2
4296                   direction     l2r
4297                   =>iso-ir      177
4298                   mother        =ucs@jis))
4299   (make-charset '=ucs@JP
4300                 "UCS for common glyphs used in Japan"
4301                 '(long-name     "UCS for Japan"
4302                   chars         256
4303                   dimension     3
4304                   columns       2
4305                   graphic       2
4306                   direction     l2r
4307                   =>iso-ir      177
4308                   mother        =ucs@jis/2004))
4309   (define-charset-alias '=ucs@jp '=ucs@JP)
4310   (make-charset '=ucs@JP/hanazono
4311                 "Japanese glyph-images of Hanazono Mincho"
4312                 '(long-name     "UCS for Hana-Min"
4313                   chars         256
4314                   dimension     3
4315                   columns       2
4316                   graphic       2
4317                   direction     l2r
4318                   =>iso-ir      177
4319                   mother        =ucs@JP))
4320   (make-charset '=ucs@ks
4321                 "ISO/IEC 10646 for Korean Standards"
4322                 '(long-name     "UCS for KS"
4323                   chars         256
4324                   dimension     3
4325                   columns       2
4326                   graphic       2
4327                   direction     l2r
4328                   =>iso-ir      177
4329                   mother        =ucs@unicode))
4330   (define-charset-alias 'ucs-ks '=ucs@ks)
4331   (make-charset '=ucs@ks/2012
4332                 "Mapping for Korean Standards in ISO/IEC 10646:2012"
4333                 '(long-name     "UCS:2012 for KS"
4334                   chars         256
4335                   dimension     3
4336                   columns       2
4337                   graphic       2
4338                   direction     l2r
4339                   =>iso-ir      177
4340                   mother        =ucs@ks))
4341   (make-charset '=ucs-bmp@ks
4342                 "ISO/IEC 10646 BMP for KS"
4343                 '(long-name     "BMP for KS"
4344                   chars         256
4345                   dimension     3
4346                   columns       2
4347                   graphic       2
4348                   direction     l2r
4349                   mother        =ucs@ks
4350                   min-code      #x0000
4351                   max-code      #xFFFF))
4352   (make-charset '=ucs@cns11643
4353                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
4354                 '(long-name     "UCS for CNS11643"
4355                   chars         256
4356                   dimension     3
4357                   columns       2
4358                   graphic       2
4359                   direction     l2r
4360                   =>iso-ir      177
4361                   mother        =ucs@cns))
4362   (make-charset '=ucs@big5
4363                 "ISO/IEC 10646 for Big5"
4364                 '(long-name     "UCS for Big5"
4365                   chars         256
4366                   dimension     3
4367                   columns       2
4368                   graphic       2
4369                   direction     l2r
4370                   =>iso-ir      177
4371                   ;; mother     =>ucs@iwds-1
4372                   mother        =ucs@cns
4373                   ;; mother     =>>ucs@cns
4374                   ))
4375   (define-charset-alias 'ucs-big5 '=ucs@big5)
4376   (make-charset '=ucs@big5/cns11643
4377                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
4378                 '(long-name     "UCS for Big5@CNS11643"
4379                   chars         256
4380                   dimension     3
4381                   columns       2
4382                   graphic       2
4383                   direction     l2r
4384                   =>iso-ir      177
4385                   mother        =ucs@big5))
4386
4387   (make-charset '=>>ucs@iso
4388                 "Representative abstract-glyphs of ISO/IEC 10646"
4389                 '(long-name     "UCS abstract glyphs for UCS"
4390                   chars         256
4391                   dimension     3
4392                   columns       2
4393                   graphic       2
4394                   direction     l2r
4395                   =>iso-ir      177
4396                   mother        =ucs@iso))
4397   (make-charset '=>>ucs@unicode
4398                 "Representative abstract-glyphs of Unicode"
4399                 '(long-name     "Unicode abstract glyphs"
4400                   chars         256
4401                   dimension     3
4402                   columns       2
4403                   graphic       2
4404                   direction     l2r
4405                   =>iso-ir      177
4406                   mother        =>>ucs@iso))
4407   (make-charset '=>>ucs@jis
4408                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
4409                 '(long-name     "UCS abstract glyphs for JIS"
4410                   chars         256
4411                   dimension     3
4412                   columns       2
4413                   graphic       2
4414                   direction     l2r
4415                   =>iso-ir      177
4416                   mother        =>>ucs@unicode))
4417   (make-charset '=>>ucs@jis/1990
4418                 "UCS Representative glyphs for JIS X 0208/0212:1990"
4419                 '(long-name     "UCS glyphs for JIS:1990"
4420                   chars         256
4421                   dimension     3
4422                   columns       2
4423                   graphic       2
4424                   direction     l2r
4425                   =>iso-ir      177
4426                   mother        =>>ucs@jis))
4427   (make-charset '=>>ucs@jis/2000
4428                 "UCS Representative glyphs for JIS X 0213:2000"
4429                 '(long-name     "UCS glyphs for JIS:2000"
4430                   chars         256
4431                   dimension     3
4432                   columns       2
4433                   graphic       2
4434                   direction     l2r
4435                   =>iso-ir      177
4436                   mother        =>>ucs@jis))
4437   (make-charset '=>>ucs@jis/2004
4438                 "UCS Representative glyphs for JIS X 0213:2004"
4439                 '(long-name     "UCS glyphs for JIS:2004"
4440                   chars         256
4441                   dimension     3
4442                   columns       2
4443                   graphic       2
4444                   direction     l2r
4445                   =>iso-ir      177
4446                   mother        =>>ucs@jis))
4447   (make-charset '=>>ucs@JP
4448                 "UCS abstract-glyphs based on Japanese style glyphs"
4449                 '(long-name     "UCS glyphs for JP"
4450                   chars         256
4451                   dimension     3
4452                   columns       2
4453                   graphic       2
4454                   direction     l2r
4455                   =>iso-ir      177
4456                   mother        =>>ucs@jis/2004))
4457   (make-charset '=>>ucs@ks
4458                 "UCS Representative glyphs for Korean Standards"
4459                 '(long-name     "UCS glyphs for KS"
4460                   chars         256
4461                   dimension     3
4462                   columns       2
4463                   graphic       2
4464                   direction     l2r
4465                   =>iso-ir      177
4466                   mother        =>>ucs@unicode))
4467   (make-charset '=>>ucs@cns
4468                 "UCS Representative glyphs for CNS 11643 sources"
4469                 '(long-name     "UCS glyphs for CNS"
4470                   chars         256
4471                   dimension     3
4472                   columns       2
4473                   graphic       2
4474                   direction     l2r
4475                   =>iso-ir      177
4476                   mother        =>>ucs@unicode))
4477
4478   (make-charset '==ucs@iso
4479                 "Representative glyph-forms of ISO/IEC 10646."
4480                 '(long-name     "UCS glyph-forms for UCS"
4481                   chars         256
4482                   dimension     3
4483                   columns       2
4484                   graphic       2
4485                   direction     l2r
4486                   =>iso-ir      177
4487                   mother        =>>ucs@iso))
4488   (define-charset-alias '=>>>ucs@iso '==ucs@iso)
4489   (make-charset '==ucs@unicode
4490                 "Representative glyph-forms of Unicode."
4491                 '(long-name     "UCS glyph-forms for Unicode"
4492                   chars         256
4493                   dimension     3
4494                   columns       2
4495                   graphic       2
4496                   direction     l2r
4497                   =>iso-ir      177
4498                   mother        ==ucs@iso))
4499   (define-charset-alias '=>>>ucs@unicode '==ucs@unicode)
4500   (make-charset '==ucs@gb
4501                 "ISO/IEC 10646 for GB"
4502                 '(long-name     "UCS for GB"
4503                   chars         256
4504                   dimension     3
4505                   columns       2
4506                   graphic       2
4507                   direction     l2r
4508                   =>iso-ir      177
4509                   mother        ==ucs@unicode))
4510   (make-charset '==ucs-bmp@gb
4511                 "ISO/IEC 10646 BMP for GB"
4512                 '(long-name     "BMP for GB"
4513                   chars         256
4514                   dimension     3
4515                   columns       2
4516                   graphic       2
4517                   direction     l2r
4518                   mother        ==ucs@gb
4519                   min-code      #x0000
4520                   max-code      #xFFFF))
4521   (make-charset '==ucs@cns
4522                 "UCS Representative glyph-forms for CNS 11643 sources."
4523                 '(long-name     "UCS glyph-forms for CNS"
4524                   chars         256
4525                   dimension     3
4526                   columns       2
4527                   graphic       2
4528                   direction     l2r
4529                   =>iso-ir      177
4530                   mother        ==ucs@unicode))
4531   (define-charset-alias '=>>>ucs@cns '==ucs@cns)
4532   (make-charset '==ucs-bmp@cns
4533                 "ISO/IEC 10646 BMP for CNS"
4534                 '(long-name     "BMP for CNS"
4535                   chars         256
4536                   dimension     3
4537                   columns       2
4538                   graphic       2
4539                   direction     l2r
4540                   mother        ==ucs@cns
4541                   min-code      #x0000
4542                   max-code      #xFFFF))
4543   (make-charset '==ucs@jis
4544                 "UCS Representative glyph-forms for JIS X0208/0212/0213."
4545                 '(long-name     "UCS glyph-forms for JIS"
4546                   chars         256
4547                   dimension     3
4548                   columns       2
4549                   graphic       2
4550                   direction     l2r
4551                   =>iso-ir      177
4552                   mother        ==ucs@unicode))
4553   (define-charset-alias '=>>>ucs@jis '==ucs@jis)
4554   (make-charset '==ucs@jis/1990
4555                 "UCS Representative glyph-forms for JIS X 0208/0212:1990."
4556                 '(long-name     "UCS glyph-forms for JIS:1990"
4557                   chars         256
4558                   dimension     3
4559                   columns       2
4560                   graphic       2
4561                   direction     l2r
4562                   =>iso-ir      177
4563                   mother        ==ucs@jis))
4564   (define-charset-alias '=>>>ucs@jis/1990 '==ucs@jis/1990)
4565   (make-charset '==ucs@jis/2000
4566                 "UCS Representative glyph-forms for JIS X 0213:2000."
4567                 '(long-name     "UCS glyph-forms for JIS:2000"
4568                   chars         256
4569                   dimension     3
4570                   columns       2
4571                   graphic       2
4572                   direction     l2r
4573                   =>iso-ir      177
4574                   mother        ==ucs@jis))
4575   (define-charset-alias '=>>>ucs@jis/2000 '==ucs@jis/2000)
4576   (make-charset '==ucs@jis/2004
4577                 "UCS Representative glyph-forms for JIS X 0213:2004."
4578                 '(long-name     "UCS glyph-forms for JIS:2004"
4579                   chars         256
4580                   dimension     3
4581                   columns       2
4582                   graphic       2
4583                   direction     l2r
4584                   =>iso-ir      177
4585                   mother        ==ucs@jis))
4586   (define-charset-alias '=>>>ucs@jis/2004 '==ucs@jis/2004)
4587   (make-charset '==ucs@JP
4588                 "UCS for common glyph-forms used in Japan."
4589                 '(long-name     "UCS for Japan"
4590                   chars         256
4591                   dimension     3
4592                   columns       2
4593                   graphic       2
4594                   direction     l2r
4595                   =>iso-ir      177
4596                   mother        ==ucs@jis/2004))
4597   (make-charset '==ucs@JP/hanazono
4598                 "Japanese glyph-forms of Hanazono Mincho."
4599                 '(long-name     "UCS for Hana-Min"
4600                   chars         256
4601                   dimension     3
4602                   columns       2
4603                   graphic       2
4604                   direction     l2r
4605                   =>iso-ir      177
4606                   mother        ==ucs@JP))
4607   (make-charset '==ucs@ks
4608                 "UCS Representative glyph-forms for Korean Standards."
4609                 '(long-name     "UCS glyph-forms for KS"
4610                   chars         256
4611                   dimension     3
4612                   columns       2
4613                   graphic       2
4614                   direction     l2r
4615                   =>iso-ir      177
4616                   mother        ==ucs@unicode))
4617   (define-charset-alias '=>>>ucs@ks '==ucs@ks)
4618   (make-charset '==ucs-bmp@ks
4619                 "ISO/IEC 10646 BMP for KS."
4620                 '(long-name     "BMP for KS"
4621                   chars         256
4622                   dimension     3
4623                   columns       2
4624                   graphic       2
4625                   direction     l2r
4626                   mother        ==ucs@ks
4627                   min-code      #x0000
4628                   max-code      #xFFFF))
4629   (make-charset '==ucs@cns11643
4630                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw."
4631                 '(long-name     "UCS for CNS11643"
4632                   chars         256
4633                   dimension     3
4634                   columns       2
4635                   graphic       2
4636                   direction     l2r
4637                   =>iso-ir      177
4638                   mother        ==ucs@cns))
4639
4640   (make-charset '===ucs@iso
4641                 "ISO/IEC 10646-2 representative glyph-images."
4642                 '(long-name     "ISO rep-images for UCS"
4643                   chars         256
4644                   dimension     3
4645                   columns       2
4646                   graphic       2
4647                   direction     l2r
4648                   =>iso-ir      177
4649                   mother        ==ucs@iso))
4650   (make-charset '===ucs@unicode
4651                 "Unicode for its representative glyph-images."
4652                 '(long-name     "UCS for Unicode"
4653                   chars         256
4654                   dimension     3
4655                   columns       2
4656                   graphic       2
4657                   direction     l2r
4658                   =>iso-ir      177
4659                   mother        ==ucs@unicode))
4660   (make-charset '===ucs@gb
4661                 "UCS representative glyph-images of GB."
4662                 '(long-name     "UCS rep-images for GB"
4663                   chars         256
4664                   dimension     3
4665                   columns       2
4666                   graphic       2
4667                   direction     l2r
4668                   =>iso-ir      177
4669                   mother        ===ucs@unicode))
4670   (make-charset '===ucs@ks
4671                 "UCS representative glyph-images of Korean Standards."
4672                 '(long-name     "UCS rep-images for KS"
4673                   chars         256
4674                   dimension     3
4675                   columns       2
4676                   graphic       2
4677                   direction     l2r
4678                   =>iso-ir      177
4679                   mother        ==ucs@ks))
4680
4681   (make-charset '=ucs-var-001
4682                 "uXXXX-var-001 glyph-images of GlyphWiki"
4683                 '(long-name     "UCS-var-001"
4684                   chars         256
4685                   dimension     3
4686                   columns       2
4687                   graphic       2
4688                   direction     l2r
4689                   ;; =>iso-ir   177
4690                   mother        =ucs))
4691   (make-charset '=ucs-bmp-var-001
4692                 "uXXXX-var-001 glyph-images in BMP"
4693                 '(long-name     "UCS-BMP-var-001"
4694                   chars         256
4695                   dimension     2
4696                   columns       2
4697                   graphic       2
4698                   direction     l2r
4699                   ;; =>iso-ir   177
4700                   mother        =ucs-var-001
4701                   min-code #x2E00
4702                   max-code #x9FEA
4703                   registry "ucs\\.var001-0"))
4704   (make-charset '=ucs-sip-var-001
4705                 "uXXXX-var-001 glyph-images in SIP"
4706                 '(long-name     "UCS-SIP-var-001"
4707                   chars         256
4708                   dimension     2
4709                   columns       2
4710                   graphic       2
4711                   direction     l2r
4712                   mother        =ucs-var-001
4713                   min-code #x20000 max-code #x2FFFF
4714                   registry "ucs00\\.var001-2"))
4715   (make-charset '=ucs-tip-var-001
4716                 "uXXXX-var-001 glyph-images in TIP"
4717                 '(long-name     "UCS-TIP-var-001"
4718                   chars         256
4719                   dimension     2
4720                   columns       2
4721                   graphic       2
4722                   direction     l2r
4723                   mother        =ucs-var-001
4724                   min-code #x30000 max-code #x3FFFF
4725                   registry "ucs00\\.var001-3"))
4726   (make-charset '==ucs-var-001
4727                 "Abstract glyph-forms corresponding with uXXXX-var-001 of GlyphWiki"
4728                 '(long-name     "UCS-var-001"
4729                   chars         256
4730                   dimension     3
4731                   columns       2
4732                   graphic       2
4733                   direction     l2r
4734                   ;; =>iso-ir   177
4735                   mother        =ucs-var-001))
4736   (make-charset '==ucs-bmp-var-001
4737                 "uXXXX-var-001's abstract glyph-forms in BMP"
4738                 '(long-name     "UCS-BMP-var-001 glyph-forms"
4739                   chars         256
4740                   dimension     2
4741                   columns       2
4742                   graphic       2
4743                   direction     l2r
4744                   ;; =>iso-ir   177
4745                   mother        ==ucs-var-001
4746                   min-code #x2E00
4747                   max-code #x9FCC
4748                   registry "ucs\\.var001-0"))
4749
4750   (make-charset '=ucs-var-002
4751                 "uXXXX-var-002 glyph-images of GlyphWiki"
4752                 '(long-name     "UCS-var-002"
4753                   chars         256
4754                   dimension     3
4755                   columns       2
4756                   graphic       2
4757                   direction     l2r
4758                   ;; =>iso-ir   177
4759                   mother        =ucs))
4760   (make-charset '=ucs-bmp-var-002
4761                 "uXXXX-var-002 glyph-images in BMP"
4762                 '(long-name     "UCS-BMP-var-002"
4763                   chars         256
4764                   dimension     2
4765                   columns       2
4766                   graphic       2
4767                   direction     l2r
4768                   ;; =>iso-ir   177
4769                   mother        =ucs-var-002
4770                   min-code #x2E00
4771                   max-code #x9FCC
4772                   registry "ucs\\.var002-0"))
4773   (make-charset '=ucs-sip-var-002
4774                 "uXXXX-var-002 glyph-images in SIP"
4775                 '(long-name     "UCS-SIP-var-002"
4776                   chars         256
4777                   dimension     2
4778                   columns       2
4779                   graphic       2
4780                   direction     l2r
4781                   mother        =ucs-var-002
4782                   min-code #x20000 max-code #x2FFFF
4783                   registry "ucs00\\.var002-2"))
4784   (make-charset '=ucs-tip-var-002
4785                 "uXXXX-var-002 glyph-images in TIP"
4786                 '(long-name     "UCS-TIP-var-002"
4787                   chars         256
4788                   dimension     2
4789                   columns       2
4790                   graphic       2
4791                   direction     l2r
4792                   mother        =ucs-var-002
4793                   min-code #x30000 max-code #x3FFFF
4794                   registry "ucs00\\.var002-3"))
4795   (make-charset '==ucs-var-002
4796                 "Abstract glyph-forms corresponding with uXXXX-var-002 of GlyphWiki"
4797                 '(long-name     "UCS-var-002"
4798                   chars         256
4799                   dimension     3
4800                   columns       2
4801                   graphic       2
4802                   direction     l2r
4803                   ;; =>iso-ir   177
4804                   mother        =ucs-var-002))
4805   (make-charset '==ucs-bmp-var-002
4806                 "uXXXX-var-002's abstract glyph-forms in BMP"
4807                 '(long-name     "UCS-BMP-var-002 glyph-forms"
4808                   chars         256
4809                   dimension     2
4810                   columns       2
4811                   graphic       2
4812                   direction     l2r
4813                   ;; =>iso-ir   177
4814                   mother        ==ucs-var-002
4815                   min-code #x2E00
4816                   max-code #x9FCC
4817                   registry "ucs\\.var002-0"))
4818   (make-charset '==ucs-sip-var-002
4819                 "uXXXX-var-002's abstract glyph-forms in SIP"
4820                 '(long-name     "UCS-SIP-var-002 glyph-forms"
4821                   chars         256
4822                   dimension     2
4823                   columns       2
4824                   graphic       2
4825                   direction     l2r
4826                   mother        ==ucs-var-002
4827                   min-code #x20000 max-code #x2FFFF
4828                   registry "ucs00\\.var002-2"))
4829
4830   (make-charset '=ucs-var-003
4831                 "uXXXX-var-003 glyph-images of GlyphWiki"
4832                 '(long-name     "UCS-var-003"
4833                   chars         256
4834                   dimension     3
4835                   columns       2
4836                   graphic       2
4837                   direction     l2r
4838                   ;; =>iso-ir   177
4839                   mother        =ucs))
4840   (make-charset '=ucs-bmp-var-003
4841                 "uXXXX-var-003 glyph-images in BMP"
4842                 '(long-name     "UCS-BMP-var-003"
4843                   chars         256
4844                   dimension     2
4845                   columns       2
4846                   graphic       2
4847                   direction     l2r
4848                   ;; =>iso-ir   177
4849                   mother        =ucs-var-003
4850                   min-code #x2E00
4851                   max-code #x9FCC
4852                   registry "ucs\\.var003-0"))
4853   (make-charset '=ucs-sip-var-003
4854                 "uXXXX-var-003 glyph-images in SIP"
4855                 '(long-name     "UCS-SIP-var-003"
4856                   chars         256
4857                   dimension     2
4858                   columns       2
4859                   graphic       2
4860                   direction     l2r
4861                   mother        =ucs-var-003
4862                   min-code #x20000 max-code #x2FFFF
4863                   registry "ucs00\\.var003-2"))
4864   (make-charset '=ucs-tip-var-003
4865                 "uXXXX-var-003 glyph-images in TIP"
4866                 '(long-name     "UCS-TIP-var-003"
4867                   chars         256
4868                   dimension     2
4869                   columns       2
4870                   graphic       2
4871                   direction     l2r
4872                   mother        =ucs-var-003
4873                   min-code #x30000 max-code #x3FFFF
4874                   registry "ucs00\\.var003-3"))
4875   (make-charset '=+>ucs-var-003
4876                 "uXXXX-var-003's unified glyphs of GlyphWiki"
4877                 '(long-name     "UCS-var-003 unified glyphs"
4878                   chars         256
4879                   dimension     3
4880                   columns       2
4881                   graphic       2
4882                   direction     l2r
4883                   ;; =>iso-ir   177
4884                   mother        =ucs-var-003))
4885   (make-charset '=+>ucs-bmp-var-003
4886                 "uXXXX-var-003's unified glyphs in BMP"
4887                 '(long-name     "UCS-BMP-var-003 unified glyphs"
4888                   chars         256
4889                   dimension     2
4890                   columns       2
4891                   graphic       2
4892                   direction     l2r
4893                   ;; =>iso-ir   177
4894                   mother        =+>ucs-var-003
4895                   min-code #x2E00
4896                   max-code #x9FCC
4897                   registry "ucs\\.var003-0"))
4898   (make-charset '=+>ucs-tip-var-003
4899                 "uXXXX-var-003 unified glyphs in TIP"
4900                 '(long-name     "UCS-TIP-var-003 unified glyphs"
4901                   chars         256
4902                   dimension     2
4903                   columns       2
4904                   graphic       2
4905                   direction     l2r
4906                   mother        =+>ucs-var-003
4907                   min-code #x30000 max-code #x3FFFF
4908                   registry "ucs00\\.var003-3"))
4909
4910   (make-charset '=ucs-var-004
4911                 "uXXXX-var-004 glyph-images of GlyphWiki"
4912                 '(long-name     "UCS-var-004"
4913                   chars         256
4914                   dimension     3
4915                   columns       2
4916                   graphic       2
4917                   direction     l2r
4918                   ;; =>iso-ir   177
4919                   mother        =ucs))
4920   (make-charset '=ucs-bmp-var-004
4921                 "uXXXX-var-004 glyph-images in BMP"
4922                 '(long-name     "UCS-BMP-var-004"
4923                   chars         256
4924                   dimension     2
4925                   columns       2
4926                   graphic       2
4927                   direction     l2r
4928                   ;; =>iso-ir   177
4929                   mother        =ucs-var-004
4930                   min-code #x2E00
4931                   max-code #x9FCC
4932                   registry "ucs\\.var004-0"))
4933   (make-charset '=ucs-sip-var-004
4934                 "uXXXX-var-004 glyph-images in SIP"
4935                 '(long-name     "UCS-SIP-var-004"
4936                   chars         256
4937                   dimension     2
4938                   columns       2
4939                   graphic       2
4940                   direction     l2r
4941                   mother        =ucs-var-004
4942                   min-code #x20000 max-code #x2FFFF
4943                   registry "ucs00\\.var004-2"))
4944   (make-charset '=ucs-tip-var-004
4945                 "uXXXX-var-004 glyph-images in TIP"
4946                 '(long-name     "UCS-TIP-var-004"
4947                   chars         256
4948                   dimension     2
4949                   columns       2
4950                   graphic       2
4951                   direction     l2r
4952                   mother        =ucs-var-004
4953                   min-code #x30000 max-code #x3FFFF
4954                   registry "ucs00\\.var004-3"))
4955
4956   (make-charset '=ucs-var-005
4957                 "uXXXX-var-005 glyph-images of GlyphWiki"
4958                 '(long-name     "UCS-var-005"
4959                   chars         256
4960                   dimension     3
4961                   columns       2
4962                   graphic       2
4963                   direction     l2r
4964                   ;; =>iso-ir   177
4965                   mother        =ucs))
4966   (make-charset '=ucs-bmp-var-005
4967                 "uXXXX-var-005 glyph-images in BMP"
4968                 '(long-name     "UCS-BMP-var-005"
4969                   chars         256
4970                   dimension     2
4971                   columns       2
4972                   graphic       2
4973                   direction     l2r
4974                   ;; =>iso-ir   177
4975                   mother        =ucs-var-005
4976                   min-code #x2E00
4977                   max-code #x9FCC
4978                   registry "ucs\\.var005-0"))
4979   (make-charset '=ucs-sip-var-005
4980                 "uXXXX-var-005 glyph-images in SIP"
4981                 '(long-name     "UCS-SIP-var-005"
4982                   chars         256
4983                   dimension     2
4984                   columns       2
4985                   graphic       2
4986                   direction     l2r
4987                   mother        =ucs-var-005
4988                   min-code #x20000 max-code #x2FFFF
4989                   registry "ucs00\\.var005-2"))
4990
4991   (make-charset '=ucs-var-006
4992                 "uXXXX-var-006 glyph-images of GlyphWiki"
4993                 '(long-name     "UCS-var-006"
4994                   chars         256
4995                   dimension     3
4996                   columns       2
4997                   graphic       2
4998                   direction     l2r
4999                   ;; =>iso-ir   177
5000                   mother        =ucs))
5001   (make-charset '=ucs-bmp-var-006
5002                 "uXXXX-var-006 glyph-images in BMP"
5003                 '(long-name     "UCS-BMP-var-006"
5004                   chars         256
5005                   dimension     2
5006                   columns       2
5007                   graphic       2
5008                   direction     l2r
5009                   ;; =>iso-ir   177
5010                   mother        =ucs-var-006
5011                   min-code #x2E00
5012                   max-code #x9FCC
5013                   registry "ucs\\.var006-0"))
5014   (make-charset '=ucs-sip-var-006
5015                 "uXXXX-var-006 glyph-images in SIP"
5016                 '(long-name     "UCS-SIP-var-006"
5017                   chars         256
5018                   dimension     2
5019                   columns       2
5020                   graphic       2
5021                   direction     l2r
5022                   mother        =ucs-var-006
5023                   min-code #x20000 max-code #x2FFFF
5024                   registry "ucs00\\.var006-2"))
5025
5026   (make-charset '=ucs-var-007
5027                 "uXXXX-var-007 glyph-images of GlyphWiki"
5028                 '(long-name     "UCS-var-007"
5029                   chars         256
5030                   dimension     3
5031                   columns       2
5032                   graphic       2
5033                   direction     l2r
5034                   ;; =>iso-ir   177
5035                   mother        =ucs))
5036   (make-charset '=ucs-bmp-var-007
5037                 "uXXXX-var-007 glyph-images in BMP"
5038                 '(long-name     "UCS-BMP-var-007"
5039                   chars         256
5040                   dimension     2
5041                   columns       2
5042                   graphic       2
5043                   direction     l2r
5044                   ;; =>iso-ir   177
5045                   mother        =ucs-var-007
5046                   min-code #x2E00
5047                   max-code #x9FCC
5048                   registry "ucs\\.var007-0"))
5049
5050   (make-charset '=ucs-var-008
5051                 "uXXXX-var-008 glyph-images of GlyphWiki"
5052                 '(long-name     "UCS-var-008"
5053                   chars         256
5054                   dimension     3
5055                   columns       2
5056                   graphic       2
5057                   direction     l2r
5058                   ;; =>iso-ir   177
5059                   mother        =ucs))
5060   (make-charset '=ucs-bmp-var-008
5061                 "uXXXX-var-008 glyph-images in BMP"
5062                 '(long-name     "UCS-BMP-var-008"
5063                   chars         256
5064                   dimension     2
5065                   columns       2
5066                   graphic       2
5067                   direction     l2r
5068                   ;; =>iso-ir   177
5069                   mother        =ucs-var-008
5070                   min-code #x2E00
5071                   max-code #x9FCC
5072                   registry "ucs\\.var008-0"))
5073   (make-charset '=ucs-var-010
5074                 "uXXXX-var-010 glyph-forms of GlyphWiki"
5075                 '(long-name     "UCS-var-010"
5076                   chars         256
5077                   dimension     3
5078                   columns       2
5079                   graphic       2
5080                   direction     l2r
5081                   ;; =>iso-ir   177
5082                   mother        =ucs))
5083   (make-charset '=ucs-bmp-var-010
5084                 "uXXXX-var-010 glyph-forms in BMP"
5085                 '(long-name     "UCS-BMP-var-010"
5086                   chars         256
5087                   dimension     2
5088                   columns       2
5089                   graphic       2
5090                   direction     l2r
5091                   ;; =>iso-ir   177
5092                   mother        =ucs-var-010
5093                   min-code #x2E00
5094                   max-code #x9FCC
5095                   registry "ucs\\.var010-0"))
5096
5097   (make-charset '=ucs-itaiji-001
5098                 "uXXXX-itaiji-001 glyphs of GlyphWiki"
5099                 '(long-name     "UCS-itaiji-001"
5100                   chars         256
5101                   dimension     3
5102                   columns       2
5103                   graphic       2
5104                   direction     l2r
5105                   ;; =>iso-ir   177
5106                   mother        =ucs))
5107   (make-charset '=ucs-bmp-itaiji-001
5108                 "uXXXX-itaiji-001 glyph-images in BMP"
5109                 '(long-name     "UCS-BMP-itaiji-001"
5110                   chars         256
5111                   dimension     2
5112                   columns       2
5113                   graphic       2
5114                   direction     l2r
5115                   ;; =>iso-ir   177
5116                   mother        =ucs-itaiji-001
5117                   min-code #x2E00
5118                   max-code #x9FCC
5119                   registry "ucs\\.itaiji001-0"))
5120   (make-charset '=ucs-sip-itaiji-001
5121                 "uXXXX-itaiji-001 glyph-images in SIP"
5122                 '(long-name     "UCS-SIP-itaiji-001"
5123                   chars         256
5124                   dimension     2
5125                   columns       2
5126                   graphic       2
5127                   direction     l2r
5128                   mother        =ucs-itaiji-001
5129                   min-code #x20000 max-code #x2FFFF
5130                   registry "ucs00\\.itaiji001-2"))
5131   (make-charset '=ucs-tip-itaiji-001
5132                 "uXXXX-itaiji-001 glyph-images in TIP"
5133                 '(long-name     "UCS-TIP-itaiji-001"
5134                   chars         256
5135                   dimension     2
5136                   columns       2
5137                   graphic       2
5138                   direction     l2r
5139                   mother        =ucs-itaiji-001
5140                   min-code #x30000 max-code #x3FFFF
5141                   registry "ucs00\\.itaiji001-3"))
5142   (make-charset '=>ucs-itaiji-001
5143                 "Abstract characters corresponding with uXXXX-itaiji-001 of GlyphWiki"
5144                 '(long-name     "UCS-itaiji-001"
5145                   chars         256
5146                   dimension     3
5147                   columns       2
5148                   graphic       2
5149                   direction     l2r
5150                   ;; =>iso-ir   177
5151                   mother        =ucs))
5152   (make-charset '=>ucs-bmp-itaiji-001
5153                 "uXXXX-itaiji-001's abstract characters in BMP"
5154                 '(long-name     "UCS-BMP-itaiji-001 characters"
5155                   chars         256
5156                   dimension     2
5157                   columns       2
5158                   graphic       2
5159                   direction     l2r
5160                   ;; =>iso-ir   177
5161                   mother        =>ucs-itaiji-001
5162                   min-code #x2E00
5163                   max-code #x9FCC
5164                   registry "ucs\\.itaiji001-0"))
5165   (make-charset '=>ucs-sip-itaiji-001
5166                 "uXXXX-itaiji-001 characters in SIP"
5167                 '(long-name     "UCS-SIP-itaiji-001"
5168                   chars         256
5169                   dimension     2
5170                   columns       2
5171                   graphic       2
5172                   direction     l2r
5173                   mother        =>ucs-itaiji-001
5174                   min-code #x20000 max-code #x2FFFF
5175                   registry "ucs00\\.itaiji001-2"))
5176   (make-charset '=>ucs-tip-itaiji-001
5177                 "uXXXX-itaiji-001 characters in TIP"
5178                 '(long-name     "UCS-TIP-itaiji-001"
5179                   chars         256
5180                   dimension     2
5181                   columns       2
5182                   graphic       2
5183                   direction     l2r
5184                   mother        =>ucs-itaiji-001
5185                   min-code #x30000 max-code #x3FFFF
5186                   registry "ucs00\\.itaiji001-3"))
5187   (make-charset '==ucs-itaiji-001
5188                 "Abstract glyph-forms corresponding with uXXXX-itaiji-001 of GlyphWiki"
5189                 '(long-name     "UCS-itaiji-001"
5190                   chars         256
5191                   dimension     3
5192                   columns       2
5193                   graphic       2
5194                   direction     l2r
5195                   ;; =>iso-ir   177
5196                   mother        =ucs-itaiji-001))
5197   (make-charset '==ucs-bmp-itaiji-001
5198                 "uXXXX-itaiji-001's abstract glyph-forms in BMP"
5199                 '(long-name     "UCS-BMP-itaiji-001"
5200                   chars         256
5201                   dimension     2
5202                   columns       2
5203                   graphic       2
5204                   direction     l2r
5205                   ;; =>iso-ir   177
5206                   mother        ==ucs-itaiji-001
5207                   min-code #x2E00
5208                   max-code #x9FCC
5209                   registry "ucs\\.itaiji001-0"))
5210   (make-charset '==ucs-sip-itaiji-001
5211                 "uXXXX-itaiji-001's abstract glyph-forms in SIP"
5212                 '(long-name     "UCS-SIP-itaiji-001"
5213                   chars         256
5214                   dimension     2
5215                   columns       2
5216                   graphic       2
5217                   direction     l2r
5218                   mother        ==ucs-itaiji-001
5219                   min-code #x20000 max-code #x2FFFF
5220                   registry "ucs00\\.itaiji001-2"))
5221   (make-charset '=>ucs-itaiji-001@iwds-1
5222                 "uXXXX-itaiji-001's abstract characters based on IWDS-1"
5223                 '(long-name     "IWDS-1 abstract characters of UCS-itaiji-001"
5224                   chars         256
5225                   dimension     3
5226                   columns       2
5227                   graphic       2
5228                   direction     l2r
5229                   ;; =>iso-ir   177
5230                   mother        =>ucs-itaiji-001))
5231   (make-charset '=>ucs-bmp-itaiji-001@iwds-1
5232                 "IWDS-1 abstract characters of UCS-itaiji-001 in BMP"
5233                 '(long-name     "=>ucs-itaiji-001@iwds-1 in BMP"
5234                   chars         256
5235                   dimension     2
5236                   columns       2
5237                   graphic       2
5238                   direction     l2r
5239                   ;; =>iso-ir   177
5240                   mother        =>ucs-itaiji-001@iwds-1
5241                   min-code #x2E00
5242                   max-code #x9FCC
5243                   registry "ucs\\.itaiji001-0"))
5244   (make-charset '=>ucs-sip-itaiji-001@iwds-1
5245                 "IWDS-1 abstract characters of UCS-itaiji-001 in SIP"
5246                 '(long-name     "=>ucs-itaiji-001@iwds-1 in SIP"
5247                   chars         256
5248                   dimension     2
5249                   columns       2
5250                   graphic       2
5251                   direction     l2r
5252                   mother        =>ucs-itaiji-001@iwds-1
5253                   min-code #x20000 max-code #x2FFFF
5254                   registry "ucs00\\.itaiji001-2"))
5255
5256   (make-charset '=ucs-itaiji-002
5257                 "uXXXX-itaiji-002 glyphs of GlyphWiki"
5258                 '(long-name     "UCS-itaiji-002"
5259                   chars         256
5260                   dimension     3
5261                   columns       2
5262                   graphic       2
5263                   direction     l2r
5264                   ;; =>iso-ir   177
5265                   mother        =ucs))
5266   (make-charset '=ucs-bmp-itaiji-002
5267                 "uXXXX-itaiji-002 glyph-images in BMP"
5268                 '(long-name     "UCS-BMP-itaiji-002"
5269                   chars         256
5270                   dimension     2
5271                   columns       2
5272                   graphic       2
5273                   direction     l2r
5274                   ;; =>iso-ir   177
5275                   mother        =ucs-itaiji-002
5276                   min-code #x2E00
5277                   max-code #x9FCC
5278                   registry "ucs\\.itaiji002-0"))
5279   (make-charset '=ucs-sip-itaiji-002
5280                 "uXXXX-itaiji-002 glyph-images in SIP"
5281                 '(long-name     "UCS-SIP-itaiji-002"
5282                   chars         256
5283                   dimension     2
5284                   columns       2
5285                   graphic       2
5286                   direction     l2r
5287                   mother        =ucs-itaiji-002
5288                   min-code #x20000 max-code #x2FFFF
5289                   registry "ucs00\\.itaiji002-2"))
5290   (make-charset '=>ucs-itaiji-002
5291                 "Abstract characters corresponding with uXXXX-itaiji-002 of GlyphWiki"
5292                 '(long-name     "UCS-itaiji-002"
5293                   chars         256
5294                   dimension     3
5295                   columns       2
5296                   graphic       2
5297                   direction     l2r
5298                   ;; =>iso-ir   177
5299                   mother        =ucs-itaiji-002))
5300   (make-charset '=>ucs-bmp-itaiji-002
5301                 "uXXXX-itaiji-002's abstract characters in BMP"
5302                 '(long-name     "UCS-BMP-itaiji-002 characters"
5303                   chars         256
5304                   dimension     2
5305                   columns       2
5306                   graphic       2
5307                   direction     l2r
5308                   ;; =>iso-ir   177
5309                   mother        =>ucs-itaiji-002
5310                   min-code #x2E00
5311                   max-code #x9FCC
5312                   registry "ucs\\.itaiji002-0"))
5313   (make-charset '=>ucs-sip-itaiji-002
5314                 "uXXXX-itaiji-002 characters in SIP"
5315                 '(long-name     "UCS-SIP-itaiji-002"
5316                   chars         256
5317                   dimension     2
5318                   columns       2
5319                   graphic       2
5320                   direction     l2r
5321                   mother        =>ucs-itaiji-002
5322                   min-code #x20000 max-code #x2FFFF
5323                   registry "ucs00\\.itaiji002-2"))
5324   (make-charset '==ucs-itaiji-002
5325                 "Abstract glyph-forms corresponding with uXXXX-itaiji-002 of GlyphWiki"
5326                 '(long-name     "UCS-itaiji-002"
5327                   chars         256
5328                   dimension     3
5329                   columns       2
5330                   graphic       2
5331                   direction     l2r
5332                   ;; =>iso-ir   177
5333                   mother        =ucs-itaiji-002))
5334   (make-charset '==ucs-bmp-itaiji-002
5335                 "uXXXX-itaiji-002's abstract glyph-forms in BMP"
5336                 '(long-name     "UCS-BMP-itaiji-002 characters"
5337                   chars         256
5338                   dimension     2
5339                   columns       2
5340                   graphic       2
5341                   direction     l2r
5342                   ;; =>iso-ir   177
5343                   mother        ==ucs-itaiji-002
5344                   min-code #x2E00
5345                   max-code #x9FCC
5346                   registry "ucs\\.itaiji002-0"))
5347   (make-charset '==ucs-sip-itaiji-002
5348                 "uXXXX-itaiji-002's abstract glyph-forms in SIP"
5349                 '(long-name     "UCS-SIP-itaiji-002"
5350                   chars         256
5351                   dimension     2
5352                   columns       2
5353                   graphic       2
5354                   direction     l2r
5355                   mother        ==ucs-itaiji-002
5356                   min-code #x20000 max-code #x2FFFF
5357                   registry "ucs00\\.itaiji002-2"))
5358   (make-charset '=>ucs-itaiji-002@iwds-1
5359                 "uXXXX-itaiji-002's abstract characters based on IWDS-1"
5360                 '(long-name     "IWDS-1 abstract characters of UCS-itaiji-002"
5361                   chars         256
5362                   dimension     3
5363                   columns       2
5364                   graphic       2
5365                   direction     l2r
5366                   ;; =>iso-ir   177
5367                   mother        =>ucs-itaiji-002))
5368   (make-charset '=>ucs-bmp-itaiji-002@iwds-1
5369                 "IWDS-1 abstract characters of UCS-itaiji-002 in BMP"
5370                 '(long-name     "=>ucs-itaiji-002@iwds-1 in BMP"
5371                   chars         256
5372                   dimension     2
5373                   columns       2
5374                   graphic       2
5375                   direction     l2r
5376                   ;; =>iso-ir   177
5377                   mother        =>ucs-itaiji-002@iwds-1
5378                   min-code #x2E00
5379                   max-code #x9FCC
5380                   registry "ucs\\.itaiji002-0"))
5381   (make-charset '=>ucs-sip-itaiji-002@iwds-1
5382                 "IWDS-1 abstract characters of uXXXX-itaiji-002 in SIP"
5383                 '(long-name     "=>ucs-itaiji-002@iwds-1 in SIP"
5384                   chars         256
5385                   dimension     2
5386                   columns       2
5387                   graphic       2
5388                   direction     l2r
5389                   mother        =>ucs-itaiji-002@iwds-1
5390                   min-code #x20000 max-code #x2FFFF
5391                   registry "ucs00\\.itaiji002-2"))
5392
5393   (make-charset '=ucs-itaiji-003
5394                 "uXXXX-itaiji-003 glyphs of GlyphWiki"
5395                 '(long-name     "UCS-itaiji-003"
5396                   chars         256
5397                   dimension     3
5398                   columns       2
5399                   graphic       2
5400                   direction     l2r
5401                   ;; =>iso-ir   177
5402                   mother        =ucs))
5403   (make-charset '=ucs-bmp-itaiji-003
5404                 "uXXXX-itaiji-003 glyph-images in BMP"
5405                 '(long-name     "UCS-BMP-itaiji-003"
5406                   chars         256
5407                   dimension     2
5408                   columns       2
5409                   graphic       2
5410                   direction     l2r
5411                   ;; =>iso-ir   177
5412                   mother        =ucs-itaiji-003
5413                   min-code #x2E00
5414                   max-code #x9FCC
5415                   registry "ucs\\.itaiji003-0"))
5416   (make-charset '=ucs-sip-itaiji-003
5417                 "uXXXX-itaiji-003 glyphs in SIP"
5418                 '(long-name     "UCS-SIP-itaiji-003"
5419                   chars         256
5420                   dimension     2
5421                   columns       2
5422                   graphic       2
5423                   direction     l2r
5424                   mother        =ucs-itaiji-003
5425                   min-code #x20000 max-code #x2FFFF
5426                   registry "ucs00\\.itaiji003-2"))
5427   (make-charset '=>ucs-itaiji-003
5428                 "Abstract characters corresponding with uXXXX-itaiji-003 of GlyphWiki"
5429                 '(long-name     "UCS-itaiji-003"
5430                   chars         256
5431                   dimension     3
5432                   columns       2
5433                   graphic       2
5434                   direction     l2r
5435                   ;; =>iso-ir   177
5436                   mother        =ucs-itaiji-003))
5437   (make-charset '=>ucs-bmp-itaiji-003
5438                 "uXXXX-itaiji-003's abstract characters in BMP"
5439                 '(long-name     "UCS-BMP-itaiji-003 abstract characters"
5440                   chars         256
5441                   dimension     2
5442                   columns       2
5443                   graphic       2
5444                   direction     l2r
5445                   ;; =>iso-ir   177
5446                   mother        =>ucs-itaiji-003
5447                   min-code #x2E00
5448                   max-code #x9FCC
5449                   registry "ucs\\.itaiji003-0"))
5450   (make-charset '=>ucs-sip-itaiji-003
5451                 "uXXXX-itaiji-003's abstract characters in SIP"
5452                 '(long-name     "UCS-SIP-itaiji-003 abstract characters"
5453                   chars         256
5454                   dimension     2
5455                   columns       2
5456                   graphic       2
5457                   direction     l2r
5458                   mother        =>ucs-itaiji-003
5459                   min-code #x20000 max-code #x2FFFF
5460                   registry "ucs00\\.itaiji003-2"))
5461   (make-charset '==ucs-itaiji-003
5462                 "Abstract glyph-forms corresponding with uXXXX-itaiji-003 of GlyphWiki"
5463                 '(long-name     "UCS-itaiji-003"
5464                   chars         256
5465                   dimension     3
5466                   columns       2
5467                   graphic       2
5468                   direction     l2r
5469                   ;; =>iso-ir   177
5470                   mother        =ucs-itaiji-003))
5471   (make-charset '==ucs-bmp-itaiji-003
5472                 "uXXXX-itaiji-003's abstract glyph-forms in BMP"
5473                 '(long-name     "UCS-BMP-itaiji-003 glyph-forms"
5474                   chars         256
5475                   dimension     2
5476                   columns       2
5477                   graphic       2
5478                   direction     l2r
5479                   ;; =>iso-ir   177
5480                   mother        ==ucs-itaiji-003
5481                   min-code #x2E00
5482                   max-code #x9FCC
5483                   registry "ucs\\.itaiji003-0"))
5484   (make-charset '==ucs-sip-itaiji-003
5485                 "uXXXX-itaiji-003's abstract glyph-forms in SIP"
5486                 '(long-name     "UCS-SIP-itaiji-003"
5487                   chars         256
5488                   dimension     2
5489                   columns       2
5490                   graphic       2
5491                   direction     l2r
5492                   mother        ==ucs-itaiji-003
5493                   min-code #x20000 max-code #x2FFFF
5494                   registry "ucs00\\.itaiji003-2"))
5495   (make-charset '=>ucs-itaiji-003@iwds-1
5496                 "uXXXX-itaiji-003's abstract characters based on IWDS-1"
5497                 '(long-name     "IWDS-1 abstract characters of UCS-itaiji-003"
5498                   chars         256
5499                   dimension     3
5500                   columns       2
5501                   graphic       2
5502                   direction     l2r
5503                   ;; =>iso-ir   177
5504                   mother        =>ucs-itaiji-003))
5505   (make-charset '=>ucs-bmp-itaiji-003@iwds-1
5506                 "IWDS-1 abstract characters of UCS-itaiji-003 in BMP"
5507                 '(long-name     "=>ucs-itaiji-003@iwds-1 in BMP"
5508                   chars         256
5509                   dimension     2
5510                   columns       2
5511                   graphic       2
5512                   direction     l2r
5513                   ;; =>iso-ir   177
5514                   mother        =>ucs-itaiji-003@iwds-1
5515                   min-code #x2E00
5516                   max-code #x9FCC
5517                   registry "ucs\\.itaiji003-0"))
5518
5519   (make-charset '=ucs-itaiji-004
5520                 "uXXXX-itaiji-004 glyphs of GlyphWiki"
5521                 '(long-name     "UCS-itaiji-004"
5522                   chars         256
5523                   dimension     3
5524                   columns       2
5525                   graphic       2
5526                   direction     l2r
5527                   ;; =>iso-ir   177
5528                   mother        =ucs))
5529   (make-charset '=ucs-bmp-itaiji-004
5530                 "uXXXX-itaiji-004 glyph-images in BMP"
5531                 '(long-name     "UCS-BMP-itaiji-004"
5532                   chars         256
5533                   dimension     2
5534                   columns       2
5535                   graphic       2
5536                   direction     l2r
5537                   ;; =>iso-ir   177
5538                   mother        =ucs-itaiji-004
5539                   min-code #x2E00
5540                   max-code #x9FCC
5541                   registry "ucs\\.itaiji004-0"))
5542   (make-charset '=ucs-sip-itaiji-004
5543                 "uXXXX-itaiji-004 glyph-images in SIP"
5544                 '(long-name     "UCS-SIP-itaiji-004"
5545                   chars         256
5546                   dimension     2
5547                   columns       2
5548                   graphic       2
5549                   direction     l2r
5550                   mother        =ucs-itaiji-004
5551                   min-code #x20000 max-code #x2FFFF
5552                   registry "ucs00\\.itaiji004-2"))
5553   (make-charset '=>ucs-itaiji-004
5554                 "Abstract characters corresponding with uXXXX-itaiji-004 of GlyphWiki"
5555                 '(long-name     "UCS-itaiji-004"
5556                   chars         256
5557                   dimension     3
5558                   columns       2
5559                   graphic       2
5560                   direction     l2r
5561                   ;; =>iso-ir   177
5562                   mother        =ucs-itaiji-004))
5563   (make-charset '=>ucs-bmp-itaiji-004
5564                 "uXXXX-itaiji-004's abstract characters in BMP"
5565                 '(long-name     "UCS-BMP-itaiji-004 characters"
5566                   chars         256
5567                   dimension     2
5568                   columns       2
5569                   graphic       2
5570                   direction     l2r
5571                   ;; =>iso-ir   177
5572                   mother        =>ucs-itaiji-004
5573                   min-code #x2E00
5574                   max-code #x9FCC
5575                   registry "ucs\\.itaiji004-0"))
5576   (make-charset '=>ucs-sip-itaiji-004
5577                 "uXXXX-itaiji-004 glyph-images in SIP"
5578                 '(long-name     "UCS-SIP-itaiji-004"
5579                   chars         256
5580                   dimension     2
5581                   columns       2
5582                   graphic       2
5583                   direction     l2r
5584                   mother        =>ucs-itaiji-004
5585                   min-code #x20000 max-code #x2FFFF
5586                   registry "ucs00\\.itaiji004-2"))
5587
5588   (make-charset '=ucs-itaiji-005
5589                 "uXXXX-itaiji-005 glyphs of GlyphWiki"
5590                 '(long-name     "UCS-itaiji-005"
5591                   chars         256
5592                   dimension     3
5593                   columns       2
5594                   graphic       2
5595                   direction     l2r
5596                   ;; =>iso-ir   177
5597                   mother        =ucs))
5598   (make-charset '=ucs-bmp-itaiji-005
5599                 "uXXXX-itaiji-005 glyph-images in BMP"
5600                 '(long-name     "UCS-BMP-itaiji-005"
5601                   chars         256
5602                   dimension     2
5603                   columns       2
5604                   graphic       2
5605                   direction     l2r
5606                   ;; =>iso-ir   177
5607                   mother        =ucs-itaiji-005
5608                   min-code #x2E00
5609                   max-code #x9FCC
5610                   registry "ucs\\.itaiji005-0"))
5611   (make-charset '=ucs-sip-itaiji-005
5612                 "uXXXX-itaiji-005 glyph-images in SIP"
5613                 '(long-name     "UCS-SIP-itaiji-005"
5614                   chars         256
5615                   dimension     2
5616                   columns       2
5617                   graphic       2
5618                   direction     l2r
5619                   mother        =ucs-itaiji-005
5620                   min-code #x20000 max-code #x2FFFF
5621                   registry "ucs00\\.itaiji005-2"))
5622   (make-charset '=>ucs-itaiji-005
5623                 "Abstract characters corresponding with uXXXX-itaiji-005 of GlyphWiki"
5624                 '(long-name     "UCS-itaiji-005"
5625                   chars         256
5626                   dimension     3
5627                   columns       2
5628                   graphic       2
5629                   direction     l2r
5630                   ;; =>iso-ir   177
5631                   mother        =ucs))
5632   (make-charset '=>ucs-bmp-itaiji-005
5633                 "uXXXX-itaiji-005's abstract characters in BMP"
5634                 '(long-name     "UCS-BMP-itaiji-005 characters"
5635                   chars         256
5636                   dimension     2
5637                   columns       2
5638                   graphic       2
5639                   direction     l2r
5640                   ;; =>iso-ir   177
5641                   mother        =>ucs-itaiji-005
5642                   min-code #x2E00
5643                   max-code #x9FCC
5644                   registry "ucs\\.itaiji005-0"))
5645   (make-charset '=>ucs-sip-itaiji-005
5646                 "uXXXX-itaiji-005's abstract characters in SIP"
5647                 '(long-name     "UCS-SIP-itaiji-005 characters"
5648                   chars         256
5649                   dimension     2
5650                   columns       2
5651                   graphic       2
5652                   direction     l2r
5653                   mother        =>ucs-itaiji-005
5654                   min-code #x20000 max-code #x2FFFF
5655                   registry "ucs00\\.itaiji005-2"))
5656   (make-charset '==ucs-itaiji-005
5657                 "Abstract glyph-forms corresponding with uXXXX-itaiji-005 of GlyphWiki"
5658                 '(long-name     "UCS-itaiji-005"
5659                   chars         256
5660                   dimension     3
5661                   columns       2
5662                   graphic       2
5663                   direction     l2r
5664                   ;; =>iso-ir   177
5665                   mother        =ucs-itaiji-005))
5666   (make-charset '==ucs-bmp-itaiji-005
5667                 "uXXXX-itaiji-005's abstract glyph-forms in BMP"
5668                 '(long-name     "UCS-BMP-itaiji-005 characters"
5669                   chars         256
5670                   dimension     2
5671                   columns       2
5672                   graphic       2
5673                   direction     l2r
5674                   ;; =>iso-ir   177
5675                   mother        ==ucs-itaiji-005
5676                   min-code #x2E00
5677                   max-code #x9FCC
5678                   registry "ucs\\.itaiji005-0"))
5679
5680   (make-charset '=ucs-itaiji-006
5681                 "uXXXX-itaiji-006 glyphs of GlyphWiki"
5682                 '(long-name     "UCS-itaiji-006"
5683                   chars         256
5684                   dimension     3
5685                   columns       2
5686                   graphic       2
5687                   direction     l2r
5688                   ;; =>iso-ir   177
5689                   mother        =ucs))
5690   (make-charset '=ucs-bmp-itaiji-006
5691                 "uXXXX-itaiji-006 glyphs in BMP"
5692                 '(long-name     "UCS-BMP-itaiji-006"
5693                   chars         256
5694                   dimension     2
5695                   columns       2
5696                   graphic       2
5697                   direction     l2r
5698                   ;; =>iso-ir   177
5699                   mother        =ucs-itaiji-006
5700                   min-code #x2E00
5701                   max-code #x9FCC
5702                   registry "ucs\\.itaiji006-0"))
5703   (make-charset '=ucs-sip-itaiji-006
5704                 "uXXXX-itaiji-006 glyphs in SIP"
5705                 '(long-name     "UCS-SIP-itaiji-006"
5706                   chars         256
5707                   dimension     2
5708                   columns       2
5709                   graphic       2
5710                   direction     l2r
5711                   mother        =ucs-itaiji-006
5712                   min-code #x20000 max-code #x2FFFF
5713                   registry "ucs00\\.itaiji006-2"))
5714   (make-charset '==ucs-itaiji-006
5715                 "Abstract glyph-forms corresponding with uXXXX-itaiji-006 of GlyphWiki"
5716                 '(long-name     "UCS-itaiji-006"
5717                   chars         256
5718                   dimension     3
5719                   columns       2
5720                   graphic       2
5721                   direction     l2r
5722                   ;; =>iso-ir   177
5723                   mother        =ucs-itaiji-006))
5724   (make-charset '==ucs-bmp-itaiji-006
5725                 "uXXXX-itaiji-006's abstract glyph-forms in BMP"
5726                 '(long-name     "UCS-BMP-itaiji-006 glyph-forms"
5727                   chars         256
5728                   dimension     2
5729                   columns       2
5730                   graphic       2
5731                   direction     l2r
5732                   ;; =>iso-ir   177
5733                   mother        ==ucs-itaiji-006
5734                   min-code #x2E00
5735                   max-code #x9FCC
5736                   registry "ucs\\.itaiji006-0"))
5737   (make-charset '=>ucs-itaiji-006
5738                 "Abstract characters corresponding with uXXXX-itaiji-006 of GlyphWiki"
5739                 '(long-name     "UCS-itaiji-006"
5740                   chars         256
5741                   dimension     3
5742                   columns       2
5743                   graphic       2
5744                   direction     l2r
5745                   ;; =>iso-ir   177
5746                   mother        =ucs-itaiji-006))
5747   (make-charset '=>ucs-bmp-itaiji-006
5748                 "uXXXX-itaiji-006's abstract characters in BMP"
5749                 '(long-name     "UCS-BMP-itaiji-006 characters"
5750                   chars         256
5751                   dimension     2
5752                   columns       2
5753                   graphic       2
5754                   direction     l2r
5755                   ;; =>iso-ir   177
5756                   mother        =>ucs-itaiji-006
5757                   min-code #x2E00
5758                   max-code #x9FCC
5759                   registry "ucs\\.itaiji006-0"))
5760   (make-charset '=>ucs-sip-itaiji-006
5761                 "uXXXX-itaiji-006's abstract characters in SIP"
5762                 '(long-name     "UCS-SIP-itaiji-006 characters"
5763                   chars         256
5764                   dimension     2
5765                   columns       2
5766                   graphic       2
5767                   direction     l2r
5768                   mother        =>ucs-itaiji-006
5769                   min-code #x20000 max-code #x2FFFF
5770                   registry "ucs00\\.itaiji006-2"))
5771
5772   (make-charset '=ucs-itaiji-007
5773                 "uXXXX-itaiji-007 glyphs of GlyphWiki"
5774                 '(long-name     "UCS-itaiji-007"
5775                   chars         256
5776                   dimension     3
5777                   columns       2
5778                   graphic       2
5779                   direction     l2r
5780                   ;; =>iso-ir   177
5781                   mother        =ucs))
5782   (make-charset '=ucs-bmp-itaiji-007
5783                 "uXXXX-itaiji-007 glyph-images in BMP"
5784                 '(long-name     "UCS-BMP-itaiji-007"
5785                   chars         256
5786                   dimension     2
5787                   columns       2
5788                   graphic       2
5789                   direction     l2r
5790                   ;; =>iso-ir   177
5791                   mother        =ucs-itaiji-007
5792                   min-code #x2E00
5793                   max-code #x9FCC
5794                   registry "ucs\\.itaiji007-0"))
5795   (make-charset '=ucs-sip-itaiji-007
5796                 "uXXXX-itaiji-007 glyph-images in SIP"
5797                 '(long-name     "UCS-SIP-itaiji-007"
5798                   chars         256
5799                   dimension     2
5800                   columns       2
5801                   graphic       2
5802                   direction     l2r
5803                   mother        =ucs-itaiji-007
5804                   min-code #x20000 max-code #x2FFFF
5805                   registry "ucs00\\.itaiji007-2"))
5806   (make-charset '=>ucs-itaiji-007
5807                 "Abstract characters corresponding with uXXXX-itaiji-007 of GlyphWiki"
5808                 '(long-name     "UCS-itaiji-007"
5809                   chars         256
5810                   dimension     3
5811                   columns       2
5812                   graphic       2
5813                   direction     l2r
5814                   ;; =>iso-ir   177
5815                   mother        =ucs))
5816   (make-charset '=>ucs-bmp-itaiji-007
5817                 "uXXXX-itaiji-007's abstract characters in BMP"
5818                 '(long-name     "UCS-BMP-itaiji-007 characters"
5819                   chars         256
5820                   dimension     2
5821                   columns       2
5822                   graphic       2
5823                   direction     l2r
5824                   ;; =>iso-ir   177
5825                   mother        =>ucs-itaiji-007
5826                   min-code #x2E00
5827                   max-code #x9FCC
5828                   registry "ucs\\.itaiji007-0"))
5829   (make-charset '=>ucs-sip-itaiji-007
5830                 "uXXXX-itaiji-007 characters in SIP"
5831                 '(long-name     "UCS-SIP-itaiji-007"
5832                   chars         256
5833                   dimension     2
5834                   columns       2
5835                   graphic       2
5836                   direction     l2r
5837                   mother        =>ucs-itaiji-007
5838                   min-code #x20000 max-code #x2FFFF
5839                   registry "ucs00\\.itaiji007-2"))
5840
5841   (make-charset '=ucs-itaiji-008
5842                 "uXXXX-itaiji-008 glyphs of GlyphWiki"
5843                 '(long-name     "UCS-itaiji-008"
5844                   chars         256
5845                   dimension     3
5846                   columns       2
5847                   graphic       2
5848                   direction     l2r
5849                   ;; =>iso-ir   177
5850                   mother        =ucs))
5851   (make-charset '=ucs-bmp-itaiji-008
5852                 "uXXXX-itaiji-008 glyph-images in BMP"
5853                 '(long-name     "UCS-BMP-itaiji-008"
5854                   chars         256
5855                   dimension     2
5856                   columns       2
5857                   graphic       2
5858                   direction     l2r
5859                   ;; =>iso-ir   177
5860                   mother        =ucs-itaiji-008
5861                   min-code #x2E00
5862                   max-code #x9FCC
5863                   registry "ucs\\.itaiji008-0"))
5864   (make-charset '=ucs-sip-itaiji-008
5865                 "uXXXX-itaiji-008 abstract glyphs in SIP"
5866                 '(long-name     "UCS-SIP-itaiji-008"
5867                   chars         256
5868                   dimension     2
5869                   columns       2
5870                   graphic       2
5871                   direction     l2r
5872                   mother        =ucs-itaiji-008
5873                   min-code #x20000 max-code #x2FFFF
5874                   registry "ucs00\\.itaiji008-2"))
5875   (make-charset '=>ucs-itaiji-008
5876                 "Abstract characters corresponding with uXXXX-itaiji-008 of GlyphWiki"
5877                 '(long-name     "UCS-itaiji-008 characters"
5878                   chars         256
5879                   dimension     3
5880                   columns       2
5881                   graphic       2
5882                   direction     l2r
5883                   ;; =>iso-ir   177
5884                   mother        =ucs))
5885   (make-charset '=>ucs-bmp-itaiji-008
5886                 "uXXXX-itaiji-008's abstract characters in BMP"
5887                 '(long-name     "UCS-BMP-itaiji-008 characters"
5888                   chars         256
5889                   dimension     2
5890                   columns       2
5891                   graphic       2
5892                   direction     l2r
5893                   ;; =>iso-ir   177
5894                   mother        =>ucs-itaiji-008
5895                   min-code #x2E00
5896                   max-code #x9FCC
5897                   registry "ucs\\.itaiji008-0"))
5898
5899   (make-charset '=ucs-itaiji-009
5900                 "uXXXX-itaiji-009 glyphs of GlyphWiki"
5901                 '(long-name     "UCS-itaiji-009"
5902                   chars         256
5903                   dimension     3
5904                   columns       2
5905                   graphic       2
5906                   direction     l2r
5907                   ;; =>iso-ir   177
5908                   mother        =ucs))
5909   (make-charset '=ucs-bmp-itaiji-009
5910                 "uXXXX-itaiji-009 glyph-images in BMP"
5911                 '(long-name     "UCS-BMP-itaiji-009"
5912                   chars         256
5913                   dimension     2
5914                   columns       2
5915                   graphic       2
5916                   direction     l2r
5917                   ;; =>iso-ir   177
5918                   mother        =ucs-itaiji-009
5919                   min-code #x2E00
5920                   max-code #x9FCC
5921                   registry "ucs\\.itaiji009-0"))
5922   (make-charset '=>ucs-itaiji-009
5923                 "Abstract characters corresponding with uXXXX-itaiji-009 of GlyphWiki"
5924                 '(long-name     "UCS-itaiji-009"
5925                   chars         256
5926                   dimension     3
5927                   columns       2
5928                   graphic       2
5929                   direction     l2r
5930                   ;; =>iso-ir   177
5931                   mother        =ucs))
5932   (make-charset '=>ucs-bmp-itaiji-009
5933                 "uXXXX-itaiji-009's abstract characters in BMP"
5934                 '(long-name     "UCS-BMP-itaiji-009 characters"
5935                   chars         256
5936                   dimension     2
5937                   columns       2
5938                   graphic       2
5939                   direction     l2r
5940                   ;; =>iso-ir   177
5941                   mother        =>ucs-itaiji-009
5942                   min-code #x2E00
5943                   max-code #x9FCC
5944                   registry "ucs\\.itaiji009-0"))
5945
5946   (make-charset '=ucs-itaiji-010
5947                 "uXXXX-itaiji-010 glyphs of GlyphWiki"
5948                 '(long-name     "UCS-itaiji-010"
5949                   chars         256
5950                   dimension     3
5951                   columns       2
5952                   graphic       2
5953                   direction     l2r
5954                   ;; =>iso-ir   177
5955                   mother        =ucs))
5956   (make-charset '=ucs-bmp-itaiji-010
5957                 "uXXXX-itaiji-010 glyph-images in BMP"
5958                 '(long-name     "UCS-BMP-itaiji-010"
5959                   chars         256
5960                   dimension     2
5961                   columns       2
5962                   graphic       2
5963                   direction     l2r
5964                   ;; =>iso-ir   177
5965                   mother        =ucs-itaiji-010
5966                   min-code #x2E00
5967                   max-code #x9FCC
5968                   registry "ucs\\.itaiji010-0"))
5969   (make-charset '=>ucs-itaiji-010
5970                 "Abstract characters corresponding with uXXXX-itaiji-010 of GlyphWiki"
5971                 '(long-name     "UCS-itaiji-010"
5972                   chars         256
5973                   dimension     3
5974                   columns       2
5975                   graphic       2
5976                   direction     l2r
5977                   ;; =>iso-ir   177
5978                   mother        =ucs))
5979   (make-charset '=>ucs-bmp-itaiji-010
5980                 "uXXXX-itaiji-010's abstract characters in BMP"
5981                 '(long-name     "UCS-BMP-itaiji-010 characters"
5982                   chars         256
5983                   dimension     2
5984                   columns       2
5985                   graphic       2
5986                   direction     l2r
5987                   ;; =>iso-ir   177
5988                   mother        =>ucs-itaiji-010
5989                   min-code #x2E00
5990                   max-code #x9FCC
5991                   registry "ucs\\.itaiji010-0"))
5992
5993   (make-charset '=ucs-itaiji-011
5994                 "uXXXX-itaiji-011 glyphs of GlyphWiki"
5995                 '(long-name     "UCS-itaiji-011"
5996                   chars         256
5997                   dimension     3
5998                   columns       2
5999                   graphic       2
6000                   direction     l2r
6001                   ;; =>iso-ir   177
6002                   mother        =ucs))
6003   (make-charset '=ucs-bmp-itaiji-011
6004                 "uXXXX-itaiji-011 glyph-images in BMP"
6005                 '(long-name     "UCS-BMP-itaiji-011"
6006                   chars         256
6007                   dimension     2
6008                   columns       2
6009                   graphic       2
6010                   direction     l2r
6011                   ;; =>iso-ir   177
6012                   mother        =ucs-itaiji-011
6013                   min-code #x2E00
6014                   max-code #x9FCC
6015                   registry "ucs\\.itaiji011-0"))
6016   (make-charset '=ucs-sip-itaiji-011
6017                 "uXXXX-itaiji-011 glyphs in SIP"
6018                 '(long-name     "UCS-SIP-itaiji-011"
6019                   chars         256
6020                   dimension     2
6021                   columns       2
6022                   graphic       2
6023                   direction     l2r
6024                   mother        =ucs-itaiji-011
6025                   min-code #x20000 max-code #x2FFFF
6026                   registry "ucs00\\.itaiji011-2"))
6027   (make-charset '=>ucs-itaiji-011
6028                 "Abstract characters corresponding with uXXXX-itaiji-011 of GlyphWiki"
6029                 '(long-name     "UCS-itaiji-011"
6030                   chars         256
6031                   dimension     3
6032                   columns       2
6033                   graphic       2
6034                   direction     l2r
6035                   ;; =>iso-ir   177
6036                   mother        =ucs))
6037   (make-charset '=>ucs-bmp-itaiji-011
6038                 "uXXXX-itaiji-011's abstract characters in BMP"
6039                 '(long-name     "UCS-BMP-itaiji-011 characters"
6040                   chars         256
6041                   dimension     2
6042                   columns       2
6043                   graphic       2
6044                   direction     l2r
6045                   ;; =>iso-ir   177
6046                   mother        =>ucs-itaiji-011
6047                   min-code #x2E00
6048                   max-code #x9FCC
6049                   registry "ucs\\.itaiji011-0"))
6050
6051   (make-charset '=ucs-itaiji-012
6052                 "uXXXX-itaiji-012 glyphs of GlyphWiki"
6053                 '(long-name     "UCS-itaiji-012"
6054                   chars         256
6055                   dimension     3
6056                   columns       2
6057                   graphic       2
6058                   direction     l2r
6059                   ;; =>iso-ir   177
6060                   mother        =ucs))
6061   (make-charset '=ucs-bmp-itaiji-012
6062                 "uXXXX-itaiji-012 glyph-images in BMP"
6063                 '(long-name     "UCS-BMP-itaiji-012"
6064                   chars         256
6065                   dimension     2
6066                   columns       2
6067                   graphic       2
6068                   direction     l2r
6069                   ;; =>iso-ir   177
6070                   mother        =ucs-itaiji-012
6071                   min-code #x2E00
6072                   max-code #x9FCC
6073                   registry "ucs\\.itaiji012-0"))
6074   (make-charset '=ucs-sip-itaiji-012
6075                 "uXXXX-itaiji-012 glyphs in SIP"
6076                 '(long-name     "UCS-SIP-itaiji-012"
6077                   chars         256
6078                   dimension     2
6079                   columns       2
6080                   graphic       2
6081                   direction     l2r
6082                   mother        =ucs-itaiji-012
6083                   min-code #x20000 max-code #x2FFFF
6084                   registry "ucs00\\.itaiji012-2"))
6085
6086   (make-charset '=ucs-itaiji-084
6087                 "uXXXX-itaiji-084 glyph-images of GlyphWiki"
6088                 '(long-name     "UCS-itaiji-084"
6089                   chars         256
6090                   dimension     3
6091                   columns       2
6092                   graphic       2
6093                   direction     l2r
6094                   ;; =>iso-ir   177
6095                   mother        =ucs))
6096   (make-charset '=ucs-bmp-itaiji-084
6097                 "uXXXX-itaiji-084 glyph-images in BMP"
6098                 '(long-name     "UCS-BMP-itaiji-084"
6099                   chars         256
6100                   dimension     2
6101                   columns       2
6102                   graphic       2
6103                   direction     l2r
6104                   ;; =>iso-ir   177
6105                   mother        =ucs-itaiji-084
6106                   min-code #x2E00
6107                   max-code #x9FCC
6108                   registry "ucs\\.itaiji084-0"))
6109
6110   (make-charset
6111    '=ucs-radicals
6112    "CJK Radicals of UCS"
6113    '(long-name "UCS-Radicals"
6114                chars 256
6115                dimension 2
6116                columns 2
6117                graphic 2
6118                direction l2r
6119                registry "-zhRadicals-.*-ucs-0"
6120                mother ucs-bmp
6121                min-code #x2E00 max-code #x2FFF))
6122   (make-charset
6123    '=ucs-radicals@unicode
6124    "CJK Radicals of UCS"
6125    '(long-name "UCS-Radicals"
6126                chars 256
6127                dimension 2
6128                columns 2
6129                graphic 2
6130                direction l2r
6131                registry "-zhRadicals-.*-ucs-0"
6132                mother =ucs@unicode
6133                min-code #x2E00 max-code #x2FFF))
6134   (make-charset
6135    '==ucs-radicals@unicode
6136    "CJK Radicals of UCS"
6137    '(long-name "UCS-Radicals"
6138                chars 256
6139                dimension 2
6140                columns 2
6141                graphic 2
6142                direction l2r
6143                registry "-zhRadicals-.*-ucs-0"
6144                mother ==ucs@unicode
6145                min-code #x2E00 max-code #x2FFF))
6146   (make-charset
6147    '=ucs-hangul
6148    "Hangul Syllables of UCS"
6149    '(long-name "UCS-Hangul-Syllables"
6150                chars 256
6151                dimension 2
6152                columns 2
6153                graphic 2
6154                direction l2r
6155                registry "-Hangul-.*-ucs-0"
6156                mother =ucs
6157                min-code #xAC00 max-code #xD7AF))
6158   (make-charset
6159    '=ucs-bmp-cjk
6160    "CJK Characters in BMP of UCS"
6161    '(long-name "UCS-BMP-CJK"
6162                chars 256
6163                dimension 2
6164                columns 2
6165                graphic 2
6166                direction l2r
6167                registry "-zh-.*-ucs-0"
6168                mother ucs-bmp
6169                min-code #x2E00
6170                max-code #x9FA5
6171                ;; max-code #x9FCC
6172                ;; max-code #xA4CF
6173                ))
6174   (make-charset
6175    '=ucs-bmp-cjk@gb
6176    "CJK Characters in BMP with GB representative glyph-images."
6177    '(long-name "CJK in BMP@GB"
6178                chars 256
6179                dimension 2
6180                columns 2
6181                graphic 2
6182                direction l2r
6183                registry "-zh-.*-ucs-0"
6184                mother =ucs@gb
6185                min-code #x2E00
6186                max-code #x9FA5
6187                ;; max-code #x9FCC
6188                ;; max-code #xA4CF
6189                ))
6190   (make-charset
6191    '==ucs-bmp-cjk@gb
6192    "CJK Characters in BMP with GB representative glyph-images."
6193    '(long-name "CJK in BMP@GB"
6194                chars 256
6195                dimension 2
6196                columns 2
6197                graphic 2
6198                direction l2r
6199                registry "-zh-.*-ucs-0"
6200                mother ==ucs@gb
6201                min-code #x2E00
6202                max-code #x9FA5
6203                ;; max-code #x9FCC
6204                ;; max-code #xA4CF
6205                ))
6206   (make-charset
6207    '===ucs-bmp-cjk@gb
6208    "CJK Characters in BMP with GB representative glyph-images."
6209    '(long-name "CJK in BMP@GB"
6210                chars 256
6211                dimension 2
6212                columns 2
6213                graphic 2
6214                direction l2r
6215                registry "-zh-.*-ucs-0"
6216                mother ===ucs@gb
6217                min-code #x2E00
6218                max-code #x9FA5
6219                ;; max-code #x9FCC
6220                ;; max-code #xA4CF
6221                ))
6222   (make-charset
6223    '=ucs-bmp-cjk@JP
6224    "CJK Characters in BMP with JIS representative glyphs"
6225    '(long-name "CJK in BMP@JP"
6226                chars 256
6227                dimension 2
6228                columns 2
6229                graphic 2
6230                direction l2r
6231                registry "-ja-.*-ucs-0"
6232                mother =ucs@JP
6233                min-code #x2E00
6234                max-code #x9FCC
6235                ;; max-code #xA4CF
6236                ))
6237   (make-charset
6238    '=ucs-bmp-cjk@JP/hanazono
6239    "CJK Characters in BMP with Hanazono font"
6240    '(long-name "CJK in BMP@JP/Hanazono"
6241                chars 256
6242                dimension 2
6243                columns 2
6244                graphic 2
6245                direction l2r
6246                registry "-ja-.*-ucs-0"
6247                mother =ucs@JP/hanazono
6248                min-code #x2E00
6249                max-code #x9FFC
6250                ;; max-code #xA4CF
6251                ))
6252   (make-charset
6253    '==ucs-bmp-cjk@JP/hanazono
6254    "CJK Characters in BMP with Hanazono font"
6255    '(long-name "CJK in BMP@JP/Hanazono"
6256                chars 256
6257                dimension 2
6258                columns 2
6259                graphic 2
6260                direction l2r
6261                registry "-ja-.*-ucs-0"
6262                mother ==ucs@JP/hanazono
6263                min-code #x2E00
6264                max-code #x9FCC
6265                ;; max-code #xA4CF
6266                ))
6267   (make-charset
6268    '=>>ucs-bmp-cjk@unicode
6269    "Unicode representative detailed-glyphs of CJK Unified Ideographs in BMP"
6270    '(long-name "Unicode-BMP-CJK detailed-glyphs"
6271                chars 256
6272                dimension 2
6273                columns 2
6274                graphic 2
6275                direction l2r
6276                registry "-zh-.*-ucs-0"
6277                mother =>>ucs@unicode
6278                min-code #x2E00
6279                max-code #x9FA5
6280                ;; max-code #x9FCC
6281                ;; max-code #xA4CF
6282                ))
6283   (make-charset
6284    '=+>ucs-bmp-cjk@unicode
6285    "Unicode representative characters of CJK Unified Ideographs in BMP"
6286    '(long-name "Unicode-BMP-CJK unified abstract glyphs"
6287                chars 256
6288                dimension 2
6289                columns 2
6290                graphic 2
6291                direction l2r
6292                registry "-zh-.*-ucs-0"
6293                mother =+>ucs@unicode
6294                min-code #x2E00
6295                max-code #x9FA5
6296                ;; max-code #x9FCC
6297                ;; max-code #xA4CF
6298                ))
6299   (make-charset
6300    '=>ucs-bmp-cjk@unicode
6301    "Unicode representative characters of CJK Unified Ideographs in BMP"
6302    '(long-name "Unicode-BMP-CJK"
6303                chars 256
6304                dimension 2
6305                columns 2
6306                graphic 2
6307                direction l2r
6308                registry "-zh-.*-ucs-0"
6309                mother =>ucs@unicode
6310                min-code #x2E00
6311                max-code #x9FA5
6312                ;; max-code #x9FCC
6313                ;; max-code #xA4CF
6314                ))
6315   (make-charset
6316    '=>ucs-bmp-cjk@cognate
6317    "CJK Characters in BMP for abstract characters based on cognate."
6318    '(long-name "CJK in BMP@cognate"
6319                chars 256
6320                dimension 2
6321                columns 2
6322                graphic 2
6323                direction l2r
6324                registry "-ja-.*-ucs-0"
6325                mother =>ucs@cognate
6326                min-code #x2E00
6327                max-code #x9FCC
6328                ;; max-code #xA4CF
6329                ))
6330   (make-charset
6331    '=>ucs-bmp-cjk@component
6332    "CJK Characters in BMP for IWDS-1 abstract components."
6333    '(long-name "CJK in BMP@component"
6334                chars 256
6335                dimension 2
6336                columns 2
6337                graphic 2
6338                direction l2r
6339                registry "-ja-.*-ucs-0"
6340                mother =>ucs@component
6341                min-code #x2E00
6342                max-code #x9FCC
6343                ;; max-code #xA4CF
6344                ))
6345   (make-charset
6346    '=>ucs-bmp-cjk@iwds-1
6347    "CJK Characters in BMP for IWDS-1 abstract characters."
6348    '(long-name "CJK in BMP@iwds-1"
6349                chars 256
6350                dimension 2
6351                columns 2
6352                graphic 2
6353                direction l2r
6354                registry "-ja-.*-ucs-0"
6355                mother =>ucs@iwds-1
6356                min-code #x2E00
6357                max-code #x9FCC
6358                ;; max-code #xA4CF
6359                ))
6360   (make-charset
6361    '=>ucs-bmp-cjk@iwds-1/normalized
6362    "CJK Characters in BMP for IWDS-1 abstract characters."
6363    '(long-name "CJK in BMP@iwds-1/normalized"
6364                chars 256
6365                dimension 2
6366                columns 2
6367                graphic 2
6368                direction l2r
6369                registry "-ja-.*-ucs-0"
6370                mother =>ucs@iwds-1/normalized
6371                min-code #x2E00
6372                max-code #x9FCC
6373                ;; max-code #xA4CF
6374                ))
6375   (make-charset
6376    '==>ucs-bmp-cjk@bucs
6377    "CJK Characters in BMP of BUCS"
6378    '(long-name "BUCS-BMP-CJK"
6379                chars 256
6380                dimension 2
6381                columns 2
6382                graphic 2
6383                direction l2r
6384                registry "-zh-.*-ucs-0"
6385                mother ==>ucs@bucs
6386                min-code #x2E00
6387                max-code #x9FA5
6388                ;; max-code #x9FCC
6389                ;; max-code #xA4CF
6390                ))
6391   (make-charset
6392    '=ucs-bmp-cjk-compat
6393    "CJK Compatibility Ideographs in BMP of UCS"
6394    '(long-name "CJK Compatibility Ideographs"
6395                chars 256
6396                dimension 2
6397                columns 2
6398                graphic 2
6399                direction l2r
6400                registry "-ja-.*-ucs-0"
6401                mother ucs-bmp
6402                min-code #xF900
6403                max-code #xFAFF
6404                ))
6405   (make-charset
6406    '=ucs-bmp-cjk-compat@unicode
6407    "CJK Compatibility Ideographs of Unicode representatives"
6408    '(long-name "CJK Compatibility Ideographs of Unicode"
6409                chars 256
6410                dimension 2
6411                columns 2
6412                graphic 2
6413                direction l2r
6414                registry "-ja-.*-ucs-0"
6415                mother =ucs@unicode
6416                min-code #xF900
6417                max-code #xFAFF
6418                ))
6419   (make-charset
6420    '==ucs-bmp-cjk-compat@gb
6421    "CJK Compatibility Ideographs of Unicode representatives"
6422    '(long-name "CJK Compatibility Ideographs of Unicode"
6423                chars 256
6424                dimension 2
6425                columns 2
6426                graphic 2
6427                direction l2r
6428                registry "-zh-.*-ucs-0"
6429                mother ==ucs@gb
6430                min-code #xF900
6431                max-code #xFAFF
6432                ))
6433   (make-charset
6434    '==ucs-bmp-cjk-compat@JP
6435    "CJK Compatibility Ideographs for common glyph-forms used in Japan."
6436    '(long-name "CJK Compatibility Ideographs for Japan"
6437                chars 256
6438                dimension 2
6439                columns 2
6440                graphic 2
6441                direction l2r
6442                registry "-ja-.*-ucs-0"
6443                mother ==ucs@JP
6444                min-code #xF900
6445                max-code #xFAFF
6446                ))
6447   (make-charset
6448    '===ucs-bmp-cjk-compat@unicode
6449    "CJK Compatibility Ideographs of Unicode representatives"
6450    '(long-name "CJK Compatibility Ideographs of Unicode"
6451                chars 256
6452                dimension 2
6453                columns 2
6454                graphic 2
6455                direction l2r
6456                registry "-ja-.*-ucs-0"
6457                mother ===ucs@unicode
6458                min-code #xF900
6459                max-code #xFAFF
6460                ))
6461   (make-charset
6462    '=+>ucs-bmp-cjk-compat@jis
6463    "CJK Compatibility Ideographs of JIS representatives unified glyphs"
6464    '(long-name "JIS unified glyphs for CJK Compat chars"
6465                chars 256
6466                dimension 2
6467                columns 2
6468                graphic 2
6469                direction l2r
6470                registry "-ja-.*-ucs-0"
6471                mother =+>ucs@jis
6472                min-code #xF900
6473                max-code #xFAFF
6474                ))
6475   (make-charset
6476    '=ucs-sip-ext-b
6477    "CJK Ideographs Extension B"
6478    '(long-name "UCS CJK Ext-B"
6479                chars 256
6480                dimension 2
6481                columns 2
6482                graphic 2
6483                direction l2r
6484                registry "\\(iso10646\\|ucs00\\)-2$"
6485                mother ucs
6486                min-code #x20000 max-code #x2A6D6
6487                code-offset #x20000))
6488   (make-charset
6489    '=ucs-sip@iso
6490    "UCS glyphs of UCS SIP"
6491    '(long-name "UCS SIP"
6492                chars 256
6493                dimension 2
6494                columns 2
6495                graphic 2
6496                direction l2r
6497                registry "ucs00-2$"
6498                mother =ucs@iso
6499                min-code #x20000 max-code #x2FFFF
6500                code-offset #x20000))
6501   (make-charset
6502    '=ucs-sip-ext-b@iso
6503    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
6504    '(long-name "UCS CJK Ext-B"
6505                chars 256
6506                dimension 2
6507                columns 2
6508                graphic 2
6509                direction l2r
6510                registry "\\(iso10646\\|ucs00\\)-2$"
6511                mother =ucs@iso
6512                min-code #x20000 max-code #x2A6D6
6513                code-offset #x20000))
6514   (make-charset
6515    '=ucs-sip@JP/hanazono
6516    "Hanazono glyphs of UCS SIP"
6517    '(long-name "Hanazono SIP glyphs"
6518                chars 256
6519                dimension 2
6520                columns 2
6521                graphic 2
6522                direction l2r
6523                registry "ucs00-2$"
6524                mother =ucs@JP/hanazono
6525                min-code #x20000 max-code #x2FFFF
6526                code-offset #x20000))
6527   (make-charset
6528    '=ucs-sip@gb
6529    "UCS G-source glyphs of UCS SIP"
6530    '(long-name "u2XXXX-g glyphs of UCS"
6531                chars 256
6532                dimension 2
6533                columns 2
6534                graphic 2
6535                direction l2r
6536                registry "-ucs00\\.g-2$"
6537                mother =ucs@gb
6538                min-code #x20000 max-code #x2FFFF
6539                code-offset #x20000))
6540   (make-charset
6541    '=ucs-tip
6542    "Tertiary Ideographic Plane of UCS"
6543    '(long-name "UCS TUP"
6544                chars 256
6545                dimension 2
6546                columns 2
6547                graphic 2
6548                direction l2r
6549                registry "\\(iso10646\\|ucs00\\)-3$"
6550                mother ucs
6551                min-code #x30000 max-code #x3134A
6552                code-offset #x30000))
6553   (make-charset
6554    '=ucs-tip@JP/hanazono
6555    "Hanazono glyphs of UCS TIP"
6556    '(long-name "Hanazono TIP glyphs"
6557                chars 256
6558                dimension 2
6559                columns 2
6560                graphic 2
6561                direction l2r
6562                registry "ucs00-3$"
6563                mother =ucs@JP/hanazono
6564                min-code #x30000 max-code #x3134A
6565                code-offset #x30000))
6566   (make-charset
6567    '=>ucs-sip@iwds-1
6568    "CJK Characters in SIP based on IWDS-1."
6569    '(long-name "CJK in SIP@IWDS-1"
6570                chars 256
6571                dimension 2
6572                columns 2
6573                graphic 2
6574                direction l2r
6575                registry "ucs00-2$"
6576                mother =>ucs@iwds-1
6577                min-code #x20000 max-code #x2FFFF
6578                code-offset #x20000))
6579   (make-charset
6580    '=>ucs-sip@cognate
6581    "CJK Characters in SIP for abstract characters based on cognate."
6582    '(long-name "CJK in SIP@cognate"
6583                chars 256
6584                dimension 2
6585                columns 2
6586                graphic 2
6587                direction l2r
6588                registry "ucs00-2$"
6589                mother =>ucs@cognate
6590                min-code #x20000 max-code #x2FFFF
6591                code-offset #x20000))
6592   (make-charset
6593    '=>ucs-tip@cognate
6594    "CJK Characters in TIP for abstract characters based on cognate."
6595    '(long-name "CJK in TIP@cognate"
6596                chars 256
6597                dimension 2
6598                columns 2
6599                graphic 2
6600                direction l2r
6601                registry "ucs00-3$"
6602                mother =>ucs@cognate
6603                min-code #x30000 max-code #x3FFFF
6604                code-offset #x30000))
6605   (make-charset
6606    '=>ucs-sip@component
6607    "CJK Characters in SIP for IWDS-1 abstract components."
6608    '(long-name "CJK in SIP@component"
6609                chars 256
6610                dimension 2
6611                columns 2
6612                graphic 2
6613                direction l2r
6614                registry "ucs00-2$"
6615                mother =>ucs@component
6616                min-code #x20000 max-code #x2FFFF
6617                code-offset #x20000))
6618   (make-charset
6619    '=>ucs-tip@component
6620    "CJK Characters in TIP for IWDS-1 abstract components."
6621    '(long-name "CJK in TIP@component"
6622                chars 256
6623                dimension 2
6624                columns 2
6625                graphic 2
6626                direction l2r
6627                registry "ucs00-3$"
6628                mother =>ucs@component
6629                min-code #x30000 max-code #x3134A
6630                code-offset #x30000))
6631   (make-charset
6632    '==>ucs-sip@esu
6633    "UCS glyphs in UCS SIP of ESU"
6634    '(long-name "ESU SIP"
6635                chars 256
6636                dimension 2
6637                columns 2
6638                graphic 2
6639                direction l2r
6640                registry "ucs00-2$"
6641                mother ==>ucs@esu
6642                min-code #x20000 max-code #x2FFFF
6643                code-offset #x20000))
6644   (make-charset
6645    '==ucs-sip@JP/hanazono
6646    "Hanazono glyphs-forms of UCS SIP"
6647    '(long-name "Hanazono SIP glyph-forms"
6648                chars 256
6649                dimension 2
6650                columns 2
6651                graphic 2
6652                direction l2r
6653                registry "ucs00-2$"
6654                mother ==ucs@JP/hanazono
6655                min-code #x20000 max-code #x2FFFF
6656                code-offset #x20000))
6657   (make-charset
6658    '==ucs-sip@iso
6659    "ISO representative abstract-glyph-images of ISO/IEC 10646 Plane 2"
6660    '(long-name "SIP abstract glyph-images"
6661                chars 256
6662                dimension 2
6663                columns 2
6664                graphic 2
6665                direction l2r
6666                registry "\\(ucs00\\)-2$"
6667                mother ==ucs@iso
6668                code-offset #x20000))
6669   (make-charset
6670    '==ucs-sip-ext-b@iso
6671    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
6672    '(long-name "UCS CJK Ext-B"
6673                chars 256
6674                dimension 2
6675                columns 2
6676                graphic 2
6677                direction l2r
6678                registry "\\(iso10646\\|ucs00\\)-2$"
6679                mother ==ucs@iso
6680                min-code #x20000 max-code #x2A6D6
6681                code-offset #x20000))
6682   (make-charset
6683    '==ucs-tip@JP/hanazono
6684    "Hanazono glyphs-forms of UCS TIP"
6685    '(long-name "Hanazono TIP glyph-forms"
6686                chars 256
6687                dimension 2
6688                columns 2
6689                graphic 2
6690                direction l2r
6691                registry "ucs00-3$"
6692                mother ==ucs@JP/hanazono
6693                min-code #x30000 max-code #x3134A
6694                code-offset #x30000))
6695   (make-charset
6696    '===ucs-sip@iso
6697    "ISO representative glyph-images of ISO/IEC 10646 Plane 2"
6698    '(long-name "SIP rep-glyph-images"
6699                chars 256
6700                dimension 2
6701                columns 2
6702                graphic 2
6703                direction l2r
6704                registry "\\(ucs00\\)-2$"
6705                mother ===ucs@iso
6706                code-offset #x20000))
6707   (make-charset
6708    '===ucs-sip-ext-b@iso
6709    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
6710    '(long-name "UCS CJK Ext-B"
6711                chars 256
6712                dimension 2
6713                columns 2
6714                graphic 2
6715                direction l2r
6716                registry "\\(iso10646\\|ucs00\\)-2$"
6717                mother ===ucs@iso
6718                min-code #x20000 max-code #x2A6D6
6719                code-offset #x20000))
6720   )
6721
6722 ;;; mule-conf.el ends here