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