(===hng-zkd): New coded-charset for XEmacs CHISE.
[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 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 2
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
1679   (make-charset
1680    '=hanyo-denshi/ja
1681    "JA (JIS X0208) part of Han'you-Denshi characters"
1682    `(long-name "Han'you-Denshi/JA"
1683                chars 94
1684                dimension 2
1685                columns 2
1686                graphic 2
1687                direction l2r
1688                registry "HanyoDenshi\\.JA-0$"
1689                min-code ,(lsh #x6400 16)
1690                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1691                code-offset ,(lsh #x6400 16)))
1692   (make-charset
1693    '=hanyo-denshi/jb
1694    "JB (JIS X0212) part of Han'you-Denshi characters"
1695    `(long-name "Han'you-Denshi/JB"
1696                chars 94
1697                dimension 2
1698                columns 2
1699                graphic 2
1700                direction l2r
1701                registry "HanyoDenshi\\.JB-0$"
1702                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1703                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1704                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1705   (make-charset
1706    '=hanyo-denshi/jc
1707    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1708    `(long-name "Han'you-Denshi/JC"
1709                chars 94
1710                dimension 2
1711                columns 2
1712                graphic 2
1713                direction l2r
1714                registry "HanyoDenshi\\.JC-0$"
1715                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1716                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1717                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1718   (make-charset
1719    '=hanyo-denshi/jd
1720    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1721    `(long-name "Han'you-Denshi/JD"
1722                chars 94
1723                dimension 2
1724                columns 2
1725                graphic 2
1726                direction l2r
1727                registry "HanyoDenshi\\.JD-0$"
1728                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1729                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1730                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1731   (make-charset
1732    '=hanyo-denshi/ft
1733    "FT (FDPC additional) part of Han'you-Denshi characters"
1734    `(long-name "Han'you-Denshi/FT"
1735                chars 94
1736                dimension 2
1737                columns 2
1738                graphic 2
1739                direction l2r
1740                registry "HanyoDenshi\\.FT-0$"
1741                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1742                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1743                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1744   (make-charset
1745    '=hanyo-denshi/ia
1746    "IA part of Han'you-Denshi characters"
1747    `(long-name "Han'you-Denshi/IA"
1748                chars 94
1749                dimension 2
1750                columns 2
1751                graphic 2
1752                direction l2r
1753                registry "HanyoDenshi\\.IA-0$"
1754                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1755                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1756                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1757   (make-charset
1758    '=hanyo-denshi/ib
1759    "IB part of Han'you-Denshi characters"
1760    `(long-name "Han'you-Denshi/IB"
1761                chars 94
1762                dimension 2
1763                columns 2
1764                graphic 2
1765                direction l2r
1766                registry "HanyoDenshi\\.IB-0$"
1767                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1768                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1769                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1770   (make-charset
1771    '=hanyo-denshi/hg
1772    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1773    `(long-name "Han'you-Denshi/HG"
1774                chars 94
1775                dimension 2
1776                columns 2
1777                graphic 2
1778                direction l2r
1779                registry "HanyoDenshi\\.HG-0$"
1780                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
1781                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
1782                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
1783   (make-charset
1784    '=hanyo-denshi/ip
1785    "IP (for IPA) part of Han'you-Denshi characters"
1786    `(long-name "Han'you-Denshi/IP"
1787                chars 256
1788                dimension 2
1789                columns 2
1790                graphic 2
1791                direction l2r
1792                registry "HanyoDenshi\\.IP-0$"
1793                min-code    ,(+ (lsh #x6402 16) #x4E00)
1794                max-code    ,(+ (lsh #x6402 16) #x9FFF)
1795                code-offset ,(+ (lsh #x6402 16))))
1796   (make-charset
1797    '=hanyo-denshi/jt
1798    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
1799    `(long-name "Han'you-Denshi/JT"
1800                chars 256
1801                dimension 2
1802                columns 2
1803                graphic 2
1804                direction l2r
1805                registry "HanyoDenshi\\.JT-0$"
1806                min-code    ,(+ (lsh #x6402 16) #xAC00)
1807                max-code    ,(+ (lsh #x6402 16) #xD7AF)
1808                code-offset ,(+ (lsh #x6402 16))))
1809   (make-charset
1810    '=hanyo-denshi/ks
1811    "KS (KoSeki) part of Han'you-Denshi characters"
1812    `(long-name "Han'you-Denshi/KS font encoding"
1813                chars 256
1814                dimension 3
1815                columns 2
1816                graphic 2
1817                direction l2r))
1818
1819   (make-charset
1820    '==mj
1821    "Moji-Jouhou-Kiban detailed glyph-images."
1822    '(long-name "MJ glyph-images"
1823                chars 256
1824                dimension 2
1825                columns 2
1826                graphic 2
1827                direction l2r
1828                mother =mj))
1829   (make-charset
1830    '==mj-0
1831    "MJ detailed glyph-images plane 0"
1832    '(long-name "MJ glyph-images-0"
1833                chars 256
1834                dimension 2
1835                columns 2
1836                graphic 2
1837                direction l2r
1838                registry "mj-0$"
1839                mother ==mj
1840                min-code 0
1841                max-code #xFFFF))
1842   (make-charset
1843    '==mj-1
1844    "MJ detailed glyph-images plane 1"
1845    '(long-name "MJ glyph-images-1"
1846                chars 256
1847                dimension 2
1848                columns 2
1849                graphic 2
1850                direction l2r
1851                registry "mj-1$"
1852                mother ==mj
1853                min-code #x10000
1854                code-offset #x10000))
1855
1856   (make-charset
1857    '==hanyo-denshi/ja
1858    "Han'you-Denshi/JA abstract glyph-forms."
1859    '(long-name "Han'you-Denshi/JA glyph-forms"
1860                chars 94
1861                dimension 2
1862                columns 2
1863                graphic 2
1864                direction l2r
1865                registry "HanyoDenshi\\.JA-0$"
1866                mother =hanyo-denshi/ja))
1867   (make-charset
1868    '==hanyo-denshi/jb
1869    "Han'you-Denshi/JB abstract glyph-forms."
1870    '(long-name "Han'you-Denshi/JB glyph-forms"
1871                chars 94
1872                dimension 2
1873                columns 2
1874                graphic 2
1875                direction l2r
1876                registry "HanyoDenshi\\.JB-0$"
1877                mother =hanyo-denshi/jb))
1878   (make-charset
1879    '==hanyo-denshi/jc
1880    "Han'you-Denshi/JC abstract glyph-forms."
1881    '(long-name "Han'you-Denshi/JC glyph-forms"
1882                chars 94
1883                dimension 2
1884                columns 2
1885                graphic 2
1886                direction l2r
1887                registry "HanyoDenshi\\.JC-0$"
1888                mother =hanyo-denshi/jc))
1889   (make-charset
1890    '==hanyo-denshi/jd
1891    "Han'you-Denshi/JD abstract glyph-forms."
1892    '(long-name "Han'you-Denshi/JD glyph-forms"
1893                chars 94
1894                dimension 2
1895                columns 2
1896                graphic 2
1897                direction l2r
1898                registry "HanyoDenshi\\.JD-0$"
1899                mother =hanyo-denshi/jd))
1900   (make-charset
1901    '==hanyo-denshi/ft
1902    "Han'you-Denshi/FT abstract glyph-forms."
1903    '(long-name "Han'you-Denshi/FT glyph-forms"
1904                chars 94
1905                dimension 2
1906                columns 2
1907                graphic 2
1908                direction l2r
1909                registry "HanyoDenshi\\.FT-0$"
1910                mother =hanyo-denshi/ft))
1911   (make-charset
1912    '==hanyo-denshi/ia
1913    "Han'you-Denshi/IA abstract glyph-forms."
1914    '(long-name "Han'you-Denshi/IA glyph-images"
1915                chars 94
1916                dimension 2
1917                columns 2
1918                graphic 2
1919                direction l2r
1920                registry "HanyoDenshi\\.IA-0$"
1921                mother =hanyo-denshi/ia))
1922   (make-charset
1923    '==hanyo-denshi/ib
1924    "Han'you-Denshi/IB abstract glyph-forms."
1925    '(long-name "Han'you-Denshi/IB glyph-forms"
1926                chars 94
1927                dimension 2
1928                columns 2
1929                graphic 2
1930                direction l2r
1931                registry "HanyoDenshi\\.IB-0$"
1932                mother =hanyo-denshi/ib))
1933   (make-charset
1934    '==hanyo-denshi/hg
1935    "Han'you-Denshi/HG abstract glyph-forms."
1936    '(long-name "Han'you-Denshi/HG glyph-forms"
1937                chars 94
1938                dimension 2
1939                columns 2
1940                graphic 2
1941                direction l2r
1942                registry "HanyoDenshi\\.HG-0$"
1943                mother =hanyo-denshi/hg))
1944   (make-charset
1945    '==hanyo-denshi/ip
1946    "Han'you-Denshi/IP abstract glyph-forms."
1947    '(long-name "Han'you-Denshi/IP glyph-images"
1948                chars 256
1949                dimension 2
1950                columns 2
1951                graphic 2
1952                direction l2r
1953                registry "HanyoDenshi\\.IP-0$"
1954                mother =hanyo-denshi/ip))
1955   (make-charset
1956    '==hanyo-denshi/jt
1957    "JT (Juuki Touitsu Moji) abstract glyph-forms."
1958    '(long-name "Han'you-Denshi/JT glyph-forms"
1959                chars 256
1960                dimension 2
1961                columns 2
1962                graphic 2
1963                direction l2r
1964                registry "HanyoDenshi\\.JT-0$"
1965                mother =hanyo-denshi/jt))
1966   (make-charset
1967    '==hanyo-denshi/ks
1968    "KoSeki-touitsu-moji abstract glyph-forms."
1969    '(long-name "Han'you-Denshi/KS glyph-forms"
1970                chars 256
1971                dimension 3
1972                columns 2
1973                graphic 2
1974                direction l2r
1975                mother =hanyo-denshi/ks))
1976
1977   (make-charset
1978    '=koseki
1979    "Abstract glyph-forms of KoSeki-touitsu-moji."
1980    '(long-name "KoSeki-touitsu-moji glyph-forms"
1981                chars 256
1982                dimension 3
1983                columns 2
1984                graphic 2
1985                direction l2r
1986                mother =hanyo-denshi/ks))
1987   (make-charset
1988    '==koseki
1989    "Representative glyph-images of KoSeki-touitsu-moji."
1990    '(long-name "KoSeki-touitsu-moji glyph-images"
1991                chars 256
1992                dimension 3
1993                columns 2
1994                graphic 2
1995                direction l2r
1996                mother =koseki))
1997
1998   (define-charset-alias '=>>>hanyo-denshi/ja '==hanyo-denshi/ja)
1999   (define-charset-alias '=>>>hanyo-denshi/jb '==hanyo-denshi/jb)
2000   (define-charset-alias '=>>>hanyo-denshi/jc '==hanyo-denshi/jc)
2001   (define-charset-alias '=>>>hanyo-denshi/jd '==hanyo-denshi/jd)
2002   (define-charset-alias '=>>>hanyo-denshi/ft '==hanyo-denshi/ft)
2003   (define-charset-alias '=>>>hanyo-denshi/ib '==hanyo-denshi/ib)
2004   (define-charset-alias '=>>>hanyo-denshi/hg '==hanyo-denshi/hg)
2005   (define-charset-alias '=>>>hanyo-denshi/jt '==hanyo-denshi/jt)
2006   (define-charset-alias '=>>>hanyo-denshi/ks '==hanyo-denshi/ks)
2007
2008   ;; (make-charset
2009   ;;  '===hanyo-denshi/ja
2010   ;;  "Han'you-Denshi/JA detailed glyph-images."
2011   ;;  '(long-name "Han'you-Denshi/JA glyph-images"
2012   ;;              chars 94
2013   ;;              dimension 2
2014   ;;              columns 2
2015   ;;              graphic 2
2016   ;;              direction l2r
2017   ;;              registry "HanyoDenshi\\.JA-0$"
2018   ;;              mother ==hanyo-denshi/ja))
2019   (make-charset
2020    '===hanyo-denshi/jb
2021    "Han'you-Denshi/JB detailed glyph-images."
2022    '(long-name "Han'you-Denshi/JB glyph-images"
2023                chars 94
2024                dimension 2
2025                columns 2
2026                graphic 2
2027                direction l2r
2028                registry "HanyoDenshi\\.JB-0$"
2029                mother ==hanyo-denshi/jb))
2030   (make-charset
2031    '===hanyo-denshi/jc
2032    "Han'you-Denshi/JC representative glyph-images."
2033    '(long-name "Han'you-Denshi/JC glyph-images"
2034                chars 94
2035                dimension 2
2036                columns 2
2037                graphic 2
2038                direction l2r
2039                registry "HanyoDenshi\\.JC-0$"
2040                mother ==hanyo-denshi/jc))
2041   (make-charset
2042    '===hanyo-denshi/jd
2043    "Han'you-Denshi/JD representative glyph-images."
2044    '(long-name "Han'you-Denshi/JD glyph-images"
2045                chars 94
2046                dimension 2
2047                columns 2
2048                graphic 2
2049                direction l2r
2050                registry "HanyoDenshi\\.JD-0$"
2051                mother ==hanyo-denshi/jd))
2052   (make-charset
2053    '===hanyo-denshi/ft
2054    "Han'you-Denshi/FT detailed glyph-images."
2055    '(long-name "Han'you-Denshi/FT glyph-images"
2056                chars 94
2057                dimension 2
2058                columns 2
2059                graphic 2
2060                direction l2r
2061                registry "HanyoDenshi\\.FT-0$"
2062                mother ==hanyo-denshi/ft))
2063   (make-charset
2064    '===hanyo-denshi/ia
2065    "Han'you-Denshi/IA detailed glyph-images."
2066    '(long-name "Han'you-Denshi/IA glyph-images"
2067                chars 94
2068                dimension 2
2069                columns 2
2070                graphic 2
2071                direction l2r
2072                registry "HanyoDenshi\\.IA-0$"
2073                mother ==hanyo-denshi/ia))
2074   (make-charset
2075    '===hanyo-denshi/ib
2076    "Han'you-Denshi/IB detailed glyph-images."
2077    '(long-name "Han'you-Denshi/IB glyph-images"
2078                chars 94
2079                dimension 2
2080                columns 2
2081                graphic 2
2082                direction l2r
2083                registry "HanyoDenshi\\.IB-0$"
2084                mother ==hanyo-denshi/ib))
2085   (make-charset
2086    '===hanyo-denshi/hg
2087    "Han'you-Denshi/HG detailed glyph-images."
2088    '(long-name "Han'you-Denshi/HG glyph-images"
2089                chars 94
2090                dimension 2
2091                columns 2
2092                graphic 2
2093                direction l2r
2094                registry "HanyoDenshi\\.HG-0$"
2095                mother ==hanyo-denshi/hg))
2096   (make-charset
2097    '===hanyo-denshi/ip
2098    "Han'you-Denshi/IP representative glyph-images."
2099    '(long-name "Han'you-Denshi/IP glyph-images"
2100                chars 256
2101                dimension 2
2102                columns 2
2103                graphic 2
2104                direction l2r
2105                registry "HanyoDenshi\\.IP-0$"
2106                mother ==hanyo-denshi/ip))
2107   (make-charset
2108    '===hanyo-denshi/jt
2109    "JT (Juuki Touitsu Moji) detailed glyph-images."
2110    '(long-name "Han'you-Denshi/JT glyph-images"
2111                chars 256
2112                dimension 2
2113                columns 2
2114                graphic 2
2115                direction l2r
2116                registry "HanyoDenshi\\.JT-0$"
2117                mother ==hanyo-denshi/jt))
2118   (make-charset
2119    '===hanyo-denshi/ks
2120    "KoSeki-touitsu-moji detailed glyph-images."
2121    '(long-name "Han'you-Denshi/KS glyph-images"
2122                chars 256
2123                dimension 3
2124                columns 2
2125                graphic 2
2126                direction l2r
2127                mother ==hanyo-denshi/ks))
2128
2129   (make-charset
2130    '=hanyo-denshi/ks/mf
2131    "font encoding for KS (KoSeki) characters"
2132    `(long-name "Han'you-Denshi/KS font encoding"
2133                chars 256
2134                dimension 2
2135                columns 2
2136                graphic 2
2137                direction l2r
2138                registry "HanyoDenshi\\.KSMF-0$"
2139                min-code       ,(lsh #x6403 16)
2140                max-code    ,(+ (lsh #x6403 16) #xFFFF)
2141                code-offset    ,(lsh #x6403 16)))
2142
2143   (make-charset
2144    '===mj
2145    "Moji-Jouhou-Kiban detailed glyph-images."
2146    '(long-name "MJ glyph-images"
2147                chars 256
2148                dimension 2
2149                columns 2
2150                graphic 2
2151                direction l2r
2152                mother ==mj))
2153   (make-charset
2154    '===mj-0
2155    "MJ detailed glyph-images plane 0"
2156    '(long-name "MJ glyph-images-0"
2157                chars 256
2158                dimension 2
2159                columns 2
2160                graphic 2
2161                direction l2r
2162                registry "mj-0$"
2163                mother ===mj
2164                min-code 0
2165                max-code #xFFFF))
2166   (make-charset
2167    '===mj-1
2168    "MJ detailed glyph-images plane 1"
2169    '(long-name "MJ glyph-images-1"
2170                chars 256
2171                dimension 2
2172                columns 2
2173                graphic 2
2174                direction l2r
2175                registry "mj-1$"
2176                mother ===mj
2177                min-code #x10000
2178                code-offset #x10000))
2179
2180   (make-charset
2181    '=+>hanyo-denshi/ft
2182    "Han'you-Denshi/FT abstract glyphs"
2183    '(long-name "Han'you-Denshi/FT glyphs"
2184                chars 94
2185                dimension 2
2186                columns 2
2187                graphic 2
2188                direction l2r
2189                registry "HanyoDenshi\\.FT-0$"
2190                mother =hanyo-denshi/ft))
2191   (make-charset
2192    '=+>hanyo-denshi/jt
2193    "JT (Juuki Touitsu Moji) unified abstract glyphs."
2194    '(long-name "Han'you-Denshi/JT unified glyphs"
2195                chars 256
2196                dimension 2
2197                columns 2
2198                graphic 2
2199                direction l2r
2200                registry "HanyoDenshi\\.JT-0$"
2201                mother =hanyo-denshi/jt))
2202
2203   (make-charset
2204    '=>>mj
2205    "Moji-Jouhou-Kiban abstract glyphs."
2206    '(long-name "MJ glyphs"
2207                chars 256
2208                dimension 2
2209                columns 2
2210                graphic 2
2211                direction l2r
2212                mother =mj))
2213
2214   (make-charset
2215    '=>>hanyo-denshi/ja
2216    "Han'you-Denshi/JA abstract glyphs"
2217    '(long-name "Han'you-Denshi/JA glyphs"
2218                chars 94
2219                dimension 2
2220                columns 2
2221                graphic 2
2222                direction l2r
2223                registry "HanyoDenshi\\.JA-0$"
2224                mother =hanyo-denshi/ja))
2225   (make-charset
2226    '=>>hanyo-denshi/jb
2227    "Han'you-Denshi/JB abstract glyphs"
2228    '(long-name "Han'you-Denshi/JB glyphs"
2229                chars 94
2230                dimension 2
2231                columns 2
2232                graphic 2
2233                direction l2r
2234                registry "HanyoDenshi\\.JB-0$"
2235                mother =hanyo-denshi/jb))
2236   (make-charset
2237    '=>>hanyo-denshi/jc
2238    "Han'you-Denshi/JC abstract glyphs"
2239    '(long-name "Han'you-Denshi/JC glyphs"
2240                chars 94
2241                dimension 2
2242                columns 2
2243                graphic 2
2244                direction l2r
2245                registry "HanyoDenshi\\.JC-0$"
2246                mother =hanyo-denshi/jc))
2247   (make-charset
2248    '=>>hanyo-denshi/jd
2249    "Han'you-Denshi/JD abstract glyphs"
2250    '(long-name "Han'you-Denshi/JD glyphs"
2251                chars 94
2252                dimension 2
2253                columns 2
2254                graphic 2
2255                direction l2r
2256                registry "HanyoDenshi\\.JD-0$"
2257                mother =hanyo-denshi/jd))
2258   (make-charset
2259    '=>>hanyo-denshi/ft
2260    "Han'you-Denshi/FT abstract glyphs"
2261    '(long-name "Han'you-Denshi/FT glyphs"
2262                chars 94
2263                dimension 2
2264                columns 2
2265                graphic 2
2266                direction l2r
2267                registry "HanyoDenshi\\.FT-0$"
2268                mother =hanyo-denshi/ft))
2269   (make-charset
2270    '=>>hanyo-denshi/ia
2271    "Han'you-Denshi/IA abstract glyphs"
2272    '(long-name "Han'you-Denshi/IA glyphs"
2273                chars 94
2274                dimension 2
2275                columns 2
2276                graphic 2
2277                direction l2r
2278                registry "HanyoDenshi\\.IA-0$"
2279                mother =hanyo-denshi/ia))
2280   (make-charset
2281    '=>>hanyo-denshi/ib
2282    "Han'you-Denshi/IB abstract glyphs"
2283    '(long-name "Han'you-Denshi/IB abstract glyphs"
2284                chars 94
2285                dimension 2
2286                columns 2
2287                graphic 2
2288                direction l2r
2289                registry "HanyoDenshi\\.IB-0$"
2290                mother =hanyo-denshi/ib))
2291   (make-charset
2292    '=>>hanyo-denshi/hg
2293    "Han'you-Denshi/HG abstract glyphs"
2294    '(long-name "Han'you-Denshi/HG abstract glyphs"
2295                chars 94
2296                dimension 2
2297                columns 2
2298                graphic 2
2299                direction l2r
2300                registry "HanyoDenshi\\.HG-0$"
2301                mother =hanyo-denshi/hg))
2302   (make-charset
2303    '=>>hanyo-denshi/ip
2304    "Han'you-Denshi/IP abstract glyphs"
2305    '(long-name "Han'you-Denshi/IP abstract glyphs"
2306                chars 256
2307                dimension 2
2308                columns 2
2309                graphic 2
2310                direction l2r
2311                registry "HanyoDenshi\\.IP-0$"
2312                mother =hanyo-denshi/ip))
2313   (make-charset
2314    '=>>hanyo-denshi/jt
2315    "JT (Juuki Touitsu Moji) abstract glyphs"
2316    '(long-name "Han'you-Denshi/JT glyphs"
2317                chars 256
2318                dimension 2
2319                columns 2
2320                graphic 2
2321                direction l2r
2322                registry "HanyoDenshi\\.JT-0$"
2323                mother =hanyo-denshi/jt))
2324   (make-charset
2325    '=>>hanyo-denshi/ks
2326    "Han'you-Denshi/KS abstract glyphs"
2327    '(long-name "Han'you-Denshi/KS glyphs"
2328                chars 256
2329                dimension 3
2330                columns 2
2331                graphic 2
2332                direction l2r
2333                mother =hanyo-denshi/ks))
2334
2335   (make-charset '=gt
2336                 "GT 2000"
2337                 `(long-name     "GT"
2338                   chars         256
2339                   dimension     3
2340                   columns       2
2341                   graphic       2
2342                   direction     l2r
2343                   registry      ""
2344                   min-code      ,(lsh #x6100 16)
2345                   max-code      ,(+ (lsh #x6100 16) 67547)
2346                   code-offset   ,(lsh #x6100 16)))
2347   (make-charset '==gt
2348                 "GT 2000 abstract glyph-forms."
2349                 '(long-name     "GT abstract glyph-forms"
2350                   chars         256
2351                   dimension     3
2352                   columns       2
2353                   graphic       2
2354                   direction     l2r
2355                   mother        =gt))
2356   (make-charset '===gt
2357                 "GT 2000 detailed glyph-images."
2358                 '(long-name     "GT glyph-images"
2359                   chars         256
2360                   dimension     3
2361                   columns       2
2362                   graphic       2
2363                   direction     l2r
2364                   mother        ==gt
2365                   ;; min-code   1
2366                   ;; max-code   67392
2367                   ))
2368   (define-charset-alias 'ideograph-gt '=gt)
2369   (define-charset-alias '=>>>gt '==gt)
2370   (make-charset '=>>gt
2371                 "GT 2000 abstract glyphs"
2372                 '(long-name     "GT abstract glyphs"
2373                   chars         256
2374                   dimension     3
2375                   columns       2
2376                   graphic       2
2377                   direction     l2r
2378                   mother        =gt))
2379   (define-charset-alias '<=>gt '=>>gt)
2380   (define-charset-alias '<==>gt '=>>gt)
2381   (make-charset '=+>gt
2382                 "GT 2000 unified abstract glyphs"
2383                 '(long-name     "Unified abstract GT glyphs"
2384                   chars         256
2385                   dimension     3
2386                   columns       2
2387                   graphic       2
2388                   direction     l2r
2389                   mother        =>>gt))
2390   (make-charset '=>gt
2391                 "GT 2000 abstract characters"
2392                 '(long-name     "abstract GT characters"
2393                   chars         256
2394                   dimension     3
2395                   columns       2
2396                   graphic       2
2397                   direction     l2r
2398                   mother        =+>gt))
2399   (make-charset '=gt-k
2400                 "Ideographic components of GT"
2401                 `(long-name     "GT components"
2402                   chars         256
2403                   dimension     2
2404                   columns       2
2405                   graphic       2
2406                   direction     l2r
2407                   registry      ""
2408                   min-code      ,(lsh #x6110 16)
2409                   max-code      ,(+ (lsh #x6110 16) 17090)
2410                   code-offset   ,(lsh #x6110 16)))
2411   (define-charset-alias 'ideograph-gt-k '=gt-k)
2412   (make-charset '==gt-k
2413                 "Abstract glyph-images of GT-K"
2414                 '(long-name     "GT-K glyph-images"
2415                   chars         256
2416                   dimension     2
2417                   columns       2
2418                   graphic       2
2419                   direction     l2r
2420                   mother        =gt-k))
2421   (make-charset '===gt-k
2422                 "Representative glyph-images of GT-K"
2423                 '(long-name     "GT-K glyph-images"
2424                   chars         256
2425                   dimension     2
2426                   columns       2
2427                   graphic       2
2428                   direction     l2r
2429                   mother        ==gt-k))
2430   (make-charset '=>>gt-k
2431                 "abstract glyphs of GT-K"
2432                 '(long-name     "GT-K abstract glyphs"
2433                   chars         256
2434                   dimension     2
2435                   columns       2
2436                   graphic       2
2437                   direction     l2r
2438                   mother        =gt-k))
2439   (make-charset '=>gt-k
2440                 "GT-K abstract characters"
2441                 '(long-name     "GT-K abstract characters"
2442                   chars         256
2443                   dimension     2
2444                   columns       2
2445                   graphic       2
2446                   direction     l2r
2447                   mother        =>>gt-k))
2448   (let ((i 1))
2449     (while (<= i 11)
2450       (make-charset
2451        (intern (format "=gt-pj-%d" i))
2452        (format "GT 2000 (pseudo JIS encoding) part %d" i)
2453        `(long-name ,(format "GT PJ %d" i)
2454                    chars 94
2455                    dimension 2
2456                    columns 2
2457                    graphic 0
2458                    direction l2r
2459                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
2460       (define-charset-alias
2461         (intern (format "ideograph-gt-pj-%d" i))
2462         (intern (format "=gt-pj-%d" i)))
2463       (setq i (1+ i))))
2464   (make-charset
2465    '=gt-pj-k1
2466    "Ideographic parts of GT (pseudo JIS encoding) part 1"
2467    '(long-name "GT K1"
2468                chars 94
2469                dimension 2
2470                columns 2
2471                graphic 0
2472                direction l2r
2473                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
2474   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
2475   (make-charset
2476    '=gt-pj-k2
2477    "Ideographic parts of GT (pseudo JIS encoding) part 2"
2478    '(long-name "GT K2"
2479                chars 94
2480                dimension 2
2481                columns 2
2482                graphic 0
2483                direction l2r
2484                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
2485   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
2486
2487   (make-charset '=daikanwa
2488                 "Daikanwa dictionary (unchanged part)"
2489                 `(long-name     "Daikanwa"
2490                   chars         256
2491                   dimension     2
2492                   columns       2
2493                   graphic       2
2494                   direction     l2r
2495                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2496                   min-code      #xE00000
2497                   max-code      ,(+ #xE00000 50100)
2498                   code-offset   #xE00000))
2499   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
2500
2501   (make-charset '=daikanwa@rev1
2502                 "Daikanwa dictionary (revised version)"
2503                 '(long-name     "Daikanwa Rev."
2504                   chars         256
2505                   dimension     2
2506                   columns       2
2507                   graphic       2
2508                   direction     l2r
2509                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
2510                   mother        =daikanwa))
2511   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
2512   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
2513
2514   (make-charset '=daikanwa@rev2
2515                 "Daikanwa dictionary (revised version 2)"
2516                 '(long-name     "Daikanwa"
2517                   chars         256
2518                   dimension     2
2519                   columns       2
2520                   graphic       2
2521                   direction     l2r
2522                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2523                   mother        =daikanwa
2524                   min-code      1
2525                   max-code      49964))
2526   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
2527
2528   (make-charset '=daikanwa/+p
2529                 "Daikanwa dictionary (ddddd')"
2530                 '(long-name     "Daikanwa ddddd'"
2531                   chars         256
2532                   dimension     2
2533                   columns       2
2534                   graphic       2
2535                   direction     l2r))
2536   (make-charset '=daikanwa/+2p
2537                 "Daikanwa dictionary (ddddd'')"
2538                 '(long-name     "Daikanwa ddddd''"
2539                   chars         256
2540                   dimension     2
2541                   columns       2
2542                   graphic       2
2543                   direction     l2r))
2544   (make-charset '=daikanwa/ho
2545                 "Daikanwa dictionary (Hokan)"
2546                 '(long-name     "Daikanwa-ho"
2547                   chars         256
2548                   dimension     2
2549                   columns       2
2550                   graphic       2
2551                   direction     l2r))
2552
2553   (make-charset '==daikanwa
2554                 "Daikanwa glyph-images."
2555                 '(long-name     "Daikanwa glyph-images"
2556                   chars         256
2557                   dimension     2
2558                   columns       2
2559                   graphic       2
2560                   direction     l2r
2561                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2562                   mother        =daikanwa))
2563   (make-charset '==daikanwa/+p
2564                 "Daikanwa detailed glyph-images (ddddd')"
2565                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2566                   chars         256
2567                   dimension     2
2568                   columns       2
2569                   graphic       2
2570                   direction     l2r
2571                   mother        =daikanwa/+p))
2572   (make-charset '==daikanwa/+2p
2573                 "Daikanwa detailed glyph-images (ddddd'')"
2574                 '(long-name     "Daikanwa glyph-images ddddd''"
2575                   chars         256
2576                   dimension     2
2577                   columns       2
2578                   graphic       2
2579                   direction     l2r
2580                   mother        =daikanwa/+2p))
2581   (make-charset '==daikanwa/ho
2582                 "Daikanwa detailed glyph-images (Hokan)"
2583                 '(long-name     "Daikanwa-ho detailed glyph-images"
2584                   chars         256
2585                   dimension     2
2586                   columns       2
2587                   graphic       2
2588                   direction     l2r
2589                   mother        =daikanwa/ho))
2590
2591   (make-charset '===daikanwa
2592                 "Daikanwa detailed glyph-images."
2593                 '(long-name     "Daikanwa detailed glyph-images"
2594                   chars         256
2595                   dimension     2
2596                   columns       2
2597                   graphic       2
2598                   direction     l2r
2599                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2600                   mother        ==daikanwa))
2601   (make-charset '===daikanwa/+p
2602                 "Daikanwa detailed glyph-images (ddddd')"
2603                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2604                   chars         256
2605                   dimension     2
2606                   columns       2
2607                   graphic       2
2608                   direction     l2r
2609                   mother        ==daikanwa/+p))
2610   (make-charset '===daikanwa/ho
2611                 "Daikanwa detailed glyph-images (Hokan)"
2612                 '(long-name     "Daikanwa-ho detailed glyph-images"
2613                   chars         256
2614                   dimension     2
2615                   columns       2
2616                   graphic       2
2617                   direction     l2r
2618                   mother        ==daikanwa/ho))
2619
2620   (make-charset '=>>daikanwa
2621                 "Daikanwa abstract glyphs"
2622                 '(long-name     "Daikanwa glyphs"
2623                   chars         256
2624                   dimension     2
2625                   columns       2
2626                   graphic       2
2627                   direction     l2r
2628                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2629                   mother        =daikanwa))
2630   (make-charset '=>>daikanwa/+p
2631                 "Daikanwa abstract glyphs (ddddd')"
2632                 '(long-name     "Daikanwa glyphs (ddddd')"
2633                   chars         256
2634                   dimension     2
2635                   columns       2
2636                   graphic       2
2637                   direction     l2r
2638                   mother        =daikanwa/+p))
2639   (make-charset '=>>daikanwa/+2p
2640                 "Daikanwa abstract glyphs (ddddd'')"
2641                 '(long-name     "Daikanwa glyphs (ddddd'')"
2642                   chars         256
2643                   dimension     2
2644                   columns       2
2645                   graphic       2
2646                   direction     l2r
2647                   mother        =daikanwa/+2p))
2648   (make-charset '=>>daikanwa/ho
2649                 "Daikanwa abstract glyphs (Hokan)"
2650                 '(long-name     "Daikanwa-ho glyph"
2651                   chars         256
2652                   dimension     2
2653                   columns       2
2654                   graphic       2
2655                   direction     l2r
2656                   mother        =daikanwa/ho))
2657
2658   (make-charset '=>daikanwa
2659                 "Daikanwa abstract characters"
2660                 '(long-name     "abstract Daikanwa"
2661                   chars         256
2662                   dimension     2
2663                   columns       2
2664                   graphic       2
2665                   direction     l2r
2666                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2667                   mother        =>>daikanwa))
2668   (make-charset '=>daikanwa/ho
2669                 "Daikanwa abstract characters (Hokan)"
2670                 '(long-name     "abstract Daikanwa-ho"
2671                   chars         256
2672                   dimension     2
2673                   columns       2
2674                   graphic       2
2675                   direction     l2r
2676                   mother        =>>daikanwa/ho))
2677
2678   (make-charset '=shinjigen
2679                 "Kadokawa ShinJigen dictionary (common parts)"
2680                 `(long-name     "Shinjigen common parts"
2681                   chars         256
2682                   dimension     2
2683                   columns       2
2684                   graphic       2
2685                   direction     l2r
2686                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2687
2688   (make-charset '=shinjigen@1ed
2689                 "Kadokawa ShinJigen dictionary (the first edition)"
2690                 `(long-name     "Shinjigen-1"
2691                   chars         256
2692                   dimension     2
2693                   columns       2
2694                   graphic       2
2695                   direction     l2r
2696                   mother        =shinjigen
2697                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2698   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
2699
2700   (make-charset '=shinjigen@1ed/24pr
2701                 "Kadokawa ShinJigen dictionary (the 24th impression)"
2702                 `(long-name     "Shinjigen-1 24pr"
2703                   chars         256
2704                   dimension     2
2705                   columns       2
2706                   graphic       2
2707                   direction     l2r
2708                   mother        =shinjigen@1ed))
2709
2710   (make-charset '=shinjigen@rev
2711                 "Kadokawa ShinJigen dictionary (the revised edition)"
2712                 `(long-name     "Shinjigen-2"
2713                   chars         256
2714                   dimension     2
2715                   columns       2
2716                   graphic       2
2717                   direction     l2r
2718                   mother        =shinjigen
2719                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2720   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
2721   (make-charset '=shinjigen/+p@rev
2722                 "ShinJigen (the second edition) number with '"
2723                 `(long-name     "Shinjigen-2 with '"
2724                   chars         256
2725                   dimension     2
2726                   columns       2
2727                   graphic       2
2728                   direction     l2r))
2729   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
2730
2731   (make-charset '==shinjigen
2732                 "Detailed glyph-images of ShinJigen (common parts)"
2733                 '(long-name     "Shinjigen common parts"
2734                   chars         256
2735                   dimension     2
2736                   columns       2
2737                   graphic       2
2738                   direction     l2r
2739                   mother        =shinjigen
2740                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2741   (make-charset '==shinjigen@1ed
2742                 "Detailed glyph-images of ShinJigen (the first edition)"
2743                 '(long-name     "Detailed glyph-images of Shinjigen-1"
2744                   chars         256
2745                   dimension     2
2746                   columns       2
2747                   graphic       2
2748                   direction     l2r
2749                   mother        ==shinjigen
2750                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2751   (make-charset '==shinjigen@rev
2752                 "Detailed glyph-images of ShinJigen (the revised edition)"
2753                 '(long-name     "Detailed glyph-images of Shinjigen-2"
2754                   chars         256
2755                   dimension     2
2756                   columns       2
2757                   graphic       2
2758                   direction     l2r
2759                   mother        ==shinjigen
2760                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2761   (make-charset
2762    '==shinjigen/+p@rev
2763    "Detailed glyph-images of ShinJigen (the second edition) number with '"
2764    '(long-name  "Detailed glyph-images of Shinjigen-2 with '"
2765                 mother  =shinjigen/+p@rev
2766                 chars           256
2767                 dimension       2
2768                 columns 2
2769                 graphic 2
2770                 direction       l2r))
2771
2772   (make-charset '=big5-pua
2773                 "Big5 with private used area"
2774                 '(long-name     "Big5-PUA"
2775                   chars         256
2776                   dimension     2
2777                   columns       2
2778                   graphic       2
2779                   direction     l2r
2780                   mother        chinese-big5
2781                   registry      "Big5\\.ETEN"))
2782   (define-charset-alias 'chinese-big5-pua '=big5-pua)
2783
2784   (let* ((i 1)
2785          (hzk-min (+ (lsh #x6200 16) 65536))
2786          (hzk-max (+ hzk-min 65535)))
2787     (while (<= i 12)
2788       (make-charset
2789        (intern (format "=hanziku-%d" i))
2790        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
2791        `(long-name ,(format "HANZIKU-%d" i)
2792                    chars 256
2793                    dimension 2
2794                    columns 2
2795                    graphic 2
2796                    direction l2r
2797                    registry ,(format "hanziku-%d$" i i)
2798                    min-code ,hzk-min
2799                    max-code ,hzk-max
2800                    code-offset ,hzk-min))
2801       (define-charset-alias
2802         (intern (format "ideograph-hanziku-%d" i))
2803         (intern (format "=hanziku-%d" i)))
2804       (setq hzk-min (1+ hzk-max)
2805             hzk-max (+ hzk-min 65535))
2806       (setq i (1+ i))))
2807
2808   (make-charset '===hng-jou "HNG:誠實論卷八(P.2179)"
2809                 '(long-name "HNG/P2179"
2810                   chars         256
2811                   dimension     2
2812                   registry      "hng-1$"
2813                   graphic       2
2814                   columns       2
2815                   direction     l2r))
2816   (make-charset '===hng-keg "HNG:華嚴經卷十六(S.2067)"
2817                 '(long-name "HNG/S2067"
2818                   chars         256
2819                   dimension     2
2820                   registry      "hng-2$"
2821                   graphic       2
2822                   columns       2
2823                   direction     l2r))
2824   (make-charset '===hng-dng "HNG:大般涅槃經卷十一(S.81)"
2825                 '(long-name "HNG/S81"
2826                   chars         256
2827                   dimension     2
2828                   registry      "hng-3$"
2829                   graphic       2
2830                   columns       2
2831                   direction     l2r))
2832   (make-charset '===hng-mam "HNG:摩訶摩耶經卷上(P.2160)"
2833                 '(long-name "HNG/P2160"
2834                   chars         256
2835                   dimension     2
2836                   registry      "hng-5$"
2837                   graphic       2
2838                   columns       2
2839                   direction     l2r))
2840   (make-charset '===hng-drt "HNG:大樓炭經卷三(P.2413)"
2841                 '(long-name "HNG/P2413"
2842                   chars         256
2843                   dimension     2
2844                   registry      "hng-6$"
2845                   graphic       2
2846                   columns       2
2847                   direction     l2r))
2848   (make-charset '===hng-kgk "HNG:賢劫經卷二(正倉院本)"
2849                 '(long-name "HNG/賢劫經二"
2850                   chars         256
2851                   dimension     2
2852                   registry      "hng-7$"
2853                   graphic       2
2854                   columns       2
2855                   direction     l2r))
2856   (make-charset '===hng-myz "HNG:妙法蓮華經卷五(P.2334)"
2857                 '(long-name "HNG/P2334"
2858                   chars         256
2859                   dimension     2
2860                   registry      "hng-8$"
2861                   graphic       2
2862                   columns       2
2863                   direction     l2r))
2864   (make-charset '===hng-kda "HNG:大品經卷二十八(京都国立博物館本)"
2865                 '(long-name "HNG/京博大品"
2866                   chars         256
2867                   dimension     2
2868                   registry      "hng-9$"
2869                   graphic       2
2870                   columns       2
2871                   direction     l2r))
2872   (make-charset '===hng-khi "HNG:妙法蓮華經卷五(今西本)"
2873                 '(long-name "HNG/宮廷今西"
2874                   chars         256
2875                   dimension     2
2876                   registry      "hng-10$"
2877                   graphic       2
2878                   columns       2
2879                   direction     l2r))
2880   (make-charset '===hng-khm "HNG:妙法蓮華經卷三(守屋本)"
2881                 '(long-name "HNG/宮廷守屋"
2882                   chars         256
2883                   dimension     2
2884                   registry      "hng-11$"
2885                   graphic       2
2886                   columns       2
2887                   direction     l2r))
2888   (make-charset '===hng-sok "HNG:花嚴經卷八(守屋本)"
2889                 '(long-name "HNG/花嚴守屋"
2890                   chars         256
2891                   dimension     2
2892                   registry      "hng-15$"
2893                   graphic       2
2894                   columns       2
2895                   direction     l2r))
2896   (make-charset '===hng-yhk "HNG:瑜伽法鏡經(S.2423)"
2897                 '(long-name "HNG/S2423"
2898                   chars         256
2899                   dimension     2
2900                   registry      "hng-16$"
2901                   graphic       2
2902                   columns       2
2903                   direction     l2r))
2904   (make-charset '===hng-kak "HNG:開成石經孝經"
2905                 '(long-name "HNG/開成孝經"
2906                   chars         256
2907                   dimension     2
2908                   registry      "hng-17$"
2909                   graphic       2
2910                   columns       2
2911                   direction     l2r))
2912   (make-charset '===hng-sys "HNG:瑜伽師地論卷三十(S.5309)"
2913                 '(long-name "HNG/S5309"
2914                   chars         256
2915                   dimension     2
2916                   registry      "hng-22$"
2917                   graphic       2
2918                   columns       2
2919                   direction     l2r))
2920   (make-charset '===hng-tsu "HNG:通典卷一"
2921                 '(long-name "HNG/通典卷一"
2922                   chars         256
2923                   dimension     2
2924                   registry      "hng-24$"
2925                   graphic       2
2926                   columns       2
2927                   direction     l2r))
2928   (make-charset '===hng-hod "HNG:法藏和尚傳(高山寺本)"
2929                 '(long-name "HNG/法藏和尚"
2930                   chars         256
2931                   dimension     2
2932                   registry      "hng-30$"
2933                   graphic       2
2934                   columns       2
2935                   direction     l2r))
2936   (make-charset '===hng-gok "HNG:後漢書光武帝紀"
2937                 '(long-name "HNG/光武帝紀"
2938                   chars         256
2939                   dimension     2
2940                   registry      "hng-31$"
2941                   graphic       2
2942                   columns       2
2943                   direction     l2r))
2944   (make-charset '===hng-nto "HNG:日本書紀 卷二十四(圖書寮本)"
2945                 '(long-name "HNG/圖書紀24"
2946                   chars         256
2947                   dimension     2
2948                   registry      "hng-34$"
2949                   graphic       2
2950                   columns       2
2951                   direction     l2r))
2952   (make-charset '===hng-nkm "HNG:日本書紀 卷二十四(兼右本)"
2953                 '(long-name "HNG/兼右紀24"
2954                   chars         256
2955                   dimension     2
2956                   registry      "hng-36$"
2957                   graphic       2
2958                   columns       2
2959                   direction     l2r))
2960   (make-charset '===hng-k24 "HNG:日本書紀 卷二十四(寛文九年版)"
2961                 '(long-name "HNG/寛九紀24"
2962                   chars         256
2963                   dimension     2
2964                   registry      "hng-37$"
2965                   graphic       2
2966                   columns       2
2967                   direction     l2r))
2968   (make-charset '===hng-kcj "HNG:日本書紀 卷二(慶長十五年版)"
2969                 '(long-name "HNG/慶長紀2"
2970                   chars         256
2971                   dimension     2
2972                   registry      "hng-42$"
2973                   graphic       2
2974                   columns       2
2975                   direction     l2r))
2976   (make-charset '===hng-kbk "HNG:日本書紀 卷二(寛文九年版)"
2977                 '(long-name "HNG/寛九紀2"
2978                   chars         256
2979                   dimension     2
2980                   registry      "hng-43$"
2981                   graphic       2
2982                   columns       2
2983                   direction     l2r))
2984   (make-charset '===hng-sik "HNG:花嚴經卷八(新羅本寫本)"
2985                 '(long-name "HNG/花嚴新羅"
2986                   chars         256
2987                   dimension     2
2988                   registry      "hng-44$"
2989                   graphic       2
2990                   columns       2
2991                   direction     l2r))
2992   (make-charset '===hng-skk "HNG:華嚴經卷二十(晉本高麗古版)"
2993                 '(long-name "HNG/古麗華20"
2994                   chars         256
2995                   dimension     2
2996                   registry      "hng-46$"
2997                   graphic       2
2998                   columns       2
2999                   direction     l2r))
3000   (make-charset '===hng-kyu "HNG:初麗瑜5"
3001                 '(long-name "HNG/瑜伽師地論卷五(高麗初彫本)"
3002                   chars         256
3003                   dimension     2
3004                   registry      "hng-47$"
3005                   graphic       2
3006                   columns       2
3007                   direction     l2r))
3008   (make-charset '===hng-ksk "HNG:華嚴經卷六(高麗再彫本)"
3009                 '(long-name "HNG/再麗華6"
3010                   chars         256
3011                   dimension     2
3012                   registry      "hng-48$"
3013                   graphic       2
3014                   columns       2
3015                   direction     l2r))
3016   (make-charset '===hng-wan "HNG:華嚴經卷三十八(趙氏藏本)"
3017                 '(long-name "HNG/和寧華38"
3018                   chars         256
3019                   dimension     2
3020                   registry      "hng-49$"
3021                   graphic       2
3022                   columns       2
3023                   direction     l2r))
3024   (make-charset '===hng-okd "HNG:金剛場陀羅尼經(小川本)"
3025                 '(long-name "HNG/金剛小川"
3026                   chars         256
3027                   dimension     2
3028                   registry      "hng-50$"
3029                   graphic       2
3030                   columns       2
3031                   direction     l2r))
3032   (make-charset '===hng-kmi "HNG:弥勒上生經(高山寺本)"
3033                 '(long-name "HNG/弥勒上生"
3034                   chars         256
3035                   dimension     2
3036                   registry      "hng-55$"
3037                   graphic       2
3038                   columns       2
3039                   direction     l2r))
3040   (make-charset '===hng-zkd "HNG:續高僧傳(五月一日經)(天平寫經)"
3041                 '(long-name "HNG/五一續高"
3042                   chars         256
3043                   dimension     2
3044                   registry      "hng-56$"
3045                   graphic       2
3046                   columns       2
3047                   direction     l2r))
3048   (make-charset '===hng-kss "HNG:華嚴信種義(明惠自筆)"
3049                 '(long-name "HNG/華嚴信種"
3050                   chars         256
3051                   dimension     2
3052                   registry      "hng-64$"
3053                   graphic       2
3054                   columns       2
3055                   direction     l2r))
3056   (make-charset '===hng-kyo "HNG:教行信証卷四(親鸞自筆)"
3057                 '(long-name "HNG/教行信証"
3058                   chars         256
3059                   dimension     2
3060                   registry      "hng-66$"
3061                   graphic       2
3062                   columns       2
3063                   direction     l2r))
3064   (make-charset '===hng-smk "HNG:西夏版妙法蓮華經卷一"
3065                 '(long-name "HNG/西夏法華"
3066                   chars         256
3067                   dimension     2
3068                   registry      "hng-74$"
3069                   graphic       2
3070                   columns       2
3071                   direction     l2r))
3072
3073   (make-charset '=cbeta "CBETA private characters"
3074                 '(long-name     "CBETA PUA"
3075                   chars         256
3076                   dimension     2
3077                   registry      "cbeta-0"
3078                   graphic       2
3079                   min-code      #xE20000
3080                   max-code      #xE2FFFF
3081                   code-offset   #xE20000
3082                   columns       2
3083                   direction     l2r))
3084   (define-charset-alias 'ideograph-cbeta '=cbeta)
3085   (make-charset '==cbeta "CBETA private characters"
3086                 '(long-name     "CBETA PUA glyph-images"
3087                   chars         256
3088                   dimension     2
3089                   registry      "cbeta-0"
3090                   graphic       2
3091                   columns       2
3092                   direction     l2r
3093                   mother        =cbeta))
3094   (make-charset '===cbeta "CBETA private characters"
3095                 '(long-name     "CBETA PUA glyph-images"
3096                   chars         256
3097                   dimension     2
3098                   registry      "cbeta-0"
3099                   graphic       2
3100                   columns       2
3101                   direction     l2r
3102                   mother        ==cbeta))
3103   (make-charset '=>>cbeta "CBETA abstract glyphs"
3104                 '(long-name     "CBETA glyphs"
3105                   chars         256
3106                   dimension     2
3107                   registry      "cbeta-0"
3108                   graphic       2
3109                   columns       2
3110                   direction     l2r
3111                   mother        =cbeta))
3112   (make-charset '=>cbeta "CBETA abstract characters"
3113                 '(long-name     "CBETA characters"
3114                   chars         256
3115                   dimension     2
3116                   registry      "cbeta-0"
3117                   graphic       2
3118                   columns       2
3119                   direction     l2r
3120                   mother        =cbeta))
3121
3122   (make-charset '=zinbun-oracle
3123                 "Oracle Bones Script"
3124                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
3125                   chars         256
3126                   dimension     2
3127                   registry      "zob1968-0"
3128                   graphic       2
3129                   min-code      #xE70000
3130                   max-code      ,(+ #xE70000 8192)
3131                   code-offset   #xE70000
3132                   columns       2
3133                   direction     l2r))
3134
3135   (make-charset '=>zinbun-oracle
3136                 "Abstract Oracle Bones"
3137                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
3138                   chars         256
3139                   dimension     2
3140                   mother        =zinbun-oracle
3141                   registry      "zob1968-0"
3142                   graphic       2
3143                   columns       2
3144                   direction     l2r))
3145
3146   (make-charset '=jef-china3
3147                 "JEF + CHINA3 private characters"
3148                 '(long-name     "JEF + CHINA3"
3149                   chars         256
3150                   dimension     2
3151                   columns       2
3152                   graphic       2
3153                   direction     l2r
3154                   registry      "china3jef-0"
3155                   min-code      #xE80000
3156                   max-code      #xE8FFFF
3157                   code-offset   #xE80000))
3158   (define-charset-alias 'china3-jef '=jef-china3)
3159   (make-charset '==jef-china3
3160                 "JEF + CHINA3 abstract glyph-images."
3161                 '(long-name     "JEF + CHINA3"
3162                   chars         256
3163                   dimension     2
3164                   columns       2
3165                   graphic       2
3166                   direction     l2r
3167                   registry      "china3jef-0"
3168                   mother        =jef-china3))
3169   (make-charset '===jef-china3
3170                 "JEF + CHINA3 glyph-images."
3171                 '(long-name     "JEF-CHINA3 glyph-images"
3172                   chars         256
3173                   dimension     2
3174                   columns       2
3175                   graphic       2
3176                   direction     l2r
3177                   registry      "china3jef-0"
3178                   mother        ==jef-china3))
3179
3180   (make-charset '=ruimoku-v6
3181                 "private characters used in RUIMOKU Version.6"
3182                 `(long-name     "RUI6"
3183                   chars         256
3184                   dimension     2
3185                   columns       2
3186                   graphic       2
3187                   direction     l2r
3188                   registry      "rui6-0"
3189                   ;; mother     ucs
3190                   min-code      #xE90000 ; #xE000
3191                   max-code      #xE908FF ; #xE8FF
3192                   code-offset   ,(- #xE90000 #xE000)))
3193   (make-charset '==ruimoku-v6
3194                 "RUIMOKU Version.6 glyph-images."
3195                 '(long-name     "RUI6 glyph-images."
3196                   chars         256
3197                   dimension     2
3198                   columns       2
3199                   graphic       2
3200                   direction     l2r
3201                   registry      "rui6-0"
3202                   mother        =ruimoku-v6))
3203   (make-charset '===ruimoku-v6
3204                 "RUIMOKU Version.6 representative glyph-images."
3205                 '(long-name     "RUI6 rep-glyph-images."
3206                   chars         256
3207                   dimension     2
3208                   columns       2
3209                   graphic       2
3210                   direction     l2r
3211                   registry      "rui6-0"
3212                   mother        ==ruimoku-v6))
3213   (make-charset '=>>ruimoku-v6
3214                 "RUIMOKU Version.6 glyphs"
3215                 '(long-name     "RUI6 glyphs"
3216                   chars         256
3217                   dimension     2
3218                   columns       2
3219                   graphic       2
3220                   direction     l2r
3221                   registry      "rui6-0"
3222                   mother        =ruimoku-v6))
3223
3224   ;; (make-charset
3225   ;;  '=zihai
3226   ;;  "ZhongHua-ZiHai glyph-images"
3227   ;;  '(long-name "ZhongHua-ZiHai (pppp-nn)"
3228   ;;              chars 256
3229   ;;              dimension 3
3230   ;;              columns 2
3231   ;;              graphic 2
3232   ;;              direction l2r))
3233
3234   ;; (make-charset
3235   ;;  '=zihai-17xx
3236   ;;  "ZhongHua-ZiHai (pp.1700〜1781) glyph-images"
3237   ;;  '(long-name "ZhongHua-ZiHai pp.17xx"
3238   ;;              chars 256
3239   ;;              dimension 2
3240   ;;              columns 2
3241   ;;              graphic 2
3242   ;;              direction l2r
3243   ;;              registry "zihai\\.cp-17$"))
3244
3245   (make-charset '=big5-cdp-var-3
3246                 "Big5-CDP-var-3 glyph-images of GlyphWiki"
3247                 '(long-name     "Big5-CDP-var-3"
3248                   chars         256
3249                   dimension     2
3250                   columns       2
3251                   graphic       2
3252                   direction     l2r
3253                   registry      "cdp\\.var-3$"
3254                   mother        =big5-cdp))
3255
3256   (make-charset '=big5-cdp-var-5
3257                 "Big5-CDP-var-5 glyph-images of GlyphWiki"
3258                 '(long-name     "Big5-CDP-var-5"
3259                   chars         256
3260                   dimension     2
3261                   columns       2
3262                   graphic       2
3263                   direction     l2r
3264                   registry      "cdp\\.var-5$"
3265                   mother        =big5-cdp))
3266
3267   (make-charset '==>ucs@bucs
3268                 "Basic Subset of Coded Character Sets (BUCS)"
3269                 '(long-name     "BUCS abstract characters"
3270                   chars         256
3271                   dimension     3
3272                   columns       2
3273                   graphic       2
3274                   direction     l2r
3275                   =>iso-ir      177
3276                   mother        =ucs))
3277
3278   (make-charset '=>iwds-1
3279                 "The IRG Working Document Series 1: List of UCV of Ideograhs."
3280                 '(long-name     "IWDS 1: List of UCV"
3281                   chars         256
3282                   dimension     2
3283                   columns       2
3284                   graphic       2
3285                   direction     l2r))
3286
3287   (make-charset '=>ucs@iwds-1
3288                 "UCS abstract characters based on IWDS-1."
3289                 '(long-name     "UCS based on IWDS-1"
3290                   chars         256
3291                   dimension     3
3292                   columns       2
3293                   graphic       2
3294                   direction     l2r
3295                   =>iso-ir      177
3296                   mother        =ucs))
3297
3298   (make-charset '=>ucs@component
3299                 "UCS encoding for abstract components of IWDS-1."
3300                 '(long-name     "UCS for IWDS-1 abstract components"
3301                   chars         256
3302                   dimension     3
3303                   columns       2
3304                   graphic       2
3305                   direction     l2r
3306                   =>iso-ir      177
3307                   mother        =ucs))
3308
3309   (make-charset '=>ucs@hanyo-denshi
3310                 "UCS abstract characters based on Han'you-Denshi collection."
3311                 '(long-name     "UCS base characters of Han'you-Denshi"
3312                   chars         256
3313                   dimension     3
3314                   columns       2
3315                   graphic       2
3316                   direction     l2r
3317                   =>iso-ir      177
3318                   mother        =ucs))
3319
3320   (make-charset '=>ucs@iso
3321                 "Abstract characters of ISO/IEC 10646 representatives"
3322                 '(long-name     "UCS characters for ISO"
3323                   chars         256
3324                   dimension     3
3325                   columns       2
3326                   graphic       2
3327                   direction     l2r
3328                   =>iso-ir      177
3329                   mother        =ucs))
3330   (make-charset '=>ucs@unicode
3331                 "Abstract characters of Unicode representatives"
3332                 '(long-name     "UCS characters for Unicode"
3333                   chars         256
3334                   dimension     3
3335                   columns       2
3336                   graphic       2
3337                   direction     l2r
3338                   =>iso-ir      177
3339                   mother        =>ucs@iso))
3340   (make-charset '=>ucs@jis
3341                 "UCS representative characters for JIS X0208/0212/0213"
3342                 '(long-name     "UCS characters for JIS"
3343                   chars         256
3344                   dimension     3
3345                   columns       2
3346                   graphic       2
3347                   direction     l2r
3348                   =>iso-ir      177
3349                   mother        =>ucs@unicode))
3350   (make-charset '=>ucs@ks
3351                 "UCS representative characters for Korean Standards"
3352                 '(long-name     "UCS characters for KS"
3353                   chars         256
3354                   dimension     3
3355                   columns       2
3356                   graphic       2
3357                   direction     l2r
3358                   =>iso-ir      177
3359                   mother        =>ucs@unicode))
3360   (make-charset '=>ucs@cns
3361                 "UCS representatives characters for CNS 11643 sources"
3362                 '(long-name     "UCS characters for CNS 11643"
3363                   chars         256
3364                   dimension     3
3365                   columns       2
3366                   graphic       2
3367                   direction     l2r
3368                   =>iso-ir      177
3369                   mother        =>ucs@unicode))
3370
3371   (make-charset '=+>ucs@iso
3372                 "UCS based on ISO/IEC 10646 representative glyphs"
3373                 '(long-name     "Unified abstract glyphs of UCS"
3374                   chars         256
3375                   dimension     3
3376                   columns       2
3377                   graphic       2
3378                   direction     l2r
3379                   =>iso-ir      177
3380                   mother        =>ucs@iso))
3381   (make-charset '=+>ucs@unicode
3382                 "Unicode representative unified abstract glyphs"
3383                 '(long-name     "UCS unified abstract glyphs for Unicode"
3384                   chars         256
3385                   dimension     3
3386                   columns       2
3387                   graphic       2
3388                   direction     l2r
3389                   =>iso-ir      177
3390                   mother        =+>ucs@iso))
3391   (make-charset '=+>ucs@jis
3392                 "UCS based on Japanese usual unification"
3393                 '(long-name     "UCS unified abstract glyphs for JP"
3394                   chars         256
3395                   dimension     3
3396                   columns       2
3397                   graphic       2
3398                   direction     l2r
3399                   =>iso-ir      177
3400                   mother        =+>ucs@unicode))
3401   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
3402   (make-charset '=+>ucs@jis/1990
3403                 "UCS representative characters for JIS X0208/0212:1990"
3404                 '(long-name     "UCS characters for JIS:1990"
3405                   chars         256
3406                   dimension     3
3407                   columns       2
3408                   graphic       2
3409                   direction     l2r
3410                   =>iso-ir      177
3411                   mother        =+>ucs@jis))
3412   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
3413   (make-charset '=+>ucs@jis/2004
3414                 "UCS representative characters for JIS X 0213:2004"
3415                 '(long-name     "UCS characters for JIS:2004"
3416                   chars         256
3417                   dimension     3
3418                   columns       2
3419                   graphic       2
3420                   direction     l2r
3421                   =>iso-ir      177
3422                   mother        =+>ucs@jis))
3423   (make-charset '=+>ucs@ks
3424                 "UCS representative unified abstract glyphs for Korean Standards"
3425                 '(long-name     "UCS unified abstract glyphs for KS"
3426                   chars         256
3427                   dimension     3
3428                   columns       2
3429                   graphic       2
3430                   direction     l2r
3431                   =>iso-ir      177
3432                   mother        =+>ucs@unicode))
3433   (make-charset '=+>ucs@cns
3434                 "UCS representatives unified abstract glyphs for CNS 11643 sources"
3435                 '(long-name     "UCS unified abstract glyphs for CNS"
3436                   chars         256
3437                   dimension     3
3438                   columns       2
3439                   graphic       2
3440                   direction     l2r
3441                   =>iso-ir      177
3442                   mother        =+>ucs@unicode))
3443
3444   (make-charset '=ucs@iso
3445                 "ISO/IEC 10646 for its representative glyphs"
3446                 '(long-name     "UCS for ISO"
3447                   chars         256
3448                   dimension     3
3449                   columns       2
3450                   graphic       2
3451                   direction     l2r
3452                   =>iso-ir      177
3453                   mother        =+>ucs@iso
3454                   ))
3455   (make-charset '=ucs@unicode
3456                 "Unicode for its representative glyphs"
3457                 '(long-name     "UCS for Unicode"
3458                   chars         256
3459                   dimension     3
3460                   columns       2
3461                   graphic       2
3462                   direction     l2r
3463                   =>iso-ir      177
3464                   mother        =ucs@iso))
3465   (make-charset '=ucs@gb
3466                 "ISO/IEC 10646 for GB"
3467                 '(long-name     "UCS for GB"
3468                   chars         256
3469                   dimension     3
3470                   columns       2
3471                   graphic       2
3472                   direction     l2r
3473                   =>iso-ir      177
3474                   mother        =ucs@unicode))
3475   (define-charset-alias 'ucs-gb '=ucs@gb)
3476   (make-charset '=ucs@gb/fw
3477                 "ISO/IEC 10646 for GB with fullwidth"
3478                 '(long-name     "UCS for GB-fullwidth"
3479                   chars         256
3480                   dimension     3
3481                   columns       2
3482                   graphic       2
3483                   direction     l2r
3484                   =>iso-ir      177
3485                   mother        =ucs@gb))
3486   (make-charset '=ucs-bmp@gb
3487                 "ISO/IEC 10646 BMP for GB"
3488                 '(long-name     "BMP for GB"
3489                   chars         256
3490                   dimension     3
3491                   columns       2
3492                   graphic       2
3493                   direction     l2r
3494                   mother        =ucs@gb
3495                   min-code      #x0000
3496                   max-code      #xFFFF))
3497   (make-charset '=ucs@cns
3498                 "ISO/IEC 10646 for CNS 11643"
3499                 '(long-name     "UCS for CNS"
3500                   chars         256
3501                   dimension     3
3502                   columns       2
3503                   graphic       2
3504                   direction     l2r
3505                   =>iso-ir      177
3506                   mother        =ucs@unicode))
3507   (define-charset-alias 'ucs-cns '=ucs@cns)
3508   (make-charset '=ucs@cns/fw
3509                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
3510                 '(long-name     "UCS for CNS-fullwidth"
3511                   chars         256
3512                   dimension     3
3513                   columns       2
3514                   graphic       2
3515                   direction     l2r
3516                   =>iso-ir      177
3517                   mother        =ucs@cns))
3518   (make-charset '=ucs-bmp@cns
3519                 "ISO/IEC 10646 BMP for CNS"
3520                 '(long-name     "BMP for CNS"
3521                   chars         256
3522                   dimension     3
3523                   columns       2
3524                   graphic       2
3525                   direction     l2r
3526                   mother        =ucs@cns
3527                   min-code      #x0000
3528                   max-code      #xFFFF))
3529   (make-charset '=ucs@jis
3530                 "ISO/IEC 10646 for JIS X0208/0212/0213"
3531                 '(long-name     "UCS for JIS"
3532                   chars         256
3533                   dimension     3
3534                   columns       2
3535                   graphic       2
3536                   direction     l2r
3537                   =>iso-ir      177
3538                   mother        =ucs@unicode))
3539   (define-charset-alias 'ucs-jis '=ucs@jis)
3540   (make-charset '=ucs@jis/fw
3541                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
3542                 '(long-name     "UCS for JIS-fullwidth"
3543                   chars         256
3544                   dimension     3
3545                   columns       2
3546                   graphic       2
3547                   direction     l2r
3548                   =>iso-ir      177
3549                   mother        =ucs@jis))
3550   (make-charset '=ucs-bmp@jis
3551                 "ISO/IEC 10646 BMP for JIS"
3552                 '(long-name     "BMP for JIS"
3553                   chars         256
3554                   dimension     3
3555                   columns       2
3556                   graphic       2
3557                   direction     l2r
3558                   mother        =ucs@jis
3559                   min-code      #x0000
3560                   max-code      #xFFFF))
3561   ;; (make-charset '=ucs@jis/1983
3562   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
3563   ;;               '(long-name     "UCS for JIS:1983"
3564   ;;                 chars         256
3565   ;;                 dimension     3
3566   ;;                 columns       2
3567   ;;                 graphic       2
3568   ;;                 direction     l2r
3569   ;;                 =>iso-ir      177
3570   ;;                 mother        =ucs@jis))
3571   (make-charset '=ucs@jis/1990
3572                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
3573                 '(long-name     "UCS for JIS:1990"
3574                   chars         256
3575                   dimension     3
3576                   columns       2
3577                   graphic       2
3578                   direction     l2r
3579                   =>iso-ir      177
3580                   mother        =ucs@jis))
3581   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
3582   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
3583   (make-charset '=ucs@jis/2000
3584                 "ISO/IEC 10646 for JIS X 0213:2000"
3585                 '(long-name     "UCS for JIS:2000"
3586                   chars         256
3587                   dimension     3
3588                   columns       2
3589                   graphic       2
3590                   direction     l2r
3591                   =>iso-ir      177
3592                   mother        =ucs@jis))
3593   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
3594   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
3595   (make-charset '=ucs@jis/2004
3596                 "ISO/IEC 10646 for JIS X 0213:2004"
3597                 '(long-name     "UCS for JIS:2004"
3598                   chars         256
3599                   dimension     3
3600                   columns       2
3601                   graphic       2
3602                   direction     l2r
3603                   =>iso-ir      177
3604                   mother        =ucs@jis))
3605   (make-charset '=ucs@JP
3606                 "UCS for common glyphs used in Japan"
3607                 '(long-name     "UCS for Japan"
3608                   chars         256
3609                   dimension     3
3610                   columns       2
3611                   graphic       2
3612                   direction     l2r
3613                   =>iso-ir      177
3614                   mother        =ucs@jis/2004))
3615   (define-charset-alias '=ucs@jp '=ucs@JP)
3616   (make-charset '=ucs@JP/hanazono
3617                 "Japanese glyph-images of Hanazono Mincho"
3618                 '(long-name     "UCS for Hana-Min"
3619                   chars         256
3620                   dimension     3
3621                   columns       2
3622                   graphic       2
3623                   direction     l2r
3624                   =>iso-ir      177
3625                   mother        =ucs@JP))
3626   (make-charset '=ucs@ks
3627                 "ISO/IEC 10646 for Korean Standards"
3628                 '(long-name     "UCS for KS"
3629                   chars         256
3630                   dimension     3
3631                   columns       2
3632                   graphic       2
3633                   direction     l2r
3634                   =>iso-ir      177
3635                   mother        =ucs@unicode))
3636   (define-charset-alias 'ucs-ks '=ucs@ks)
3637   (make-charset '=ucs@ks/2012
3638                 "Mapping for Korean Standards in ISO/IEC 10646:2012"
3639                 '(long-name     "UCS:2012 for KS"
3640                   chars         256
3641                   dimension     3
3642                   columns       2
3643                   graphic       2
3644                   direction     l2r
3645                   =>iso-ir      177
3646                   mother        =ucs@ks))
3647   (make-charset '=ucs-bmp@ks
3648                 "ISO/IEC 10646 BMP for KS"
3649                 '(long-name     "BMP for KS"
3650                   chars         256
3651                   dimension     3
3652                   columns       2
3653                   graphic       2
3654                   direction     l2r
3655                   mother        =ucs@ks
3656                   min-code      #x0000
3657                   max-code      #xFFFF))
3658   (make-charset '=ucs@cns11643
3659                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
3660                 '(long-name     "UCS for CNS11643"
3661                   chars         256
3662                   dimension     3
3663                   columns       2
3664                   graphic       2
3665                   direction     l2r
3666                   =>iso-ir      177
3667                   mother        =ucs@cns))
3668   (make-charset '=ucs@big5
3669                 "ISO/IEC 10646 for Big5"
3670                 '(long-name     "UCS for Big5"
3671                   chars         256
3672                   dimension     3
3673                   columns       2
3674                   graphic       2
3675                   direction     l2r
3676                   =>iso-ir      177
3677                   mother        =ucs@cns
3678                   ;; mother     =>>ucs@cns
3679                   ))
3680   (define-charset-alias 'ucs-big5 '=ucs@big5)
3681   (make-charset '=ucs@big5/cns11643
3682                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
3683                 '(long-name     "UCS for Big5@CNS11643"
3684                   chars         256
3685                   dimension     3
3686                   columns       2
3687                   graphic       2
3688                   direction     l2r
3689                   =>iso-ir      177
3690                   mother        =ucs@big5))
3691
3692   (make-charset '=>>ucs@iso
3693                 "Representative abstract-glyphs of ISO/IEC 10646"
3694                 '(long-name     "UCS abstract glyphs for UCS"
3695                   chars         256
3696                   dimension     3
3697                   columns       2
3698                   graphic       2
3699                   direction     l2r
3700                   =>iso-ir      177
3701                   mother        =ucs@iso))
3702   (make-charset '=>>ucs@unicode
3703                 "Representative abstract-glyphs of Unicode"
3704                 '(long-name     "Unicode abstract glyphs"
3705                   chars         256
3706                   dimension     3
3707                   columns       2
3708                   graphic       2
3709                   direction     l2r
3710                   =>iso-ir      177
3711                   mother        =>>ucs@iso))
3712   (make-charset '=>>ucs@jis
3713                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
3714                 '(long-name     "UCS abstract glyphs for JIS"
3715                   chars         256
3716                   dimension     3
3717                   columns       2
3718                   graphic       2
3719                   direction     l2r
3720                   =>iso-ir      177
3721                   mother        =>>ucs@unicode))
3722   (make-charset '=>>ucs@jis/1990
3723                 "UCS Representative glyphs for JIS X 0208/0212:1990"
3724                 '(long-name     "UCS glyphs for JIS:1990"
3725                   chars         256
3726                   dimension     3
3727                   columns       2
3728                   graphic       2
3729                   direction     l2r
3730                   =>iso-ir      177
3731                   mother        =>>ucs@jis))
3732   (make-charset '=>>ucs@jis/2000
3733                 "UCS Representative glyphs for JIS X 0213:2000"
3734                 '(long-name     "UCS glyphs for JIS:2000"
3735                   chars         256
3736                   dimension     3
3737                   columns       2
3738                   graphic       2
3739                   direction     l2r
3740                   =>iso-ir      177
3741                   mother        =>>ucs@jis))
3742   (make-charset '=>>ucs@jis/2004
3743                 "UCS Representative glyphs for JIS X 0213:2004"
3744                 '(long-name     "UCS glyphs for JIS:2004"
3745                   chars         256
3746                   dimension     3
3747                   columns       2
3748                   graphic       2
3749                   direction     l2r
3750                   =>iso-ir      177
3751                   mother        =>>ucs@jis))
3752   (make-charset '=>>ucs@JP
3753                 "UCS abstract-glyphs based on Japanese style glyphs"
3754                 '(long-name     "UCS glyphs for JP"
3755                   chars         256
3756                   dimension     3
3757                   columns       2
3758                   graphic       2
3759                   direction     l2r
3760                   =>iso-ir      177
3761                   mother        =>>ucs@jis/2004))
3762   (make-charset '=>>ucs@ks
3763                 "UCS Representative glyphs for Korean Standards"
3764                 '(long-name     "UCS glyphs for KS"
3765                   chars         256
3766                   dimension     3
3767                   columns       2
3768                   graphic       2
3769                   direction     l2r
3770                   =>iso-ir      177
3771                   mother        =>>ucs@unicode))
3772   (make-charset '=>>ucs@cns
3773                 "UCS Representative glyphs for CNS 11643 sources"
3774                 '(long-name     "UCS glyphs for CNS"
3775                   chars         256
3776                   dimension     3
3777                   columns       2
3778                   graphic       2
3779                   direction     l2r
3780                   =>iso-ir      177
3781                   mother        =>>ucs@unicode))
3782
3783   (make-charset '==ucs@iso
3784                 "Representative glyph-forms of ISO/IEC 10646."
3785                 '(long-name     "UCS glyph-forms for UCS"
3786                   chars         256
3787                   dimension     3
3788                   columns       2
3789                   graphic       2
3790                   direction     l2r
3791                   =>iso-ir      177
3792                   mother        =>>ucs@iso))
3793   (define-charset-alias '=>>>ucs@iso '==ucs@iso)
3794   (make-charset '==ucs@unicode
3795                 "Representative glyph-forms of Unicode."
3796                 '(long-name     "UCS glyph-forms for Unicode"
3797                   chars         256
3798                   dimension     3
3799                   columns       2
3800                   graphic       2
3801                   direction     l2r
3802                   =>iso-ir      177
3803                   mother        ==ucs@iso))
3804   (define-charset-alias '=>>>ucs@unicode '==ucs@unicode)
3805   (make-charset '==ucs@gb
3806                 "ISO/IEC 10646 for GB"
3807                 '(long-name     "UCS for GB"
3808                   chars         256
3809                   dimension     3
3810                   columns       2
3811                   graphic       2
3812                   direction     l2r
3813                   =>iso-ir      177
3814                   mother        ==ucs@unicode))
3815   (make-charset '==ucs-bmp@gb
3816                 "ISO/IEC 10646 BMP for GB"
3817                 '(long-name     "BMP for GB"
3818                   chars         256
3819                   dimension     3
3820                   columns       2
3821                   graphic       2
3822                   direction     l2r
3823                   mother        ==ucs@gb
3824                   min-code      #x0000
3825                   max-code      #xFFFF))
3826   (make-charset '==ucs@cns
3827                 "UCS Representative glyph-forms for CNS 11643 sources."
3828                 '(long-name     "UCS glyph-forms for CNS"
3829                   chars         256
3830                   dimension     3
3831                   columns       2
3832                   graphic       2
3833                   direction     l2r
3834                   =>iso-ir      177
3835                   mother        ==ucs@unicode))
3836   (define-charset-alias '=>>>ucs@cns '==ucs@cns)
3837   (make-charset '==ucs-bmp@cns
3838                 "ISO/IEC 10646 BMP for CNS"
3839                 '(long-name     "BMP for CNS"
3840                   chars         256
3841                   dimension     3
3842                   columns       2
3843                   graphic       2
3844                   direction     l2r
3845                   mother        ==ucs@cns
3846                   min-code      #x0000
3847                   max-code      #xFFFF))
3848   (make-charset '==ucs@jis
3849                 "UCS Representative glyph-forms for JIS X0208/0212/0213."
3850                 '(long-name     "UCS glyph-forms for JIS"
3851                   chars         256
3852                   dimension     3
3853                   columns       2
3854                   graphic       2
3855                   direction     l2r
3856                   =>iso-ir      177
3857                   mother        ==ucs@unicode))
3858   (define-charset-alias '=>>>ucs@jis '==ucs@jis)
3859   (make-charset '==ucs@jis/1990
3860                 "UCS Representative glyph-forms for JIS X 0208/0212:1990."
3861                 '(long-name     "UCS glyph-forms for JIS:1990"
3862                   chars         256
3863                   dimension     3
3864                   columns       2
3865                   graphic       2
3866                   direction     l2r
3867                   =>iso-ir      177
3868                   mother        ==ucs@jis))
3869   (define-charset-alias '=>>>ucs@jis/1990 '==ucs@jis/1990)
3870   (make-charset '==ucs@jis/2000
3871                 "UCS Representative glyph-forms for JIS X 0213:2000."
3872                 '(long-name     "UCS glyph-forms for JIS:2000"
3873                   chars         256
3874                   dimension     3
3875                   columns       2
3876                   graphic       2
3877                   direction     l2r
3878                   =>iso-ir      177
3879                   mother        ==ucs@jis))
3880   (define-charset-alias '=>>>ucs@jis/2000 '==ucs@jis/2000)
3881   (make-charset '==ucs@jis/2004
3882                 "UCS Representative glyph-forms for JIS X 0213:2004."
3883                 '(long-name     "UCS glyph-forms for JIS:2004"
3884                   chars         256
3885                   dimension     3
3886                   columns       2
3887                   graphic       2
3888                   direction     l2r
3889                   =>iso-ir      177
3890                   mother        ==ucs@jis))
3891   (define-charset-alias '=>>>ucs@jis/2004 '==ucs@jis/2004)
3892   (make-charset '==ucs@JP
3893                 "UCS for common glyph-forms used in Japan."
3894                 '(long-name     "UCS for Japan"
3895                   chars         256
3896                   dimension     3
3897                   columns       2
3898                   graphic       2
3899                   direction     l2r
3900                   =>iso-ir      177
3901                   mother        ==ucs@jis/2004))
3902   (make-charset '==ucs@JP/hanazono
3903                 "Japanese glyph-forms of Hanazono Mincho."
3904                 '(long-name     "UCS for Hana-Min"
3905                   chars         256
3906                   dimension     3
3907                   columns       2
3908                   graphic       2
3909                   direction     l2r
3910                   =>iso-ir      177
3911                   mother        ==ucs@JP))
3912   (make-charset '==ucs@ks
3913                 "UCS Representative glyph-forms for Korean Standards."
3914                 '(long-name     "UCS glyph-forms for KS"
3915                   chars         256
3916                   dimension     3
3917                   columns       2
3918                   graphic       2
3919                   direction     l2r
3920                   =>iso-ir      177
3921                   mother        ==ucs@unicode))
3922   (define-charset-alias '=>>>ucs@ks '==ucs@ks)
3923   (make-charset '==ucs-bmp@ks
3924                 "ISO/IEC 10646 BMP for KS."
3925                 '(long-name     "BMP for KS"
3926                   chars         256
3927                   dimension     3
3928                   columns       2
3929                   graphic       2
3930                   direction     l2r
3931                   mother        ==ucs@ks
3932                   min-code      #x0000
3933                   max-code      #xFFFF))
3934   (make-charset '==ucs@cns11643
3935                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw."
3936                 '(long-name     "UCS for CNS11643"
3937                   chars         256
3938                   dimension     3
3939                   columns       2
3940                   graphic       2
3941                   direction     l2r
3942                   =>iso-ir      177
3943                   mother        ==ucs@cns))
3944
3945   (make-charset '===ucs@iso
3946                 "ISO/IEC 10646-2 representative glyph-images."
3947                 '(long-name     "ISO rep-images for UCS"
3948                   chars         256
3949                   dimension     3
3950                   columns       2
3951                   graphic       2
3952                   direction     l2r
3953                   =>iso-ir      177
3954                   mother        ==ucs@iso))
3955   (make-charset '===ucs@unicode
3956                 "Unicode for its representative glyph-images."
3957                 '(long-name     "UCS for Unicode"
3958                   chars         256
3959                   dimension     3
3960                   columns       2
3961                   graphic       2
3962                   direction     l2r
3963                   =>iso-ir      177
3964                   mother        ==ucs@unicode))
3965   (make-charset '===ucs@gb
3966                 "UCS representative glyph-images of GB."
3967                 '(long-name     "UCS rep-images for GB"
3968                   chars         256
3969                   dimension     3
3970                   columns       2
3971                   graphic       2
3972                   direction     l2r
3973                   =>iso-ir      177
3974                   mother        ===ucs@unicode))
3975   (make-charset '===ucs@ks
3976                 "UCS representative glyph-images of Korean Standards."
3977                 '(long-name     "UCS rep-images for KS"
3978                   chars         256
3979                   dimension     3
3980                   columns       2
3981                   graphic       2
3982                   direction     l2r
3983                   =>iso-ir      177
3984                   mother        ==ucs@ks))
3985
3986   (make-charset '=ucs-var-001
3987                 "uXXXX-var-001 glyph-images of GlyphWiki"
3988                 '(long-name     "UCS-var-001"
3989                   chars         256
3990                   dimension     3
3991                   columns       2
3992                   graphic       2
3993                   direction     l2r
3994                   ;; =>iso-ir   177
3995                   mother        =ucs))
3996   (make-charset '=ucs-bmp-var-001
3997                 "uXXXX-var-001 glyph-images in BMP"
3998                 '(long-name     "UCS-BMP-var-001"
3999                   chars         256
4000                   dimension     2
4001                   columns       2
4002                   graphic       2
4003                   direction     l2r
4004                   ;; =>iso-ir   177
4005                   mother        =ucs-var-001
4006                   min-code #x2E00
4007                   max-code #x9FCC
4008                   registry "ucs\\.var001-0"))
4009   (make-charset '=ucs-var-002
4010                 "uXXXX-var-002 glyph-images of GlyphWiki"
4011                 '(long-name     "UCS-var-002"
4012                   chars         256
4013                   dimension     3
4014                   columns       2
4015                   graphic       2
4016                   direction     l2r
4017                   ;; =>iso-ir   177
4018                   mother        =ucs))
4019   (make-charset '=ucs-bmp-var-002
4020                 "uXXXX-var-002 glyph-images in BMP"
4021                 '(long-name     "UCS-BMP-var-002"
4022                   chars         256
4023                   dimension     2
4024                   columns       2
4025                   graphic       2
4026                   direction     l2r
4027                   ;; =>iso-ir   177
4028                   mother        =ucs-var-002
4029                   min-code #x2E00
4030                   max-code #x9FCC
4031                   registry "ucs\\.var002-0"))
4032   (make-charset '=ucs-var-003
4033                 "uXXXX-var-003 glyph-images of GlyphWiki"
4034                 '(long-name     "UCS-var-003"
4035                   chars         256
4036                   dimension     3
4037                   columns       2
4038                   graphic       2
4039                   direction     l2r
4040                   ;; =>iso-ir   177
4041                   mother        =ucs))
4042   (make-charset '=ucs-bmp-var-003
4043                 "uXXXX-var-003 glyph-images in BMP"
4044                 '(long-name     "UCS-BMP-var-003"
4045                   chars         256
4046                   dimension     2
4047                   columns       2
4048                   graphic       2
4049                   direction     l2r
4050                   ;; =>iso-ir   177
4051                   mother        =ucs-var-003
4052                   min-code #x2E00
4053                   max-code #x9FCC
4054                   registry "ucs\\.var003-0"))
4055   (make-charset '=ucs-itaiji-002
4056                 "uXXXX-itaiji-002 glyphs of GlyphWiki"
4057                 '(long-name     "UCS-itaiji-002"
4058                   chars         256
4059                   dimension     3
4060                   columns       2
4061                   graphic       2
4062                   direction     l2r
4063                   ;; =>iso-ir   177
4064                   mother        =ucs))
4065   (make-charset '=ucs-bmp-itaiji-002
4066                 "uXXXX-itaiji-002 glyph-images in BMP"
4067                 '(long-name     "UCS-BMP-itaiji-002"
4068                   chars         256
4069                   dimension     2
4070                   columns       2
4071                   graphic       2
4072                   direction     l2r
4073                   ;; =>iso-ir   177
4074                   mother        =ucs-itaiji-002
4075                   min-code #x2E00
4076                   max-code #x9FCC
4077                   registry "ucs\\.itaiji002-0"))
4078   (make-charset '=ucs-itaiji-084
4079                 "uXXXX-itaiji-084 glyph-images of GlyphWiki"
4080                 '(long-name     "UCS-itaiji-084"
4081                   chars         256
4082                   dimension     3
4083                   columns       2
4084                   graphic       2
4085                   direction     l2r
4086                   ;; =>iso-ir   177
4087                   mother        =ucs))
4088   (make-charset '=ucs-bmp-itaiji-084
4089                 "uXXXX-itaiji-084 glyph-images in BMP"
4090                 '(long-name     "UCS-BMP-itaiji-084"
4091                   chars         256
4092                   dimension     2
4093                   columns       2
4094                   graphic       2
4095                   direction     l2r
4096                   ;; =>iso-ir   177
4097                   mother        =ucs-itaiji-084
4098                   min-code #x2E00
4099                   max-code #x9FCC
4100                   registry "ucs\\.itaiji084-0"))
4101
4102   (make-charset
4103    '=ucs-radicals
4104    "CJK Radicals of UCS"
4105    '(long-name "UCS-Radicals"
4106                chars 256
4107                dimension 2
4108                columns 2
4109                graphic 2
4110                direction l2r
4111                registry "-zhRadicals-.*-ucs-0"
4112                mother ucs-bmp
4113                min-code #x2E00 max-code #x2FFF))
4114   (make-charset
4115    '=ucs-radicals@unicode
4116    "CJK Radicals of UCS"
4117    '(long-name "UCS-Radicals"
4118                chars 256
4119                dimension 2
4120                columns 2
4121                graphic 2
4122                direction l2r
4123                registry "-zhRadicals-.*-ucs-0"
4124                mother =ucs@unicode
4125                min-code #x2E00 max-code #x2FFF))
4126   (make-charset
4127    '==ucs-radicals@unicode
4128    "CJK Radicals of UCS"
4129    '(long-name "UCS-Radicals"
4130                chars 256
4131                dimension 2
4132                columns 2
4133                graphic 2
4134                direction l2r
4135                registry "-zhRadicals-.*-ucs-0"
4136                mother ==ucs@unicode
4137                min-code #x2E00 max-code #x2FFF))
4138   (make-charset
4139    '=ucs-hangul
4140    "Hangul Syllables of UCS"
4141    '(long-name "UCS-Hangul-Syllables"
4142                chars 256
4143                dimension 2
4144                columns 2
4145                graphic 2
4146                direction l2r
4147                registry "-Hangul-.*-ucs-0"
4148                mother =ucs
4149                min-code #xAC00 max-code #xD7AF))
4150   (make-charset
4151    '=ucs-bmp-cjk
4152    "CJK Characters in BMP of UCS"
4153    '(long-name "UCS-BMP-CJK"
4154                chars 256
4155                dimension 2
4156                columns 2
4157                graphic 2
4158                direction l2r
4159                registry "-zh-.*-ucs-0"
4160                mother ucs-bmp
4161                min-code #x2E00
4162                max-code #x9FA5
4163                ;; max-code #x9FCC
4164                ;; max-code #xA4CF
4165                ))
4166   (make-charset
4167    '=ucs-bmp-cjk@gb
4168    "CJK Characters in BMP with GB representative glyph-images."
4169    '(long-name "CJK in BMP@GB"
4170                chars 256
4171                dimension 2
4172                columns 2
4173                graphic 2
4174                direction l2r
4175                registry "-zh-.*-ucs-0"
4176                mother =ucs@gb
4177                min-code #x2E00
4178                max-code #x9FA5
4179                ;; max-code #x9FCC
4180                ;; max-code #xA4CF
4181                ))
4182   (make-charset
4183    '==ucs-bmp-cjk@gb
4184    "CJK Characters in BMP with GB representative glyph-images."
4185    '(long-name "CJK in BMP@GB"
4186                chars 256
4187                dimension 2
4188                columns 2
4189                graphic 2
4190                direction l2r
4191                registry "-zh-.*-ucs-0"
4192                mother ==ucs@gb
4193                min-code #x2E00
4194                max-code #x9FA5
4195                ;; max-code #x9FCC
4196                ;; max-code #xA4CF
4197                ))
4198   (make-charset
4199    '===ucs-bmp-cjk@gb
4200    "CJK Characters in BMP with GB representative glyph-images."
4201    '(long-name "CJK in BMP@GB"
4202                chars 256
4203                dimension 2
4204                columns 2
4205                graphic 2
4206                direction l2r
4207                registry "-zh-.*-ucs-0"
4208                mother ===ucs@gb
4209                min-code #x2E00
4210                max-code #x9FA5
4211                ;; max-code #x9FCC
4212                ;; max-code #xA4CF
4213                ))
4214   (make-charset
4215    '=ucs-bmp-cjk@JP
4216    "CJK Characters in BMP with JIS representative glyphs"
4217    '(long-name "CJK in BMP@JP"
4218                chars 256
4219                dimension 2
4220                columns 2
4221                graphic 2
4222                direction l2r
4223                registry "-ja-.*-ucs-0"
4224                mother =ucs@JP
4225                min-code #x2E00
4226                max-code #x9FCC
4227                ;; max-code #xA4CF
4228                ))
4229   (make-charset
4230    '=ucs-bmp-cjk@JP/hanazono
4231    "CJK Characters in BMP with Hanazono font"
4232    '(long-name "CJK in BMP@JP/Hanazono"
4233                chars 256
4234                dimension 2
4235                columns 2
4236                graphic 2
4237                direction l2r
4238                registry "-ja-.*-ucs-0"
4239                mother =ucs@JP/hanazono
4240                min-code #x2E00
4241                max-code #x9FCC
4242                ;; max-code #xA4CF
4243                ))
4244   (make-charset
4245    '==ucs-bmp-cjk@JP/hanazono
4246    "CJK Characters in BMP with Hanazono font"
4247    '(long-name "CJK in BMP@JP/Hanazono"
4248                chars 256
4249                dimension 2
4250                columns 2
4251                graphic 2
4252                direction l2r
4253                registry "-ja-.*-ucs-0"
4254                mother ==ucs@JP/hanazono
4255                min-code #x2E00
4256                max-code #x9FCC
4257                ;; max-code #xA4CF
4258                ))
4259   (make-charset
4260    '=+>ucs-bmp-cjk@unicode
4261    "Unicode representative characters of CJK Unified Ideographs in BMP"
4262    '(long-name "Unicode-BMP-CJK unified abstract glyphs"
4263                chars 256
4264                dimension 2
4265                columns 2
4266                graphic 2
4267                direction l2r
4268                registry "-zh-.*-ucs-0"
4269                mother =+>ucs@unicode
4270                min-code #x2E00
4271                max-code #x9FA5
4272                ;; max-code #x9FCC
4273                ;; max-code #xA4CF
4274                ))
4275   (make-charset
4276    '=>ucs-bmp-cjk@unicode
4277    "Unicode representative characters of CJK Unified Ideographs in BMP"
4278    '(long-name "Unicode-BMP-CJK"
4279                chars 256
4280                dimension 2
4281                columns 2
4282                graphic 2
4283                direction l2r
4284                registry "-zh-.*-ucs-0"
4285                mother =>ucs@unicode
4286                min-code #x2E00
4287                max-code #x9FA5
4288                ;; max-code #x9FCC
4289                ;; max-code #xA4CF
4290                ))
4291   (make-charset
4292    '=>ucs-bmp-cjk@component
4293    "CJK Characters in BMP for IWDS-1 abstract components."
4294    '(long-name "CJK in BMP@component"
4295                chars 256
4296                dimension 2
4297                columns 2
4298                graphic 2
4299                direction l2r
4300                registry "-ja-.*-ucs-0"
4301                mother =>ucs@component
4302                min-code #x2E00
4303                max-code #x9FCC
4304                ;; max-code #xA4CF
4305                ))
4306   (make-charset
4307    '==>ucs-bmp-cjk@bucs
4308    "CJK Characters in BMP of BUCS"
4309    '(long-name "BUCS-BMP-CJK"
4310                chars 256
4311                dimension 2
4312                columns 2
4313                graphic 2
4314                direction l2r
4315                registry "-zh-.*-ucs-0"
4316                mother ==>ucs@bucs
4317                min-code #x2E00
4318                max-code #x9FA5
4319                ;; max-code #x9FCC
4320                ;; max-code #xA4CF
4321                ))
4322   (make-charset
4323    '=ucs-bmp-cjk-compat
4324    "CJK Compatibility Ideographs in BMP of UCS"
4325    '(long-name "CJK Compatibility Ideographs"
4326                chars 256
4327                dimension 2
4328                columns 2
4329                graphic 2
4330                direction l2r
4331                registry "-ja-.*-ucs-0"
4332                mother ucs-bmp
4333                min-code #xF900
4334                max-code #xFAFF
4335                ))
4336   (make-charset
4337    '=ucs-bmp-cjk-compat@unicode
4338    "CJK Compatibility Ideographs of Unicode representatives"
4339    '(long-name "CJK Compatibility Ideographs of Unicode"
4340                chars 256
4341                dimension 2
4342                columns 2
4343                graphic 2
4344                direction l2r
4345                registry "-ja-.*-ucs-0"
4346                mother =ucs@unicode
4347                min-code #xF900
4348                max-code #xFAFF
4349                ))
4350   (make-charset
4351    '=+>ucs-bmp-cjk-compat@jis
4352    "CJK Compatibility Ideographs of JIS representatives unified glyphs"
4353    '(long-name "JIS unified glyphs for CJK Compat chars"
4354                chars 256
4355                dimension 2
4356                columns 2
4357                graphic 2
4358                direction l2r
4359                registry "-ja-.*-ucs-0"
4360                mother =+>ucs@jis
4361                min-code #xF900
4362                max-code #xFAFF
4363                ))
4364   (make-charset
4365    '=ucs-sip-ext-b
4366    "CJK Ideographs Extension B"
4367    '(long-name "UCS CJK Ext-B"
4368                chars 256
4369                dimension 2
4370                columns 2
4371                graphic 2
4372                direction l2r
4373                registry "\\(iso10646\\|ucs00\\)-2$"
4374                mother ucs
4375                min-code #x20000 max-code #x2A6D6
4376                code-offset #x20000))
4377   (make-charset
4378    '=ucs-sip@iso
4379    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4380    '(long-name "UCS CJK Ext-B"
4381                chars 256
4382                dimension 2
4383                columns 2
4384                graphic 2
4385                direction l2r
4386                registry "ucs00-2$"
4387                mother =ucs@iso
4388                min-code #x20000 max-code #x2FFFF
4389                code-offset #x20000))
4390   (make-charset
4391    '=ucs-sip-ext-b@iso
4392    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4393    '(long-name "UCS CJK Ext-B"
4394                chars 256
4395                dimension 2
4396                columns 2
4397                graphic 2
4398                direction l2r
4399                registry "\\(iso10646\\|ucs00\\)-2$"
4400                mother =ucs@iso
4401                min-code #x20000 max-code #x2A6D6
4402                code-offset #x20000))
4403   (make-charset
4404    '==ucs-sip@iso
4405    "ISO representative abstract-glyph-images of ISO/IEC 10646 Plane 2"
4406    '(long-name "SIP abstract glyph-images"
4407                chars 256
4408                dimension 2
4409                columns 2
4410                graphic 2
4411                direction l2r
4412                registry "\\(ucs00\\)-2$"
4413                mother ==ucs@iso
4414                code-offset #x20000))
4415   (make-charset
4416    '==ucs-sip-ext-b@iso
4417    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4418    '(long-name "UCS CJK Ext-B"
4419                chars 256
4420                dimension 2
4421                columns 2
4422                graphic 2
4423                direction l2r
4424                registry "\\(iso10646\\|ucs00\\)-2$"
4425                mother ==ucs@iso
4426                min-code #x20000 max-code #x2A6D6
4427                code-offset #x20000))
4428   (make-charset
4429    '===ucs-sip@iso
4430    "ISO representative glyph-images of ISO/IEC 10646 Plane 2"
4431    '(long-name "SIP rep-glyph-images"
4432                chars 256
4433                dimension 2
4434                columns 2
4435                graphic 2
4436                direction l2r
4437                registry "\\(ucs00\\)-2$"
4438                mother ===ucs@iso
4439                code-offset #x20000))
4440   (make-charset
4441    '===ucs-sip-ext-b@iso
4442    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4443    '(long-name "UCS CJK Ext-B"
4444                chars 256
4445                dimension 2
4446                columns 2
4447                graphic 2
4448                direction l2r
4449                registry "\\(iso10646\\|ucs00\\)-2$"
4450                mother ===ucs@iso
4451                min-code #x20000 max-code #x2A6D6
4452                code-offset #x20000))
4453   )
4454
4455 ;;; mule-conf.el ends here