(U-00020629): Apply new conventions for glyph granularity.
[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, 2021, 2022 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    '=>hanyo-denshi/tk
1944    "TK (TouKi) part of Han'you-Denshi abstract characters"
1945    `(long-name "Han'you-Denshi/TK"
1946                chars 256
1947                dimension 3
1948                columns 2
1949                graphic 2
1950                direction l2r
1951                mother =hanyo-denshi/tk))
1952
1953   (make-charset
1954    '==mj
1955    "Moji-Jouhou-Kiban detailed glyph-images."
1956    '(long-name "MJ glyph-images"
1957                chars 256
1958                dimension 2
1959                columns 2
1960                graphic 2
1961                direction l2r
1962                mother =mj))
1963   (make-charset
1964    '==mj-0
1965    "MJ detailed glyph-images plane 0"
1966    '(long-name "MJ glyph-images-0"
1967                chars 256
1968                dimension 2
1969                columns 2
1970                graphic 2
1971                direction l2r
1972                registry "mj-0$"
1973                mother ==mj
1974                min-code 0
1975                max-code #xFFFF))
1976   (make-charset
1977    '==mj-1
1978    "MJ detailed glyph-images plane 1"
1979    '(long-name "MJ glyph-images-1"
1980                chars 256
1981                dimension 2
1982                columns 2
1983                graphic 2
1984                direction l2r
1985                registry "mj-1$"
1986                mother ==mj
1987                min-code #x10000
1988                code-offset #x10000))
1989
1990   (make-charset
1991    '==hanyo-denshi/ja
1992    "Han'you-Denshi/JA abstract glyph-forms."
1993    '(long-name "Han'you-Denshi/JA glyph-forms"
1994                chars 94
1995                dimension 2
1996                columns 2
1997                graphic 2
1998                direction l2r
1999                registry "HanyoDenshi\\.JA-0$"
2000                mother =hanyo-denshi/ja))
2001   (make-charset
2002    '==hanyo-denshi/jb
2003    "Han'you-Denshi/JB abstract glyph-forms."
2004    '(long-name "Han'you-Denshi/JB glyph-forms"
2005                chars 94
2006                dimension 2
2007                columns 2
2008                graphic 2
2009                direction l2r
2010                registry "HanyoDenshi\\.JB-0$"
2011                mother =hanyo-denshi/jb))
2012   (make-charset
2013    '==hanyo-denshi/jc
2014    "Han'you-Denshi/JC abstract glyph-forms."
2015    '(long-name "Han'you-Denshi/JC glyph-forms"
2016                chars 94
2017                dimension 2
2018                columns 2
2019                graphic 2
2020                direction l2r
2021                registry "HanyoDenshi\\.JC-0$"
2022                mother =hanyo-denshi/jc))
2023   (make-charset
2024    '==hanyo-denshi/jd
2025    "Han'you-Denshi/JD abstract glyph-forms."
2026    '(long-name "Han'you-Denshi/JD glyph-forms"
2027                chars 94
2028                dimension 2
2029                columns 2
2030                graphic 2
2031                direction l2r
2032                registry "HanyoDenshi\\.JD-0$"
2033                mother =hanyo-denshi/jd))
2034   (make-charset
2035    '==hanyo-denshi/ft
2036    "Han'you-Denshi/FT abstract glyph-forms."
2037    '(long-name "Han'you-Denshi/FT glyph-forms"
2038                chars 94
2039                dimension 2
2040                columns 2
2041                graphic 2
2042                direction l2r
2043                registry "HanyoDenshi\\.FT-0$"
2044                mother =hanyo-denshi/ft))
2045   (make-charset
2046    '==hanyo-denshi/ia
2047    "Han'you-Denshi/IA abstract glyph-forms."
2048    '(long-name "Han'you-Denshi/IA glyph-images"
2049                chars 94
2050                dimension 2
2051                columns 2
2052                graphic 2
2053                direction l2r
2054                registry "HanyoDenshi\\.IA-0$"
2055                mother =hanyo-denshi/ia))
2056   (make-charset
2057    '==hanyo-denshi/ib
2058    "Han'you-Denshi/IB abstract glyph-forms."
2059    '(long-name "Han'you-Denshi/IB glyph-forms"
2060                chars 94
2061                dimension 2
2062                columns 2
2063                graphic 2
2064                direction l2r
2065                registry "HanyoDenshi\\.IB-0$"
2066                mother =hanyo-denshi/ib))
2067   (make-charset
2068    '==hanyo-denshi/hg
2069    "Han'you-Denshi/HG abstract glyph-forms."
2070    '(long-name "Han'you-Denshi/HG glyph-forms"
2071                chars 94
2072                dimension 2
2073                columns 2
2074                graphic 2
2075                direction l2r
2076                registry "HanyoDenshi\\.HG-0$"
2077                mother =hanyo-denshi/hg))
2078   (make-charset
2079    '==hanyo-denshi/ip
2080    "Han'you-Denshi/IP abstract glyph-forms."
2081    '(long-name "Han'you-Denshi/IP glyph-images"
2082                chars 256
2083                dimension 2
2084                columns 2
2085                graphic 2
2086                direction l2r
2087                registry "HanyoDenshi\\.IP-0$"
2088                mother =hanyo-denshi/ip))
2089   (make-charset
2090    '==hanyo-denshi/jt
2091    "JT (Juuki Touitsu Moji) abstract glyph-forms."
2092    '(long-name "Han'you-Denshi/JT glyph-forms"
2093                chars 256
2094                dimension 2
2095                columns 2
2096                graphic 2
2097                direction l2r
2098                registry "HanyoDenshi\\.JT-0$"
2099                mother =hanyo-denshi/jt))
2100   (make-charset
2101    '==hanyo-denshi/ks
2102    "KoSeki-touitsu-moji abstract glyph-forms."
2103    '(long-name "Han'you-Denshi/KS glyph-forms"
2104                chars 256
2105                dimension 3
2106                columns 2
2107                graphic 2
2108                direction l2r
2109                mother =hanyo-denshi/ks))
2110   (make-charset
2111    '==hanyo-denshi/tk
2112    "TK (TouKi) part of Han'you-Denshi abstract glyph-forms."
2113    `(long-name "Han'you-Denshi/TK glyph-forms"
2114                chars 256
2115                dimension 3
2116                columns 2
2117                graphic 2
2118                direction l2r
2119                mother =hanyo-denshi/tk))
2120
2121   (make-charset
2122    '=koseki
2123    "Abstract glyph-forms of KoSeki-touitsu-moji."
2124    '(long-name "KoSeki-touitsu-moji glyph-forms"
2125                chars 256
2126                dimension 3
2127                columns 2
2128                graphic 2
2129                direction l2r
2130                mother =hanyo-denshi/ks))
2131   (make-charset
2132    '==koseki
2133    "Representative glyph-images of KoSeki-touitsu-moji."
2134    '(long-name "KoSeki-touitsu-moji glyph-images"
2135                chars 256
2136                dimension 3
2137                columns 2
2138                graphic 2
2139                direction l2r
2140                mother =koseki))
2141
2142   (define-charset-alias '=>>>hanyo-denshi/ja '==hanyo-denshi/ja)
2143   (define-charset-alias '=>>>hanyo-denshi/jb '==hanyo-denshi/jb)
2144   (define-charset-alias '=>>>hanyo-denshi/jc '==hanyo-denshi/jc)
2145   (define-charset-alias '=>>>hanyo-denshi/jd '==hanyo-denshi/jd)
2146   (define-charset-alias '=>>>hanyo-denshi/ft '==hanyo-denshi/ft)
2147   (define-charset-alias '=>>>hanyo-denshi/ib '==hanyo-denshi/ib)
2148   (define-charset-alias '=>>>hanyo-denshi/hg '==hanyo-denshi/hg)
2149   (define-charset-alias '=>>>hanyo-denshi/jt '==hanyo-denshi/jt)
2150   (define-charset-alias '=>>>hanyo-denshi/ks '==hanyo-denshi/ks)
2151
2152   ;; (make-charset
2153   ;;  '===hanyo-denshi/ja
2154   ;;  "Han'you-Denshi/JA detailed glyph-images."
2155   ;;  '(long-name "Han'you-Denshi/JA glyph-images"
2156   ;;              chars 94
2157   ;;              dimension 2
2158   ;;              columns 2
2159   ;;              graphic 2
2160   ;;              direction l2r
2161   ;;              registry "HanyoDenshi\\.JA-0$"
2162   ;;              mother ==hanyo-denshi/ja))
2163   (make-charset
2164    '===hanyo-denshi/jb
2165    "Han'you-Denshi/JB detailed glyph-images."
2166    '(long-name "Han'you-Denshi/JB glyph-images"
2167                chars 94
2168                dimension 2
2169                columns 2
2170                graphic 2
2171                direction l2r
2172                registry "HanyoDenshi\\.JB-0$"
2173                mother ==hanyo-denshi/jb))
2174   (make-charset
2175    '===hanyo-denshi/jc
2176    "Han'you-Denshi/JC representative glyph-images."
2177    '(long-name "Han'you-Denshi/JC glyph-images"
2178                chars 94
2179                dimension 2
2180                columns 2
2181                graphic 2
2182                direction l2r
2183                registry "HanyoDenshi\\.JC-0$"
2184                mother ==hanyo-denshi/jc))
2185   (make-charset
2186    '===hanyo-denshi/jd
2187    "Han'you-Denshi/JD representative glyph-images."
2188    '(long-name "Han'you-Denshi/JD glyph-images"
2189                chars 94
2190                dimension 2
2191                columns 2
2192                graphic 2
2193                direction l2r
2194                registry "HanyoDenshi\\.JD-0$"
2195                mother ==hanyo-denshi/jd))
2196   (make-charset
2197    '===hanyo-denshi/ft
2198    "Han'you-Denshi/FT detailed glyph-images."
2199    '(long-name "Han'you-Denshi/FT glyph-images"
2200                chars 94
2201                dimension 2
2202                columns 2
2203                graphic 2
2204                direction l2r
2205                registry "HanyoDenshi\\.FT-0$"
2206                mother ==hanyo-denshi/ft))
2207   (make-charset
2208    '===hanyo-denshi/ia
2209    "Han'you-Denshi/IA detailed glyph-images."
2210    '(long-name "Han'you-Denshi/IA glyph-images"
2211                chars 94
2212                dimension 2
2213                columns 2
2214                graphic 2
2215                direction l2r
2216                registry "HanyoDenshi\\.IA-0$"
2217                mother ==hanyo-denshi/ia))
2218   (make-charset
2219    '===hanyo-denshi/ib
2220    "Han'you-Denshi/IB detailed glyph-images."
2221    '(long-name "Han'you-Denshi/IB glyph-images"
2222                chars 94
2223                dimension 2
2224                columns 2
2225                graphic 2
2226                direction l2r
2227                registry "HanyoDenshi\\.IB-0$"
2228                mother ==hanyo-denshi/ib))
2229   (make-charset
2230    '===hanyo-denshi/hg
2231    "Han'you-Denshi/HG detailed glyph-images."
2232    '(long-name "Han'you-Denshi/HG glyph-images"
2233                chars 94
2234                dimension 2
2235                columns 2
2236                graphic 2
2237                direction l2r
2238                registry "HanyoDenshi\\.HG-0$"
2239                mother ==hanyo-denshi/hg))
2240   (make-charset
2241    '===hanyo-denshi/ip
2242    "Han'you-Denshi/IP representative glyph-images."
2243    '(long-name "Han'you-Denshi/IP glyph-images"
2244                chars 256
2245                dimension 2
2246                columns 2
2247                graphic 2
2248                direction l2r
2249                registry "HanyoDenshi\\.IP-0$"
2250                mother ==hanyo-denshi/ip))
2251   (make-charset
2252    '===hanyo-denshi/jt
2253    "JT (Juuki Touitsu Moji) detailed glyph-images."
2254    '(long-name "Han'you-Denshi/JT glyph-images"
2255                chars 256
2256                dimension 2
2257                columns 2
2258                graphic 2
2259                direction l2r
2260                registry "HanyoDenshi\\.JT-0$"
2261                mother ==hanyo-denshi/jt))
2262   (make-charset
2263    '===hanyo-denshi/ks
2264    "KoSeki-touitsu-moji detailed glyph-images."
2265    '(long-name "Han'you-Denshi/KS glyph-images"
2266                chars 256
2267                dimension 3
2268                columns 2
2269                graphic 2
2270                direction l2r
2271                mother ==hanyo-denshi/ks))
2272
2273   (make-charset
2274    '=hanyo-denshi/ks/mf
2275    "font encoding for KS (KoSeki) characters"
2276    `(long-name "Han'you-Denshi/KS font encoding"
2277                chars 256
2278                dimension 2
2279                columns 2
2280                graphic 2
2281                direction l2r
2282                registry "HanyoDenshi\\.KSMF-0$"
2283                min-code       ,(lsh #x6403 16)
2284                max-code    ,(+ (lsh #x6403 16) #xFFFF)
2285                code-offset    ,(lsh #x6403 16)))
2286   (make-charset
2287    '=hanyo-denshi/tk/mf-01
2288    "font encoding for TK (TouKi) characters"
2289    `(long-name "Han'you-Denshi/TK font encoding"
2290                chars 256
2291                dimension 2
2292                columns 2
2293                graphic 2
2294                direction l2r
2295                registry "HanyoDenshi\\.TKMF-1$"))
2296   (make-charset
2297    '=>hanyo-denshi/tk/mf-01
2298    "font encoding for TK (TouKi) abstract characters"
2299    `(long-name "Han'you-Denshi/TK font encoding"
2300                chars 256
2301                dimension 2
2302                columns 2
2303                graphic 2
2304                direction l2r
2305                mother =hanyo-denshi/tk/mf-01
2306                registry "HanyoDenshi\\.TKMF-1$"))
2307   (make-charset
2308    '==hanyo-denshi/tk/mf-01
2309    "font encoding for TK (TouKi) glyphs"
2310    `(long-name "Han'you-Denshi/TK font encoding"
2311                chars 256
2312                dimension 2
2313                columns 2
2314                graphic 2
2315                direction l2r
2316                mother =hanyo-denshi/tk/mf-01
2317                registry "HanyoDenshi\\.TKMF-1$"))
2318
2319   (make-charset
2320    '===mj
2321    "Moji-Jouhou-Kiban detailed glyph-images."
2322    '(long-name "MJ glyph-images"
2323                chars 256
2324                dimension 2
2325                columns 2
2326                graphic 2
2327                direction l2r
2328                mother ==mj))
2329   (make-charset
2330    '===mj-0
2331    "MJ detailed glyph-images plane 0"
2332    '(long-name "MJ glyph-images-0"
2333                chars 256
2334                dimension 2
2335                columns 2
2336                graphic 2
2337                direction l2r
2338                registry "mj-0$"
2339                mother ===mj
2340                min-code 0
2341                max-code #xFFFF))
2342   (make-charset
2343    '===mj-1
2344    "MJ detailed glyph-images plane 1"
2345    '(long-name "MJ glyph-images-1"
2346                chars 256
2347                dimension 2
2348                columns 2
2349                graphic 2
2350                direction l2r
2351                registry "mj-1$"
2352                mother ===mj
2353                min-code #x10000
2354                code-offset #x10000))
2355
2356   (make-charset
2357    '=+>hanyo-denshi/ft
2358    "Han'you-Denshi/FT abstract glyphs"
2359    '(long-name "Han'you-Denshi/FT glyphs"
2360                chars 94
2361                dimension 2
2362                columns 2
2363                graphic 2
2364                direction l2r
2365                registry "HanyoDenshi\\.FT-0$"
2366                mother =hanyo-denshi/ft))
2367   (make-charset
2368    '=+>hanyo-denshi/jt
2369    "JT (Juuki Touitsu Moji) unified abstract glyphs."
2370    '(long-name "Han'you-Denshi/JT unified glyphs"
2371                chars 256
2372                dimension 2
2373                columns 2
2374                graphic 2
2375                direction l2r
2376                registry "HanyoDenshi\\.JT-0$"
2377                mother =hanyo-denshi/jt))
2378
2379   (make-charset
2380    '=>>mj
2381    "Moji-Jouhou-Kiban abstract glyphs."
2382    '(long-name "MJ glyphs"
2383                chars 256
2384                dimension 2
2385                columns 2
2386                graphic 2
2387                direction l2r
2388                mother =mj))
2389
2390   (make-charset
2391    '=>>hanyo-denshi/ja
2392    "Han'you-Denshi/JA abstract glyphs"
2393    '(long-name "Han'you-Denshi/JA glyphs"
2394                chars 94
2395                dimension 2
2396                columns 2
2397                graphic 2
2398                direction l2r
2399                registry "HanyoDenshi\\.JA-0$"
2400                mother =hanyo-denshi/ja))
2401   (make-charset
2402    '=>>hanyo-denshi/jb
2403    "Han'you-Denshi/JB abstract glyphs"
2404    '(long-name "Han'you-Denshi/JB glyphs"
2405                chars 94
2406                dimension 2
2407                columns 2
2408                graphic 2
2409                direction l2r
2410                registry "HanyoDenshi\\.JB-0$"
2411                mother =hanyo-denshi/jb))
2412   (make-charset
2413    '=>>hanyo-denshi/jc
2414    "Han'you-Denshi/JC abstract glyphs"
2415    '(long-name "Han'you-Denshi/JC glyphs"
2416                chars 94
2417                dimension 2
2418                columns 2
2419                graphic 2
2420                direction l2r
2421                registry "HanyoDenshi\\.JC-0$"
2422                mother =hanyo-denshi/jc))
2423   (make-charset
2424    '=>>hanyo-denshi/jd
2425    "Han'you-Denshi/JD abstract glyphs"
2426    '(long-name "Han'you-Denshi/JD glyphs"
2427                chars 94
2428                dimension 2
2429                columns 2
2430                graphic 2
2431                direction l2r
2432                registry "HanyoDenshi\\.JD-0$"
2433                mother =hanyo-denshi/jd))
2434   (make-charset
2435    '=>>hanyo-denshi/ft
2436    "Han'you-Denshi/FT abstract glyphs"
2437    '(long-name "Han'you-Denshi/FT glyphs"
2438                chars 94
2439                dimension 2
2440                columns 2
2441                graphic 2
2442                direction l2r
2443                registry "HanyoDenshi\\.FT-0$"
2444                mother =hanyo-denshi/ft))
2445   (make-charset
2446    '=>>hanyo-denshi/ia
2447    "Han'you-Denshi/IA abstract glyphs"
2448    '(long-name "Han'you-Denshi/IA glyphs"
2449                chars 94
2450                dimension 2
2451                columns 2
2452                graphic 2
2453                direction l2r
2454                registry "HanyoDenshi\\.IA-0$"
2455                mother =hanyo-denshi/ia))
2456   (make-charset
2457    '=>>hanyo-denshi/ib
2458    "Han'you-Denshi/IB abstract glyphs"
2459    '(long-name "Han'you-Denshi/IB abstract glyphs"
2460                chars 94
2461                dimension 2
2462                columns 2
2463                graphic 2
2464                direction l2r
2465                registry "HanyoDenshi\\.IB-0$"
2466                mother =hanyo-denshi/ib))
2467   (make-charset
2468    '=>>hanyo-denshi/hg
2469    "Han'you-Denshi/HG abstract glyphs"
2470    '(long-name "Han'you-Denshi/HG abstract glyphs"
2471                chars 94
2472                dimension 2
2473                columns 2
2474                graphic 2
2475                direction l2r
2476                registry "HanyoDenshi\\.HG-0$"
2477                mother =hanyo-denshi/hg))
2478   (make-charset
2479    '=>>hanyo-denshi/ip
2480    "Han'you-Denshi/IP abstract glyphs"
2481    '(long-name "Han'you-Denshi/IP abstract glyphs"
2482                chars 256
2483                dimension 2
2484                columns 2
2485                graphic 2
2486                direction l2r
2487                registry "HanyoDenshi\\.IP-0$"
2488                mother =hanyo-denshi/ip))
2489   (make-charset
2490    '=>>hanyo-denshi/jt
2491    "JT (Juuki Touitsu Moji) abstract glyphs"
2492    '(long-name "Han'you-Denshi/JT glyphs"
2493                chars 256
2494                dimension 2
2495                columns 2
2496                graphic 2
2497                direction l2r
2498                registry "HanyoDenshi\\.JT-0$"
2499                mother =hanyo-denshi/jt))
2500   (make-charset
2501    '=>>hanyo-denshi/ks
2502    "Han'you-Denshi/KS abstract glyphs"
2503    '(long-name "Han'you-Denshi/KS glyphs"
2504                chars 256
2505                dimension 3
2506                columns 2
2507                graphic 2
2508                direction l2r
2509                mother =hanyo-denshi/ks))
2510
2511   (make-charset '=gt
2512                 "GT 2000"
2513                 `(long-name     "GT"
2514                   chars         256
2515                   dimension     3
2516                   columns       2
2517                   graphic       2
2518                   direction     l2r
2519                   registry      ""
2520                   min-code      ,(lsh #x6100 16)
2521                   max-code      ,(+ (lsh #x6100 16) 67547)
2522                   code-offset   ,(lsh #x6100 16)))
2523   (make-charset '==gt
2524                 "GT 2000 abstract glyph-forms."
2525                 '(long-name     "GT abstract glyph-forms"
2526                   chars         256
2527                   dimension     3
2528                   columns       2
2529                   graphic       2
2530                   direction     l2r
2531                   mother        =gt))
2532   (make-charset '===gt
2533                 "GT 2000 detailed glyph-images."
2534                 '(long-name     "GT glyph-images"
2535                   chars         256
2536                   dimension     3
2537                   columns       2
2538                   graphic       2
2539                   direction     l2r
2540                   mother        ==gt
2541                   ;; min-code   1
2542                   ;; max-code   67392
2543                   ))
2544   (define-charset-alias 'ideograph-gt '=gt)
2545   (define-charset-alias '=>>>gt '==gt)
2546   (make-charset '=>>gt
2547                 "GT 2000 abstract glyphs"
2548                 '(long-name     "GT abstract glyphs"
2549                   chars         256
2550                   dimension     3
2551                   columns       2
2552                   graphic       2
2553                   direction     l2r
2554                   mother        =gt))
2555   (define-charset-alias '<=>gt '=>>gt)
2556   (define-charset-alias '<==>gt '=>>gt)
2557   (make-charset '=+>gt
2558                 "GT 2000 unified abstract glyphs"
2559                 '(long-name     "Unified abstract GT glyphs"
2560                   chars         256
2561                   dimension     3
2562                   columns       2
2563                   graphic       2
2564                   direction     l2r
2565                   mother        =>>gt))
2566   (make-charset '=>gt
2567                 "GT 2000 abstract characters"
2568                 '(long-name     "abstract GT characters"
2569                   chars         256
2570                   dimension     3
2571                   columns       2
2572                   graphic       2
2573                   direction     l2r
2574                   mother        =+>gt))
2575   (make-charset '=gt-k
2576                 "Ideographic components of GT"
2577                 `(long-name     "GT components"
2578                   chars         256
2579                   dimension     2
2580                   columns       2
2581                   graphic       2
2582                   direction     l2r
2583                   registry      ""
2584                   min-code      ,(lsh #x6110 16)
2585                   max-code      ,(+ (lsh #x6110 16) 17090)
2586                   code-offset   ,(lsh #x6110 16)))
2587   (define-charset-alias 'ideograph-gt-k '=gt-k)
2588   (make-charset '==gt-k
2589                 "Abstract glyph-images of GT-K"
2590                 '(long-name     "GT-K glyph-images"
2591                   chars         256
2592                   dimension     2
2593                   columns       2
2594                   graphic       2
2595                   direction     l2r
2596                   mother        =gt-k))
2597   (make-charset '===gt-k
2598                 "Representative glyph-images of GT-K"
2599                 '(long-name     "GT-K glyph-images"
2600                   chars         256
2601                   dimension     2
2602                   columns       2
2603                   graphic       2
2604                   direction     l2r
2605                   mother        ==gt-k))
2606   (make-charset '=>>gt-k
2607                 "abstract glyphs of GT-K"
2608                 '(long-name     "GT-K abstract glyphs"
2609                   chars         256
2610                   dimension     2
2611                   columns       2
2612                   graphic       2
2613                   direction     l2r
2614                   mother        =gt-k))
2615   (make-charset '=>gt-k
2616                 "GT-K abstract characters"
2617                 '(long-name     "GT-K abstract characters"
2618                   chars         256
2619                   dimension     2
2620                   columns       2
2621                   graphic       2
2622                   direction     l2r
2623                   mother        =>>gt-k))
2624   (let ((i 1))
2625     (while (<= i 11)
2626       (make-charset
2627        (intern (format "=gt-pj-%d" i))
2628        (format "GT 2000 (pseudo JIS encoding) part %d" i)
2629        `(long-name ,(format "GT PJ %d" i)
2630                    chars 94
2631                    dimension 2
2632                    columns 2
2633                    graphic 0
2634                    direction l2r
2635                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
2636       (define-charset-alias
2637         (intern (format "ideograph-gt-pj-%d" i))
2638         (intern (format "=gt-pj-%d" i)))
2639       (setq i (1+ i))))
2640   (make-charset
2641    '=gt-pj-k1
2642    "Ideographic parts of GT (pseudo JIS encoding) part 1"
2643    '(long-name "GT K1"
2644                chars 94
2645                dimension 2
2646                columns 2
2647                graphic 0
2648                direction l2r
2649                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
2650   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
2651   (make-charset
2652    '==gt-pj-k1
2653    "Ideographic parts of GT (pseudo JIS encoding) part 1"
2654    '(long-name "GT K1"
2655                chars 94
2656                dimension 2
2657                columns 2
2658                graphic 0
2659                direction l2r
2660                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
2661   (make-charset
2662    '=gt-pj-k2
2663    "Ideographic parts of GT (pseudo JIS encoding) part 2"
2664    '(long-name "GT K2"
2665                chars 94
2666                dimension 2
2667                columns 2
2668                graphic 0
2669                direction l2r
2670                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
2671   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
2672   (make-charset
2673    '==gt-pj-k2
2674    "Ideographic parts of GT (pseudo JIS encoding) part 2"
2675    '(long-name "GT K2"
2676                chars 94
2677                dimension 2
2678                columns 2
2679                graphic 0
2680                direction l2r
2681                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
2682
2683   (make-charset '=daikanwa
2684                 "Daikanwa dictionary (unchanged part)"
2685                 `(long-name     "Daikanwa"
2686                   chars         256
2687                   dimension     2
2688                   columns       2
2689                   graphic       2
2690                   direction     l2r
2691                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2692                   min-code      #xE00000
2693                   max-code      ,(+ #xE00000 50100)
2694                   code-offset   #xE00000))
2695   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
2696
2697   (make-charset '=daikanwa@rev1
2698                 "Daikanwa dictionary (revised version)"
2699                 '(long-name     "Daikanwa Rev."
2700                   chars         256
2701                   dimension     2
2702                   columns       2
2703                   graphic       2
2704                   direction     l2r
2705                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
2706                   mother        =daikanwa))
2707   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
2708   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
2709
2710   (make-charset '=daikanwa@rev2
2711                 "Daikanwa dictionary (revised version 2)"
2712                 '(long-name     "Daikanwa"
2713                   chars         256
2714                   dimension     2
2715                   columns       2
2716                   graphic       2
2717                   direction     l2r
2718                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2719                   mother        =daikanwa
2720                   min-code      1
2721                   max-code      49964))
2722   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
2723
2724   (make-charset '=daikanwa/+p
2725                 "Daikanwa dictionary (ddddd')"
2726                 '(long-name     "Daikanwa ddddd'"
2727                   chars         256
2728                   dimension     2
2729                   columns       2
2730                   graphic       2
2731                   direction     l2r))
2732   (make-charset '=daikanwa/+2p
2733                 "Daikanwa dictionary (ddddd'')"
2734                 '(long-name     "Daikanwa ddddd''"
2735                   chars         256
2736                   dimension     2
2737                   columns       2
2738                   graphic       2
2739                   direction     l2r))
2740   (make-charset '=daikanwa/ho
2741                 "Daikanwa dictionary (Hokan)"
2742                 '(long-name     "Daikanwa-ho"
2743                   chars         256
2744                   dimension     2
2745                   columns       2
2746                   graphic       2
2747                   direction     l2r))
2748
2749   (make-charset '==daikanwa
2750                 "Daikanwa glyph-images."
2751                 '(long-name     "Daikanwa glyph-images"
2752                   chars         256
2753                   dimension     2
2754                   columns       2
2755                   graphic       2
2756                   direction     l2r
2757                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2758                   mother        =daikanwa))
2759   (make-charset '==daikanwa/+p
2760                 "Daikanwa detailed glyph-images (ddddd')"
2761                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2762                   chars         256
2763                   dimension     2
2764                   columns       2
2765                   graphic       2
2766                   direction     l2r
2767                   mother        =daikanwa/+p))
2768   (make-charset '==daikanwa/+2p
2769                 "Daikanwa detailed glyph-images (ddddd'')"
2770                 '(long-name     "Daikanwa glyph-images ddddd''"
2771                   chars         256
2772                   dimension     2
2773                   columns       2
2774                   graphic       2
2775                   direction     l2r
2776                   mother        =daikanwa/+2p))
2777   (make-charset '==daikanwa/ho
2778                 "Daikanwa detailed glyph-images (Hokan)"
2779                 '(long-name     "Daikanwa-ho detailed glyph-images"
2780                   chars         256
2781                   dimension     2
2782                   columns       2
2783                   graphic       2
2784                   direction     l2r
2785                   mother        =daikanwa/ho))
2786
2787   (make-charset '===daikanwa
2788                 "Daikanwa detailed glyph-images."
2789                 '(long-name     "Daikanwa detailed glyph-images"
2790                   chars         256
2791                   dimension     2
2792                   columns       2
2793                   graphic       2
2794                   direction     l2r
2795                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2796                   mother        ==daikanwa))
2797   (make-charset '===daikanwa/+p
2798                 "Daikanwa detailed glyph-images (ddddd')"
2799                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2800                   chars         256
2801                   dimension     2
2802                   columns       2
2803                   graphic       2
2804                   direction     l2r
2805                   mother        ==daikanwa/+p))
2806   (make-charset '===daikanwa/ho
2807                 "Daikanwa detailed glyph-images (Hokan)"
2808                 '(long-name     "Daikanwa-ho detailed glyph-images"
2809                   chars         256
2810                   dimension     2
2811                   columns       2
2812                   graphic       2
2813                   direction     l2r
2814                   mother        ==daikanwa/ho))
2815
2816   (make-charset '=>>daikanwa
2817                 "Daikanwa abstract glyphs"
2818                 '(long-name     "Daikanwa glyphs"
2819                   chars         256
2820                   dimension     2
2821                   columns       2
2822                   graphic       2
2823                   direction     l2r
2824                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2825                   mother        =daikanwa))
2826   (make-charset '=>>daikanwa/+p
2827                 "Daikanwa abstract glyphs (ddddd')"
2828                 '(long-name     "Daikanwa glyphs (ddddd')"
2829                   chars         256
2830                   dimension     2
2831                   columns       2
2832                   graphic       2
2833                   direction     l2r
2834                   mother        =daikanwa/+p))
2835   (make-charset '=>>daikanwa/+2p
2836                 "Daikanwa abstract glyphs (ddddd'')"
2837                 '(long-name     "Daikanwa glyphs (ddddd'')"
2838                   chars         256
2839                   dimension     2
2840                   columns       2
2841                   graphic       2
2842                   direction     l2r
2843                   mother        =daikanwa/+2p))
2844   (make-charset '=>>daikanwa/ho
2845                 "Daikanwa abstract glyphs (Hokan)"
2846                 '(long-name     "Daikanwa-ho glyph"
2847                   chars         256
2848                   dimension     2
2849                   columns       2
2850                   graphic       2
2851                   direction     l2r
2852                   mother        =daikanwa/ho))
2853
2854   (make-charset '=>daikanwa
2855                 "Daikanwa abstract characters"
2856                 '(long-name     "abstract Daikanwa"
2857                   chars         256
2858                   dimension     2
2859                   columns       2
2860                   graphic       2
2861                   direction     l2r
2862                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2863                   mother        =>>daikanwa))
2864   (make-charset '=>daikanwa/ho
2865                 "Daikanwa abstract characters (Hokan)"
2866                 '(long-name     "abstract Daikanwa-ho"
2867                   chars         256
2868                   dimension     2
2869                   columns       2
2870                   graphic       2
2871                   direction     l2r
2872                   mother        =>>daikanwa/ho))
2873
2874   (make-charset '=daijiten
2875                 "Daijiten dictionary glyphs"
2876                 `(long-name     "Daijiten glyphs"
2877                   chars         256
2878                   dimension     2
2879                   columns       2
2880                   graphic       2
2881                   direction     l2r
2882                   registry      "Daijiten-*"
2883                   min-code      #xE50000
2884                   max-code      ,(+ #xE50000 14924)
2885                   code-offset   #xE50000))
2886   (make-charset '==daijiten
2887                 "Daijiten dictionary glyph-forms"
2888                 `(long-name     "Daijiten glyph-forms"
2889                   chars         256
2890                   dimension     2
2891                   columns       2
2892                   graphic       2
2893                   direction     l2r
2894                   mother        =daijiten
2895                   registry      "Daijiten-*"))
2896   (make-charset '===daijiten
2897                 "Daijiten dictionary glyph-images"
2898                 `(long-name     "Daijiten glyph-images"
2899                   chars         256
2900                   dimension     2
2901                   columns       2
2902                   graphic       2
2903                   direction     l2r
2904                   mother        ==daijiten
2905                   registry      "Daijiten-*"))
2906   (make-charset '==>daijiten
2907                 "Jishu of Daijiten dictionary"
2908                 `(long-name     "Daijiten jishu"
2909                   chars         256
2910                   dimension     2
2911                   columns       2
2912                   graphic       2
2913                   direction     l2r
2914                   mother        =daijiten
2915                   registry      "Daijiten-*"))
2916   
2917   (make-charset '=shinjigen
2918                 "Kadokawa ShinJigen dictionary (common parts)"
2919                 `(long-name     "Shinjigen common parts"
2920                   chars         256
2921                   dimension     2
2922                   columns       2
2923                   graphic       2
2924                   direction     l2r
2925                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2926
2927   (make-charset '=shinjigen@1ed
2928                 "Kadokawa ShinJigen dictionary (the first edition)"
2929                 `(long-name     "Shinjigen-1"
2930                   chars         256
2931                   dimension     2
2932                   columns       2
2933                   graphic       2
2934                   direction     l2r
2935                   mother        =shinjigen
2936                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2937   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
2938
2939   (make-charset '=shinjigen@1ed/24pr
2940                 "Kadokawa ShinJigen dictionary (the 24th impression)"
2941                 `(long-name     "Shinjigen-1 24pr"
2942                   chars         256
2943                   dimension     2
2944                   columns       2
2945                   graphic       2
2946                   direction     l2r
2947                   mother        =shinjigen@1ed))
2948
2949   (make-charset '=shinjigen@rev
2950                 "Kadokawa ShinJigen dictionary (the revised edition)"
2951                 `(long-name     "Shinjigen-2"
2952                   chars         256
2953                   dimension     2
2954                   columns       2
2955                   graphic       2
2956                   direction     l2r
2957                   mother        =shinjigen
2958                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2959   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
2960   (make-charset '=shinjigen/+p@rev
2961                 "ShinJigen (the second edition) number with '"
2962                 `(long-name     "Shinjigen-2 with '"
2963                   chars         256
2964                   dimension     2
2965                   columns       2
2966                   graphic       2
2967                   direction     l2r))
2968   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
2969
2970   (make-charset '==shinjigen
2971                 "Detailed glyph-images of ShinJigen (common parts)"
2972                 '(long-name     "Shinjigen common parts"
2973                   chars         256
2974                   dimension     2
2975                   columns       2
2976                   graphic       2
2977                   direction     l2r
2978                   mother        =shinjigen
2979                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2980   (make-charset '==shinjigen@1ed
2981                 "Detailed glyph-images of ShinJigen (the first edition)"
2982                 '(long-name     "Detailed glyph-images of Shinjigen-1"
2983                   chars         256
2984                   dimension     2
2985                   columns       2
2986                   graphic       2
2987                   direction     l2r
2988                   mother        ==shinjigen
2989                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2990   (make-charset '==shinjigen@rev
2991                 "Detailed glyph-images of ShinJigen (the revised edition)"
2992                 '(long-name     "Detailed glyph-images of Shinjigen-2"
2993                   chars         256
2994                   dimension     2
2995                   columns       2
2996                   graphic       2
2997                   direction     l2r
2998                   mother        ==shinjigen
2999                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
3000   (make-charset
3001    '==shinjigen/+p@rev
3002    "Detailed glyph-images of ShinJigen (the second edition) number with '"
3003    '(long-name  "Detailed glyph-images of Shinjigen-2 with '"
3004                 mother  =shinjigen/+p@rev
3005                 chars           256
3006                 dimension       2
3007                 columns 2
3008                 graphic 2
3009                 direction       l2r))
3010
3011   (make-charset '=big5-pua
3012                 "Big5 with private used area"
3013                 '(long-name     "Big5-PUA"
3014                   chars         256
3015                   dimension     2
3016                   columns       2
3017                   graphic       2
3018                   direction     l2r
3019                   mother        chinese-big5
3020                   registry      "Big5\\.ETEN"))
3021   (define-charset-alias 'chinese-big5-pua '=big5-pua)
3022
3023   (let* ((i 1)
3024          (hzk-min (+ (lsh #x6200 16) 65536))
3025          (hzk-max (+ hzk-min 65535)))
3026     (while (<= i 12)
3027       (make-charset
3028        (intern (format "=hanziku-%d" i))
3029        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
3030        `(long-name ,(format "HANZIKU-%d" i)
3031                    chars 256
3032                    dimension 2
3033                    columns 2
3034                    graphic 2
3035                    direction l2r
3036                    registry ,(format "hanziku-%d$" i i)
3037                    min-code ,hzk-min
3038                    max-code ,hzk-max
3039                    code-offset ,hzk-min))
3040       (define-charset-alias
3041         (intern (format "ideograph-hanziku-%d" i))
3042         (intern (format "=hanziku-%d" i)))
3043       (setq hzk-min (1+ hzk-max)
3044             hzk-max (+ hzk-min 65535))
3045       (setq i (1+ i))))
3046
3047   (make-charset '===hng-jou "HNG:誠實論卷八(P.2179)"
3048                 '(long-name "HNG/P2179"
3049                   chars         256
3050                   dimension     2
3051                   registry      "hng-1$"
3052                   graphic       2
3053                   columns       2
3054                   direction     l2r))
3055   (make-charset '===hng-keg "HNG:華嚴經卷十六(S.2067)"
3056                 '(long-name "HNG/S2067"
3057                   chars         256
3058                   dimension     2
3059                   registry      "hng-2$"
3060                   graphic       2
3061                   columns       2
3062                   direction     l2r))
3063   (make-charset '===hng-dng "HNG:大般涅槃經卷十一(S.81)"
3064                 '(long-name "HNG/S81"
3065                   chars         256
3066                   dimension     2
3067                   registry      "hng-3$"
3068                   graphic       2
3069                   columns       2
3070                   direction     l2r))
3071   (make-charset '===hng-mam "HNG:摩訶摩耶經卷上(P.2160)"
3072                 '(long-name "HNG/P2160"
3073                   chars         256
3074                   dimension     2
3075                   registry      "hng-5$"
3076                   graphic       2
3077                   columns       2
3078                   direction     l2r))
3079   (make-charset '===hng-drt "HNG:大樓炭經卷三(P.2413)"
3080                 '(long-name "HNG/P2413"
3081                   chars         256
3082                   dimension     2
3083                   registry      "hng-6$"
3084                   graphic       2
3085                   columns       2
3086                   direction     l2r))
3087   (make-charset '===hng-kgk "HNG:賢劫經卷二(正倉院本)"
3088                 '(long-name "HNG/賢劫經二"
3089                   chars         256
3090                   dimension     2
3091                   registry      "hng-7$"
3092                   graphic       2
3093                   columns       2
3094                   direction     l2r))
3095   (make-charset '===hng-myz "HNG:妙法蓮華經卷五(P.2334)"
3096                 '(long-name "HNG/P2334"
3097                   chars         256
3098                   dimension     2
3099                   registry      "hng-8$"
3100                   graphic       2
3101                   columns       2
3102                   direction     l2r))
3103   (make-charset '===hng-kda "HNG:大品經卷二十八(京都国立博物館本)"
3104                 '(long-name "HNG/京博大品"
3105                   chars         256
3106                   dimension     2
3107                   registry      "hng-9$"
3108                   graphic       2
3109                   columns       2
3110                   direction     l2r))
3111   (make-charset '===hng-khi "HNG:妙法蓮華經卷五(今西本)"
3112                 '(long-name "HNG/宮廷今西"
3113                   chars         256
3114                   dimension     2
3115                   registry      "hng-10$"
3116                   graphic       2
3117                   columns       2
3118                   direction     l2r))
3119   (make-charset '===hng-khm "HNG:妙法蓮華經卷三(守屋本)"
3120                 '(long-name "HNG/宮廷守屋"
3121                   chars         256
3122                   dimension     2
3123                   registry      "hng-11$"
3124                   graphic       2
3125                   columns       2
3126                   direction     l2r))
3127   (make-charset '===hng-fhs "HNG:P2195妙法蓮華經卷六"
3128                 '(long-name "HNG/P2195"
3129                   chars         256
3130                   dimension     2
3131                   registry      "hng-12$"
3132                   graphic       2
3133                   columns       2
3134                   direction     l2r))
3135   (make-charset '===hng-hok "HNG:妙法蓮華經卷八(S.2577)"
3136                 '(long-name "HNG/S2577"
3137                   chars         256
3138                   dimension     2
3139                   registry      "hng-13$"
3140                   graphic       2
3141                   columns       2
3142                   direction     l2r))
3143   (make-charset '===hng-kyd "HNG:漢書楊雄傳(上野本)"
3144                 '(long-name "HNG/漢書楊雄"
3145                   chars         256
3146                   dimension     2
3147                   registry      "hng-14$"
3148                   graphic       2
3149                   columns       2
3150                   direction     l2r))
3151   (make-charset '===hng-sok "HNG:花嚴經卷八(守屋本)"
3152                 '(long-name "HNG/花嚴守屋"
3153                   chars         256
3154                   dimension     2
3155                   registry      "hng-15$"
3156                   graphic       2
3157                   columns       2
3158                   direction     l2r))
3159   (make-charset '===hng-yhk "HNG:瑜伽法鏡經(S.2423)"
3160                 '(long-name "HNG/S2423"
3161                   chars         256
3162                   dimension     2
3163                   registry      "hng-16$"
3164                   graphic       2
3165                   columns       2
3166                   direction     l2r))
3167   (make-charset '===hng-kak "HNG:開成石經孝經"
3168                 '(long-name "HNG/開成孝經"
3169                   chars         256
3170                   dimension     2
3171                   registry      "hng-17$"
3172                   graphic       2
3173                   columns       2
3174                   direction     l2r))
3175   (make-charset '===hng-kar "HNG:開成石經論語"
3176                 '(long-name "HNG/開成論語"
3177                   chars         256
3178                   dimension     2
3179                   registry      "hng-18$"
3180                   graphic       2
3181                   columns       2
3182                   direction     l2r))
3183   (make-charset '===hng-kae "HNG:開成石經周易"
3184                 '(long-name "HNG/開成周易"
3185                   chars         256
3186                   dimension     2
3187                   registry      "hng-19$"
3188                   graphic       2
3189                   columns       2
3190                   direction     l2r))
3191   (make-charset '===hng-sys "HNG:瑜伽師地論卷三十(S.5309)"
3192                 '(long-name "HNG/S5309"
3193                   chars         256
3194                   dimension     2
3195                   registry      "hng-22$"
3196                   graphic       2
3197                   columns       2
3198                   direction     l2r))
3199   (make-charset '===hng-tsu "HNG:通典卷一"
3200                 '(long-name "HNG/通典卷一"
3201                   chars         256
3202                   dimension     2
3203                   registry      "hng-24$"
3204                   graphic       2
3205                   columns       2
3206                   direction     l2r))
3207   (make-charset '===hng-tzj "HNG:阿毘達磨毘婆沙論卷百七(東禪寺版)"
3208                 '(long-name "HNG/東禪毘婆"
3209                   chars         256
3210                   dimension     2
3211                   registry      "hng-25$"
3212                   graphic       2
3213                   columns       2
3214                   direction     l2r))
3215   (make-charset '===hng-hos "HNG:齊民要術卷五(高山寺本)"
3216                 '(long-name "HNG/斉民要術"
3217                   chars         256
3218                   dimension     2
3219                   registry      "hng-26$"
3220                   graphic       2
3221                   columns       2
3222                   direction     l2r))
3223   (make-charset '===hng-kkh "HNG:金剛般若經(京都国立博物館本)"
3224                 '(long-name "HNG/京博金般"
3225                   chars         256
3226                   dimension     2
3227                   registry      "hng-27$"
3228                   graphic       2
3229                   columns       2
3230                   direction     l2r))
3231   (make-charset '===hng-nak "HNG:華嚴孔目(高山寺本)"
3232                 '(long-name "HNG/華厳孔目"
3233                   chars         256
3234                   dimension     2
3235                   registry      "hng-28$"
3236                   graphic       2
3237                   columns       2
3238                   direction     l2r))
3239   (make-charset '===hng-jhk "HNG:神足變化經(開元寺版)"
3240                 '(long-name "HNG/開元神足"
3241                   chars         256
3242                   dimension     2
3243                   registry      "hng-29$"
3244                   graphic       2
3245                   columns       2
3246                   direction     l2r))
3247   (make-charset '===hng-hod "HNG:法藏和尚傳(高山寺本)"
3248                 '(long-name "HNG/法藏和尚"
3249                   chars         256
3250                   dimension     2
3251                   registry      "hng-30$"
3252                   graphic       2
3253                   columns       2
3254                   direction     l2r))
3255   (make-charset '===hng-gok "HNG:後漢書光武帝紀"
3256                 '(long-name "HNG/光武帝紀"
3257                   chars         256
3258                   dimension     2
3259                   registry      "hng-31$"
3260                   graphic       2
3261                   columns       2
3262                   direction     l2r))
3263   (make-charset '===hng-ink "HNG:日本書紀 卷二十四(岩崎本)"
3264                 '(long-name "HNG/岩崎紀24"
3265                   chars         256
3266                   dimension     2
3267                   registry      "hng-33$"
3268                   graphic       2
3269                   columns       2
3270                   direction     l2r))
3271   (make-charset '===hng-nto "HNG:日本書紀 卷二十四(圖書寮本)"
3272                 '(long-name "HNG/圖書紀24"
3273                   chars         256
3274                   dimension     2
3275                   registry      "hng-34$"
3276                   graphic       2
3277                   columns       2
3278                   direction     l2r))
3279   (make-charset '===hng-nkm "HNG:日本書紀 卷二十四(兼右本)"
3280                 '(long-name "HNG/兼右紀24"
3281                   chars         256
3282                   dimension     2
3283                   registry      "hng-36$"
3284                   graphic       2
3285                   columns       2
3286                   direction     l2r))
3287   (make-charset '===hng-k24 "HNG:日本書紀 卷二十四(寛文九年版)"
3288                 '(long-name "HNG/寛九紀24"
3289                   chars         256
3290                   dimension     2
3291                   registry      "hng-37$"
3292                   graphic       2
3293                   columns       2
3294                   direction     l2r))
3295   (make-charset '===hng-ini "HNG:日本書紀卷二(鴨脚本)"
3296                 '(long-name "HNG/鴨脚紀2"
3297                   chars         256
3298                   dimension     2
3299                   registry      "hng-38$"
3300                   graphic       2
3301                   columns       2
3302                   direction     l2r))
3303   (make-charset '===hng-nkk "HNG:日本書紀 卷二(兼方本)"
3304                 '(long-name "HNG/兼方紀2"
3305                   chars         256
3306                   dimension     2
3307                   registry      "hng-39$"
3308                   graphic       2
3309                   columns       2
3310                   direction     l2r))
3311   (make-charset '===hng-kcc "HNG:日本書紀 卷二(慶長勅版)"
3312                 '(long-name "HNG/勅版紀2"
3313                   chars         256
3314                   dimension     2
3315                   registry      "hng-41$"
3316                   graphic       2
3317                   columns       2
3318                   direction     l2r))
3319   (make-charset '===hng-kcj "HNG:日本書紀 卷二(慶長十五年版)"
3320                 '(long-name "HNG/慶長紀2"
3321                   chars         256
3322                   dimension     2
3323                   registry      "hng-42$"
3324                   graphic       2
3325                   columns       2
3326                   direction     l2r))
3327   (make-charset '===hng-kbk "HNG:日本書紀 卷二(寛文九年版)"
3328                 '(long-name "HNG/寛九紀2"
3329                   chars         256
3330                   dimension     2
3331                   registry      "hng-43$"
3332                   graphic       2
3333                   columns       2
3334                   direction     l2r))
3335   (make-charset '===hng-sik "HNG:花嚴經卷八(新羅本寫本)"
3336                 '(long-name "HNG/花嚴新羅"
3337                   chars         256
3338                   dimension     2
3339                   registry      "hng-44$"
3340                   graphic       2
3341                   columns       2
3342                   direction     l2r))
3343   (make-charset '===hng-skk "HNG:華嚴經卷二十(晉本高麗古版)"
3344                 '(long-name "HNG/古麗華20"
3345                   chars         256
3346                   dimension     2
3347                   registry      "hng-46$"
3348                   graphic       2
3349                   columns       2
3350                   direction     l2r))
3351   (make-charset '===hng-kyu "HNG:初麗瑜5"
3352                 '(long-name "HNG/瑜伽師地論卷五(高麗初彫本)"
3353                   chars         256
3354                   dimension     2
3355                   registry      "hng-47$"
3356                   graphic       2
3357                   columns       2
3358                   direction     l2r))
3359   (make-charset '===hng-ksk "HNG:華嚴經卷六(高麗再彫本)"
3360                 '(long-name "HNG/再麗華6"
3361                   chars         256
3362                   dimension     2
3363                   registry      "hng-48$"
3364                   graphic       2
3365                   columns       2
3366                   direction     l2r))
3367   (make-charset '===hng-wan "HNG:華嚴經卷三十八(趙氏藏本)"
3368                 '(long-name "HNG/和寧華38"
3369                   chars         256
3370                   dimension     2
3371                   registry      "hng-49$"
3372                   graphic       2
3373                   columns       2
3374                   direction     l2r))
3375   (make-charset '===hng-okd "HNG:金剛場陀羅尼經(小川本)"
3376                 '(long-name "HNG/金剛小川"
3377                   chars         256
3378                   dimension     2
3379                   registry      "hng-50$"
3380                   graphic       2
3381                   columns       2
3382                   direction     l2r))
3383   (make-charset '===hng-wad "HNG:大般若經卷二百五十(和銅經)"
3384                 '(long-name "HNG/和銅250"
3385                   chars         256
3386                   dimension     2
3387                   registry      "hng-54$"
3388                   graphic       2
3389                   columns       2
3390                   direction     l2r))
3391   (make-charset '===hng-kmi "HNG:弥勒上生經(高山寺本)"
3392                 '(long-name "HNG/弥勒上生"
3393                   chars         256
3394                   dimension     2
3395                   registry      "hng-55$"
3396                   graphic       2
3397                   columns       2
3398                   direction     l2r))
3399   (make-charset '===hng-zkd "HNG:續高僧傳(五月一日經)(天平寫經)"
3400                 '(long-name "HNG/五一續高"
3401                   chars         256
3402                   dimension     2
3403                   registry      "hng-56$"
3404                   graphic       2
3405                   columns       2
3406                   direction     l2r))
3407   (make-charset '===hng-doh "HNG:金剛大教王經卷一(高山寺本)"
3408                 '(long-name "HNG/金剛大教"
3409                   chars         256
3410                   dimension     2
3411                   registry      "hng-57$"
3412                   graphic       2
3413                   columns       2
3414                   direction     l2r))
3415   (make-charset '===hng-jyu "HNG:成唯識論卷十(寛治二年刊本)"
3416                 '(long-name "HNG/成唯識10"
3417                   chars         256
3418                   dimension     2
3419                   registry      "hng-58$"
3420                   graphic       2
3421                   columns       2
3422                   direction     l2r))
3423   (make-charset '===hng-tzs "HNG:佛説大教王經卷一(東禪寺版日本寫本)"
3424                 '(long-name "HNG/佛説大教"
3425                   chars         256
3426                   dimension     2
3427                   registry      "hng-60$"
3428                   graphic       2
3429                   columns       2
3430                   direction     l2r))
3431   (make-charset '===hng-sai "HNG:最上秘密那拏天經(東禪寺版日本寫本)"
3432                 '(long-name "HNG/最上秘密"
3433                   chars         256
3434                   dimension     2
3435                   registry      "hng-61$"
3436                   graphic       2
3437                   columns       2
3438                   direction     l2r))
3439   (make-charset '===hng-kad "HNG:大般若經卷八十(春日版)"
3440                 '(long-name "HNG/春日般若"
3441                   chars         256
3442                   dimension     2
3443                   registry      "hng-62$"
3444                   graphic       2
3445                   columns       2
3446                   direction     l2r))
3447   (make-charset '===hng-kss "HNG:華嚴信種義(明惠自筆)"
3448                 '(long-name "HNG/華嚴信種"
3449                   chars         256
3450                   dimension     2
3451                   registry      "hng-64$"
3452                   graphic       2
3453                   columns       2
3454                   direction     l2r))
3455   (make-charset '===hng-kyo "HNG:教行信証卷四(親鸞自筆)"
3456                 '(long-name "HNG/教行信証"
3457                   chars         256
3458                   dimension     2
3459                   registry      "hng-66$"
3460                   graphic       2
3461                   columns       2
3462                   direction     l2r))
3463   (make-charset '===hng-ykk "HNG:守屋本藥師功徳經"
3464                 '(long-name "HNG/藥師功徳"
3465                   chars         256
3466                   dimension     2
3467                   registry      "hng-68$"
3468                   graphic       2
3469                   columns       2
3470                   direction     l2r))
3471   (make-charset '===hng-saa "HNG:阿毘達磨大毘婆沙論卷百七十(正倉院本)"
3472                 '(long-name "HNG/正毘170"
3473                   chars         256
3474                   dimension     2
3475                   registry      "hng-70$"
3476                   graphic       2
3477                   columns       2
3478                   direction     l2r))
3479   (make-charset '===hng-sab "HNG:阿毘達磨大毘婆沙論卷百七十八(正倉院本)"
3480                 '(long-name "HNG/正毘178"
3481                   chars         256
3482                   dimension     2
3483                   registry      "hng-71$"
3484                   graphic       2
3485                   columns       2
3486                   direction     l2r))
3487   (make-charset '===hng-wks "HNG:花嚴經卷六十七(守屋本)"
3488                 '(long-name "HNG/和寧華67"
3489                   chars         256
3490                   dimension     2
3491                   registry      "hng-72$"
3492                   graphic       2
3493                   columns       2
3494                   direction     l2r))
3495   (make-charset '===hng-wke "HNG:花嚴經卷六十八(守屋本)"
3496                 '(long-name "HNG/和寧華68"
3497                   chars         256
3498                   dimension     2
3499                   registry      "hng-73$"
3500                   graphic       2
3501                   columns       2
3502                   direction     l2r))
3503   (make-charset '===hng-smk "HNG:西夏版妙法蓮華經卷一"
3504                 '(long-name "HNG/西夏法華"
3505                   chars         256
3506                   dimension     2
3507                   registry      "hng-74$"
3508                   graphic       2
3509                   columns       2
3510                   direction     l2r))
3511   (make-charset '===hng-sgs "HNG:四分律卷第十六(正倉院五月一日經)"
3512                 '(long-name "HNG/正四分16"
3513                   chars         256
3514                   dimension     2
3515                   registry      "hng-77$"
3516                   graphic       2
3517                   columns       2
3518                   direction     l2r))
3519   (make-charset '===hng-sts "HNG:四分律卷第二十(正倉院唐經)"
3520                 '(long-name "HNG/正四分20"
3521                   chars         256
3522                   dimension     2
3523                   registry      "hng-78$"
3524                   graphic       2
3525                   columns       2
3526                   direction     l2r))
3527   (make-charset '===hng-kkd "HNG:金剛大教王經卷第二(高山寺本)"
3528                 '(long-name "HNG/院政大教"
3529                   chars         256
3530                   dimension     2
3531                   registry      "hng-79$"
3532                   graphic       2
3533                   columns       2
3534                   direction     l2r))
3535
3536   (make-charset '===chise-hdic-tsj "HDIC-TSJ (新撰字鏡 天治本)"
3537                 '(long-name "CHISE-HDIC/TSJ"
3538                   chars         256
3539                   dimension     2
3540                   registry      "chisetsj-0$"
3541                   graphic       2
3542                   columns       2
3543                   direction     l2r))
3544   (make-charset '=chise-hdic-tsj "HDIC-TSJ (新撰字鏡 天治本) abstract glyph"
3545                 '(long-name "CHISE-HDIC/TSJ"
3546                   chars         256
3547                   dimension     2
3548                   registry      "chisetsj-0$"
3549                   graphic       2
3550                   columns       2
3551                   direction     l2r
3552                   mother        ===chise-hdic-tsj))
3553
3554   (make-charset '===chise-hdic-syp "HDIC-SYP (宋本玉篇)"
3555                 '(long-name "CHISE-HDIC/SYP"
3556                   chars         256
3557                   dimension     2
3558                   registry      "chisesyp-0$"
3559                   graphic       2
3560                   columns       2
3561                   direction     l2r))
3562   (make-charset '=chise-hdic-syp "HDIC-SYP (宋本玉篇) abstract glyph"
3563                 '(long-name "CHISE-HDIC/SYP"
3564                   chars         256
3565                   dimension     2
3566                   registry      "chisesyp-0$"
3567                   graphic       2
3568                   columns       2
3569                   direction     l2r
3570                   mother        ===chise-hdic-syp))
3571
3572   (make-charset '===chise-hdic-ktb "HDIC-KTB (篆隸萬象名義 高山寺本)"
3573                 '(long-name "CHISE-HDIC/KTB"
3574                   chars         256
3575                   dimension     2
3576                   registry      "chisektb-0$"
3577                   graphic       2
3578                   columns       2
3579                   direction     l2r))
3580   (make-charset '=chise-hdic-ktb "HDIC-KTB (篆隸萬象名義 高山寺本) abstract glyph"
3581                 '(long-name "CHISE-HDIC/KTB"
3582                   chars         256
3583                   dimension     2
3584                   registry      "chisektb-0$"
3585                   graphic       2
3586                   columns       2
3587                   direction     l2r
3588                   mother        ===chise-hdic-ktb))
3589   (make-charset '===chise-hdic-ktb-seal "Seal-script of HDIC-KTB (篆隸萬象名義 高山寺本)"
3590                 '(long-name "CHISE-HDIC/KTB-Seal"
3591                   chars         256
3592                   dimension     2
3593                   registry      "chisektbs-0$"
3594                   graphic       2
3595                   columns       2
3596                   direction     l2r))
3597   
3598   (make-charset '=cbeta "CBETA private characters"
3599                 '(long-name     "CBETA PUA"
3600                   chars         256
3601                   dimension     2
3602                   registry      "cbeta-0"
3603                   graphic       2
3604                   min-code      #xE20000
3605                   max-code      #xE2FFFF
3606                   code-offset   #xE20000
3607                   columns       2
3608                   direction     l2r))
3609   (define-charset-alias 'ideograph-cbeta '=cbeta)
3610   (make-charset '==cbeta "CBETA private characters"
3611                 '(long-name     "CBETA PUA glyph-images"
3612                   chars         256
3613                   dimension     2
3614                   registry      "cbeta-0"
3615                   graphic       2
3616                   columns       2
3617                   direction     l2r
3618                   mother        =cbeta))
3619   (make-charset '===cbeta "CBETA private characters"
3620                 '(long-name     "CBETA PUA glyph-images"
3621                   chars         256
3622                   dimension     2
3623                   registry      "cbeta-0"
3624                   graphic       2
3625                   columns       2
3626                   direction     l2r
3627                   mother        ==cbeta))
3628   (make-charset '=>>cbeta "CBETA abstract glyphs"
3629                 '(long-name     "CBETA glyphs"
3630                   chars         256
3631                   dimension     2
3632                   registry      "cbeta-0"
3633                   graphic       2
3634                   columns       2
3635                   direction     l2r
3636                   mother        =cbeta))
3637   (make-charset '=>cbeta "CBETA abstract characters"
3638                 '(long-name     "CBETA characters"
3639                   chars         256
3640                   dimension     2
3641                   registry      "cbeta-0"
3642                   graphic       2
3643                   columns       2
3644                   direction     l2r
3645                   mother        =cbeta))
3646
3647   (make-charset '=zinbun-oracle
3648                 "Oracle Bones Script"
3649                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
3650                   chars         256
3651                   dimension     2
3652                   registry      "zob1968-0"
3653                   graphic       2
3654                   min-code      #xE70000
3655                   max-code      ,(+ #xE70000 8192)
3656                   code-offset   #xE70000
3657                   columns       2
3658                   direction     l2r))
3659
3660   (make-charset '=>zinbun-oracle
3661                 "Abstract Oracle Bones"
3662                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
3663                   chars         256
3664                   dimension     2
3665                   mother        =zinbun-oracle
3666                   registry      "zob1968-0"
3667                   graphic       2
3668                   columns       2
3669                   direction     l2r))
3670
3671   (make-charset '=jef-china3
3672                 "JEF + CHINA3 private characters"
3673                 '(long-name     "JEF + CHINA3"
3674                   chars         256
3675                   dimension     2
3676                   columns       2
3677                   graphic       2
3678                   direction     l2r
3679                   registry      "china3jef-0"
3680                   min-code      #xE80000
3681                   max-code      #xE8FFFF
3682                   code-offset   #xE80000))
3683   (define-charset-alias 'china3-jef '=jef-china3)
3684   (make-charset '==jef-china3
3685                 "JEF + CHINA3 abstract glyph-images."
3686                 '(long-name     "JEF + CHINA3"
3687                   chars         256
3688                   dimension     2
3689                   columns       2
3690                   graphic       2
3691                   direction     l2r
3692                   registry      "china3jef-0"
3693                   mother        =jef-china3))
3694   (make-charset '===jef-china3
3695                 "JEF + CHINA3 glyph-images."
3696                 '(long-name     "JEF-CHINA3 glyph-images"
3697                   chars         256
3698                   dimension     2
3699                   columns       2
3700                   graphic       2
3701                   direction     l2r
3702                   registry      "china3jef-0"
3703                   mother        ==jef-china3))
3704
3705   (make-charset '=ruimoku-v6
3706                 "private characters used in RUIMOKU Version.6"
3707                 `(long-name     "RUI6"
3708                   chars         256
3709                   dimension     2
3710                   columns       2
3711                   graphic       2
3712                   direction     l2r
3713                   registry      "rui6-0"
3714                   ;; mother     ucs
3715                   min-code      #xE90000 ; #xE000
3716                   max-code      #xE908FF ; #xE8FF
3717                   code-offset   ,(- #xE90000 #xE000)))
3718   (make-charset '==ruimoku-v6
3719                 "RUIMOKU Version.6 glyph-images."
3720                 '(long-name     "RUI6 glyph-images."
3721                   chars         256
3722                   dimension     2
3723                   columns       2
3724                   graphic       2
3725                   direction     l2r
3726                   registry      "rui6-0"
3727                   mother        =ruimoku-v6))
3728   (make-charset '===ruimoku-v6
3729                 "RUIMOKU Version.6 representative glyph-images."
3730                 '(long-name     "RUI6 rep-glyph-images."
3731                   chars         256
3732                   dimension     2
3733                   columns       2
3734                   graphic       2
3735                   direction     l2r
3736                   registry      "rui6-0"
3737                   mother        ==ruimoku-v6))
3738   (make-charset '=>>ruimoku-v6
3739                 "RUIMOKU Version.6 detailed-glyphs."
3740                 '(long-name     "RUI6 characters."
3741                   chars         256
3742                   dimension     2
3743                   columns       2
3744                   graphic       2
3745                   direction     l2r
3746                   registry      "rui6-0"
3747                   mother        =ruimoku-v6))
3748   (make-charset '=>ruimoku-v6
3749                 "RUIMOKU Version.6 abstract characters."
3750                 '(long-name     "RUI6 characters."
3751                   chars         256
3752                   dimension     2
3753                   columns       2
3754                   graphic       2
3755                   direction     l2r
3756                   registry      "rui6-0"
3757                   mother        =ruimoku-v6))
3758
3759   (make-charset '=shuowen-jiguge "汲古閣本説文解字"
3760                 '(long-name "汲古閣本説文解字(抽象字体)"
3761                   chars         256
3762                   dimension     2
3763                   registry      "ShuowenJiguge-5$"
3764                   graphic       2
3765                   columns       2
3766                   direction     l2r))
3767   (make-charset '=>shuowen-jiguge "汲古閣本説文解字抽象文字"
3768                 '(long-name "汲古閣本説文解字(抽象文字)"
3769                   chars         256
3770                   dimension     2
3771                   registry      "ShuowenJiguge-5$"
3772                   mother        =shuowen-jiguge
3773                   graphic       2
3774                   columns       2
3775                   direction     l2r))
3776
3777   (make-charset '===shuowen-jiguge4 "淮南書局4次様本説文解字"
3778                 '(long-name "京大人文研所蔵説文解字淮南書局4次様本"
3779                   chars         256
3780                   dimension     2
3781                   registry      "ShuowenJiguge-4$"
3782                   graphic       2
3783                   columns       2
3784                   direction     l2r))
3785
3786   (make-charset '===shuowen-jiguge5 "汲古閣通行本説文解字"
3787                 '(long-name "京大人文研所蔵汲古閣通行本説文解字"
3788                   chars         256
3789                   dimension     2
3790                   registry      "ShuowenJiguge-5$"
3791                   graphic       2
3792                   columns       2
3793                   direction     l2r))
3794
3795   (make-charset '===shuowen-jiguge-A30 "汲古閣刊第四次修改本"
3796                 '(long-name "京大人文研所蔵汲古閣刊第四次修改本"
3797                   chars         256
3798                   dimension     2
3799                   registry      "ShuowenJiguge-30$"
3800                   graphic       2
3801                   columns       2
3802                   direction     l2r))
3803
3804   ;; (make-charset
3805   ;;  '=zihai
3806   ;;  "ZhongHua-ZiHai glyph-images"
3807   ;;  '(long-name "ZhongHua-ZiHai (pppp-nn)"
3808   ;;              chars 256
3809   ;;              dimension 3
3810   ;;              columns 2
3811   ;;              graphic 2
3812   ;;              direction l2r))
3813
3814   ;; (make-charset
3815   ;;  '=zihai-17xx
3816   ;;  "ZhongHua-ZiHai (pp.1700〜1781) glyph-images"
3817   ;;  '(long-name "ZhongHua-ZiHai pp.17xx"
3818   ;;              chars 256
3819   ;;              dimension 2
3820   ;;              columns 2
3821   ;;              graphic 2
3822   ;;              direction l2r
3823   ;;              registry "zihai\\.cp-17$"))
3824
3825   (make-charset '=big5-cdp-itaiji-001
3826                 "Big5-CDP-itaiji-001 glyphs of GlyphWiki"
3827                 '(long-name     "Big5-CDP-itaiji-001"
3828                   chars         256
3829                   dimension     2
3830                   columns       2
3831                   graphic       2
3832                   direction     l2r
3833                   registry      "cdp\\.itaiji-1$"
3834                   mother        =big5-cdp))
3835   (make-charset '=>big5-cdp-itaiji-001
3836                 "Big5-CDP-itaiji-001 abstract characters of GlyphWiki"
3837                 '(long-name     "Big5-CDP-itaiji-001"
3838                   chars         256
3839                   dimension     2
3840                   columns       2
3841                   graphic       2
3842                   direction     l2r
3843                   registry      "cdp\\.itaiji-1$"
3844                   mother        =big5-cdp-itaiji-001))
3845   (make-charset '==big5-cdp-itaiji-001
3846                 "Big5-CDP-itaiji-001 abstract glyph-image of GlyphWiki"
3847                 '(long-name     "Big5-CDP-itaiji-001"
3848                   chars         256
3849                   dimension     2
3850                   columns       2
3851                   graphic       2
3852                   direction     l2r
3853                   registry      "cdp\\.itaiji-1$"
3854                   mother        =big5-cdp-itaiji-001))
3855
3856   (make-charset '=big5-cdp-itaiji-002
3857                 "Big5-CDP-itaiji-002 glyphs of GlyphWiki"
3858                 '(long-name     "Big5-CDP-itaiji-002"
3859                   chars         256
3860                   dimension     2
3861                   columns       2
3862                   graphic       2
3863                   direction     l2r
3864                   registry      "cdp\\.itaiji-2$"
3865                   mother        =big5-cdp))
3866   (make-charset '=>big5-cdp-itaiji-002
3867                 "Big5-CDP-itaiji-002 abstract characters of GlyphWiki"
3868                 '(long-name     "Big5-CDP-itaiji-002"
3869                   chars         256
3870                   dimension     2
3871                   columns       2
3872                   graphic       2
3873                   direction     l2r
3874                   registry      "cdp\\.itaiji-2$"
3875                   mother        =big5-cdp-itaiji-002))
3876
3877   (make-charset '=big5-cdp-itaiji-003
3878                 "Big5-CDP-itaiji-003 glyphs of GlyphWiki"
3879                 '(long-name     "Big5-CDP-itaiji-003"
3880                   chars         256
3881                   dimension     2
3882                   columns       2
3883                   graphic       2
3884                   direction     l2r
3885                   registry      "cdp\\.itaiji-3$"
3886                   mother        =big5-cdp))
3887   (make-charset '=>big5-cdp-itaiji-003
3888                 "Big5-CDP-itaiji-003 abstract characters of GlyphWiki"
3889                 '(long-name     "Big5-CDP-itaiji-003"
3890                   chars         256
3891                   dimension     2
3892                   columns       2
3893                   graphic       2
3894                   direction     l2r
3895                   registry      "cdp\\.itaiji-3$"
3896                   mother        =big5-cdp-itaiji-003))
3897
3898   (make-charset '=big5-cdp-itaiji-004
3899                 "Big5-CDP-itaiji-004 glyphs of GlyphWiki"
3900                 '(long-name     "Big5-CDP-itaiji-004"
3901                   chars         256
3902                   dimension     2
3903                   columns       2
3904                   graphic       2
3905                   direction     l2r
3906                   registry      "cdp\\.itaiji-4$"
3907                   mother        =big5-cdp))
3908   (make-charset '=>big5-cdp-itaiji-004
3909                 "Big5-CDP-itaiji-004 abstract characters of GlyphWiki"
3910                 '(long-name     "Big5-CDP-itaiji-004"
3911                   chars         256
3912                   dimension     2
3913                   columns       2
3914                   graphic       2
3915                   direction     l2r
3916                   registry      "cdp\\.itaiji-4$"
3917                   mother        =big5-cdp-itaiji-004))
3918
3919   (make-charset '=big5-cdp-itaiji-005
3920                 "Big5-CDP-itaiji-005 glyphs of GlyphWiki"
3921                 '(long-name     "Big5-CDP-itaiji-005"
3922                   chars         256
3923                   dimension     2
3924                   columns       2
3925                   graphic       2
3926                   direction     l2r
3927                   registry      "cdp\\.itaiji-5$"
3928                   mother        =big5-cdp))
3929
3930   (make-charset '=big5-cdp-var-001
3931                 "Big5-CDP-var-001 glyphs of GlyphWiki"
3932                 '(long-name     "Big5-CDP-var-001"
3933                   chars         256
3934                   dimension     2
3935                   columns       2
3936                   graphic       2
3937                   direction     l2r
3938                   registry      "cdp\\.var-1$"
3939                   mother        =big5-cdp))
3940
3941   (make-charset '=>big5-cdp-var-001
3942                 "Big5-CDP-var-001 abstract characters of GlyphWiki"
3943                 '(long-name     "Big5-CDP-var-001"
3944                   chars         256
3945                   dimension     2
3946                   columns       2
3947                   graphic       2
3948                   direction     l2r
3949                   registry      "cdp\\.var-1$"
3950                   mother        =big5-cdp-var-001))
3951
3952   (make-charset '=big5-cdp-var-002
3953                 "Big5-CDP-var-002 glyph-images of GlyphWiki"
3954                 '(long-name     "Big5-CDP-var-002"
3955                   chars         256
3956                   dimension     2
3957                   columns       2
3958                   graphic       2
3959                   direction     l2r
3960                   registry      "cdp\\.var-2$"
3961                   mother        =big5-cdp))
3962
3963   (make-charset '=big5-cdp-var-003
3964                 "Big5-CDP-var-003 glyph-images of GlyphWiki"
3965                 '(long-name     "Big5-CDP-var-003"
3966                   chars         256
3967                   dimension     2
3968                   columns       2
3969                   graphic       2
3970                   direction     l2r
3971                   registry      "cdp\\.var-3$"
3972                   mother        =big5-cdp))
3973   (define-charset-alias '=big5-cdp-var-3 '=big5-cdp-var-003)
3974
3975   (make-charset '=big5-cdp-var-004
3976                 "Big5-CDP-var-004 glyph-images of GlyphWiki"
3977                 '(long-name     "Big5-CDP-var-004"
3978                   chars         256
3979                   dimension     2
3980                   columns       2
3981                   graphic       2
3982                   direction     l2r
3983                   registry      "cdp\\.var-4$"
3984                   mother        =big5-cdp))
3985
3986   (make-charset '=big5-cdp-var-005
3987                 "Big5-CDP-var-005 glyph-images of GlyphWiki"
3988                 '(long-name     "Big5-CDP-var-005"
3989                   chars         256
3990                   dimension     2
3991                   columns       2
3992                   graphic       2
3993                   direction     l2r
3994                   registry      "cdp\\.var-5$"
3995                   mother        =big5-cdp))
3996   (define-charset-alias '=big5-cdp-var-5 '=big5-cdp-var-005)
3997
3998   (make-charset '=big5-cdp-var-007
3999                 "Big5-CDP-var-007 glyph-images of GlyphWiki"
4000                 '(long-name     "Big5-CDP-var-007"
4001                   chars         256
4002                   dimension     2
4003                   columns       2
4004                   graphic       2
4005                   direction     l2r
4006                   registry      "cdp\\.var-7$"
4007                   mother        =big5-cdp))
4008
4009   (make-charset '=big5-cdp-var-008
4010                 "Big5-CDP-var-008 glyph-images of GlyphWiki"
4011                 '(long-name     "Big5-CDP-var-008"
4012                   chars         256
4013                   dimension     2
4014                   columns       2
4015                   graphic       2
4016                   direction     l2r
4017                   registry      "cdp\\.var-8$"
4018                   mother        =big5-cdp))
4019
4020   (make-charset '=big5-cdp-var-010
4021                 "Big5-CDP-var-010 glyph-images of GlyphWiki"
4022                 '(long-name     "Big5-CDP-var-010"
4023                   chars         256
4024                   dimension     2
4025                   columns       2
4026                   graphic       2
4027                   direction     l2r
4028                   registry      "cdp\\.var-10$"
4029                   mother        =big5-cdp))
4030
4031   (make-charset '==>ucs@bucs
4032                 "Basic Subset of Coded Character Sets (BUCS)"
4033                 '(long-name     "BUCS abstract characters"
4034                   chars         256
4035                   dimension     3
4036                   columns       2
4037                   graphic       2
4038                   direction     l2r
4039                   =>iso-ir      177
4040                   mother        =ucs))
4041   (make-charset '==>ucs@esu
4042                 "Extended Subset of Coded Character Sets (ESU)"
4043                 '(long-name     "BUCS abstract characters"
4044                   chars         256
4045                   dimension     3
4046                   columns       2
4047                   graphic       2
4048                   direction     l2r
4049                   =>iso-ir      177
4050                   mother        ==>ucs@bucs))
4051
4052   (make-charset '=>iwds-1
4053                 "The IRG Working Document Series 1: List of UCV of Ideograhs."
4054                 '(long-name     "IWDS 1: List of UCV"
4055                   chars         256
4056                   dimension     2
4057                   columns       2
4058                   graphic       2
4059                   direction     l2r))
4060
4061   (make-charset '=>ucs@iwds-1
4062                 "UCS abstract characters based on IWDS-1."
4063                 '(long-name     "UCS based on IWDS-1"
4064                   chars         256
4065                   dimension     3
4066                   columns       2
4067                   graphic       2
4068                   direction     l2r
4069                   =>iso-ir      177
4070                   mother        =ucs))
4071   (make-charset '=>ucs@iwds-1/normalized
4072                 "UCS abstract characters based on IWDS-1."
4073                 '(long-name     "UCS based on IWDS-1"
4074                   chars         256
4075                   dimension     3
4076                   columns       2
4077                   graphic       2
4078                   direction     l2r
4079                   =>iso-ir      177
4080                   mother        =>ucs@iwds-1))
4081
4082   (make-charset '=>ucs@cognate
4083                 "UCS abstract characters based on cognate."
4084                 '(long-name     "UCS based on cognate"
4085                   chars         256
4086                   dimension     3
4087                   columns       2
4088                   graphic       2
4089                   direction     l2r
4090                   =>iso-ir      177
4091                   mother        =ucs))
4092
4093   (make-charset '=>ucs@component
4094                 "UCS encoding for abstract components of IWDS-1."
4095                 '(long-name     "UCS for IWDS-1 abstract components"
4096                   chars         256
4097                   dimension     3
4098                   columns       2
4099                   graphic       2
4100                   direction     l2r
4101                   =>iso-ir      177
4102                   mother        =ucs))
4103
4104   ;; (make-charset '=>ucs@hanyo-denshi
4105   ;;               "UCS abstract characters based on Han'you-Denshi collection."
4106   ;;               '(long-name     "UCS base characters of Han'you-Denshi"
4107   ;;                 chars         256
4108   ;;                 dimension     3
4109   ;;                 columns       2
4110   ;;                 graphic       2
4111   ;;                 direction     l2r
4112   ;;                 =>iso-ir      177
4113   ;;                 mother        =ucs))
4114
4115   (make-charset '=>ucs@iso
4116                 "Abstract characters of ISO/IEC 10646 representatives"
4117                 '(long-name     "UCS characters for ISO"
4118                   chars         256
4119                   dimension     3
4120                   columns       2
4121                   graphic       2
4122                   direction     l2r
4123                   =>iso-ir      177
4124                   mother        =ucs))
4125   (make-charset '=>ucs@unicode
4126                 "Abstract characters of Unicode representatives"
4127                 '(long-name     "UCS characters for Unicode"
4128                   chars         256
4129                   dimension     3
4130                   columns       2
4131                   graphic       2
4132                   direction     l2r
4133                   =>iso-ir      177
4134                   mother        =>ucs@iso))
4135   (make-charset '=>ucs@jis
4136                 "UCS representative characters for JIS X0208/0212/0213"
4137                 '(long-name     "UCS characters for JIS"
4138                   chars         256
4139                   dimension     3
4140                   columns       2
4141                   graphic       2
4142                   direction     l2r
4143                   =>iso-ir      177
4144                   mother        =>ucs@unicode))
4145   (make-charset '=>ucs@jis/2000
4146                 "ISO/IEC 10646 for JIS X 0213:2000"
4147                 '(long-name     "UCS for JIS:2000"
4148                   chars         256
4149                   dimension     3
4150                   columns       2
4151                   graphic       2
4152                   direction     l2r
4153                   =>iso-ir      177
4154                   mother        =>ucs@jis))
4155   (make-charset '=>ucs@jis/2004
4156                 "ISO/IEC 10646 for JIS X 0213:2004"
4157                 '(long-name     "UCS for JIS:2004"
4158                   chars         256
4159                   dimension     3
4160                   columns       2
4161                   graphic       2
4162                   direction     l2r
4163                   =>iso-ir      177
4164                   mother        =>ucs@jis))
4165   (make-charset '=>ucs@ks
4166                 "UCS representative characters for Korean Standards"
4167                 '(long-name     "UCS characters for KS"
4168                   chars         256
4169                   dimension     3
4170                   columns       2
4171                   graphic       2
4172                   direction     l2r
4173                   =>iso-ir      177
4174                   mother        =>ucs@unicode))
4175   (make-charset '=>ucs@cns
4176                 "UCS representatives characters for CNS 11643 sources"
4177                 '(long-name     "UCS characters for CNS 11643"
4178                   chars         256
4179                   dimension     3
4180                   columns       2
4181                   graphic       2
4182                   direction     l2r
4183                   =>iso-ir      177
4184                   mother        =>ucs@unicode))
4185
4186   (make-charset '=+>ucs@iso
4187                 "UCS based on ISO/IEC 10646 representative glyphs"
4188                 '(long-name     "Unified abstract glyphs of UCS"
4189                   chars         256
4190                   dimension     3
4191                   columns       2
4192                   graphic       2
4193                   direction     l2r
4194                   =>iso-ir      177
4195                   mother        =>ucs@iso))
4196   (make-charset '=+>ucs@unicode
4197                 "Unicode representative unified abstract glyphs"
4198                 '(long-name     "UCS unified abstract glyphs for Unicode"
4199                   chars         256
4200                   dimension     3
4201                   columns       2
4202                   graphic       2
4203                   direction     l2r
4204                   =>iso-ir      177
4205                   mother        =+>ucs@iso))
4206   (make-charset '=+>ucs@jis
4207                 "UCS based on Japanese usual unification"
4208                 '(long-name     "UCS unified abstract glyphs for JP"
4209                   chars         256
4210                   dimension     3
4211                   columns       2
4212                   graphic       2
4213                   direction     l2r
4214                   =>iso-ir      177
4215                   mother        =+>ucs@unicode))
4216   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
4217   (make-charset '=+>ucs@jis/1990
4218                 "UCS representative characters for JIS X0208/0212:1990"
4219                 '(long-name     "UCS characters for JIS:1990"
4220                   chars         256
4221                   dimension     3
4222                   columns       2
4223                   graphic       2
4224                   direction     l2r
4225                   =>iso-ir      177
4226                   mother        =+>ucs@jis))
4227   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
4228   (make-charset '=+>ucs@jis/2004
4229                 "UCS representative characters for JIS X 0213:2004"
4230                 '(long-name     "UCS characters for JIS:2004"
4231                   chars         256
4232                   dimension     3
4233                   columns       2
4234                   graphic       2
4235                   direction     l2r
4236                   =>iso-ir      177
4237                   mother        =+>ucs@jis))
4238   (make-charset '=+>ucs@ks
4239                 "UCS representative unified abstract glyphs for Korean Standards"
4240                 '(long-name     "UCS unified abstract glyphs for KS"
4241                   chars         256
4242                   dimension     3
4243                   columns       2
4244                   graphic       2
4245                   direction     l2r
4246                   =>iso-ir      177
4247                   mother        =+>ucs@unicode))
4248   (make-charset '=+>ucs@cns
4249                 "UCS representatives unified abstract glyphs for CNS 11643 sources"
4250                 '(long-name     "UCS unified abstract glyphs for CNS"
4251                   chars         256
4252                   dimension     3
4253                   columns       2
4254                   graphic       2
4255                   direction     l2r
4256                   =>iso-ir      177
4257                   mother        =+>ucs@unicode))
4258
4259   (make-charset '=ucs@iso
4260                 "ISO/IEC 10646 for its representative glyphs"
4261                 '(long-name     "UCS for ISO"
4262                   chars         256
4263                   dimension     3
4264                   columns       2
4265                   graphic       2
4266                   direction     l2r
4267                   =>iso-ir      177
4268                   mother        =+>ucs@iso
4269                   ))
4270   (make-charset '=ucs@unicode
4271                 "Unicode for its representative glyphs"
4272                 '(long-name     "UCS for Unicode"
4273                   chars         256
4274                   dimension     3
4275                   columns       2
4276                   graphic       2
4277                   direction     l2r
4278                   =>iso-ir      177
4279                   mother        =ucs@iso))
4280   (make-charset '=ucs@gb
4281                 "ISO/IEC 10646 for GB"
4282                 '(long-name     "UCS for GB"
4283                   chars         256
4284                   dimension     3
4285                   columns       2
4286                   graphic       2
4287                   direction     l2r
4288                   =>iso-ir      177
4289                   mother        =ucs@unicode))
4290   (define-charset-alias 'ucs-gb '=ucs@gb)
4291   (make-charset '=ucs@gb/fw
4292                 "ISO/IEC 10646 for GB with fullwidth"
4293                 '(long-name     "UCS for GB-fullwidth"
4294                   chars         256
4295                   dimension     3
4296                   columns       2
4297                   graphic       2
4298                   direction     l2r
4299                   =>iso-ir      177
4300                   mother        =ucs@gb))
4301   (make-charset '=ucs-bmp@gb
4302                 "ISO/IEC 10646 BMP for GB"
4303                 '(long-name     "BMP for GB"
4304                   chars         256
4305                   dimension     3
4306                   columns       2
4307                   graphic       2
4308                   direction     l2r
4309                   mother        =ucs@gb
4310                   min-code      #x0000
4311                   max-code      #xFFFF))
4312   (make-charset '=ucs@cns
4313                 "ISO/IEC 10646 for CNS 11643"
4314                 '(long-name     "UCS for CNS"
4315                   chars         256
4316                   dimension     3
4317                   columns       2
4318                   graphic       2
4319                   direction     l2r
4320                   =>iso-ir      177
4321                   mother        =ucs@unicode))
4322   (make-charset
4323    '=ucs-sip@cns
4324    "CNS glyphs of UCS SIP"
4325    '(long-name "CNS SIP glyphs"
4326                chars 256
4327                dimension 2
4328                columns 2
4329                graphic 2
4330                direction l2r
4331                registry "ucs00\\.t-2$"
4332                mother =ucs@cns
4333                min-code #x20000 max-code #x2FFFF
4334                code-offset #x20000))
4335   (define-charset-alias 'ucs-cns '=ucs@cns)
4336   (make-charset '=ucs@cns/fw
4337                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
4338                 '(long-name     "UCS for CNS-fullwidth"
4339                   chars         256
4340                   dimension     3
4341                   columns       2
4342                   graphic       2
4343                   direction     l2r
4344                   =>iso-ir      177
4345                   mother        =ucs@cns))
4346   (make-charset '=ucs-bmp@cns
4347                 "ISO/IEC 10646 BMP for CNS"
4348                 '(long-name     "BMP for CNS"
4349                   chars         256
4350                   dimension     3
4351                   columns       2
4352                   graphic       2
4353                   direction     l2r
4354                   mother        =ucs@cns
4355                   min-code      #x0000
4356                   max-code      #xFFFF))
4357   (make-charset '=ucs@jis
4358                 "ISO/IEC 10646 for JIS X0208/0212/0213"
4359                 '(long-name     "UCS for JIS"
4360                   chars         256
4361                   dimension     3
4362                   columns       2
4363                   graphic       2
4364                   direction     l2r
4365                   =>iso-ir      177
4366                   mother        =ucs@unicode))
4367   (define-charset-alias 'ucs-jis '=ucs@jis)
4368   (make-charset '=ucs@jis/fw
4369                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
4370                 '(long-name     "UCS for JIS-fullwidth"
4371                   chars         256
4372                   dimension     3
4373                   columns       2
4374                   graphic       2
4375                   direction     l2r
4376                   =>iso-ir      177
4377                   mother        =ucs@jis))
4378   (make-charset '=ucs-bmp@jis
4379                 "ISO/IEC 10646 BMP for JIS"
4380                 '(long-name     "BMP for JIS"
4381                   chars         256
4382                   dimension     3
4383                   columns       2
4384                   graphic       2
4385                   direction     l2r
4386                   mother        =ucs@jis
4387                   min-code      #x0000
4388                   max-code      #xFFFF))
4389   ;; (make-charset '=ucs@jis/1983
4390   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
4391   ;;               '(long-name     "UCS for JIS:1983"
4392   ;;                 chars         256
4393   ;;                 dimension     3
4394   ;;                 columns       2
4395   ;;                 graphic       2
4396   ;;                 direction     l2r
4397   ;;                 =>iso-ir      177
4398   ;;                 mother        =ucs@jis))
4399   (make-charset '=ucs@jis/1990
4400                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
4401                 '(long-name     "UCS for JIS:1990"
4402                   chars         256
4403                   dimension     3
4404                   columns       2
4405                   graphic       2
4406                   direction     l2r
4407                   =>iso-ir      177
4408                   mother        =ucs@jis))
4409   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
4410   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
4411   (make-charset '=ucs@jis/2000
4412                 "ISO/IEC 10646 for JIS X 0213:2000"
4413                 '(long-name     "UCS for JIS:2000"
4414                   chars         256
4415                   dimension     3
4416                   columns       2
4417                   graphic       2
4418                   direction     l2r
4419                   =>iso-ir      177
4420                   mother        =ucs@jis))
4421   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
4422   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
4423   (make-charset '=ucs@jis/2004
4424                 "ISO/IEC 10646 for JIS X 0213:2004"
4425                 '(long-name     "UCS for JIS:2004"
4426                   chars         256
4427                   dimension     3
4428                   columns       2
4429                   graphic       2
4430                   direction     l2r
4431                   =>iso-ir      177
4432                   mother        =ucs@jis))
4433   (make-charset '=ucs@JP
4434                 "UCS for common glyphs used in Japan"
4435                 '(long-name     "UCS for Japan"
4436                   chars         256
4437                   dimension     3
4438                   columns       2
4439                   graphic       2
4440                   direction     l2r
4441                   =>iso-ir      177
4442                   mother        =ucs@jis/2004))
4443   (define-charset-alias '=ucs@jp '=ucs@JP)
4444   (make-charset '=ucs@JP/hanazono
4445                 "Japanese glyph-images of Hanazono Mincho"
4446                 '(long-name     "UCS for Hana-Min"
4447                   chars         256
4448                   dimension     3
4449                   columns       2
4450                   graphic       2
4451                   direction     l2r
4452                   =>iso-ir      177
4453                   mother        =ucs@JP))
4454   (make-charset '=ucs@ks
4455                 "ISO/IEC 10646 for Korean Standards"
4456                 '(long-name     "UCS for KS"
4457                   chars         256
4458                   dimension     3
4459                   columns       2
4460                   graphic       2
4461                   direction     l2r
4462                   =>iso-ir      177
4463                   mother        =ucs@unicode))
4464   (define-charset-alias 'ucs-ks '=ucs@ks)
4465   (make-charset '=ucs@ks/2012
4466                 "Mapping for Korean Standards in ISO/IEC 10646:2012"
4467                 '(long-name     "UCS:2012 for KS"
4468                   chars         256
4469                   dimension     3
4470                   columns       2
4471                   graphic       2
4472                   direction     l2r
4473                   =>iso-ir      177
4474                   mother        =ucs@ks))
4475   (make-charset '=ucs-bmp@ks
4476                 "ISO/IEC 10646 BMP for KS"
4477                 '(long-name     "BMP for KS"
4478                   chars         256
4479                   dimension     3
4480                   columns       2
4481                   graphic       2
4482                   direction     l2r
4483                   mother        =ucs@ks
4484                   min-code      #x0000
4485                   max-code      #xFFFF))
4486   (make-charset '=ucs@cns11643
4487                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
4488                 '(long-name     "UCS for CNS11643"
4489                   chars         256
4490                   dimension     3
4491                   columns       2
4492                   graphic       2
4493                   direction     l2r
4494                   =>iso-ir      177
4495                   mother        =ucs@cns))
4496   (make-charset '=ucs@big5
4497                 "ISO/IEC 10646 for Big5"
4498                 '(long-name     "UCS for Big5"
4499                   chars         256
4500                   dimension     3
4501                   columns       2
4502                   graphic       2
4503                   direction     l2r
4504                   =>iso-ir      177
4505                   ;; mother     =>ucs@iwds-1
4506                   mother        =ucs@cns
4507                   ;; mother     =>>ucs@cns
4508                   ))
4509   (define-charset-alias 'ucs-big5 '=ucs@big5)
4510   (make-charset '=ucs@big5/cns11643
4511                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
4512                 '(long-name     "UCS for Big5@CNS11643"
4513                   chars         256
4514                   dimension     3
4515                   columns       2
4516                   graphic       2
4517                   direction     l2r
4518                   =>iso-ir      177
4519                   mother        =ucs@big5))
4520
4521   (make-charset '=>>ucs@iso
4522                 "Representative abstract-glyphs of ISO/IEC 10646"
4523                 '(long-name     "UCS abstract glyphs for UCS"
4524                   chars         256
4525                   dimension     3
4526                   columns       2
4527                   graphic       2
4528                   direction     l2r
4529                   =>iso-ir      177
4530                   mother        =ucs@iso))
4531   (make-charset '=>>ucs@unicode
4532                 "Representative abstract-glyphs of Unicode"
4533                 '(long-name     "Unicode abstract glyphs"
4534                   chars         256
4535                   dimension     3
4536                   columns       2
4537                   graphic       2
4538                   direction     l2r
4539                   =>iso-ir      177
4540                   mother        =>>ucs@iso))
4541   (make-charset '=>>ucs@jis
4542                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
4543                 '(long-name     "UCS abstract glyphs for JIS"
4544                   chars         256
4545                   dimension     3
4546                   columns       2
4547                   graphic       2
4548                   direction     l2r
4549                   =>iso-ir      177
4550                   mother        =>>ucs@unicode))
4551   (make-charset '=>>ucs@jis/1990
4552                 "UCS Representative glyphs for JIS X 0208/0212:1990"
4553                 '(long-name     "UCS glyphs for JIS:1990"
4554                   chars         256
4555                   dimension     3
4556                   columns       2
4557                   graphic       2
4558                   direction     l2r
4559                   =>iso-ir      177
4560                   mother        =>>ucs@jis))
4561   (make-charset '=>>ucs@jis/2000
4562                 "UCS Representative glyphs for JIS X 0213:2000"
4563                 '(long-name     "UCS glyphs for JIS:2000"
4564                   chars         256
4565                   dimension     3
4566                   columns       2
4567                   graphic       2
4568                   direction     l2r
4569                   =>iso-ir      177
4570                   mother        =>>ucs@jis))
4571   (make-charset '=>>ucs@jis/2004
4572                 "UCS Representative glyphs for JIS X 0213:2004"
4573                 '(long-name     "UCS glyphs for JIS:2004"
4574                   chars         256
4575                   dimension     3
4576                   columns       2
4577                   graphic       2
4578                   direction     l2r
4579                   =>iso-ir      177
4580                   mother        =>>ucs@jis))
4581   (make-charset '=>>ucs@JP
4582                 "UCS abstract-glyphs based on Japanese style glyphs"
4583                 '(long-name     "UCS glyphs for JP"
4584                   chars         256
4585                   dimension     3
4586                   columns       2
4587                   graphic       2
4588                   direction     l2r
4589                   =>iso-ir      177
4590                   mother        =>>ucs@jis/2004))
4591   (make-charset '=>>ucs@ks
4592                 "UCS Representative glyphs for Korean Standards"
4593                 '(long-name     "UCS glyphs for KS"
4594                   chars         256
4595                   dimension     3
4596                   columns       2
4597                   graphic       2
4598                   direction     l2r
4599                   =>iso-ir      177
4600                   mother        =>>ucs@unicode))
4601   (make-charset '=>>ucs@cns
4602                 "UCS Representative glyphs for CNS 11643 sources"
4603                 '(long-name     "UCS glyphs for CNS"
4604                   chars         256
4605                   dimension     3
4606                   columns       2
4607                   graphic       2
4608                   direction     l2r
4609                   =>iso-ir      177
4610                   mother        =>>ucs@unicode))
4611
4612   (make-charset '==ucs@iso
4613                 "Representative glyph-forms of ISO/IEC 10646."
4614                 '(long-name     "UCS glyph-forms for UCS"
4615                   chars         256
4616                   dimension     3
4617                   columns       2
4618                   graphic       2
4619                   direction     l2r
4620                   =>iso-ir      177
4621                   mother        =>>ucs@iso))
4622   (define-charset-alias '=>>>ucs@iso '==ucs@iso)
4623   (make-charset '==ucs@unicode
4624                 "Representative glyph-forms of Unicode."
4625                 '(long-name     "UCS glyph-forms for Unicode"
4626                   chars         256
4627                   dimension     3
4628                   columns       2
4629                   graphic       2
4630                   direction     l2r
4631                   =>iso-ir      177
4632                   mother        ==ucs@iso))
4633   (define-charset-alias '=>>>ucs@unicode '==ucs@unicode)
4634   (make-charset '==ucs@gb
4635                 "ISO/IEC 10646 for GB"
4636                 '(long-name     "UCS for GB"
4637                   chars         256
4638                   dimension     3
4639                   columns       2
4640                   graphic       2
4641                   direction     l2r
4642                   =>iso-ir      177
4643                   mother        ==ucs@unicode))
4644   (make-charset '==ucs-bmp@gb
4645                 "ISO/IEC 10646 BMP for GB"
4646                 '(long-name     "BMP for GB"
4647                   chars         256
4648                   dimension     3
4649                   columns       2
4650                   graphic       2
4651                   direction     l2r
4652                   mother        ==ucs@gb
4653                   min-code      #x0000
4654                   max-code      #xFFFF))
4655   (make-charset '==ucs@cns
4656                 "UCS Representative glyph-forms for CNS 11643 sources."
4657                 '(long-name     "UCS glyph-forms for CNS"
4658                   chars         256
4659                   dimension     3
4660                   columns       2
4661                   graphic       2
4662                   direction     l2r
4663                   =>iso-ir      177
4664                   mother        ==ucs@unicode))
4665   (define-charset-alias '=>>>ucs@cns '==ucs@cns)
4666   (make-charset '==ucs-bmp@cns
4667                 "ISO/IEC 10646 BMP for CNS"
4668                 '(long-name     "BMP for CNS"
4669                   chars         256
4670                   dimension     3
4671                   columns       2
4672                   graphic       2
4673                   direction     l2r
4674                   mother        ==ucs@cns
4675                   min-code      #x0000
4676                   max-code      #xFFFF))
4677   (make-charset '==ucs@jis
4678                 "UCS Representative glyph-forms for JIS X0208/0212/0213."
4679                 '(long-name     "UCS glyph-forms for JIS"
4680                   chars         256
4681                   dimension     3
4682                   columns       2
4683                   graphic       2
4684                   direction     l2r
4685                   =>iso-ir      177
4686                   mother        ==ucs@unicode))
4687   (define-charset-alias '=>>>ucs@jis '==ucs@jis)
4688   (make-charset '==ucs@jis/1990
4689                 "UCS Representative glyph-forms for JIS X 0208/0212:1990."
4690                 '(long-name     "UCS glyph-forms for JIS:1990"
4691                   chars         256
4692                   dimension     3
4693                   columns       2
4694                   graphic       2
4695                   direction     l2r
4696                   =>iso-ir      177
4697                   mother        ==ucs@jis))
4698   (define-charset-alias '=>>>ucs@jis/1990 '==ucs@jis/1990)
4699   (make-charset '==ucs@jis/2000
4700                 "UCS Representative glyph-forms for JIS X 0213:2000."
4701                 '(long-name     "UCS glyph-forms for JIS:2000"
4702                   chars         256
4703                   dimension     3
4704                   columns       2
4705                   graphic       2
4706                   direction     l2r
4707                   =>iso-ir      177
4708                   mother        ==ucs@jis))
4709   (define-charset-alias '=>>>ucs@jis/2000 '==ucs@jis/2000)
4710   (make-charset '==ucs@jis/2004
4711                 "UCS Representative glyph-forms for JIS X 0213:2004."
4712                 '(long-name     "UCS glyph-forms for JIS:2004"
4713                   chars         256
4714                   dimension     3
4715                   columns       2
4716                   graphic       2
4717                   direction     l2r
4718                   =>iso-ir      177
4719                   mother        ==ucs@jis))
4720   (define-charset-alias '=>>>ucs@jis/2004 '==ucs@jis/2004)
4721   (make-charset '==ucs@JP
4722                 "UCS for common glyph-forms used in Japan."
4723                 '(long-name     "UCS for Japan"
4724                   chars         256
4725                   dimension     3
4726                   columns       2
4727                   graphic       2
4728                   direction     l2r
4729                   =>iso-ir      177
4730                   mother        ==ucs@jis/2004))
4731   (make-charset '==ucs@JP/hanazono
4732                 "Japanese glyph-forms of Hanazono Mincho."
4733                 '(long-name     "UCS for Hana-Min"
4734                   chars         256
4735                   dimension     3
4736                   columns       2
4737                   graphic       2
4738                   direction     l2r
4739                   =>iso-ir      177
4740                   mother        ==ucs@JP))
4741   (make-charset '==ucs@ks
4742                 "UCS Representative glyph-forms for Korean Standards."
4743                 '(long-name     "UCS glyph-forms for KS"
4744                   chars         256
4745                   dimension     3
4746                   columns       2
4747                   graphic       2
4748                   direction     l2r
4749                   =>iso-ir      177
4750                   mother        ==ucs@unicode))
4751   (define-charset-alias '=>>>ucs@ks '==ucs@ks)
4752   (make-charset '==ucs-bmp@ks
4753                 "ISO/IEC 10646 BMP for KS."
4754                 '(long-name     "BMP for KS"
4755                   chars         256
4756                   dimension     3
4757                   columns       2
4758                   graphic       2
4759                   direction     l2r
4760                   mother        ==ucs@ks
4761                   min-code      #x0000
4762                   max-code      #xFFFF))
4763   (make-charset '==ucs@cns11643
4764                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw."
4765                 '(long-name     "UCS for CNS11643"
4766                   chars         256
4767                   dimension     3
4768                   columns       2
4769                   graphic       2
4770                   direction     l2r
4771                   =>iso-ir      177
4772                   mother        ==ucs@cns))
4773
4774   (make-charset '===ucs@iso
4775                 "ISO/IEC 10646-2 representative glyph-images."
4776                 '(long-name     "ISO rep-images for UCS"
4777                   chars         256
4778                   dimension     3
4779                   columns       2
4780                   graphic       2
4781                   direction     l2r
4782                   =>iso-ir      177
4783                   mother        ==ucs@iso))
4784   (make-charset '===ucs@unicode
4785                 "Unicode for its representative glyph-images."
4786                 '(long-name     "UCS for Unicode"
4787                   chars         256
4788                   dimension     3
4789                   columns       2
4790                   graphic       2
4791                   direction     l2r
4792                   =>iso-ir      177
4793                   mother        ==ucs@unicode))
4794   (make-charset '===ucs@gb
4795                 "UCS representative glyph-images of GB."
4796                 '(long-name     "UCS rep-images for GB"
4797                   chars         256
4798                   dimension     3
4799                   columns       2
4800                   graphic       2
4801                   direction     l2r
4802                   =>iso-ir      177
4803                   mother        ===ucs@unicode))
4804   (make-charset '===ucs@ks
4805                 "UCS representative glyph-images of Korean Standards."
4806                 '(long-name     "UCS rep-images for KS"
4807                   chars         256
4808                   dimension     3
4809                   columns       2
4810                   graphic       2
4811                   direction     l2r
4812                   =>iso-ir      177
4813                   mother        ==ucs@ks))
4814
4815   (make-charset '=ucs-var-001
4816                 "uXXXX-var-001 glyph-images of GlyphWiki"
4817                 '(long-name     "UCS-var-001"
4818                   chars         256
4819                   dimension     3
4820                   columns       2
4821                   graphic       2
4822                   direction     l2r
4823                   ;; =>iso-ir   177
4824                   mother        =ucs))
4825   (make-charset '=ucs-bmp-var-001
4826                 "uXXXX-var-001 glyph-images in BMP"
4827                 '(long-name     "UCS-BMP-var-001"
4828                   chars         256
4829                   dimension     2
4830                   columns       2
4831                   graphic       2
4832                   direction     l2r
4833                   ;; =>iso-ir   177
4834                   mother        =ucs-var-001
4835                   min-code #x2E00
4836                   max-code #x9FEA
4837                   registry "ucs\\.var001-0"))
4838   (make-charset '=ucs-sip-var-001
4839                 "uXXXX-var-001 glyph-images in SIP"
4840                 '(long-name     "UCS-SIP-var-001"
4841                   chars         256
4842                   dimension     2
4843                   columns       2
4844                   graphic       2
4845                   direction     l2r
4846                   mother        =ucs-var-001
4847                   min-code #x20000 max-code #x2FFFF
4848                   registry "ucs00\\.var001-2"))
4849   (make-charset '=ucs-tip-var-001
4850                 "uXXXX-var-001 glyph-images in TIP"
4851                 '(long-name     "UCS-TIP-var-001"
4852                   chars         256
4853                   dimension     2
4854                   columns       2
4855                   graphic       2
4856                   direction     l2r
4857                   mother        =ucs-var-001
4858                   min-code #x30000 max-code #x3FFFF
4859                   registry "ucs00\\.var001-3"))
4860   (make-charset '==ucs-var-001
4861                 "Abstract glyph-forms corresponding with uXXXX-var-001 of GlyphWiki"
4862                 '(long-name     "UCS-var-001"
4863                   chars         256
4864                   dimension     3
4865                   columns       2
4866                   graphic       2
4867                   direction     l2r
4868                   ;; =>iso-ir   177
4869                   mother        =ucs-var-001))
4870   (make-charset '==ucs-bmp-var-001
4871                 "uXXXX-var-001's abstract glyph-forms in BMP"
4872                 '(long-name     "UCS-BMP-var-001 glyph-forms"
4873                   chars         256
4874                   dimension     2
4875                   columns       2
4876                   graphic       2
4877                   direction     l2r
4878                   ;; =>iso-ir   177
4879                   mother        ==ucs-var-001
4880                   min-code #x2E00
4881                   max-code #x9FCC
4882                   registry "ucs\\.var001-0"))
4883   (make-charset '==ucs-sip-var-001
4884                 "uXXXX-var-001's abstract glyph-forms in SIP"
4885                 '(long-name     "UCS-SIP-var-001 glyph-forms"
4886                   chars         256
4887                   dimension     2
4888                   columns       2
4889                   graphic       2
4890                   direction     l2r
4891                   mother        ==ucs-var-001
4892                   min-code #x20000 max-code #x2FFFF
4893                   registry "ucs00\\.var001-2"))
4894
4895   (make-charset '=ucs-var-002
4896                 "uXXXX-var-002 glyph-images of GlyphWiki"
4897                 '(long-name     "UCS-var-002"
4898                   chars         256
4899                   dimension     3
4900                   columns       2
4901                   graphic       2
4902                   direction     l2r
4903                   ;; =>iso-ir   177
4904                   mother        =ucs))
4905   (make-charset '=ucs-bmp-var-002
4906                 "uXXXX-var-002 glyph-images in BMP"
4907                 '(long-name     "UCS-BMP-var-002"
4908                   chars         256
4909                   dimension     2
4910                   columns       2
4911                   graphic       2
4912                   direction     l2r
4913                   ;; =>iso-ir   177
4914                   mother        =ucs-var-002
4915                   min-code #x2E00
4916                   max-code #x9FCC
4917                   registry "ucs\\.var002-0"))
4918   (make-charset '=ucs-sip-var-002
4919                 "uXXXX-var-002 glyph-images in SIP"
4920                 '(long-name     "UCS-SIP-var-002"
4921                   chars         256
4922                   dimension     2
4923                   columns       2
4924                   graphic       2
4925                   direction     l2r
4926                   mother        =ucs-var-002
4927                   min-code #x20000 max-code #x2FFFF
4928                   registry "ucs00\\.var002-2"))
4929   (make-charset '=ucs-tip-var-002
4930                 "uXXXX-var-002 glyph-images in TIP"
4931                 '(long-name     "UCS-TIP-var-002"
4932                   chars         256
4933                   dimension     2
4934                   columns       2
4935                   graphic       2
4936                   direction     l2r
4937                   mother        =ucs-var-002
4938                   min-code #x30000 max-code #x3FFFF
4939                   registry "ucs00\\.var002-3"))
4940   (make-charset '==ucs-var-002
4941                 "Abstract glyph-forms corresponding with uXXXX-var-002 of GlyphWiki"
4942                 '(long-name     "UCS-var-002"
4943                   chars         256
4944                   dimension     3
4945                   columns       2
4946                   graphic       2
4947                   direction     l2r
4948                   ;; =>iso-ir   177
4949                   mother        =ucs-var-002))
4950   (make-charset '==ucs-bmp-var-002
4951                 "uXXXX-var-002's abstract glyph-forms in BMP"
4952                 '(long-name     "UCS-BMP-var-002 glyph-forms"
4953                   chars         256
4954                   dimension     2
4955                   columns       2
4956                   graphic       2
4957                   direction     l2r
4958                   ;; =>iso-ir   177
4959                   mother        ==ucs-var-002
4960                   min-code #x2E00
4961                   max-code #x9FCC
4962                   registry "ucs\\.var002-0"))
4963   (make-charset '==ucs-sip-var-002
4964                 "uXXXX-var-002's abstract glyph-forms in SIP"
4965                 '(long-name     "UCS-SIP-var-002 glyph-forms"
4966                   chars         256
4967                   dimension     2
4968                   columns       2
4969                   graphic       2
4970                   direction     l2r
4971                   mother        ==ucs-var-002
4972                   min-code #x20000 max-code #x2FFFF
4973                   registry "ucs00\\.var002-2"))
4974
4975   (make-charset '=ucs-var-003
4976                 "uXXXX-var-003 glyph-images of GlyphWiki"
4977                 '(long-name     "UCS-var-003"
4978                   chars         256
4979                   dimension     3
4980                   columns       2
4981                   graphic       2
4982                   direction     l2r
4983                   ;; =>iso-ir   177
4984                   mother        =ucs))
4985   (make-charset '=ucs-bmp-var-003
4986                 "uXXXX-var-003 glyph-images in BMP"
4987                 '(long-name     "UCS-BMP-var-003"
4988                   chars         256
4989                   dimension     2
4990                   columns       2
4991                   graphic       2
4992                   direction     l2r
4993                   ;; =>iso-ir   177
4994                   mother        =ucs-var-003
4995                   min-code #x2E00
4996                   max-code #x9FCC
4997                   registry "ucs\\.var003-0"))
4998   (make-charset '=ucs-sip-var-003
4999                 "uXXXX-var-003 glyph-images in SIP"
5000                 '(long-name     "UCS-SIP-var-003"
5001                   chars         256
5002                   dimension     2
5003                   columns       2
5004                   graphic       2
5005                   direction     l2r
5006                   mother        =ucs-var-003
5007                   min-code #x20000 max-code #x2FFFF
5008                   registry "ucs00\\.var003-2"))
5009   (make-charset '=ucs-tip-var-003
5010                 "uXXXX-var-003 glyph-images in TIP"
5011                 '(long-name     "UCS-TIP-var-003"
5012                   chars         256
5013                   dimension     2
5014                   columns       2
5015                   graphic       2
5016                   direction     l2r
5017                   mother        =ucs-var-003
5018                   min-code #x30000 max-code #x3FFFF
5019                   registry "ucs00\\.var003-3"))
5020   (make-charset '=+>ucs-var-003
5021                 "uXXXX-var-003's unified glyphs of GlyphWiki"
5022                 '(long-name     "UCS-var-003 unified glyphs"
5023                   chars         256
5024                   dimension     3
5025                   columns       2
5026                   graphic       2
5027                   direction     l2r
5028                   ;; =>iso-ir   177
5029                   mother        =ucs-var-003))
5030   (make-charset '=+>ucs-bmp-var-003
5031                 "uXXXX-var-003's unified glyphs in BMP"
5032                 '(long-name     "UCS-BMP-var-003 unified glyphs"
5033                   chars         256
5034                   dimension     2
5035                   columns       2
5036                   graphic       2
5037                   direction     l2r
5038                   ;; =>iso-ir   177
5039                   mother        =+>ucs-var-003
5040                   min-code #x2E00
5041                   max-code #x9FCC
5042                   registry "ucs\\.var003-0"))
5043   (make-charset '=+>ucs-tip-var-003
5044                 "uXXXX-var-003 unified glyphs in TIP"
5045                 '(long-name     "UCS-TIP-var-003 unified glyphs"
5046                   chars         256
5047                   dimension     2
5048                   columns       2
5049                   graphic       2
5050                   direction     l2r
5051                   mother        =+>ucs-var-003
5052                   min-code #x30000 max-code #x3FFFF
5053                   registry "ucs00\\.var003-3"))
5054   (make-charset '==ucs-var-003
5055                 "Abstract glyph-forms corresponding with uXXXX-var-003 of GlyphWiki"
5056                 '(long-name     "UCS-var-003"
5057                   chars         256
5058                   dimension     3
5059                   columns       2
5060                   graphic       2
5061                   direction     l2r
5062                   ;; =>iso-ir   177
5063                   mother        =ucs-var-003))
5064   (make-charset '==ucs-bmp-var-003
5065                 "uXXXX-var-003's abstract glyph-forms in BMP"
5066                 '(long-name     "UCS-BMP-var-003 glyph-forms"
5067                   chars         256
5068                   dimension     2
5069                   columns       2
5070                   graphic       2
5071                   direction     l2r
5072                   ;; =>iso-ir   177
5073                   mother        ==ucs-var-003
5074                   min-code #x2E00
5075                   max-code #x9FCC
5076                   registry "ucs\\.var003-0"))
5077
5078   (make-charset '=ucs-var-004
5079                 "uXXXX-var-004 glyph-images of GlyphWiki"
5080                 '(long-name     "UCS-var-004"
5081                   chars         256
5082                   dimension     3
5083                   columns       2
5084                   graphic       2
5085                   direction     l2r
5086                   ;; =>iso-ir   177
5087                   mother        =ucs))
5088   (make-charset '=ucs-bmp-var-004
5089                 "uXXXX-var-004 glyph-images in BMP"
5090                 '(long-name     "UCS-BMP-var-004"
5091                   chars         256
5092                   dimension     2
5093                   columns       2
5094                   graphic       2
5095                   direction     l2r
5096                   ;; =>iso-ir   177
5097                   mother        =ucs-var-004
5098                   min-code #x2E00
5099                   max-code #x9FCC
5100                   registry "ucs\\.var004-0"))
5101   (make-charset '=ucs-sip-var-004
5102                 "uXXXX-var-004 glyph-images in SIP"
5103                 '(long-name     "UCS-SIP-var-004"
5104                   chars         256
5105                   dimension     2
5106                   columns       2
5107                   graphic       2
5108                   direction     l2r
5109                   mother        =ucs-var-004
5110                   min-code #x20000 max-code #x2FFFF
5111                   registry "ucs00\\.var004-2"))
5112   (make-charset '=ucs-tip-var-004
5113                 "uXXXX-var-004 glyph-images in TIP"
5114                 '(long-name     "UCS-TIP-var-004"
5115                   chars         256
5116                   dimension     2
5117                   columns       2
5118                   graphic       2
5119                   direction     l2r
5120                   mother        =ucs-var-004
5121                   min-code #x30000 max-code #x3FFFF
5122                   registry "ucs00\\.var004-3"))
5123
5124   (make-charset '=ucs-var-005
5125                 "uXXXX-var-005 glyph-images of GlyphWiki"
5126                 '(long-name     "UCS-var-005"
5127                   chars         256
5128                   dimension     3
5129                   columns       2
5130                   graphic       2
5131                   direction     l2r
5132                   ;; =>iso-ir   177
5133                   mother        =ucs))
5134   (make-charset '=ucs-bmp-var-005
5135                 "uXXXX-var-005 glyph-images in BMP"
5136                 '(long-name     "UCS-BMP-var-005"
5137                   chars         256
5138                   dimension     2
5139                   columns       2
5140                   graphic       2
5141                   direction     l2r
5142                   ;; =>iso-ir   177
5143                   mother        =ucs-var-005
5144                   min-code #x2E00
5145                   max-code #x9FCC
5146                   registry "ucs\\.var005-0"))
5147   (make-charset '=ucs-sip-var-005
5148                 "uXXXX-var-005 glyph-images in SIP"
5149                 '(long-name     "UCS-SIP-var-005"
5150                   chars         256
5151                   dimension     2
5152                   columns       2
5153                   graphic       2
5154                   direction     l2r
5155                   mother        =ucs-var-005
5156                   min-code #x20000 max-code #x2FFFF
5157                   registry "ucs00\\.var005-2"))
5158
5159   (make-charset '=ucs-var-006
5160                 "uXXXX-var-006 glyph-images of GlyphWiki"
5161                 '(long-name     "UCS-var-006"
5162                   chars         256
5163                   dimension     3
5164                   columns       2
5165                   graphic       2
5166                   direction     l2r
5167                   ;; =>iso-ir   177
5168                   mother        =ucs))
5169   (make-charset '=ucs-bmp-var-006
5170                 "uXXXX-var-006 glyph-images in BMP"
5171                 '(long-name     "UCS-BMP-var-006"
5172                   chars         256
5173                   dimension     2
5174                   columns       2
5175                   graphic       2
5176                   direction     l2r
5177                   ;; =>iso-ir   177
5178                   mother        =ucs-var-006
5179                   min-code #x2E00
5180                   max-code #x9FCC
5181                   registry "ucs\\.var006-0"))
5182   (make-charset '=ucs-sip-var-006
5183                 "uXXXX-var-006 glyph-images in SIP"
5184                 '(long-name     "UCS-SIP-var-006"
5185                   chars         256
5186                   dimension     2
5187                   columns       2
5188                   graphic       2
5189                   direction     l2r
5190                   mother        =ucs-var-006
5191                   min-code #x20000 max-code #x2FFFF
5192                   registry "ucs00\\.var006-2"))
5193
5194   (make-charset '=ucs-var-007
5195                 "uXXXX-var-007 glyph-images of GlyphWiki"
5196                 '(long-name     "UCS-var-007"
5197                   chars         256
5198                   dimension     3
5199                   columns       2
5200                   graphic       2
5201                   direction     l2r
5202                   ;; =>iso-ir   177
5203                   mother        =ucs))
5204   (make-charset '=ucs-bmp-var-007
5205                 "uXXXX-var-007 glyph-images in BMP"
5206                 '(long-name     "UCS-BMP-var-007"
5207                   chars         256
5208                   dimension     2
5209                   columns       2
5210                   graphic       2
5211                   direction     l2r
5212                   ;; =>iso-ir   177
5213                   mother        =ucs-var-007
5214                   min-code #x2E00
5215                   max-code #x9FCC
5216                   registry "ucs\\.var007-0"))
5217   (make-charset '==ucs-var-007
5218                 "Abstract glyph-forms corresponding with uXXXX-var-007 of GlyphWiki"
5219                 '(long-name     "UCS-var-007"
5220                   chars         256
5221                   dimension     3
5222                   columns       2
5223                   graphic       2
5224                   direction     l2r
5225                   ;; =>iso-ir   177
5226                   mother        =ucs-var-007))
5227   (make-charset '==ucs-bmp-var-007
5228                 "uXXXX-var-007's abstract glyph-forms in BMP"
5229                 '(long-name     "UCS-BMP-var-007 glyph-forms"
5230                   chars         256
5231                   dimension     2
5232                   columns       2
5233                   graphic       2
5234                   direction     l2r
5235                   ;; =>iso-ir   177
5236                   mother        ==ucs-var-007
5237                   min-code #x2E00
5238                   max-code #x9FCC
5239                   registry "ucs\\.var007-0"))
5240
5241   (make-charset '=ucs-var-008
5242                 "uXXXX-var-008 glyph-images of GlyphWiki"
5243                 '(long-name     "UCS-var-008"
5244                   chars         256
5245                   dimension     3
5246                   columns       2
5247                   graphic       2
5248                   direction     l2r
5249                   ;; =>iso-ir   177
5250                   mother        =ucs))
5251   (make-charset '=ucs-bmp-var-008
5252                 "uXXXX-var-008 glyph-images in BMP"
5253                 '(long-name     "UCS-BMP-var-008"
5254                   chars         256
5255                   dimension     2
5256                   columns       2
5257                   graphic       2
5258                   direction     l2r
5259                   ;; =>iso-ir   177
5260                   mother        =ucs-var-008
5261                   min-code #x2E00
5262                   max-code #x9FCC
5263                   registry "ucs\\.var008-0"))
5264   (make-charset '=ucs-var-010
5265                 "uXXXX-var-010 glyph-forms of GlyphWiki"
5266                 '(long-name     "UCS-var-010"
5267                   chars         256
5268                   dimension     3
5269                   columns       2
5270                   graphic       2
5271                   direction     l2r
5272                   ;; =>iso-ir   177
5273                   mother        =ucs))
5274   (make-charset '=ucs-bmp-var-010
5275                 "uXXXX-var-010 glyph-forms in BMP"
5276                 '(long-name     "UCS-BMP-var-010"
5277                   chars         256
5278                   dimension     2
5279                   columns       2
5280                   graphic       2
5281                   direction     l2r
5282                   ;; =>iso-ir   177
5283                   mother        =ucs-var-010
5284                   min-code #x2E00
5285                   max-code #x9FCC
5286                   registry "ucs\\.var010-0"))
5287   (make-charset '=ucs-sip-var-010
5288                 "uXXXX-var-010 glyph-images in SIP"
5289                 '(long-name     "UCS-SIP-var-010"
5290                   chars         256
5291                   dimension     2
5292                   columns       2
5293                   graphic       2
5294                   direction     l2r
5295                   mother        =ucs-var-010
5296                   min-code #x20000 max-code #x2FFFF
5297                   registry "ucs00\\.var010-2"))
5298
5299   (make-charset '=ucs-itaiji-001
5300                 "uXXXX-itaiji-001 glyphs of GlyphWiki"
5301                 '(long-name     "UCS-itaiji-001"
5302                   chars         256
5303                   dimension     3
5304                   columns       2
5305                   graphic       2
5306                   direction     l2r
5307                   ;; =>iso-ir   177
5308                   mother        =ucs))
5309   (make-charset '=ucs-bmp-itaiji-001
5310                 "uXXXX-itaiji-001 glyph-images in BMP"
5311                 '(long-name     "UCS-BMP-itaiji-001"
5312                   chars         256
5313                   dimension     2
5314                   columns       2
5315                   graphic       2
5316                   direction     l2r
5317                   ;; =>iso-ir   177
5318                   mother        =ucs-itaiji-001
5319                   min-code #x2E00
5320                   max-code #x9FCC
5321                   registry "ucs\\.itaiji001-0"))
5322   (make-charset '=ucs-sip-itaiji-001
5323                 "uXXXX-itaiji-001 glyph-images in SIP"
5324                 '(long-name     "UCS-SIP-itaiji-001"
5325                   chars         256
5326                   dimension     2
5327                   columns       2
5328                   graphic       2
5329                   direction     l2r
5330                   mother        =ucs-itaiji-001
5331                   min-code #x20000 max-code #x2FFFF
5332                   registry "ucs00\\.itaiji001-2"))
5333   (make-charset '=ucs-tip-itaiji-001
5334                 "uXXXX-itaiji-001 glyph-images in TIP"
5335                 '(long-name     "UCS-TIP-itaiji-001"
5336                   chars         256
5337                   dimension     2
5338                   columns       2
5339                   graphic       2
5340                   direction     l2r
5341                   mother        =ucs-itaiji-001
5342                   min-code #x30000 max-code #x3FFFF
5343                   registry "ucs00\\.itaiji001-3"))
5344   (make-charset '=>ucs-itaiji-001
5345                 "Abstract characters corresponding with uXXXX-itaiji-001 of GlyphWiki"
5346                 '(long-name     "UCS-itaiji-001"
5347                   chars         256
5348                   dimension     3
5349                   columns       2
5350                   graphic       2
5351                   direction     l2r
5352                   ;; =>iso-ir   177
5353                   mother        =ucs))
5354   (make-charset '=>ucs-bmp-itaiji-001
5355                 "uXXXX-itaiji-001's abstract characters in BMP"
5356                 '(long-name     "UCS-BMP-itaiji-001 characters"
5357                   chars         256
5358                   dimension     2
5359                   columns       2
5360                   graphic       2
5361                   direction     l2r
5362                   ;; =>iso-ir   177
5363                   mother        =>ucs-itaiji-001
5364                   min-code #x2E00
5365                   max-code #x9FCC
5366                   registry "ucs\\.itaiji001-0"))
5367   (make-charset '=>ucs-sip-itaiji-001
5368                 "uXXXX-itaiji-001 characters in SIP"
5369                 '(long-name     "UCS-SIP-itaiji-001"
5370                   chars         256
5371                   dimension     2
5372                   columns       2
5373                   graphic       2
5374                   direction     l2r
5375                   mother        =>ucs-itaiji-001
5376                   min-code #x20000 max-code #x2FFFF
5377                   registry "ucs00\\.itaiji001-2"))
5378   (make-charset '=>ucs-tip-itaiji-001
5379                 "uXXXX-itaiji-001 characters in TIP"
5380                 '(long-name     "UCS-TIP-itaiji-001"
5381                   chars         256
5382                   dimension     2
5383                   columns       2
5384                   graphic       2
5385                   direction     l2r
5386                   mother        =>ucs-itaiji-001
5387                   min-code #x30000 max-code #x3FFFF
5388                   registry "ucs00\\.itaiji001-3"))
5389   (make-charset '==ucs-itaiji-001
5390                 "Abstract glyph-forms corresponding with uXXXX-itaiji-001 of GlyphWiki"
5391                 '(long-name     "UCS-itaiji-001"
5392                   chars         256
5393                   dimension     3
5394                   columns       2
5395                   graphic       2
5396                   direction     l2r
5397                   ;; =>iso-ir   177
5398                   mother        =ucs-itaiji-001))
5399   (make-charset '==ucs-bmp-itaiji-001
5400                 "uXXXX-itaiji-001's abstract glyph-forms in BMP"
5401                 '(long-name     "UCS-BMP-itaiji-001"
5402                   chars         256
5403                   dimension     2
5404                   columns       2
5405                   graphic       2
5406                   direction     l2r
5407                   ;; =>iso-ir   177
5408                   mother        ==ucs-itaiji-001
5409                   min-code #x2E00
5410                   max-code #x9FCC
5411                   registry "ucs\\.itaiji001-0"))
5412   (make-charset '==ucs-sip-itaiji-001
5413                 "uXXXX-itaiji-001's abstract glyph-forms in SIP"
5414                 '(long-name     "UCS-SIP-itaiji-001"
5415                   chars         256
5416                   dimension     2
5417                   columns       2
5418                   graphic       2
5419                   direction     l2r
5420                   mother        ==ucs-itaiji-001
5421                   min-code #x20000 max-code #x2FFFF
5422                   registry "ucs00\\.itaiji001-2"))
5423   (make-charset '=>ucs-itaiji-001@iwds-1
5424                 "uXXXX-itaiji-001's abstract characters based on IWDS-1"
5425                 '(long-name     "IWDS-1 abstract characters of UCS-itaiji-001"
5426                   chars         256
5427                   dimension     3
5428                   columns       2
5429                   graphic       2
5430                   direction     l2r
5431                   ;; =>iso-ir   177
5432                   mother        =>ucs-itaiji-001))
5433   (make-charset '=>ucs-bmp-itaiji-001@iwds-1
5434                 "IWDS-1 abstract characters of UCS-itaiji-001 in BMP"
5435                 '(long-name     "=>ucs-itaiji-001@iwds-1 in BMP"
5436                   chars         256
5437                   dimension     2
5438                   columns       2
5439                   graphic       2
5440                   direction     l2r
5441                   ;; =>iso-ir   177
5442                   mother        =>ucs-itaiji-001@iwds-1
5443                   min-code #x2E00
5444                   max-code #x9FCC
5445                   registry "ucs\\.itaiji001-0"))
5446   (make-charset '=>ucs-sip-itaiji-001@iwds-1
5447                 "IWDS-1 abstract characters of UCS-itaiji-001 in SIP"
5448                 '(long-name     "=>ucs-itaiji-001@iwds-1 in SIP"
5449                   chars         256
5450                   dimension     2
5451                   columns       2
5452                   graphic       2
5453                   direction     l2r
5454                   mother        =>ucs-itaiji-001@iwds-1
5455                   min-code #x20000 max-code #x2FFFF
5456                   registry "ucs00\\.itaiji001-2"))
5457
5458   (make-charset '=ucs-itaiji-002
5459                 "uXXXX-itaiji-002 glyphs of GlyphWiki"
5460                 '(long-name     "UCS-itaiji-002"
5461                   chars         256
5462                   dimension     3
5463                   columns       2
5464                   graphic       2
5465                   direction     l2r
5466                   ;; =>iso-ir   177
5467                   mother        =ucs))
5468   (make-charset '=ucs-bmp-itaiji-002
5469                 "uXXXX-itaiji-002 glyph-images in BMP"
5470                 '(long-name     "UCS-BMP-itaiji-002"
5471                   chars         256
5472                   dimension     2
5473                   columns       2
5474                   graphic       2
5475                   direction     l2r
5476                   ;; =>iso-ir   177
5477                   mother        =ucs-itaiji-002
5478                   min-code #x2E00
5479                   max-code #x9FCC
5480                   registry "ucs\\.itaiji002-0"))
5481   (make-charset '=ucs-sip-itaiji-002
5482                 "uXXXX-itaiji-002 glyph-images in SIP"
5483                 '(long-name     "UCS-SIP-itaiji-002"
5484                   chars         256
5485                   dimension     2
5486                   columns       2
5487                   graphic       2
5488                   direction     l2r
5489                   mother        =ucs-itaiji-002
5490                   min-code #x20000 max-code #x2FFFF
5491                   registry "ucs00\\.itaiji002-2"))
5492   (make-charset '=>ucs-itaiji-002
5493                 "Abstract characters corresponding with uXXXX-itaiji-002 of GlyphWiki"
5494                 '(long-name     "UCS-itaiji-002"
5495                   chars         256
5496                   dimension     3
5497                   columns       2
5498                   graphic       2
5499                   direction     l2r
5500                   ;; =>iso-ir   177
5501                   mother        =ucs-itaiji-002))
5502   (make-charset '=>ucs-bmp-itaiji-002
5503                 "uXXXX-itaiji-002's abstract characters in BMP"
5504                 '(long-name     "UCS-BMP-itaiji-002 characters"
5505                   chars         256
5506                   dimension     2
5507                   columns       2
5508                   graphic       2
5509                   direction     l2r
5510                   ;; =>iso-ir   177
5511                   mother        =>ucs-itaiji-002
5512                   min-code #x2E00
5513                   max-code #x9FCC
5514                   registry "ucs\\.itaiji002-0"))
5515   (make-charset '=>ucs-sip-itaiji-002
5516                 "uXXXX-itaiji-002 characters in SIP"
5517                 '(long-name     "UCS-SIP-itaiji-002"
5518                   chars         256
5519                   dimension     2
5520                   columns       2
5521                   graphic       2
5522                   direction     l2r
5523                   mother        =>ucs-itaiji-002
5524                   min-code #x20000 max-code #x2FFFF
5525                   registry "ucs00\\.itaiji002-2"))
5526   (make-charset '==ucs-itaiji-002
5527                 "Abstract glyph-forms corresponding with uXXXX-itaiji-002 of GlyphWiki"
5528                 '(long-name     "UCS-itaiji-002"
5529                   chars         256
5530                   dimension     3
5531                   columns       2
5532                   graphic       2
5533                   direction     l2r
5534                   ;; =>iso-ir   177
5535                   mother        =ucs-itaiji-002))
5536   (make-charset '==ucs-bmp-itaiji-002
5537                 "uXXXX-itaiji-002's abstract glyph-forms in BMP"
5538                 '(long-name     "UCS-BMP-itaiji-002 characters"
5539                   chars         256
5540                   dimension     2
5541                   columns       2
5542                   graphic       2
5543                   direction     l2r
5544                   ;; =>iso-ir   177
5545                   mother        ==ucs-itaiji-002
5546                   min-code #x2E00
5547                   max-code #x9FCC
5548                   registry "ucs\\.itaiji002-0"))
5549   (make-charset '==ucs-sip-itaiji-002
5550                 "uXXXX-itaiji-002's abstract glyph-forms in SIP"
5551                 '(long-name     "UCS-SIP-itaiji-002"
5552                   chars         256
5553                   dimension     2
5554                   columns       2
5555                   graphic       2
5556                   direction     l2r
5557                   mother        ==ucs-itaiji-002
5558                   min-code #x20000 max-code #x2FFFF
5559                   registry "ucs00\\.itaiji002-2"))
5560   (make-charset '=>ucs-itaiji-002@iwds-1
5561                 "uXXXX-itaiji-002's abstract characters based on IWDS-1"
5562                 '(long-name     "IWDS-1 abstract characters of UCS-itaiji-002"
5563                   chars         256
5564                   dimension     3
5565                   columns       2
5566                   graphic       2
5567                   direction     l2r
5568                   ;; =>iso-ir   177
5569                   mother        =>ucs-itaiji-002))
5570   (make-charset '=>ucs-bmp-itaiji-002@iwds-1
5571                 "IWDS-1 abstract characters of UCS-itaiji-002 in BMP"
5572                 '(long-name     "=>ucs-itaiji-002@iwds-1 in BMP"
5573                   chars         256
5574                   dimension     2
5575                   columns       2
5576                   graphic       2
5577                   direction     l2r
5578                   ;; =>iso-ir   177
5579                   mother        =>ucs-itaiji-002@iwds-1
5580                   min-code #x2E00
5581                   max-code #x9FCC
5582                   registry "ucs\\.itaiji002-0"))
5583   (make-charset '=>ucs-sip-itaiji-002@iwds-1
5584                 "IWDS-1 abstract characters of uXXXX-itaiji-002 in SIP"
5585                 '(long-name     "=>ucs-itaiji-002@iwds-1 in SIP"
5586                   chars         256
5587                   dimension     2
5588                   columns       2
5589                   graphic       2
5590                   direction     l2r
5591                   mother        =>ucs-itaiji-002@iwds-1
5592                   min-code #x20000 max-code #x2FFFF
5593                   registry "ucs00\\.itaiji002-2"))
5594
5595   (make-charset '=ucs-itaiji-003
5596                 "uXXXX-itaiji-003 glyphs of GlyphWiki"
5597                 '(long-name     "UCS-itaiji-003"
5598                   chars         256
5599                   dimension     3
5600                   columns       2
5601                   graphic       2
5602                   direction     l2r
5603                   ;; =>iso-ir   177
5604                   mother        =ucs))
5605   (make-charset '=ucs-bmp-itaiji-003
5606                 "uXXXX-itaiji-003 glyph-images in BMP"
5607                 '(long-name     "UCS-BMP-itaiji-003"
5608                   chars         256
5609                   dimension     2
5610                   columns       2
5611                   graphic       2
5612                   direction     l2r
5613                   ;; =>iso-ir   177
5614                   mother        =ucs-itaiji-003
5615                   min-code #x2E00
5616                   max-code #x9FCC
5617                   registry "ucs\\.itaiji003-0"))
5618   (make-charset '=ucs-sip-itaiji-003
5619                 "uXXXX-itaiji-003 glyphs in SIP"
5620                 '(long-name     "UCS-SIP-itaiji-003"
5621                   chars         256
5622                   dimension     2
5623                   columns       2
5624                   graphic       2
5625                   direction     l2r
5626                   mother        =ucs-itaiji-003
5627                   min-code #x20000 max-code #x2FFFF
5628                   registry "ucs00\\.itaiji003-2"))
5629   (make-charset '=>ucs-itaiji-003
5630                 "Abstract characters corresponding with uXXXX-itaiji-003 of GlyphWiki"
5631                 '(long-name     "UCS-itaiji-003"
5632                   chars         256
5633                   dimension     3
5634                   columns       2
5635                   graphic       2
5636                   direction     l2r
5637                   ;; =>iso-ir   177
5638                   mother        =ucs-itaiji-003))
5639   (make-charset '=>ucs-bmp-itaiji-003
5640                 "uXXXX-itaiji-003's abstract characters in BMP"
5641                 '(long-name     "UCS-BMP-itaiji-003 abstract characters"
5642                   chars         256
5643                   dimension     2
5644                   columns       2
5645                   graphic       2
5646                   direction     l2r
5647                   ;; =>iso-ir   177
5648                   mother        =>ucs-itaiji-003
5649                   min-code #x2E00
5650                   max-code #x9FCC
5651                   registry "ucs\\.itaiji003-0"))
5652   (make-charset '=>ucs-sip-itaiji-003
5653                 "uXXXX-itaiji-003's abstract characters in SIP"
5654                 '(long-name     "UCS-SIP-itaiji-003 abstract characters"
5655                   chars         256
5656                   dimension     2
5657                   columns       2
5658                   graphic       2
5659                   direction     l2r
5660                   mother        =>ucs-itaiji-003
5661                   min-code #x20000 max-code #x2FFFF
5662                   registry "ucs00\\.itaiji003-2"))
5663   (make-charset '==ucs-itaiji-003
5664                 "Abstract glyph-forms corresponding with uXXXX-itaiji-003 of GlyphWiki"
5665                 '(long-name     "UCS-itaiji-003"
5666                   chars         256
5667                   dimension     3
5668                   columns       2
5669                   graphic       2
5670                   direction     l2r
5671                   ;; =>iso-ir   177
5672                   mother        =ucs-itaiji-003))
5673   (make-charset '==ucs-bmp-itaiji-003
5674                 "uXXXX-itaiji-003's abstract glyph-forms in BMP"
5675                 '(long-name     "UCS-BMP-itaiji-003 glyph-forms"
5676                   chars         256
5677                   dimension     2
5678                   columns       2
5679                   graphic       2
5680                   direction     l2r
5681                   ;; =>iso-ir   177
5682                   mother        ==ucs-itaiji-003
5683                   min-code #x2E00
5684                   max-code #x9FCC
5685                   registry "ucs\\.itaiji003-0"))
5686   (make-charset '==ucs-sip-itaiji-003
5687                 "uXXXX-itaiji-003's abstract glyph-forms in SIP"
5688                 '(long-name     "UCS-SIP-itaiji-003"
5689                   chars         256
5690                   dimension     2
5691                   columns       2
5692                   graphic       2
5693                   direction     l2r
5694                   mother        ==ucs-itaiji-003
5695                   min-code #x20000 max-code #x2FFFF
5696                   registry "ucs00\\.itaiji003-2"))
5697   (make-charset '=>ucs-itaiji-003@iwds-1
5698                 "uXXXX-itaiji-003's abstract characters based on IWDS-1"
5699                 '(long-name     "IWDS-1 abstract characters of UCS-itaiji-003"
5700                   chars         256
5701                   dimension     3
5702                   columns       2
5703                   graphic       2
5704                   direction     l2r
5705                   ;; =>iso-ir   177
5706                   mother        =>ucs-itaiji-003))
5707   (make-charset '=>ucs-bmp-itaiji-003@iwds-1
5708                 "IWDS-1 abstract characters of UCS-itaiji-003 in BMP"
5709                 '(long-name     "=>ucs-itaiji-003@iwds-1 in BMP"
5710                   chars         256
5711                   dimension     2
5712                   columns       2
5713                   graphic       2
5714                   direction     l2r
5715                   ;; =>iso-ir   177
5716                   mother        =>ucs-itaiji-003@iwds-1
5717                   min-code #x2E00
5718                   max-code #x9FCC
5719                   registry "ucs\\.itaiji003-0"))
5720   (make-charset '=>ucs-sip-itaiji-003@iwds-1
5721                 "IWDS-1 abstract characters of UCS-itaiji-003 in SIP"
5722                 '(long-name     "=>ucs-itaiji-003@iwds-1 in SIP"
5723                   chars         256
5724                   dimension     2
5725                   columns       2
5726                   graphic       2
5727                   direction     l2r
5728                   mother        =>ucs-itaiji-003@iwds-1
5729                   min-code #x20000 max-code #x2FFFF
5730                   registry "ucs00\\.itaiji003-2"))
5731
5732   (make-charset '=ucs-itaiji-004
5733                 "uXXXX-itaiji-004 glyphs of GlyphWiki"
5734                 '(long-name     "UCS-itaiji-004"
5735                   chars         256
5736                   dimension     3
5737                   columns       2
5738                   graphic       2
5739                   direction     l2r
5740                   ;; =>iso-ir   177
5741                   mother        =ucs))
5742   (make-charset '=ucs-bmp-itaiji-004
5743                 "uXXXX-itaiji-004 glyph-images in BMP"
5744                 '(long-name     "UCS-BMP-itaiji-004"
5745                   chars         256
5746                   dimension     2
5747                   columns       2
5748                   graphic       2
5749                   direction     l2r
5750                   ;; =>iso-ir   177
5751                   mother        =ucs-itaiji-004
5752                   min-code #x2E00
5753                   max-code #x9FCC
5754                   registry "ucs\\.itaiji004-0"))
5755   (make-charset '=ucs-sip-itaiji-004
5756                 "uXXXX-itaiji-004 glyph-images in SIP"
5757                 '(long-name     "UCS-SIP-itaiji-004"
5758                   chars         256
5759                   dimension     2
5760                   columns       2
5761                   graphic       2
5762                   direction     l2r
5763                   mother        =ucs-itaiji-004
5764                   min-code #x20000 max-code #x2FFFF
5765                   registry "ucs00\\.itaiji004-2"))
5766   (make-charset '=>ucs-itaiji-004
5767                 "Abstract characters corresponding with uXXXX-itaiji-004 of GlyphWiki"
5768                 '(long-name     "UCS-itaiji-004"
5769                   chars         256
5770                   dimension     3
5771                   columns       2
5772                   graphic       2
5773                   direction     l2r
5774                   ;; =>iso-ir   177
5775                   mother        =ucs-itaiji-004))
5776   (make-charset '=>ucs-bmp-itaiji-004
5777                 "uXXXX-itaiji-004's abstract characters in BMP"
5778                 '(long-name     "UCS-BMP-itaiji-004 characters"
5779                   chars         256
5780                   dimension     2
5781                   columns       2
5782                   graphic       2
5783                   direction     l2r
5784                   ;; =>iso-ir   177
5785                   mother        =>ucs-itaiji-004
5786                   min-code #x2E00
5787                   max-code #x9FCC
5788                   registry "ucs\\.itaiji004-0"))
5789   (make-charset '=>ucs-sip-itaiji-004
5790                 "uXXXX-itaiji-004 glyph-images in SIP"
5791                 '(long-name     "UCS-SIP-itaiji-004"
5792                   chars         256
5793                   dimension     2
5794                   columns       2
5795                   graphic       2
5796                   direction     l2r
5797                   mother        =>ucs-itaiji-004
5798                   min-code #x20000 max-code #x2FFFF
5799                   registry "ucs00\\.itaiji004-2"))
5800   (make-charset '==ucs-itaiji-004
5801                 "Abstract glyph-forms corresponding with uXXXX-itaiji-004 of GlyphWiki"
5802                 '(long-name     "UCS-itaiji-004"
5803                   chars         256
5804                   dimension     3
5805                   columns       2
5806                   graphic       2
5807                   direction     l2r
5808                   ;; =>iso-ir   177
5809                   mother        =ucs-itaiji-004))
5810   (make-charset '==ucs-sip-itaiji-004
5811                 "uXXXX-itaiji-004's abstract glyph-forms in SIP"
5812                 '(long-name     "UCS-SIP-itaiji-004"
5813                   chars         256
5814                   dimension     2
5815                   columns       2
5816                   graphic       2
5817                   direction     l2r
5818                   mother        ==ucs-itaiji-004
5819                   min-code #x20000 max-code #x2FFFF
5820                   registry "ucs00\\.itaiji004-2"))
5821
5822   (make-charset '=ucs-itaiji-005
5823                 "uXXXX-itaiji-005 glyphs of GlyphWiki"
5824                 '(long-name     "UCS-itaiji-005"
5825                   chars         256
5826                   dimension     3
5827                   columns       2
5828                   graphic       2
5829                   direction     l2r
5830                   ;; =>iso-ir   177
5831                   mother        =ucs))
5832   (make-charset '=ucs-bmp-itaiji-005
5833                 "uXXXX-itaiji-005 glyph-images in BMP"
5834                 '(long-name     "UCS-BMP-itaiji-005"
5835                   chars         256
5836                   dimension     2
5837                   columns       2
5838                   graphic       2
5839                   direction     l2r
5840                   ;; =>iso-ir   177
5841                   mother        =ucs-itaiji-005
5842                   min-code #x2E00
5843                   max-code #x9FCC
5844                   registry "ucs\\.itaiji005-0"))
5845   (make-charset '=ucs-sip-itaiji-005
5846                 "uXXXX-itaiji-005 glyph-images in SIP"
5847                 '(long-name     "UCS-SIP-itaiji-005"
5848                   chars         256
5849                   dimension     2
5850                   columns       2
5851                   graphic       2
5852                   direction     l2r
5853                   mother        =ucs-itaiji-005
5854                   min-code #x20000 max-code #x2FFFF
5855                   registry "ucs00\\.itaiji005-2"))
5856   (make-charset '=>ucs-itaiji-005
5857                 "Abstract characters corresponding with uXXXX-itaiji-005 of GlyphWiki"
5858                 '(long-name     "UCS-itaiji-005"
5859                   chars         256
5860                   dimension     3
5861                   columns       2
5862                   graphic       2
5863                   direction     l2r
5864                   ;; =>iso-ir   177
5865                   mother        =ucs))
5866   (make-charset '=>ucs-bmp-itaiji-005
5867                 "uXXXX-itaiji-005's abstract characters in BMP"
5868                 '(long-name     "UCS-BMP-itaiji-005 characters"
5869                   chars         256
5870                   dimension     2
5871                   columns       2
5872                   graphic       2
5873                   direction     l2r
5874                   ;; =>iso-ir   177
5875                   mother        =>ucs-itaiji-005
5876                   min-code #x2E00
5877                   max-code #x9FCC
5878                   registry "ucs\\.itaiji005-0"))
5879   (make-charset '=>ucs-sip-itaiji-005
5880                 "uXXXX-itaiji-005's abstract characters in SIP"
5881                 '(long-name     "UCS-SIP-itaiji-005 characters"
5882                   chars         256
5883                   dimension     2
5884                   columns       2
5885                   graphic       2
5886                   direction     l2r
5887                   mother        =>ucs-itaiji-005
5888                   min-code #x20000 max-code #x2FFFF
5889                   registry "ucs00\\.itaiji005-2"))
5890   (make-charset '==ucs-itaiji-005
5891                 "Abstract glyph-forms corresponding with uXXXX-itaiji-005 of GlyphWiki"
5892                 '(long-name     "UCS-itaiji-005"
5893                   chars         256
5894                   dimension     3
5895                   columns       2
5896                   graphic       2
5897                   direction     l2r
5898                   ;; =>iso-ir   177
5899                   mother        =ucs-itaiji-005))
5900   (make-charset '==ucs-bmp-itaiji-005
5901                 "uXXXX-itaiji-005's abstract glyph-forms in BMP"
5902                 '(long-name     "UCS-BMP-itaiji-005 characters"
5903                   chars         256
5904                   dimension     2
5905                   columns       2
5906                   graphic       2
5907                   direction     l2r
5908                   ;; =>iso-ir   177
5909                   mother        ==ucs-itaiji-005
5910                   min-code #x2E00
5911                   max-code #x9FCC
5912                   registry "ucs\\.itaiji005-0"))
5913   (make-charset '==ucs-sip-itaiji-005
5914                 "uXXXX-itaiji-005's abstract glyph-forms in SIP"
5915                 '(long-name     "UCS-SIP-itaiji-005"
5916                   chars         256
5917                   dimension     2
5918                   columns       2
5919                   graphic       2
5920                   direction     l2r
5921                   mother        ==ucs-itaiji-005
5922                   min-code #x20000 max-code #x2FFFF
5923                   registry "ucs00\\.itaiji005-2"))
5924
5925   (make-charset '=ucs-itaiji-006
5926                 "uXXXX-itaiji-006 glyphs of GlyphWiki"
5927                 '(long-name     "UCS-itaiji-006"
5928                   chars         256
5929                   dimension     3
5930                   columns       2
5931                   graphic       2
5932                   direction     l2r
5933                   ;; =>iso-ir   177
5934                   mother        =ucs))
5935   (make-charset '=ucs-bmp-itaiji-006
5936                 "uXXXX-itaiji-006 glyphs in BMP"
5937                 '(long-name     "UCS-BMP-itaiji-006"
5938                   chars         256
5939                   dimension     2
5940                   columns       2
5941                   graphic       2
5942                   direction     l2r
5943                   ;; =>iso-ir   177
5944                   mother        =ucs-itaiji-006
5945                   min-code #x2E00
5946                   max-code #x9FCC
5947                   registry "ucs\\.itaiji006-0"))
5948   (make-charset '=ucs-sip-itaiji-006
5949                 "uXXXX-itaiji-006 glyphs in SIP"
5950                 '(long-name     "UCS-SIP-itaiji-006"
5951                   chars         256
5952                   dimension     2
5953                   columns       2
5954                   graphic       2
5955                   direction     l2r
5956                   mother        =ucs-itaiji-006
5957                   min-code #x20000 max-code #x2FFFF
5958                   registry "ucs00\\.itaiji006-2"))
5959   (make-charset '==ucs-itaiji-006
5960                 "Abstract glyph-forms corresponding with uXXXX-itaiji-006 of GlyphWiki"
5961                 '(long-name     "UCS-itaiji-006"
5962                   chars         256
5963                   dimension     3
5964                   columns       2
5965                   graphic       2
5966                   direction     l2r
5967                   ;; =>iso-ir   177
5968                   mother        =ucs-itaiji-006))
5969   (make-charset '==ucs-bmp-itaiji-006
5970                 "uXXXX-itaiji-006's abstract glyph-forms in BMP"
5971                 '(long-name     "UCS-BMP-itaiji-006 glyph-forms"
5972                   chars         256
5973                   dimension     2
5974                   columns       2
5975                   graphic       2
5976                   direction     l2r
5977                   ;; =>iso-ir   177
5978                   mother        ==ucs-itaiji-006
5979                   min-code #x2E00
5980                   max-code #x9FCC
5981                   registry "ucs\\.itaiji006-0"))
5982   (make-charset '=>ucs-itaiji-006
5983                 "Abstract characters corresponding with uXXXX-itaiji-006 of GlyphWiki"
5984                 '(long-name     "UCS-itaiji-006"
5985                   chars         256
5986                   dimension     3
5987                   columns       2
5988                   graphic       2
5989                   direction     l2r
5990                   ;; =>iso-ir   177
5991                   mother        =ucs-itaiji-006))
5992   (make-charset '=>ucs-bmp-itaiji-006
5993                 "uXXXX-itaiji-006's abstract characters in BMP"
5994                 '(long-name     "UCS-BMP-itaiji-006 characters"
5995                   chars         256
5996                   dimension     2
5997                   columns       2
5998                   graphic       2
5999                   direction     l2r
6000                   ;; =>iso-ir   177
6001                   mother        =>ucs-itaiji-006
6002                   min-code #x2E00
6003                   max-code #x9FCC
6004                   registry "ucs\\.itaiji006-0"))
6005   (make-charset '=>ucs-sip-itaiji-006
6006                 "uXXXX-itaiji-006's abstract characters in SIP"
6007                 '(long-name     "UCS-SIP-itaiji-006 characters"
6008                   chars         256
6009                   dimension     2
6010                   columns       2
6011                   graphic       2
6012                   direction     l2r
6013                   mother        =>ucs-itaiji-006
6014                   min-code #x20000 max-code #x2FFFF
6015                   registry "ucs00\\.itaiji006-2"))
6016   (make-charset '=>ucs-itaiji-006@iwds-1
6017                 "uXXXX-itaiji-006's abstract characters based on IWDS-1"
6018                 '(long-name     "IWDS-1 abstract characters of UCS-itaiji-006"
6019                   chars         256
6020                   dimension     3
6021                   columns       2
6022                   graphic       2
6023                   direction     l2r
6024                   ;; =>iso-ir   177
6025                   mother        =>ucs-itaiji-006))
6026   (make-charset '=>ucs-bmp-itaiji-006@iwds-1
6027                 "IWDS-1 abstract characters of UCS-itaiji-006 in BMP"
6028                 '(long-name     "=>ucs-itaiji-006@iwds-1 in BMP"
6029                   chars         256
6030                   dimension     2
6031                   columns       2
6032                   graphic       2
6033                   direction     l2r
6034                   ;; =>iso-ir   177
6035                   mother        =>ucs-itaiji-006@iwds-1
6036                   min-code #x2E00
6037                   max-code #x9FCC
6038                   registry "ucs\\.itaiji006-0"))
6039
6040   (make-charset '=ucs-itaiji-007
6041                 "uXXXX-itaiji-007 glyphs of GlyphWiki"
6042                 '(long-name     "UCS-itaiji-007"
6043                   chars         256
6044                   dimension     3
6045                   columns       2
6046                   graphic       2
6047                   direction     l2r
6048                   ;; =>iso-ir   177
6049                   mother        =ucs))
6050   (make-charset '=ucs-bmp-itaiji-007
6051                 "uXXXX-itaiji-007 glyph-images in BMP"
6052                 '(long-name     "UCS-BMP-itaiji-007"
6053                   chars         256
6054                   dimension     2
6055                   columns       2
6056                   graphic       2
6057                   direction     l2r
6058                   ;; =>iso-ir   177
6059                   mother        =ucs-itaiji-007
6060                   min-code #x2E00
6061                   max-code #x9FCC
6062                   registry "ucs\\.itaiji007-0"))
6063   (make-charset '=ucs-sip-itaiji-007
6064                 "uXXXX-itaiji-007 glyph-images in SIP"
6065                 '(long-name     "UCS-SIP-itaiji-007"
6066                   chars         256
6067                   dimension     2
6068                   columns       2
6069                   graphic       2
6070                   direction     l2r
6071                   mother        =ucs-itaiji-007
6072                   min-code #x20000 max-code #x2FFFF
6073                   registry "ucs00\\.itaiji007-2"))
6074   (make-charset '=>ucs-itaiji-007
6075                 "Abstract characters corresponding with uXXXX-itaiji-007 of GlyphWiki"
6076                 '(long-name     "UCS-itaiji-007"
6077                   chars         256
6078                   dimension     3
6079                   columns       2
6080                   graphic       2
6081                   direction     l2r
6082                   ;; =>iso-ir   177
6083                   mother        =ucs))
6084   (make-charset '=>ucs-bmp-itaiji-007
6085                 "uXXXX-itaiji-007's abstract characters in BMP"
6086                 '(long-name     "UCS-BMP-itaiji-007 characters"
6087                   chars         256
6088                   dimension     2
6089                   columns       2
6090                   graphic       2
6091                   direction     l2r
6092                   ;; =>iso-ir   177
6093                   mother        =>ucs-itaiji-007
6094                   min-code #x2E00
6095                   max-code #x9FCC
6096                   registry "ucs\\.itaiji007-0"))
6097   (make-charset '=>ucs-sip-itaiji-007
6098                 "uXXXX-itaiji-007 characters in SIP"
6099                 '(long-name     "UCS-SIP-itaiji-007"
6100                   chars         256
6101                   dimension     2
6102                   columns       2
6103                   graphic       2
6104                   direction     l2r
6105                   mother        =>ucs-itaiji-007
6106                   min-code #x20000 max-code #x2FFFF
6107                   registry "ucs00\\.itaiji007-2"))
6108
6109   (make-charset '=ucs-itaiji-008
6110                 "uXXXX-itaiji-008 glyphs of GlyphWiki"
6111                 '(long-name     "UCS-itaiji-008"
6112                   chars         256
6113                   dimension     3
6114                   columns       2
6115                   graphic       2
6116                   direction     l2r
6117                   ;; =>iso-ir   177
6118                   mother        =ucs))
6119   (make-charset '=ucs-bmp-itaiji-008
6120                 "uXXXX-itaiji-008 glyph-images in BMP"
6121                 '(long-name     "UCS-BMP-itaiji-008"
6122                   chars         256
6123                   dimension     2
6124                   columns       2
6125                   graphic       2
6126                   direction     l2r
6127                   ;; =>iso-ir   177
6128                   mother        =ucs-itaiji-008
6129                   min-code #x2E00
6130                   max-code #x9FCC
6131                   registry "ucs\\.itaiji008-0"))
6132   (make-charset '=ucs-sip-itaiji-008
6133                 "uXXXX-itaiji-008 abstract glyphs in SIP"
6134                 '(long-name     "UCS-SIP-itaiji-008"
6135                   chars         256
6136                   dimension     2
6137                   columns       2
6138                   graphic       2
6139                   direction     l2r
6140                   mother        =ucs-itaiji-008
6141                   min-code #x20000 max-code #x2FFFF
6142                   registry "ucs00\\.itaiji008-2"))
6143   (make-charset '=>ucs-itaiji-008
6144                 "Abstract characters corresponding with uXXXX-itaiji-008 of GlyphWiki"
6145                 '(long-name     "UCS-itaiji-008 characters"
6146                   chars         256
6147                   dimension     3
6148                   columns       2
6149                   graphic       2
6150                   direction     l2r
6151                   ;; =>iso-ir   177
6152                   mother        =ucs))
6153   (make-charset '=>ucs-bmp-itaiji-008
6154                 "uXXXX-itaiji-008's abstract characters in BMP"
6155                 '(long-name     "UCS-BMP-itaiji-008 characters"
6156                   chars         256
6157                   dimension     2
6158                   columns       2
6159                   graphic       2
6160                   direction     l2r
6161                   ;; =>iso-ir   177
6162                   mother        =>ucs-itaiji-008
6163                   min-code #x2E00
6164                   max-code #x9FCC
6165                   registry "ucs\\.itaiji008-0"))
6166   (make-charset '=>ucs-sip-itaiji-008
6167                 "uXXXX-itaiji-008's abstract characters in SIP"
6168                 '(long-name     "UCS-SIP-itaiji-008 characters"
6169                   chars         256
6170                   dimension     2
6171                   columns       2
6172                   graphic       2
6173                   direction     l2r
6174                   mother        =>ucs-itaiji-008
6175                   min-code #x20000 max-code #x2FFFF
6176                   registry "ucs00\\.itaiji008-2"))
6177
6178   (make-charset '=ucs-itaiji-009
6179                 "uXXXX-itaiji-009 glyphs of GlyphWiki"
6180                 '(long-name     "UCS-itaiji-009"
6181                   chars         256
6182                   dimension     3
6183                   columns       2
6184                   graphic       2
6185                   direction     l2r
6186                   ;; =>iso-ir   177
6187                   mother        =ucs))
6188   (make-charset '=ucs-bmp-itaiji-009
6189                 "uXXXX-itaiji-009 glyph-images in BMP"
6190                 '(long-name     "UCS-BMP-itaiji-009"
6191                   chars         256
6192                   dimension     2
6193                   columns       2
6194                   graphic       2
6195                   direction     l2r
6196                   ;; =>iso-ir   177
6197                   mother        =ucs-itaiji-009
6198                   min-code #x2E00
6199                   max-code #x9FCC
6200                   registry "ucs\\.itaiji009-0"))
6201   (make-charset '=ucs-sip-itaiji-009
6202                 "uXXXX-itaiji-009 abstract glyphs in SIP"
6203                 '(long-name     "UCS-SIP-itaiji-009"
6204                   chars         256
6205                   dimension     2
6206                   columns       2
6207                   graphic       2
6208                   direction     l2r
6209                   mother        =ucs-itaiji-009
6210                   min-code #x20000 max-code #x2FFFF
6211                   registry "ucs00\\.itaiji009-2"))
6212   (make-charset '=>ucs-itaiji-009
6213                 "Abstract characters corresponding with uXXXX-itaiji-009 of GlyphWiki"
6214                 '(long-name     "UCS-itaiji-009"
6215                   chars         256
6216                   dimension     3
6217                   columns       2
6218                   graphic       2
6219                   direction     l2r
6220                   ;; =>iso-ir   177
6221                   mother        =ucs))
6222   (make-charset '=>ucs-bmp-itaiji-009
6223                 "uXXXX-itaiji-009's abstract characters in BMP"
6224                 '(long-name     "UCS-BMP-itaiji-009 characters"
6225                   chars         256
6226                   dimension     2
6227                   columns       2
6228                   graphic       2
6229                   direction     l2r
6230                   ;; =>iso-ir   177
6231                   mother        =>ucs-itaiji-009
6232                   min-code #x2E00
6233                   max-code #x9FCC
6234                   registry "ucs\\.itaiji009-0"))
6235
6236   (make-charset '=ucs-itaiji-010
6237                 "uXXXX-itaiji-010 glyphs of GlyphWiki"
6238                 '(long-name     "UCS-itaiji-010"
6239                   chars         256
6240                   dimension     3
6241                   columns       2
6242                   graphic       2
6243                   direction     l2r
6244                   ;; =>iso-ir   177
6245                   mother        =ucs))
6246   (make-charset '=ucs-bmp-itaiji-010
6247                 "uXXXX-itaiji-010 glyph-images in BMP"
6248                 '(long-name     "UCS-BMP-itaiji-010"
6249                   chars         256
6250                   dimension     2
6251                   columns       2
6252                   graphic       2
6253                   direction     l2r
6254                   ;; =>iso-ir   177
6255                   mother        =ucs-itaiji-010
6256                   min-code #x2E00
6257                   max-code #x9FCC
6258                   registry "ucs\\.itaiji010-0"))
6259   (make-charset '=>ucs-itaiji-010
6260                 "Abstract characters corresponding with uXXXX-itaiji-010 of GlyphWiki"
6261                 '(long-name     "UCS-itaiji-010"
6262                   chars         256
6263                   dimension     3
6264                   columns       2
6265                   graphic       2
6266                   direction     l2r
6267                   ;; =>iso-ir   177
6268                   mother        =ucs))
6269   (make-charset '=>ucs-bmp-itaiji-010
6270                 "uXXXX-itaiji-010's abstract characters in BMP"
6271                 '(long-name     "UCS-BMP-itaiji-010 characters"
6272                   chars         256
6273                   dimension     2
6274                   columns       2
6275                   graphic       2
6276                   direction     l2r
6277                   ;; =>iso-ir   177
6278                   mother        =>ucs-itaiji-010
6279                   min-code #x2E00
6280                   max-code #x9FCC
6281                   registry "ucs\\.itaiji010-0"))
6282
6283   (make-charset '=ucs-itaiji-011
6284                 "uXXXX-itaiji-011 glyphs of GlyphWiki"
6285                 '(long-name     "UCS-itaiji-011"
6286                   chars         256
6287                   dimension     3
6288                   columns       2
6289                   graphic       2
6290                   direction     l2r
6291                   ;; =>iso-ir   177
6292                   mother        =ucs))
6293   (make-charset '=ucs-bmp-itaiji-011
6294                 "uXXXX-itaiji-011 glyph-images in BMP"
6295                 '(long-name     "UCS-BMP-itaiji-011"
6296                   chars         256
6297                   dimension     2
6298                   columns       2
6299                   graphic       2
6300                   direction     l2r
6301                   ;; =>iso-ir   177
6302                   mother        =ucs-itaiji-011
6303                   min-code #x2E00
6304                   max-code #x9FCC
6305                   registry "ucs\\.itaiji011-0"))
6306   (make-charset '=ucs-sip-itaiji-011
6307                 "uXXXX-itaiji-011 glyphs in SIP"
6308                 '(long-name     "UCS-SIP-itaiji-011"
6309                   chars         256
6310                   dimension     2
6311                   columns       2
6312                   graphic       2
6313                   direction     l2r
6314                   mother        =ucs-itaiji-011
6315                   min-code #x20000 max-code #x2FFFF
6316                   registry "ucs00\\.itaiji011-2"))
6317   (make-charset '=>ucs-itaiji-011
6318                 "Abstract characters corresponding with uXXXX-itaiji-011 of GlyphWiki"
6319                 '(long-name     "UCS-itaiji-011"
6320                   chars         256
6321                   dimension     3
6322                   columns       2
6323                   graphic       2
6324                   direction     l2r
6325                   ;; =>iso-ir   177
6326                   mother        =ucs))
6327   (make-charset '=>ucs-bmp-itaiji-011
6328                 "uXXXX-itaiji-011's abstract characters in BMP"
6329                 '(long-name     "UCS-BMP-itaiji-011 characters"
6330                   chars         256
6331                   dimension     2
6332                   columns       2
6333                   graphic       2
6334                   direction     l2r
6335                   ;; =>iso-ir   177
6336                   mother        =>ucs-itaiji-011
6337                   min-code #x2E00
6338                   max-code #x9FCC
6339                   registry "ucs\\.itaiji011-0"))
6340
6341   (make-charset '=ucs-itaiji-012
6342                 "uXXXX-itaiji-012 glyphs of GlyphWiki"
6343                 '(long-name     "UCS-itaiji-012"
6344                   chars         256
6345                   dimension     3
6346                   columns       2
6347                   graphic       2
6348                   direction     l2r
6349                   ;; =>iso-ir   177
6350                   mother        =ucs))
6351   (make-charset '=ucs-bmp-itaiji-012
6352                 "uXXXX-itaiji-012 glyph-images in BMP"
6353                 '(long-name     "UCS-BMP-itaiji-012"
6354                   chars         256
6355                   dimension     2
6356                   columns       2
6357                   graphic       2
6358                   direction     l2r
6359                   ;; =>iso-ir   177
6360                   mother        =ucs-itaiji-012
6361                   min-code #x2E00
6362                   max-code #x9FCC
6363                   registry "ucs\\.itaiji012-0"))
6364   (make-charset '=ucs-sip-itaiji-012
6365                 "uXXXX-itaiji-012 glyphs in SIP"
6366                 '(long-name     "UCS-SIP-itaiji-012"
6367                   chars         256
6368                   dimension     2
6369                   columns       2
6370                   graphic       2
6371                   direction     l2r
6372                   mother        =ucs-itaiji-012
6373                   min-code #x20000 max-code #x2FFFF
6374                   registry "ucs00\\.itaiji012-2"))
6375   (make-charset '=>ucs-itaiji-012
6376                 "Abstract characters corresponding with uXXXX-itaiji-012 of GlyphWiki"
6377                 '(long-name     "UCS-itaiji-012"
6378                   chars         256
6379                   dimension     3
6380                   columns       2
6381                   graphic       2
6382                   direction     l2r
6383                   ;; =>iso-ir   177
6384                   mother        =ucs))
6385   (make-charset '=>ucs-bmp-itaiji-012
6386                 "uXXXX-itaiji-012's abstract characters in BMP"
6387                 '(long-name     "UCS-BMP-itaiji-012 characters"
6388                   chars         256
6389                   dimension     2
6390                   columns       2
6391                   graphic       2
6392                   direction     l2r
6393                   ;; =>iso-ir   177
6394                   mother        =>ucs-itaiji-012
6395                   min-code #x2E00
6396                   max-code #x9FCC
6397                   registry "ucs\\.itaiji012-0"))1
6398   (make-charset '=>ucs-sip-itaiji-012
6399                 "uXXXX-itaiji-012's abstract characters in SIP"
6400                 '(long-name     "UCS-SIP-itaiji-012 characters"
6401                   chars         256
6402                   dimension     2
6403                   columns       2
6404                   graphic       2
6405                   direction     l2r
6406                   mother        =>ucs-itaiji-012
6407                   min-code #x20000 max-code #x2FFFF
6408                   registry "ucs00\\.itaiji012-2"))
6409
6410   (make-charset '=ucs-itaiji-014
6411                 "uXXXX-itaiji-014 glyphs of GlyphWiki"
6412                 '(long-name     "UCS-itaiji-014"
6413                   chars         256
6414                   dimension     3
6415                   columns       2
6416                   graphic       2
6417                   direction     l2r
6418                   ;; =>iso-ir   177
6419                   mother        =ucs))
6420   (make-charset '=ucs-bmp-itaiji-014
6421                 "uXXXX-itaiji-014 glyph-images in BMP"
6422                 '(long-name     "UCS-BMP-itaiji-014"
6423                   chars         256
6424                   dimension     2
6425                   columns       2
6426                   graphic       2
6427                   direction     l2r
6428                   ;; =>iso-ir   177
6429                   mother        =ucs-itaiji-014
6430                   min-code #x2E00
6431                   max-code #x9FCC
6432                   registry "ucs\\.itaiji014-0"))
6433   (make-charset '=>ucs-itaiji-014
6434                 "Abstract characters corresponding with uXXXX-itaiji-014 of GlyphWiki"
6435                 '(long-name     "UCS-itaiji-014"
6436                   chars         256
6437                   dimension     3
6438                   columns       2
6439                   graphic       2
6440                   direction     l2r
6441                   ;; =>iso-ir   177
6442                   mother        =ucs))
6443   (make-charset '=>ucs-bmp-itaiji-014
6444                 "uXXXX-itaiji-014's abstract characters in BMP"
6445                 '(long-name     "UCS-BMP-itaiji-014 characters"
6446                   chars         256
6447                   dimension     2
6448                   columns       2
6449                   graphic       2
6450                   direction     l2r
6451                   ;; =>iso-ir   177
6452                   mother        =>ucs-itaiji-014
6453                   min-code #x2E00
6454                   max-code #x9FCC
6455                   registry "ucs\\.itaiji014-0"))
6456
6457   (make-charset '=ucs-itaiji-016
6458                 "uXXXX-itaiji-016 glyphs of GlyphWiki"
6459                 '(long-name     "UCS-itaiji-016"
6460                   chars         256
6461                   dimension     3
6462                   columns       2
6463                   graphic       2
6464                   direction     l2r
6465                   ;; =>iso-ir   177
6466                   mother        =ucs))
6467   (make-charset '=ucs-bmp-itaiji-016
6468                 "uXXXX-itaiji-016 glyph-images in BMP"
6469                 '(long-name     "UCS-BMP-itaiji-016"
6470                   chars         256
6471                   dimension     2
6472                   columns       2
6473                   graphic       2
6474                   direction     l2r
6475                   ;; =>iso-ir   177
6476                   mother        =ucs-itaiji-016
6477                   min-code #x2E00
6478                   max-code #x9FCC
6479                   registry "ucs\\.itaiji016-0"))
6480   (make-charset '=>ucs-itaiji-016
6481                 "Abstract characters corresponding with uXXXX-itaiji-016 of GlyphWiki"
6482                 '(long-name     "UCS-itaiji-016"
6483                   chars         256
6484                   dimension     3
6485                   columns       2
6486                   graphic       2
6487                   direction     l2r
6488                   ;; =>iso-ir   177
6489                   mother        =ucs))
6490   (make-charset '=>ucs-bmp-itaiji-016
6491                 "uXXXX-itaiji-016's abstract characters in BMP"
6492                 '(long-name     "UCS-BMP-itaiji-016 characters"
6493                   chars         256
6494                   dimension     2
6495                   columns       2
6496                   graphic       2
6497                   direction     l2r
6498                   ;; =>iso-ir   177
6499                   mother        =>ucs-itaiji-016
6500                   min-code #x2E00
6501                   max-code #x9FCC
6502                   registry "ucs\\.itaiji016-0"))
6503
6504   (make-charset '=ucs-itaiji-084
6505                 "uXXXX-itaiji-084 glyph-images of GlyphWiki"
6506                 '(long-name     "UCS-itaiji-084"
6507                   chars         256
6508                   dimension     3
6509                   columns       2
6510                   graphic       2
6511                   direction     l2r
6512                   ;; =>iso-ir   177
6513                   mother        =ucs))
6514   (make-charset '=ucs-bmp-itaiji-084
6515                 "uXXXX-itaiji-084 glyph-images in BMP"
6516                 '(long-name     "UCS-BMP-itaiji-084"
6517                   chars         256
6518                   dimension     2
6519                   columns       2
6520                   graphic       2
6521                   direction     l2r
6522                   ;; =>iso-ir   177
6523                   mother        =ucs-itaiji-084
6524                   min-code #x2E00
6525                   max-code #x9FCC
6526                   registry "ucs\\.itaiji084-0"))
6527
6528   (make-charset
6529    '=ucs-radicals
6530    "CJK Radicals of UCS"
6531    '(long-name "UCS-Radicals"
6532                chars 256
6533                dimension 2
6534                columns 2
6535                graphic 2
6536                direction l2r
6537                registry "-zhRadicals-.*-ucs-0"
6538                mother ucs-bmp
6539                min-code #x2E00 max-code #x2FFF))
6540   (make-charset
6541    '=ucs-radicals@unicode
6542    "CJK Radicals of UCS"
6543    '(long-name "UCS-Radicals"
6544                chars 256
6545                dimension 2
6546                columns 2
6547                graphic 2
6548                direction l2r
6549                registry "-zhRadicals-.*-ucs-0"
6550                mother =ucs@unicode
6551                min-code #x2E00 max-code #x2FFF))
6552   (make-charset
6553    '==ucs-radicals@unicode
6554    "CJK Radicals of UCS"
6555    '(long-name "UCS-Radicals"
6556                chars 256
6557                dimension 2
6558                columns 2
6559                graphic 2
6560                direction l2r
6561                registry "-zhRadicals-.*-ucs-0"
6562                mother ==ucs@unicode
6563                min-code #x2E00 max-code #x2FFF))
6564   (make-charset
6565    '=ucs-hangul
6566    "Hangul Syllables of UCS"
6567    '(long-name "UCS-Hangul-Syllables"
6568                chars 256
6569                dimension 2
6570                columns 2
6571                graphic 2
6572                direction l2r
6573                registry "-Hangul-.*-ucs-0"
6574                mother =ucs
6575                min-code #xAC00 max-code #xD7AF))
6576   (make-charset
6577    '=ucs-bmp-cjk
6578    "CJK Characters in BMP of UCS"
6579    '(long-name "UCS-BMP-CJK"
6580                chars 256
6581                dimension 2
6582                columns 2
6583                graphic 2
6584                direction l2r
6585                registry "-zh-.*-ucs-0"
6586                mother ucs-bmp
6587                min-code #x2E00
6588                max-code #x9FA5
6589                ;; max-code #x9FCC
6590                ;; max-code #xA4CF
6591                ))
6592   (make-charset
6593    '=ucs-bmp-cjk@gb
6594    "CJK Characters in BMP with GB representative glyph-images."
6595    '(long-name "CJK in BMP@GB"
6596                chars 256
6597                dimension 2
6598                columns 2
6599                graphic 2
6600                direction l2r
6601                registry "-zh-.*-ucs-0"
6602                mother =ucs@gb
6603                min-code #x2E00
6604                max-code #x9FA5
6605                ;; max-code #x9FCC
6606                ;; max-code #xA4CF
6607                ))
6608   (make-charset
6609    '==ucs-bmp-cjk@gb
6610    "CJK Characters in BMP with GB representative glyph-images."
6611    '(long-name "CJK in BMP@GB"
6612                chars 256
6613                dimension 2
6614                columns 2
6615                graphic 2
6616                direction l2r
6617                registry "-zh-.*-ucs-0"
6618                mother ==ucs@gb
6619                min-code #x2E00
6620                max-code #x9FA5
6621                ;; max-code #x9FCC
6622                ;; max-code #xA4CF
6623                ))
6624   (make-charset
6625    '===ucs-bmp-cjk@gb
6626    "CJK Characters in BMP with GB representative glyph-images."
6627    '(long-name "CJK in BMP@GB"
6628                chars 256
6629                dimension 2
6630                columns 2
6631                graphic 2
6632                direction l2r
6633                registry "-zh-.*-ucs-0"
6634                mother ===ucs@gb
6635                min-code #x2E00
6636                max-code #x9FA5
6637                ;; max-code #x9FCC
6638                ;; max-code #xA4CF
6639                ))
6640   (make-charset
6641    '=ucs-bmp-cjk@JP
6642    "CJK Characters in BMP with JIS representative glyphs"
6643    '(long-name "CJK in BMP@JP"
6644                chars 256
6645                dimension 2
6646                columns 2
6647                graphic 2
6648                direction l2r
6649                registry "-ja-.*-ucs-0"
6650                mother =ucs@JP
6651                min-code #x2E00
6652                max-code #x9FCC
6653                ;; max-code #xA4CF
6654                ))
6655   (make-charset
6656    '=ucs-bmp-cjk@JP/hanazono
6657    "CJK Characters in BMP with Hanazono font"
6658    '(long-name "CJK in BMP@JP/Hanazono"
6659                chars 256
6660                dimension 2
6661                columns 2
6662                graphic 2
6663                direction l2r
6664                registry "-ja-.*-ucs-0"
6665                mother =ucs@JP/hanazono
6666                min-code #x2E00
6667                max-code #x9FFC
6668                ;; max-code #xA4CF
6669                ))
6670   (make-charset
6671    '==ucs-bmp-cjk@JP/hanazono
6672    "CJK Characters in BMP with Hanazono font"
6673    '(long-name "CJK in BMP@JP/Hanazono"
6674                chars 256
6675                dimension 2
6676                columns 2
6677                graphic 2
6678                direction l2r
6679                registry "-ja-.*-ucs-0"
6680                mother ==ucs@JP/hanazono
6681                min-code #x2E00
6682                max-code #x9FCC
6683                ;; max-code #xA4CF
6684                ))
6685   (make-charset
6686    '=>>ucs-bmp-cjk@unicode
6687    "Unicode representative detailed-glyphs of CJK Unified Ideographs in BMP"
6688    '(long-name "Unicode-BMP-CJK detailed-glyphs"
6689                chars 256
6690                dimension 2
6691                columns 2
6692                graphic 2
6693                direction l2r
6694                registry "-zh-.*-ucs-0"
6695                mother =>>ucs@unicode
6696                min-code #x2E00
6697                max-code #x9FA5
6698                ;; max-code #x9FCC
6699                ;; max-code #xA4CF
6700                ))
6701   (make-charset
6702    '=+>ucs-bmp-cjk@unicode
6703    "Unicode representative characters of CJK Unified Ideographs in BMP"
6704    '(long-name "Unicode-BMP-CJK unified abstract glyphs"
6705                chars 256
6706                dimension 2
6707                columns 2
6708                graphic 2
6709                direction l2r
6710                registry "-zh-.*-ucs-0"
6711                mother =+>ucs@unicode
6712                min-code #x2E00
6713                max-code #x9FA5
6714                ;; max-code #x9FCC
6715                ;; max-code #xA4CF
6716                ))
6717   (make-charset
6718    '=>ucs-bmp-cjk@unicode
6719    "Unicode representative characters of CJK Unified Ideographs in BMP"
6720    '(long-name "Unicode-BMP-CJK"
6721                chars 256
6722                dimension 2
6723                columns 2
6724                graphic 2
6725                direction l2r
6726                registry "-zh-.*-ucs-0"
6727                mother =>ucs@unicode
6728                min-code #x2E00
6729                max-code #x9FA5
6730                ;; max-code #x9FCC
6731                ;; max-code #xA4CF
6732                ))
6733   (make-charset
6734    '=>ucs-bmp-cjk@cognate
6735    "CJK Characters in BMP for abstract characters based on cognate."
6736    '(long-name "CJK in BMP@cognate"
6737                chars 256
6738                dimension 2
6739                columns 2
6740                graphic 2
6741                direction l2r
6742                registry "-ja-.*-ucs-0"
6743                mother =>ucs@cognate
6744                min-code #x2E00
6745                max-code #x9FCC
6746                ;; max-code #xA4CF
6747                ))
6748   (make-charset
6749    '=>ucs-bmp-cjk@component
6750    "CJK Characters in BMP for IWDS-1 abstract components."
6751    '(long-name "CJK in BMP@component"
6752                chars 256
6753                dimension 2
6754                columns 2
6755                graphic 2
6756                direction l2r
6757                registry "-ja-.*-ucs-0"
6758                mother =>ucs@component
6759                min-code #x2E00
6760                max-code #x9FCC
6761                ;; max-code #xA4CF
6762                ))
6763   (make-charset
6764    '=>ucs-bmp-cjk@iwds-1
6765    "CJK Characters in BMP for IWDS-1 abstract characters."
6766    '(long-name "CJK in BMP@iwds-1"
6767                chars 256
6768                dimension 2
6769                columns 2
6770                graphic 2
6771                direction l2r
6772                registry "-ja-.*-ucs-0"
6773                mother =>ucs@iwds-1
6774                min-code #x2E00
6775                max-code #x9FCC
6776                ;; max-code #xA4CF
6777                ))
6778   (make-charset
6779    '=>ucs-bmp-cjk@iwds-1/normalized
6780    "CJK Characters in BMP for IWDS-1 abstract characters."
6781    '(long-name "CJK in BMP@iwds-1/normalized"
6782                chars 256
6783                dimension 2
6784                columns 2
6785                graphic 2
6786                direction l2r
6787                registry "-ja-.*-ucs-0"
6788                mother =>ucs@iwds-1/normalized
6789                min-code #x2E00
6790                max-code #x9FCC
6791                ;; max-code #xA4CF
6792                ))
6793   (make-charset
6794    '==>ucs-bmp-cjk@bucs
6795    "CJK Characters in BMP of BUCS"
6796    '(long-name "BUCS-BMP-CJK"
6797                chars 256
6798                dimension 2
6799                columns 2
6800                graphic 2
6801                direction l2r
6802                registry "-zh-.*-ucs-0"
6803                mother ==>ucs@bucs
6804                min-code #x2E00
6805                max-code #x9FA5
6806                ;; max-code #x9FCC
6807                ;; max-code #xA4CF
6808                ))
6809   (make-charset
6810    '=ucs-bmp-cjk-compat
6811    "CJK Compatibility Ideographs in BMP of UCS"
6812    '(long-name "CJK Compatibility Ideographs"
6813                chars 256
6814                dimension 2
6815                columns 2
6816                graphic 2
6817                direction l2r
6818                registry "-ja-.*-ucs-0"
6819                mother ucs-bmp
6820                min-code #xF900
6821                max-code #xFAFF
6822                ))
6823   (make-charset
6824    '=ucs-bmp-cjk-compat@unicode
6825    "CJK Compatibility Ideographs of Unicode representatives"
6826    '(long-name "CJK Compatibility Ideographs of Unicode"
6827                chars 256
6828                dimension 2
6829                columns 2
6830                graphic 2
6831                direction l2r
6832                registry "-ja-.*-ucs-0"
6833                mother =ucs@unicode
6834                min-code #xF900
6835                max-code #xFAFF
6836                ))
6837   (make-charset
6838    '==ucs-bmp-cjk-compat@gb
6839    "CJK Compatibility Ideographs of Unicode representatives"
6840    '(long-name "CJK Compatibility Ideographs of Unicode"
6841                chars 256
6842                dimension 2
6843                columns 2
6844                graphic 2
6845                direction l2r
6846                registry "-zh-.*-ucs-0"
6847                mother ==ucs@gb
6848                min-code #xF900
6849                max-code #xFAFF
6850                ))
6851   (make-charset
6852    '==ucs-bmp-cjk-compat@JP
6853    "CJK Compatibility Ideographs for common glyph-forms used in Japan."
6854    '(long-name "CJK Compatibility Ideographs for Japan"
6855                chars 256
6856                dimension 2
6857                columns 2
6858                graphic 2
6859                direction l2r
6860                registry "-ja-.*-ucs-0"
6861                mother ==ucs@JP
6862                min-code #xF900
6863                max-code #xFAFF
6864                ))
6865   (make-charset
6866    '===ucs-bmp-cjk-compat@unicode
6867    "CJK Compatibility Ideographs of Unicode representatives"
6868    '(long-name "CJK Compatibility Ideographs of Unicode"
6869                chars 256
6870                dimension 2
6871                columns 2
6872                graphic 2
6873                direction l2r
6874                registry "-ja-.*-ucs-0"
6875                mother ===ucs@unicode
6876                min-code #xF900
6877                max-code #xFAFF
6878                ))
6879   (make-charset
6880    '=+>ucs-bmp-cjk-compat@jis
6881    "CJK Compatibility Ideographs of JIS representatives unified glyphs"
6882    '(long-name "JIS unified glyphs for CJK Compat chars"
6883                chars 256
6884                dimension 2
6885                columns 2
6886                graphic 2
6887                direction l2r
6888                registry "-ja-.*-ucs-0"
6889                mother =+>ucs@jis
6890                min-code #xF900
6891                max-code #xFAFF
6892                ))
6893   (make-charset
6894    '=ucs-sip-ext-b
6895    "CJK Ideographs Extension B"
6896    '(long-name "UCS CJK Ext-B"
6897                chars 256
6898                dimension 2
6899                columns 2
6900                graphic 2
6901                direction l2r
6902                registry "\\(iso10646\\|ucs00\\)-2$"
6903                mother ucs
6904                min-code #x20000 max-code #x2A6D6
6905                code-offset #x20000))
6906   (make-charset
6907    '=ucs-sip@iso
6908    "UCS glyphs of UCS SIP"
6909    '(long-name "UCS SIP"
6910                chars 256
6911                dimension 2
6912                columns 2
6913                graphic 2
6914                direction l2r
6915                registry "ucs00-2$"
6916                mother =ucs@iso
6917                min-code #x20000 max-code #x2FFFF
6918                code-offset #x20000))
6919   (make-charset
6920    '=ucs-sip-ext-b@iso
6921    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
6922    '(long-name "UCS CJK Ext-B"
6923                chars 256
6924                dimension 2
6925                columns 2
6926                graphic 2
6927                direction l2r
6928                registry "\\(iso10646\\|ucs00\\)-2$"
6929                mother =ucs@iso
6930                min-code #x20000 max-code #x2A6D6
6931                code-offset #x20000))
6932   (make-charset
6933    '=ucs-sip@JP/hanazono
6934    "Hanazono glyphs of UCS SIP"
6935    '(long-name "Hanazono SIP glyphs"
6936                chars 256
6937                dimension 2
6938                columns 2
6939                graphic 2
6940                direction l2r
6941                registry "ucs00-2$"
6942                mother =ucs@JP/hanazono
6943                min-code #x20000 max-code #x2FFFF
6944                code-offset #x20000))
6945   (make-charset
6946    '=ucs-sip@gb
6947    "UCS G-source glyphs of UCS SIP"
6948    '(long-name "u2XXXX-g glyphs of UCS"
6949                chars 256
6950                dimension 2
6951                columns 2
6952                graphic 2
6953                direction l2r
6954                registry "-ucs00\\.g-2$"
6955                mother =ucs@gb
6956                min-code #x20000 max-code #x2FFFF
6957                code-offset #x20000))
6958   (make-charset
6959    '=ucs-tip
6960    "Tertiary Ideographic Plane of UCS"
6961    '(long-name "UCS TUP"
6962                chars 256
6963                dimension 2
6964                columns 2
6965                graphic 2
6966                direction l2r
6967                registry "\\(iso10646\\|ucs00\\)-3$"
6968                mother ucs
6969                min-code #x30000 max-code #x323AF
6970                code-offset #x30000))
6971   (make-charset
6972    '=ucs-tip@JP/hanazono
6973    "Hanazono glyphs of UCS TIP"
6974    '(long-name "Hanazono TIP glyphs"
6975                chars 256
6976                dimension 2
6977                columns 2
6978                graphic 2
6979                direction l2r
6980                registry "ucs00-3$"
6981                mother =ucs@JP/hanazono
6982                min-code #x30000 max-code #x323AF
6983                code-offset #x30000))
6984   (make-charset
6985    '=>ucs-sip@iwds-1
6986    "CJK Characters in SIP based on IWDS-1."
6987    '(long-name "CJK in SIP@IWDS-1"
6988                chars 256
6989                dimension 2
6990                columns 2
6991                graphic 2
6992                direction l2r
6993                registry "ucs00-2$"
6994                mother =>ucs@iwds-1
6995                min-code #x20000 max-code #x2FFFF
6996                code-offset #x20000))
6997   (make-charset
6998    '=>ucs-tip@iwds-1
6999    "CJK Characters in TIP based on IWDS-1."
7000    '(long-name "CJK in TIP@IWDS-1"
7001                chars 256
7002                dimension 2
7003                columns 2
7004                graphic 2
7005                direction l2r
7006                registry "ucs00-3$"
7007                mother =>ucs@iwds-1
7008                min-code #x30000 max-code #x323AF
7009                code-offset #x30000))
7010   (make-charset
7011    '=>ucs-sip@cognate
7012    "CJK Characters in SIP for abstract characters based on cognate."
7013    '(long-name "CJK in SIP@cognate"
7014                chars 256
7015                dimension 2
7016                columns 2
7017                graphic 2
7018                direction l2r
7019                registry "ucs00-2$"
7020                mother =>ucs@cognate
7021                min-code #x20000 max-code #x2FFFF
7022                code-offset #x20000))
7023   (make-charset
7024    '=>ucs-tip@cognate
7025    "CJK Characters in TIP for abstract characters based on cognate."
7026    '(long-name "CJK in TIP@cognate"
7027                chars 256
7028                dimension 2
7029                columns 2
7030                graphic 2
7031                direction l2r
7032                registry "ucs00-3$"
7033                mother =>ucs@cognate
7034                min-code #x30000 max-code #x3FFFF
7035                code-offset #x30000))
7036   (make-charset
7037    '=>ucs-sip@component
7038    "CJK Characters in SIP for IWDS-1 abstract components."
7039    '(long-name "CJK in SIP@component"
7040                chars 256
7041                dimension 2
7042                columns 2
7043                graphic 2
7044                direction l2r
7045                registry "ucs00-2$"
7046                mother =>ucs@component
7047                min-code #x20000 max-code #x2FFFF
7048                code-offset #x20000))
7049   (make-charset
7050    '=>ucs-tip@component
7051    "CJK Characters in TIP for IWDS-1 abstract components."
7052    '(long-name "CJK in TIP@component"
7053                chars 256
7054                dimension 2
7055                columns 2
7056                graphic 2
7057                direction l2r
7058                registry "ucs00-3$"
7059                mother =>ucs@component
7060                min-code #x30000 max-code #x323AF
7061                code-offset #x30000))
7062   (make-charset
7063    '==>ucs-sip@esu
7064    "UCS glyphs in UCS SIP of ESU"
7065    '(long-name "ESU SIP"
7066                chars 256
7067                dimension 2
7068                columns 2
7069                graphic 2
7070                direction l2r
7071                registry "ucs00-2$"
7072                mother ==>ucs@esu
7073                min-code #x20000 max-code #x2FFFF
7074                code-offset #x20000))
7075   (make-charset
7076    '==ucs-sip@JP/hanazono
7077    "Hanazono glyphs-forms of UCS SIP"
7078    '(long-name "Hanazono SIP glyph-forms"
7079                chars 256
7080                dimension 2
7081                columns 2
7082                graphic 2
7083                direction l2r
7084                registry "ucs00-2$"
7085                mother ==ucs@JP/hanazono
7086                min-code #x20000 max-code #x2FFFF
7087                code-offset #x20000))
7088   (make-charset
7089    '==ucs-sip@iso
7090    "ISO representative abstract-glyph-images of ISO/IEC 10646 Plane 2"
7091    '(long-name "SIP abstract glyph-images"
7092                chars 256
7093                dimension 2
7094                columns 2
7095                graphic 2
7096                direction l2r
7097                registry "\\(ucs00\\)-2$"
7098                mother ==ucs@iso
7099                code-offset #x20000))
7100   (make-charset
7101    '==ucs-sip-ext-b@iso
7102    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
7103    '(long-name "UCS CJK Ext-B"
7104                chars 256
7105                dimension 2
7106                columns 2
7107                graphic 2
7108                direction l2r
7109                registry "\\(iso10646\\|ucs00\\)-2$"
7110                mother ==ucs@iso
7111                min-code #x20000 max-code #x2A6D6
7112                code-offset #x20000))
7113   (make-charset
7114    '==ucs-tip@JP/hanazono
7115    "Hanazono glyphs-forms of UCS TIP"
7116    '(long-name "Hanazono TIP glyph-forms"
7117                chars 256
7118                dimension 2
7119                columns 2
7120                graphic 2
7121                direction l2r
7122                registry "ucs00-3$"
7123                mother ==ucs@JP/hanazono
7124                min-code #x30000 max-code #x323AF
7125                code-offset #x30000))
7126   (make-charset
7127    '===ucs-sip@iso
7128    "ISO representative glyph-images of ISO/IEC 10646 Plane 2"
7129    '(long-name "SIP rep-glyph-images"
7130                chars 256
7131                dimension 2
7132                columns 2
7133                graphic 2
7134                direction l2r
7135                registry "\\(ucs00\\)-2$"
7136                mother ===ucs@iso
7137                code-offset #x20000))
7138   (make-charset
7139    '===ucs-sip-ext-b@iso
7140    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
7141    '(long-name "UCS CJK Ext-B"
7142                chars 256
7143                dimension 2
7144                columns 2
7145                graphic 2
7146                direction l2r
7147                registry "\\(iso10646\\|ucs00\\)-2$"
7148                mother ===ucs@iso
7149                min-code #x20000 max-code #x2A6D6
7150                code-offset #x20000))
7151   )
7152
7153 ;;; mule-conf.el ends here