(===hng-kda): 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-kak "HNG:開成石經孝經"
2889                 '(long-name "HNG/開成孝經"
2890                   chars         256
2891                   dimension     2
2892                   registry      "hng-17$"
2893                   graphic       2
2894                   columns       2
2895                   direction     l2r))
2896   (make-charset '===hng-sys "HNG:瑜伽師地論卷三十(S.5309)"
2897                 '(long-name "HNG/S5309"
2898                   chars         256
2899                   dimension     2
2900                   registry      "hng-22$"
2901                   graphic       2
2902                   columns       2
2903                   direction     l2r))
2904   (make-charset '===hng-tsu "HNG:通典卷一"
2905                 '(long-name "HNG/通典卷一"
2906                   chars         256
2907                   dimension     2
2908                   registry      "hng-24$"
2909                   graphic       2
2910                   columns       2
2911                   direction     l2r))
2912   (make-charset '===hng-hod "HNG:法藏和尚傳(高山寺本)"
2913                 '(long-name "HNG/法藏和尚"
2914                   chars         256
2915                   dimension     2
2916                   registry      "hng-30$"
2917                   graphic       2
2918                   columns       2
2919                   direction     l2r))
2920   (make-charset '===hng-gok "HNG:後漢書光武帝紀"
2921                 '(long-name "HNG/光武帝紀"
2922                   chars         256
2923                   dimension     2
2924                   registry      "hng-31$"
2925                   graphic       2
2926                   columns       2
2927                   direction     l2r))
2928   (make-charset '===hng-k24 "HNG:日本書紀 卷二十四(寛文九年版)"
2929                 '(long-name "HNG/寛九紀24"
2930                   chars         256
2931                   dimension     2
2932                   registry      "hng-37$"
2933                   graphic       2
2934                   columns       2
2935                   direction     l2r))
2936   (make-charset '===hng-kcj "HNG:日本書紀 卷二(慶長十五年版)"
2937                 '(long-name "HNG/慶長紀2"
2938                   chars         256
2939                   dimension     2
2940                   registry      "hng-42$"
2941                   graphic       2
2942                   columns       2
2943                   direction     l2r))
2944   (make-charset '===hng-kbk "HNG:日本書紀 卷二(寛文九年版)"
2945                 '(long-name "HNG/寛九紀2"
2946                   chars         256
2947                   dimension     2
2948                   registry      "hng-43$"
2949                   graphic       2
2950                   columns       2
2951                   direction     l2r))
2952   (make-charset '===hng-sik "HNG:花嚴經卷八(新羅本寫本)"
2953                 '(long-name "HNG/花嚴新羅"
2954                   chars         256
2955                   dimension     2
2956                   registry      "hng-44$"
2957                   graphic       2
2958                   columns       2
2959                   direction     l2r))
2960   (make-charset '===hng-skk "HNG:華嚴經卷二十(晉本高麗古版)"
2961                 '(long-name "HNG/古麗華20"
2962                   chars         256
2963                   dimension     2
2964                   registry      "hng-46$"
2965                   graphic       2
2966                   columns       2
2967                   direction     l2r))
2968   (make-charset '===hng-kyu "HNG:初麗瑜5"
2969                 '(long-name "HNG/瑜伽師地論卷五(高麗初彫本)"
2970                   chars         256
2971                   dimension     2
2972                   registry      "hng-47$"
2973                   graphic       2
2974                   columns       2
2975                   direction     l2r))
2976   (make-charset '===hng-ksk "HNG:華嚴經卷六(高麗再彫本)"
2977                 '(long-name "HNG/再麗華6"
2978                   chars         256
2979                   dimension     2
2980                   registry      "hng-48$"
2981                   graphic       2
2982                   columns       2
2983                   direction     l2r))
2984   (make-charset '===hng-wan "HNG:華嚴經卷三十八(趙氏藏本)"
2985                 '(long-name "HNG/和寧華38"
2986                   chars         256
2987                   dimension     2
2988                   registry      "hng-49$"
2989                   graphic       2
2990                   columns       2
2991                   direction     l2r))
2992   (make-charset '===hng-kss "HNG:華嚴信種義(明惠自筆)"
2993                 '(long-name "HNG/華嚴信種"
2994                   chars         256
2995                   dimension     2
2996                   registry      "hng-64$"
2997                   graphic       2
2998                   columns       2
2999                   direction     l2r))
3000   (make-charset '===hng-kyo "HNG:教行信証卷四(親鸞自筆)"
3001                 '(long-name "HNG/教行信証"
3002                   chars         256
3003                   dimension     2
3004                   registry      "hng-66$"
3005                   graphic       2
3006                   columns       2
3007                   direction     l2r))
3008   (make-charset '===hng-smk "HNG:西夏版妙法蓮華經卷一"
3009                 '(long-name "HNG/西夏法華"
3010                   chars         256
3011                   dimension     2
3012                   registry      "hng-74$"
3013                   graphic       2
3014                   columns       2
3015                   direction     l2r))
3016
3017   (make-charset '=cbeta "CBETA private characters"
3018                 '(long-name     "CBETA PUA"
3019                   chars         256
3020                   dimension     2
3021                   registry      "cbeta-0"
3022                   graphic       2
3023                   min-code      #xE20000
3024                   max-code      #xE2FFFF
3025                   code-offset   #xE20000
3026                   columns       2
3027                   direction     l2r))
3028   (define-charset-alias 'ideograph-cbeta '=cbeta)
3029   (make-charset '==cbeta "CBETA private characters"
3030                 '(long-name     "CBETA PUA glyph-images"
3031                   chars         256
3032                   dimension     2
3033                   registry      "cbeta-0"
3034                   graphic       2
3035                   columns       2
3036                   direction     l2r
3037                   mother        =cbeta))
3038   (make-charset '===cbeta "CBETA private characters"
3039                 '(long-name     "CBETA PUA glyph-images"
3040                   chars         256
3041                   dimension     2
3042                   registry      "cbeta-0"
3043                   graphic       2
3044                   columns       2
3045                   direction     l2r
3046                   mother        ==cbeta))
3047   (make-charset '=>>cbeta "CBETA abstract glyphs"
3048                 '(long-name     "CBETA glyphs"
3049                   chars         256
3050                   dimension     2
3051                   registry      "cbeta-0"
3052                   graphic       2
3053                   columns       2
3054                   direction     l2r
3055                   mother        =cbeta))
3056   (make-charset '=>cbeta "CBETA abstract characters"
3057                 '(long-name     "CBETA characters"
3058                   chars         256
3059                   dimension     2
3060                   registry      "cbeta-0"
3061                   graphic       2
3062                   columns       2
3063                   direction     l2r
3064                   mother        =cbeta))
3065
3066   (make-charset '=zinbun-oracle
3067                 "Oracle Bones Script"
3068                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
3069                   chars         256
3070                   dimension     2
3071                   registry      "zob1968-0"
3072                   graphic       2
3073                   min-code      #xE70000
3074                   max-code      ,(+ #xE70000 8192)
3075                   code-offset   #xE70000
3076                   columns       2
3077                   direction     l2r))
3078
3079   (make-charset '=>zinbun-oracle
3080                 "Abstract Oracle Bones"
3081                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
3082                   chars         256
3083                   dimension     2
3084                   mother        =zinbun-oracle
3085                   registry      "zob1968-0"
3086                   graphic       2
3087                   columns       2
3088                   direction     l2r))
3089
3090   (make-charset '=jef-china3
3091                 "JEF + CHINA3 private characters"
3092                 '(long-name     "JEF + CHINA3"
3093                   chars         256
3094                   dimension     2
3095                   columns       2
3096                   graphic       2
3097                   direction     l2r
3098                   registry      "china3jef-0"
3099                   min-code      #xE80000
3100                   max-code      #xE8FFFF
3101                   code-offset   #xE80000))
3102   (define-charset-alias 'china3-jef '=jef-china3)
3103   (make-charset '==jef-china3
3104                 "JEF + CHINA3 abstract glyph-images."
3105                 '(long-name     "JEF + CHINA3"
3106                   chars         256
3107                   dimension     2
3108                   columns       2
3109                   graphic       2
3110                   direction     l2r
3111                   registry      "china3jef-0"
3112                   mother        =jef-china3))
3113   (make-charset '===jef-china3
3114                 "JEF + CHINA3 glyph-images."
3115                 '(long-name     "JEF-CHINA3 glyph-images"
3116                   chars         256
3117                   dimension     2
3118                   columns       2
3119                   graphic       2
3120                   direction     l2r
3121                   registry      "china3jef-0"
3122                   mother        ==jef-china3))
3123
3124   (make-charset '=ruimoku-v6
3125                 "private characters used in RUIMOKU Version.6"
3126                 `(long-name     "RUI6"
3127                   chars         256
3128                   dimension     2
3129                   columns       2
3130                   graphic       2
3131                   direction     l2r
3132                   registry      "rui6-0"
3133                   ;; mother     ucs
3134                   min-code      #xE90000 ; #xE000
3135                   max-code      #xE908FF ; #xE8FF
3136                   code-offset   ,(- #xE90000 #xE000)))
3137   (make-charset '==ruimoku-v6
3138                 "RUIMOKU Version.6 glyph-images."
3139                 '(long-name     "RUI6 glyph-images."
3140                   chars         256
3141                   dimension     2
3142                   columns       2
3143                   graphic       2
3144                   direction     l2r
3145                   registry      "rui6-0"
3146                   mother        =ruimoku-v6))
3147   (make-charset '===ruimoku-v6
3148                 "RUIMOKU Version.6 representative glyph-images."
3149                 '(long-name     "RUI6 rep-glyph-images."
3150                   chars         256
3151                   dimension     2
3152                   columns       2
3153                   graphic       2
3154                   direction     l2r
3155                   registry      "rui6-0"
3156                   mother        ==ruimoku-v6))
3157   (make-charset '=>>ruimoku-v6
3158                 "RUIMOKU Version.6 glyphs"
3159                 '(long-name     "RUI6 glyphs"
3160                   chars         256
3161                   dimension     2
3162                   columns       2
3163                   graphic       2
3164                   direction     l2r
3165                   registry      "rui6-0"
3166                   mother        =ruimoku-v6))
3167
3168   ;; (make-charset
3169   ;;  '=zihai
3170   ;;  "ZhongHua-ZiHai glyph-images"
3171   ;;  '(long-name "ZhongHua-ZiHai (pppp-nn)"
3172   ;;              chars 256
3173   ;;              dimension 3
3174   ;;              columns 2
3175   ;;              graphic 2
3176   ;;              direction l2r))
3177
3178   ;; (make-charset
3179   ;;  '=zihai-17xx
3180   ;;  "ZhongHua-ZiHai (pp.1700〜1781) glyph-images"
3181   ;;  '(long-name "ZhongHua-ZiHai pp.17xx"
3182   ;;              chars 256
3183   ;;              dimension 2
3184   ;;              columns 2
3185   ;;              graphic 2
3186   ;;              direction l2r
3187   ;;              registry "zihai\\.cp-17$"))
3188
3189   (make-charset '=big5-cdp-var-3
3190                 "Big5-CDP-var-3 glyph-images of GlyphWiki"
3191                 '(long-name     "Big5-CDP-var-3"
3192                   chars         256
3193                   dimension     2
3194                   columns       2
3195                   graphic       2
3196                   direction     l2r
3197                   registry      "cdp\\.var-3$"
3198                   mother        =big5-cdp))
3199
3200   (make-charset '=big5-cdp-var-5
3201                 "Big5-CDP-var-5 glyph-images of GlyphWiki"
3202                 '(long-name     "Big5-CDP-var-5"
3203                   chars         256
3204                   dimension     2
3205                   columns       2
3206                   graphic       2
3207                   direction     l2r
3208                   registry      "cdp\\.var-5$"
3209                   mother        =big5-cdp))
3210
3211   (make-charset '==>ucs@bucs
3212                 "Basic Subset of Coded Character Sets (BUCS)"
3213                 '(long-name     "BUCS abstract characters"
3214                   chars         256
3215                   dimension     3
3216                   columns       2
3217                   graphic       2
3218                   direction     l2r
3219                   =>iso-ir      177
3220                   mother        =ucs))
3221
3222   (make-charset '=>iwds-1
3223                 "The IRG Working Document Series 1: List of UCV of Ideograhs."
3224                 '(long-name     "IWDS 1: List of UCV"
3225                   chars         256
3226                   dimension     2
3227                   columns       2
3228                   graphic       2
3229                   direction     l2r))
3230
3231   (make-charset '=>ucs@iwds-1
3232                 "UCS abstract characters based on IWDS-1."
3233                 '(long-name     "UCS based on IWDS-1"
3234                   chars         256
3235                   dimension     3
3236                   columns       2
3237                   graphic       2
3238                   direction     l2r
3239                   =>iso-ir      177
3240                   mother        =ucs))
3241
3242   (make-charset '=>ucs@component
3243                 "UCS encoding for abstract components of IWDS-1."
3244                 '(long-name     "UCS for IWDS-1 abstract components"
3245                   chars         256
3246                   dimension     3
3247                   columns       2
3248                   graphic       2
3249                   direction     l2r
3250                   =>iso-ir      177
3251                   mother        =ucs))
3252
3253   (make-charset '=>ucs@hanyo-denshi
3254                 "UCS abstract characters based on Han'you-Denshi collection."
3255                 '(long-name     "UCS base characters of Han'you-Denshi"
3256                   chars         256
3257                   dimension     3
3258                   columns       2
3259                   graphic       2
3260                   direction     l2r
3261                   =>iso-ir      177
3262                   mother        =ucs))
3263
3264   (make-charset '=>ucs@iso
3265                 "Abstract characters of ISO/IEC 10646 representatives"
3266                 '(long-name     "UCS characters for ISO"
3267                   chars         256
3268                   dimension     3
3269                   columns       2
3270                   graphic       2
3271                   direction     l2r
3272                   =>iso-ir      177
3273                   mother        =ucs))
3274   (make-charset '=>ucs@unicode
3275                 "Abstract characters of Unicode representatives"
3276                 '(long-name     "UCS characters for Unicode"
3277                   chars         256
3278                   dimension     3
3279                   columns       2
3280                   graphic       2
3281                   direction     l2r
3282                   =>iso-ir      177
3283                   mother        =>ucs@iso))
3284   (make-charset '=>ucs@jis
3285                 "UCS representative characters for JIS X0208/0212/0213"
3286                 '(long-name     "UCS characters for JIS"
3287                   chars         256
3288                   dimension     3
3289                   columns       2
3290                   graphic       2
3291                   direction     l2r
3292                   =>iso-ir      177
3293                   mother        =>ucs@unicode))
3294   (make-charset '=>ucs@ks
3295                 "UCS representative characters for Korean Standards"
3296                 '(long-name     "UCS characters for KS"
3297                   chars         256
3298                   dimension     3
3299                   columns       2
3300                   graphic       2
3301                   direction     l2r
3302                   =>iso-ir      177
3303                   mother        =>ucs@unicode))
3304   (make-charset '=>ucs@cns
3305                 "UCS representatives characters for CNS 11643 sources"
3306                 '(long-name     "UCS characters for CNS 11643"
3307                   chars         256
3308                   dimension     3
3309                   columns       2
3310                   graphic       2
3311                   direction     l2r
3312                   =>iso-ir      177
3313                   mother        =>ucs@unicode))
3314
3315   (make-charset '=+>ucs@iso
3316                 "UCS based on ISO/IEC 10646 representative glyphs"
3317                 '(long-name     "Unified abstract glyphs of UCS"
3318                   chars         256
3319                   dimension     3
3320                   columns       2
3321                   graphic       2
3322                   direction     l2r
3323                   =>iso-ir      177
3324                   mother        =>ucs@iso))
3325   (make-charset '=+>ucs@unicode
3326                 "Unicode representative unified abstract glyphs"
3327                 '(long-name     "UCS unified abstract glyphs for Unicode"
3328                   chars         256
3329                   dimension     3
3330                   columns       2
3331                   graphic       2
3332                   direction     l2r
3333                   =>iso-ir      177
3334                   mother        =+>ucs@iso))
3335   (make-charset '=+>ucs@jis
3336                 "UCS based on Japanese usual unification"
3337                 '(long-name     "UCS unified abstract glyphs for JP"
3338                   chars         256
3339                   dimension     3
3340                   columns       2
3341                   graphic       2
3342                   direction     l2r
3343                   =>iso-ir      177
3344                   mother        =+>ucs@unicode))
3345   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
3346   (make-charset '=+>ucs@jis/1990
3347                 "UCS representative characters for JIS X0208/0212:1990"
3348                 '(long-name     "UCS characters for JIS:1990"
3349                   chars         256
3350                   dimension     3
3351                   columns       2
3352                   graphic       2
3353                   direction     l2r
3354                   =>iso-ir      177
3355                   mother        =+>ucs@jis))
3356   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
3357   (make-charset '=+>ucs@jis/2004
3358                 "UCS representative characters for JIS X 0213:2004"
3359                 '(long-name     "UCS characters for JIS:2004"
3360                   chars         256
3361                   dimension     3
3362                   columns       2
3363                   graphic       2
3364                   direction     l2r
3365                   =>iso-ir      177
3366                   mother        =+>ucs@jis))
3367   (make-charset '=+>ucs@ks
3368                 "UCS representative unified abstract glyphs for Korean Standards"
3369                 '(long-name     "UCS unified abstract glyphs for KS"
3370                   chars         256
3371                   dimension     3
3372                   columns       2
3373                   graphic       2
3374                   direction     l2r
3375                   =>iso-ir      177
3376                   mother        =+>ucs@unicode))
3377   (make-charset '=+>ucs@cns
3378                 "UCS representatives unified abstract glyphs for CNS 11643 sources"
3379                 '(long-name     "UCS unified abstract glyphs for CNS"
3380                   chars         256
3381                   dimension     3
3382                   columns       2
3383                   graphic       2
3384                   direction     l2r
3385                   =>iso-ir      177
3386                   mother        =+>ucs@unicode))
3387
3388   (make-charset '=ucs@iso
3389                 "ISO/IEC 10646 for its representative glyphs"
3390                 '(long-name     "UCS for ISO"
3391                   chars         256
3392                   dimension     3
3393                   columns       2
3394                   graphic       2
3395                   direction     l2r
3396                   =>iso-ir      177
3397                   mother        =+>ucs@iso
3398                   ))
3399   (make-charset '=ucs@unicode
3400                 "Unicode for its representative glyphs"
3401                 '(long-name     "UCS for Unicode"
3402                   chars         256
3403                   dimension     3
3404                   columns       2
3405                   graphic       2
3406                   direction     l2r
3407                   =>iso-ir      177
3408                   mother        =ucs@iso))
3409   (make-charset '=ucs@gb
3410                 "ISO/IEC 10646 for GB"
3411                 '(long-name     "UCS for GB"
3412                   chars         256
3413                   dimension     3
3414                   columns       2
3415                   graphic       2
3416                   direction     l2r
3417                   =>iso-ir      177
3418                   mother        =ucs@unicode))
3419   (define-charset-alias 'ucs-gb '=ucs@gb)
3420   (make-charset '=ucs@gb/fw
3421                 "ISO/IEC 10646 for GB with fullwidth"
3422                 '(long-name     "UCS for GB-fullwidth"
3423                   chars         256
3424                   dimension     3
3425                   columns       2
3426                   graphic       2
3427                   direction     l2r
3428                   =>iso-ir      177
3429                   mother        =ucs@gb))
3430   (make-charset '=ucs-bmp@gb
3431                 "ISO/IEC 10646 BMP for GB"
3432                 '(long-name     "BMP for GB"
3433                   chars         256
3434                   dimension     3
3435                   columns       2
3436                   graphic       2
3437                   direction     l2r
3438                   mother        =ucs@gb
3439                   min-code      #x0000
3440                   max-code      #xFFFF))
3441   (make-charset '=ucs@cns
3442                 "ISO/IEC 10646 for CNS 11643"
3443                 '(long-name     "UCS for CNS"
3444                   chars         256
3445                   dimension     3
3446                   columns       2
3447                   graphic       2
3448                   direction     l2r
3449                   =>iso-ir      177
3450                   mother        =ucs@unicode))
3451   (define-charset-alias 'ucs-cns '=ucs@cns)
3452   (make-charset '=ucs@cns/fw
3453                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
3454                 '(long-name     "UCS for CNS-fullwidth"
3455                   chars         256
3456                   dimension     3
3457                   columns       2
3458                   graphic       2
3459                   direction     l2r
3460                   =>iso-ir      177
3461                   mother        =ucs@cns))
3462   (make-charset '=ucs-bmp@cns
3463                 "ISO/IEC 10646 BMP for CNS"
3464                 '(long-name     "BMP for CNS"
3465                   chars         256
3466                   dimension     3
3467                   columns       2
3468                   graphic       2
3469                   direction     l2r
3470                   mother        =ucs@cns
3471                   min-code      #x0000
3472                   max-code      #xFFFF))
3473   (make-charset '=ucs@jis
3474                 "ISO/IEC 10646 for JIS X0208/0212/0213"
3475                 '(long-name     "UCS for JIS"
3476                   chars         256
3477                   dimension     3
3478                   columns       2
3479                   graphic       2
3480                   direction     l2r
3481                   =>iso-ir      177
3482                   mother        =ucs@unicode))
3483   (define-charset-alias 'ucs-jis '=ucs@jis)
3484   (make-charset '=ucs@jis/fw
3485                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
3486                 '(long-name     "UCS for JIS-fullwidth"
3487                   chars         256
3488                   dimension     3
3489                   columns       2
3490                   graphic       2
3491                   direction     l2r
3492                   =>iso-ir      177
3493                   mother        =ucs@jis))
3494   (make-charset '=ucs-bmp@jis
3495                 "ISO/IEC 10646 BMP for JIS"
3496                 '(long-name     "BMP for JIS"
3497                   chars         256
3498                   dimension     3
3499                   columns       2
3500                   graphic       2
3501                   direction     l2r
3502                   mother        =ucs@jis
3503                   min-code      #x0000
3504                   max-code      #xFFFF))
3505   ;; (make-charset '=ucs@jis/1983
3506   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
3507   ;;               '(long-name     "UCS for JIS:1983"
3508   ;;                 chars         256
3509   ;;                 dimension     3
3510   ;;                 columns       2
3511   ;;                 graphic       2
3512   ;;                 direction     l2r
3513   ;;                 =>iso-ir      177
3514   ;;                 mother        =ucs@jis))
3515   (make-charset '=ucs@jis/1990
3516                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
3517                 '(long-name     "UCS for JIS:1990"
3518                   chars         256
3519                   dimension     3
3520                   columns       2
3521                   graphic       2
3522                   direction     l2r
3523                   =>iso-ir      177
3524                   mother        =ucs@jis))
3525   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
3526   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
3527   (make-charset '=ucs@jis/2000
3528                 "ISO/IEC 10646 for JIS X 0213:2000"
3529                 '(long-name     "UCS for JIS:2000"
3530                   chars         256
3531                   dimension     3
3532                   columns       2
3533                   graphic       2
3534                   direction     l2r
3535                   =>iso-ir      177
3536                   mother        =ucs@jis))
3537   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
3538   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
3539   (make-charset '=ucs@jis/2004
3540                 "ISO/IEC 10646 for JIS X 0213:2004"
3541                 '(long-name     "UCS for JIS:2004"
3542                   chars         256
3543                   dimension     3
3544                   columns       2
3545                   graphic       2
3546                   direction     l2r
3547                   =>iso-ir      177
3548                   mother        =ucs@jis))
3549   (make-charset '=ucs@JP
3550                 "UCS for common glyphs used in Japan"
3551                 '(long-name     "UCS for Japan"
3552                   chars         256
3553                   dimension     3
3554                   columns       2
3555                   graphic       2
3556                   direction     l2r
3557                   =>iso-ir      177
3558                   mother        =ucs@jis/2004))
3559   (define-charset-alias '=ucs@jp '=ucs@JP)
3560   (make-charset '=ucs@JP/hanazono
3561                 "Japanese glyph-images of Hanazono Mincho"
3562                 '(long-name     "UCS for Hana-Min"
3563                   chars         256
3564                   dimension     3
3565                   columns       2
3566                   graphic       2
3567                   direction     l2r
3568                   =>iso-ir      177
3569                   mother        =ucs@JP))
3570   (make-charset '=ucs@ks
3571                 "ISO/IEC 10646 for Korean Standards"
3572                 '(long-name     "UCS for KS"
3573                   chars         256
3574                   dimension     3
3575                   columns       2
3576                   graphic       2
3577                   direction     l2r
3578                   =>iso-ir      177
3579                   mother        =ucs@unicode))
3580   (define-charset-alias 'ucs-ks '=ucs@ks)
3581   (make-charset '=ucs@ks/2012
3582                 "Mapping for Korean Standards in ISO/IEC 10646:2012"
3583                 '(long-name     "UCS:2012 for KS"
3584                   chars         256
3585                   dimension     3
3586                   columns       2
3587                   graphic       2
3588                   direction     l2r
3589                   =>iso-ir      177
3590                   mother        =ucs@ks))
3591   (make-charset '=ucs-bmp@ks
3592                 "ISO/IEC 10646 BMP for KS"
3593                 '(long-name     "BMP for KS"
3594                   chars         256
3595                   dimension     3
3596                   columns       2
3597                   graphic       2
3598                   direction     l2r
3599                   mother        =ucs@ks
3600                   min-code      #x0000
3601                   max-code      #xFFFF))
3602   (make-charset '=ucs@cns11643
3603                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
3604                 '(long-name     "UCS for CNS11643"
3605                   chars         256
3606                   dimension     3
3607                   columns       2
3608                   graphic       2
3609                   direction     l2r
3610                   =>iso-ir      177
3611                   mother        =ucs@cns))
3612   (make-charset '=ucs@big5
3613                 "ISO/IEC 10646 for Big5"
3614                 '(long-name     "UCS for Big5"
3615                   chars         256
3616                   dimension     3
3617                   columns       2
3618                   graphic       2
3619                   direction     l2r
3620                   =>iso-ir      177
3621                   mother        =ucs@cns
3622                   ;; mother     =>>ucs@cns
3623                   ))
3624   (define-charset-alias 'ucs-big5 '=ucs@big5)
3625   (make-charset '=ucs@big5/cns11643
3626                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
3627                 '(long-name     "UCS for Big5@CNS11643"
3628                   chars         256
3629                   dimension     3
3630                   columns       2
3631                   graphic       2
3632                   direction     l2r
3633                   =>iso-ir      177
3634                   mother        =ucs@big5))
3635
3636   (make-charset '=>>ucs@iso
3637                 "Representative abstract-glyphs of ISO/IEC 10646"
3638                 '(long-name     "UCS abstract glyphs for UCS"
3639                   chars         256
3640                   dimension     3
3641                   columns       2
3642                   graphic       2
3643                   direction     l2r
3644                   =>iso-ir      177
3645                   mother        =ucs@iso))
3646   (make-charset '=>>ucs@unicode
3647                 "Representative abstract-glyphs of Unicode"
3648                 '(long-name     "Unicode abstract glyphs"
3649                   chars         256
3650                   dimension     3
3651                   columns       2
3652                   graphic       2
3653                   direction     l2r
3654                   =>iso-ir      177
3655                   mother        =>>ucs@iso))
3656   (make-charset '=>>ucs@jis
3657                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
3658                 '(long-name     "UCS abstract glyphs for JIS"
3659                   chars         256
3660                   dimension     3
3661                   columns       2
3662                   graphic       2
3663                   direction     l2r
3664                   =>iso-ir      177
3665                   mother        =>>ucs@unicode))
3666   (make-charset '=>>ucs@jis/1990
3667                 "UCS Representative glyphs for JIS X 0208/0212:1990"
3668                 '(long-name     "UCS glyphs for JIS:1990"
3669                   chars         256
3670                   dimension     3
3671                   columns       2
3672                   graphic       2
3673                   direction     l2r
3674                   =>iso-ir      177
3675                   mother        =>>ucs@jis))
3676   (make-charset '=>>ucs@jis/2000
3677                 "UCS Representative glyphs for JIS X 0213:2000"
3678                 '(long-name     "UCS glyphs for JIS:2000"
3679                   chars         256
3680                   dimension     3
3681                   columns       2
3682                   graphic       2
3683                   direction     l2r
3684                   =>iso-ir      177
3685                   mother        =>>ucs@jis))
3686   (make-charset '=>>ucs@jis/2004
3687                 "UCS Representative glyphs for JIS X 0213:2004"
3688                 '(long-name     "UCS glyphs for JIS:2004"
3689                   chars         256
3690                   dimension     3
3691                   columns       2
3692                   graphic       2
3693                   direction     l2r
3694                   =>iso-ir      177
3695                   mother        =>>ucs@jis))
3696   (make-charset '=>>ucs@JP
3697                 "UCS abstract-glyphs based on Japanese style glyphs"
3698                 '(long-name     "UCS glyphs for JP"
3699                   chars         256
3700                   dimension     3
3701                   columns       2
3702                   graphic       2
3703                   direction     l2r
3704                   =>iso-ir      177
3705                   mother        =>>ucs@jis/2004))
3706   (make-charset '=>>ucs@ks
3707                 "UCS Representative glyphs for Korean Standards"
3708                 '(long-name     "UCS glyphs for KS"
3709                   chars         256
3710                   dimension     3
3711                   columns       2
3712                   graphic       2
3713                   direction     l2r
3714                   =>iso-ir      177
3715                   mother        =>>ucs@unicode))
3716   (make-charset '=>>ucs@cns
3717                 "UCS Representative glyphs for CNS 11643 sources"
3718                 '(long-name     "UCS glyphs for CNS"
3719                   chars         256
3720                   dimension     3
3721                   columns       2
3722                   graphic       2
3723                   direction     l2r
3724                   =>iso-ir      177
3725                   mother        =>>ucs@unicode))
3726
3727   (make-charset '==ucs@iso
3728                 "Representative glyph-forms of ISO/IEC 10646."
3729                 '(long-name     "UCS glyph-forms for UCS"
3730                   chars         256
3731                   dimension     3
3732                   columns       2
3733                   graphic       2
3734                   direction     l2r
3735                   =>iso-ir      177
3736                   mother        =>>ucs@iso))
3737   (define-charset-alias '=>>>ucs@iso '==ucs@iso)
3738   (make-charset '==ucs@unicode
3739                 "Representative glyph-forms of Unicode."
3740                 '(long-name     "UCS glyph-forms for Unicode"
3741                   chars         256
3742                   dimension     3
3743                   columns       2
3744                   graphic       2
3745                   direction     l2r
3746                   =>iso-ir      177
3747                   mother        ==ucs@iso))
3748   (define-charset-alias '=>>>ucs@unicode '==ucs@unicode)
3749   (make-charset '==ucs@gb
3750                 "ISO/IEC 10646 for GB"
3751                 '(long-name     "UCS for GB"
3752                   chars         256
3753                   dimension     3
3754                   columns       2
3755                   graphic       2
3756                   direction     l2r
3757                   =>iso-ir      177
3758                   mother        ==ucs@unicode))
3759   (make-charset '==ucs-bmp@gb
3760                 "ISO/IEC 10646 BMP for GB"
3761                 '(long-name     "BMP for GB"
3762                   chars         256
3763                   dimension     3
3764                   columns       2
3765                   graphic       2
3766                   direction     l2r
3767                   mother        ==ucs@gb
3768                   min-code      #x0000
3769                   max-code      #xFFFF))
3770   (make-charset '==ucs@cns
3771                 "UCS Representative glyph-forms for CNS 11643 sources."
3772                 '(long-name     "UCS glyph-forms for CNS"
3773                   chars         256
3774                   dimension     3
3775                   columns       2
3776                   graphic       2
3777                   direction     l2r
3778                   =>iso-ir      177
3779                   mother        ==ucs@unicode))
3780   (define-charset-alias '=>>>ucs@cns '==ucs@cns)
3781   (make-charset '==ucs-bmp@cns
3782                 "ISO/IEC 10646 BMP for CNS"
3783                 '(long-name     "BMP for CNS"
3784                   chars         256
3785                   dimension     3
3786                   columns       2
3787                   graphic       2
3788                   direction     l2r
3789                   mother        ==ucs@cns
3790                   min-code      #x0000
3791                   max-code      #xFFFF))
3792   (make-charset '==ucs@jis
3793                 "UCS Representative glyph-forms for JIS X0208/0212/0213."
3794                 '(long-name     "UCS glyph-forms for JIS"
3795                   chars         256
3796                   dimension     3
3797                   columns       2
3798                   graphic       2
3799                   direction     l2r
3800                   =>iso-ir      177
3801                   mother        ==ucs@unicode))
3802   (define-charset-alias '=>>>ucs@jis '==ucs@jis)
3803   (make-charset '==ucs@jis/1990
3804                 "UCS Representative glyph-forms for JIS X 0208/0212:1990."
3805                 '(long-name     "UCS glyph-forms for JIS:1990"
3806                   chars         256
3807                   dimension     3
3808                   columns       2
3809                   graphic       2
3810                   direction     l2r
3811                   =>iso-ir      177
3812                   mother        ==ucs@jis))
3813   (define-charset-alias '=>>>ucs@jis/1990 '==ucs@jis/1990)
3814   (make-charset '==ucs@jis/2000
3815                 "UCS Representative glyph-forms for JIS X 0213:2000."
3816                 '(long-name     "UCS glyph-forms for JIS:2000"
3817                   chars         256
3818                   dimension     3
3819                   columns       2
3820                   graphic       2
3821                   direction     l2r
3822                   =>iso-ir      177
3823                   mother        ==ucs@jis))
3824   (define-charset-alias '=>>>ucs@jis/2000 '==ucs@jis/2000)
3825   (make-charset '==ucs@jis/2004
3826                 "UCS Representative glyph-forms for JIS X 0213:2004."
3827                 '(long-name     "UCS glyph-forms for JIS:2004"
3828                   chars         256
3829                   dimension     3
3830                   columns       2
3831                   graphic       2
3832                   direction     l2r
3833                   =>iso-ir      177
3834                   mother        ==ucs@jis))
3835   (define-charset-alias '=>>>ucs@jis/2004 '==ucs@jis/2004)
3836   (make-charset '==ucs@JP
3837                 "UCS for common glyph-forms used in Japan."
3838                 '(long-name     "UCS for Japan"
3839                   chars         256
3840                   dimension     3
3841                   columns       2
3842                   graphic       2
3843                   direction     l2r
3844                   =>iso-ir      177
3845                   mother        ==ucs@jis/2004))
3846   (make-charset '==ucs@JP/hanazono
3847                 "Japanese glyph-forms of Hanazono Mincho."
3848                 '(long-name     "UCS for Hana-Min"
3849                   chars         256
3850                   dimension     3
3851                   columns       2
3852                   graphic       2
3853                   direction     l2r
3854                   =>iso-ir      177
3855                   mother        ==ucs@JP))
3856   (make-charset '==ucs@ks
3857                 "UCS Representative glyph-forms for Korean Standards."
3858                 '(long-name     "UCS glyph-forms for KS"
3859                   chars         256
3860                   dimension     3
3861                   columns       2
3862                   graphic       2
3863                   direction     l2r
3864                   =>iso-ir      177
3865                   mother        ==ucs@unicode))
3866   (define-charset-alias '=>>>ucs@ks '==ucs@ks)
3867   (make-charset '==ucs-bmp@ks
3868                 "ISO/IEC 10646 BMP for KS."
3869                 '(long-name     "BMP for KS"
3870                   chars         256
3871                   dimension     3
3872                   columns       2
3873                   graphic       2
3874                   direction     l2r
3875                   mother        ==ucs@ks
3876                   min-code      #x0000
3877                   max-code      #xFFFF))
3878   (make-charset '==ucs@cns11643
3879                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw."
3880                 '(long-name     "UCS for CNS11643"
3881                   chars         256
3882                   dimension     3
3883                   columns       2
3884                   graphic       2
3885                   direction     l2r
3886                   =>iso-ir      177
3887                   mother        ==ucs@cns))
3888
3889   (make-charset '===ucs@iso
3890                 "ISO/IEC 10646-2 representative glyph-images."
3891                 '(long-name     "ISO rep-images for UCS"
3892                   chars         256
3893                   dimension     3
3894                   columns       2
3895                   graphic       2
3896                   direction     l2r
3897                   =>iso-ir      177
3898                   mother        ==ucs@iso))
3899   (make-charset '===ucs@unicode
3900                 "Unicode for its representative glyph-images."
3901                 '(long-name     "UCS for Unicode"
3902                   chars         256
3903                   dimension     3
3904                   columns       2
3905                   graphic       2
3906                   direction     l2r
3907                   =>iso-ir      177
3908                   mother        ==ucs@unicode))
3909   (make-charset '===ucs@gb
3910                 "UCS representative glyph-images of GB."
3911                 '(long-name     "UCS rep-images for GB"
3912                   chars         256
3913                   dimension     3
3914                   columns       2
3915                   graphic       2
3916                   direction     l2r
3917                   =>iso-ir      177
3918                   mother        ===ucs@unicode))
3919   (make-charset '===ucs@ks
3920                 "UCS representative glyph-images of Korean Standards."
3921                 '(long-name     "UCS rep-images for KS"
3922                   chars         256
3923                   dimension     3
3924                   columns       2
3925                   graphic       2
3926                   direction     l2r
3927                   =>iso-ir      177
3928                   mother        ==ucs@ks))
3929
3930   (make-charset '=ucs-var-001
3931                 "uXXXX-var-001 glyph-images of GlyphWiki"
3932                 '(long-name     "UCS-var-001"
3933                   chars         256
3934                   dimension     3
3935                   columns       2
3936                   graphic       2
3937                   direction     l2r
3938                   ;; =>iso-ir   177
3939                   mother        =ucs))
3940   (make-charset '=ucs-bmp-var-001
3941                 "uXXXX-var-001 glyph-images in BMP"
3942                 '(long-name     "UCS-BMP-var-001"
3943                   chars         256
3944                   dimension     2
3945                   columns       2
3946                   graphic       2
3947                   direction     l2r
3948                   ;; =>iso-ir   177
3949                   mother        =ucs-var-001
3950                   min-code #x2E00
3951                   max-code #x9FCC
3952                   registry "ucs\\.var001-0"))
3953   (make-charset '=ucs-var-002
3954                 "uXXXX-var-002 glyph-images of GlyphWiki"
3955                 '(long-name     "UCS-var-002"
3956                   chars         256
3957                   dimension     3
3958                   columns       2
3959                   graphic       2
3960                   direction     l2r
3961                   ;; =>iso-ir   177
3962                   mother        =ucs))
3963   (make-charset '=ucs-bmp-var-002
3964                 "uXXXX-var-002 glyph-images in BMP"
3965                 '(long-name     "UCS-BMP-var-002"
3966                   chars         256
3967                   dimension     2
3968                   columns       2
3969                   graphic       2
3970                   direction     l2r
3971                   ;; =>iso-ir   177
3972                   mother        =ucs-var-002
3973                   min-code #x2E00
3974                   max-code #x9FCC
3975                   registry "ucs\\.var002-0"))
3976   (make-charset '=ucs-var-003
3977                 "uXXXX-var-003 glyph-images of GlyphWiki"
3978                 '(long-name     "UCS-var-003"
3979                   chars         256
3980                   dimension     3
3981                   columns       2
3982                   graphic       2
3983                   direction     l2r
3984                   ;; =>iso-ir   177
3985                   mother        =ucs))
3986   (make-charset '=ucs-bmp-var-003
3987                 "uXXXX-var-003 glyph-images in BMP"
3988                 '(long-name     "UCS-BMP-var-003"
3989                   chars         256
3990                   dimension     2
3991                   columns       2
3992                   graphic       2
3993                   direction     l2r
3994                   ;; =>iso-ir   177
3995                   mother        =ucs-var-003
3996                   min-code #x2E00
3997                   max-code #x9FCC
3998                   registry "ucs\\.var003-0"))
3999   (make-charset '=ucs-itaiji-002
4000                 "uXXXX-itaiji-002 glyphs of GlyphWiki"
4001                 '(long-name     "UCS-itaiji-002"
4002                   chars         256
4003                   dimension     3
4004                   columns       2
4005                   graphic       2
4006                   direction     l2r
4007                   ;; =>iso-ir   177
4008                   mother        =ucs))
4009   (make-charset '=ucs-bmp-itaiji-002
4010                 "uXXXX-itaiji-002 glyph-images in BMP"
4011                 '(long-name     "UCS-BMP-itaiji-002"
4012                   chars         256
4013                   dimension     2
4014                   columns       2
4015                   graphic       2
4016                   direction     l2r
4017                   ;; =>iso-ir   177
4018                   mother        =ucs-itaiji-002
4019                   min-code #x2E00
4020                   max-code #x9FCC
4021                   registry "ucs\\.itaiji002-0"))
4022   (make-charset '=ucs-itaiji-084
4023                 "uXXXX-itaiji-084 glyph-images of GlyphWiki"
4024                 '(long-name     "UCS-itaiji-084"
4025                   chars         256
4026                   dimension     3
4027                   columns       2
4028                   graphic       2
4029                   direction     l2r
4030                   ;; =>iso-ir   177
4031                   mother        =ucs))
4032   (make-charset '=ucs-bmp-itaiji-084
4033                 "uXXXX-itaiji-084 glyph-images in BMP"
4034                 '(long-name     "UCS-BMP-itaiji-084"
4035                   chars         256
4036                   dimension     2
4037                   columns       2
4038                   graphic       2
4039                   direction     l2r
4040                   ;; =>iso-ir   177
4041                   mother        =ucs-itaiji-084
4042                   min-code #x2E00
4043                   max-code #x9FCC
4044                   registry "ucs\\.itaiji084-0"))
4045
4046   (make-charset
4047    '=ucs-radicals
4048    "CJK Radicals of UCS"
4049    '(long-name "UCS-Radicals"
4050                chars 256
4051                dimension 2
4052                columns 2
4053                graphic 2
4054                direction l2r
4055                registry "-zhRadicals-.*-ucs-0"
4056                mother ucs-bmp
4057                min-code #x2E00 max-code #x2FFF))
4058   (make-charset
4059    '=ucs-radicals@unicode
4060    "CJK Radicals of UCS"
4061    '(long-name "UCS-Radicals"
4062                chars 256
4063                dimension 2
4064                columns 2
4065                graphic 2
4066                direction l2r
4067                registry "-zhRadicals-.*-ucs-0"
4068                mother =ucs@unicode
4069                min-code #x2E00 max-code #x2FFF))
4070   (make-charset
4071    '==ucs-radicals@unicode
4072    "CJK Radicals of UCS"
4073    '(long-name "UCS-Radicals"
4074                chars 256
4075                dimension 2
4076                columns 2
4077                graphic 2
4078                direction l2r
4079                registry "-zhRadicals-.*-ucs-0"
4080                mother ==ucs@unicode
4081                min-code #x2E00 max-code #x2FFF))
4082   (make-charset
4083    '=ucs-hangul
4084    "Hangul Syllables of UCS"
4085    '(long-name "UCS-Hangul-Syllables"
4086                chars 256
4087                dimension 2
4088                columns 2
4089                graphic 2
4090                direction l2r
4091                registry "-Hangul-.*-ucs-0"
4092                mother =ucs
4093                min-code #xAC00 max-code #xD7AF))
4094   (make-charset
4095    '=ucs-bmp-cjk
4096    "CJK Characters in BMP of UCS"
4097    '(long-name "UCS-BMP-CJK"
4098                chars 256
4099                dimension 2
4100                columns 2
4101                graphic 2
4102                direction l2r
4103                registry "-zh-.*-ucs-0"
4104                mother ucs-bmp
4105                min-code #x2E00
4106                max-code #x9FA5
4107                ;; max-code #x9FCC
4108                ;; max-code #xA4CF
4109                ))
4110   (make-charset
4111    '=ucs-bmp-cjk@gb
4112    "CJK Characters in BMP with GB representative glyph-images."
4113    '(long-name "CJK in BMP@GB"
4114                chars 256
4115                dimension 2
4116                columns 2
4117                graphic 2
4118                direction l2r
4119                registry "-zh-.*-ucs-0"
4120                mother =ucs@gb
4121                min-code #x2E00
4122                max-code #x9FA5
4123                ;; max-code #x9FCC
4124                ;; max-code #xA4CF
4125                ))
4126   (make-charset
4127    '==ucs-bmp-cjk@gb
4128    "CJK Characters in BMP with GB representative glyph-images."
4129    '(long-name "CJK in BMP@GB"
4130                chars 256
4131                dimension 2
4132                columns 2
4133                graphic 2
4134                direction l2r
4135                registry "-zh-.*-ucs-0"
4136                mother ==ucs@gb
4137                min-code #x2E00
4138                max-code #x9FA5
4139                ;; max-code #x9FCC
4140                ;; max-code #xA4CF
4141                ))
4142   (make-charset
4143    '===ucs-bmp-cjk@gb
4144    "CJK Characters in BMP with GB representative glyph-images."
4145    '(long-name "CJK in BMP@GB"
4146                chars 256
4147                dimension 2
4148                columns 2
4149                graphic 2
4150                direction l2r
4151                registry "-zh-.*-ucs-0"
4152                mother ===ucs@gb
4153                min-code #x2E00
4154                max-code #x9FA5
4155                ;; max-code #x9FCC
4156                ;; max-code #xA4CF
4157                ))
4158   (make-charset
4159    '=ucs-bmp-cjk@JP
4160    "CJK Characters in BMP with JIS representative glyphs"
4161    '(long-name "CJK in BMP@JP"
4162                chars 256
4163                dimension 2
4164                columns 2
4165                graphic 2
4166                direction l2r
4167                registry "-ja-.*-ucs-0"
4168                mother =ucs@JP
4169                min-code #x2E00
4170                max-code #x9FCC
4171                ;; max-code #xA4CF
4172                ))
4173   (make-charset
4174    '=ucs-bmp-cjk@JP/hanazono
4175    "CJK Characters in BMP with Hanazono font"
4176    '(long-name "CJK in BMP@JP/Hanazono"
4177                chars 256
4178                dimension 2
4179                columns 2
4180                graphic 2
4181                direction l2r
4182                registry "-ja-.*-ucs-0"
4183                mother =ucs@JP/hanazono
4184                min-code #x2E00
4185                max-code #x9FCC
4186                ;; max-code #xA4CF
4187                ))
4188   (make-charset
4189    '==ucs-bmp-cjk@JP/hanazono
4190    "CJK Characters in BMP with Hanazono font"
4191    '(long-name "CJK in BMP@JP/Hanazono"
4192                chars 256
4193                dimension 2
4194                columns 2
4195                graphic 2
4196                direction l2r
4197                registry "-ja-.*-ucs-0"
4198                mother ==ucs@JP/hanazono
4199                min-code #x2E00
4200                max-code #x9FCC
4201                ;; max-code #xA4CF
4202                ))
4203   (make-charset
4204    '=+>ucs-bmp-cjk@unicode
4205    "Unicode representative characters of CJK Unified Ideographs in BMP"
4206    '(long-name "Unicode-BMP-CJK unified abstract glyphs"
4207                chars 256
4208                dimension 2
4209                columns 2
4210                graphic 2
4211                direction l2r
4212                registry "-zh-.*-ucs-0"
4213                mother =+>ucs@unicode
4214                min-code #x2E00
4215                max-code #x9FA5
4216                ;; max-code #x9FCC
4217                ;; max-code #xA4CF
4218                ))
4219   (make-charset
4220    '=>ucs-bmp-cjk@unicode
4221    "Unicode representative characters of CJK Unified Ideographs in BMP"
4222    '(long-name "Unicode-BMP-CJK"
4223                chars 256
4224                dimension 2
4225                columns 2
4226                graphic 2
4227                direction l2r
4228                registry "-zh-.*-ucs-0"
4229                mother =>ucs@unicode
4230                min-code #x2E00
4231                max-code #x9FA5
4232                ;; max-code #x9FCC
4233                ;; max-code #xA4CF
4234                ))
4235   (make-charset
4236    '=>ucs-bmp-cjk@component
4237    "CJK Characters in BMP for IWDS-1 abstract components."
4238    '(long-name "CJK in BMP@component"
4239                chars 256
4240                dimension 2
4241                columns 2
4242                graphic 2
4243                direction l2r
4244                registry "-ja-.*-ucs-0"
4245                mother =>ucs@component
4246                min-code #x2E00
4247                max-code #x9FCC
4248                ;; max-code #xA4CF
4249                ))
4250   (make-charset
4251    '==>ucs-bmp-cjk@bucs
4252    "CJK Characters in BMP of BUCS"
4253    '(long-name "BUCS-BMP-CJK"
4254                chars 256
4255                dimension 2
4256                columns 2
4257                graphic 2
4258                direction l2r
4259                registry "-zh-.*-ucs-0"
4260                mother ==>ucs@bucs
4261                min-code #x2E00
4262                max-code #x9FA5
4263                ;; max-code #x9FCC
4264                ;; max-code #xA4CF
4265                ))
4266   (make-charset
4267    '=ucs-bmp-cjk-compat
4268    "CJK Compatibility Ideographs in BMP of UCS"
4269    '(long-name "CJK Compatibility Ideographs"
4270                chars 256
4271                dimension 2
4272                columns 2
4273                graphic 2
4274                direction l2r
4275                registry "-ja-.*-ucs-0"
4276                mother ucs-bmp
4277                min-code #xF900
4278                max-code #xFAFF
4279                ))
4280   (make-charset
4281    '=ucs-bmp-cjk-compat@unicode
4282    "CJK Compatibility Ideographs of Unicode representatives"
4283    '(long-name "CJK Compatibility Ideographs of Unicode"
4284                chars 256
4285                dimension 2
4286                columns 2
4287                graphic 2
4288                direction l2r
4289                registry "-ja-.*-ucs-0"
4290                mother =ucs@unicode
4291                min-code #xF900
4292                max-code #xFAFF
4293                ))
4294   (make-charset
4295    '=+>ucs-bmp-cjk-compat@jis
4296    "CJK Compatibility Ideographs of JIS representatives unified glyphs"
4297    '(long-name "JIS unified glyphs for CJK Compat chars"
4298                chars 256
4299                dimension 2
4300                columns 2
4301                graphic 2
4302                direction l2r
4303                registry "-ja-.*-ucs-0"
4304                mother =+>ucs@jis
4305                min-code #xF900
4306                max-code #xFAFF
4307                ))
4308   (make-charset
4309    '=ucs-sip-ext-b
4310    "CJK Ideographs Extension B"
4311    '(long-name "UCS CJK Ext-B"
4312                chars 256
4313                dimension 2
4314                columns 2
4315                graphic 2
4316                direction l2r
4317                registry "\\(iso10646\\|ucs00\\)-2$"
4318                mother ucs
4319                min-code #x20000 max-code #x2A6D6
4320                code-offset #x20000))
4321   (make-charset
4322    '=ucs-sip@iso
4323    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4324    '(long-name "UCS CJK Ext-B"
4325                chars 256
4326                dimension 2
4327                columns 2
4328                graphic 2
4329                direction l2r
4330                registry "ucs00-2$"
4331                mother =ucs@iso
4332                min-code #x20000 max-code #x2FFFF
4333                code-offset #x20000))
4334   (make-charset
4335    '=ucs-sip-ext-b@iso
4336    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4337    '(long-name "UCS CJK Ext-B"
4338                chars 256
4339                dimension 2
4340                columns 2
4341                graphic 2
4342                direction l2r
4343                registry "\\(iso10646\\|ucs00\\)-2$"
4344                mother =ucs@iso
4345                min-code #x20000 max-code #x2A6D6
4346                code-offset #x20000))
4347   (make-charset
4348    '==ucs-sip@iso
4349    "ISO representative abstract-glyph-images of ISO/IEC 10646 Plane 2"
4350    '(long-name "SIP abstract glyph-images"
4351                chars 256
4352                dimension 2
4353                columns 2
4354                graphic 2
4355                direction l2r
4356                registry "\\(ucs00\\)-2$"
4357                mother ==ucs@iso
4358                code-offset #x20000))
4359   (make-charset
4360    '==ucs-sip-ext-b@iso
4361    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4362    '(long-name "UCS CJK Ext-B"
4363                chars 256
4364                dimension 2
4365                columns 2
4366                graphic 2
4367                direction l2r
4368                registry "\\(iso10646\\|ucs00\\)-2$"
4369                mother ==ucs@iso
4370                min-code #x20000 max-code #x2A6D6
4371                code-offset #x20000))
4372   (make-charset
4373    '===ucs-sip@iso
4374    "ISO representative glyph-images of ISO/IEC 10646 Plane 2"
4375    '(long-name "SIP rep-glyph-images"
4376                chars 256
4377                dimension 2
4378                columns 2
4379                graphic 2
4380                direction l2r
4381                registry "\\(ucs00\\)-2$"
4382                mother ===ucs@iso
4383                code-offset #x20000))
4384   (make-charset
4385    '===ucs-sip-ext-b@iso
4386    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4387    '(long-name "UCS CJK Ext-B"
4388                chars 256
4389                dimension 2
4390                columns 2
4391                graphic 2
4392                direction l2r
4393                registry "\\(iso10646\\|ucs00\\)-2$"
4394                mother ===ucs@iso
4395                min-code #x20000 max-code #x2A6D6
4396                code-offset #x20000))
4397   )
4398
4399 ;;; mule-conf.el ends here