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