(===hanyo-denshi/ip): 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 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/2-pr
824    "JIS X 0208:1978, 2nd impression or later."
825    '(registry "jisx0208\\.1978"
826               dimension 2
827               chars 94
828               ;; mother =jis-x0208@1978/1er-pr
829               mother ==jis-x0208@1978
830               =>iso-ir 42
831               ;; final ?@
832               graphic 0
833               ;; partial t
834               ))
835     (make-charset
836    '==jis-x0208@1983
837    "JIS X 0208:1983 abstract glyph-forms."
838    '(registry "jisx0208\\.1983"
839               dimension 2
840               chars 94
841               mother ==jis-x0208
842               =>iso-ir 87
843               graphic 0))
844   (make-charset
845    '==jis-x0208@1990
846    "JIS X 0208:1990 abstract glyph-forms."
847    '(registry "jisx0208\\.1990"
848               dimension 2
849               chars 94
850               mother ==jis-x0208
851               =>iso-ir 168
852               ;; final ?B
853               graphic 0))
854
855   (make-charset
856    '==jis-x0213-1
857    "JIS X 0213 Plain 1 abstract glyph-forms (unchanged part)"
858    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
859               dimension 2
860               chars 94
861               mother =jis-x0213-1
862               =>iso-ir 228
863               ;; final ?O
864               graphic 0
865               ;; partial t
866               ))
867   (make-charset
868    '==jis-x0213-1@2000
869    "JIS X 0213:2000 Plain 1 abstract glyph-forms"
870    '(registry "jisx0213\\(\\.2000\\)-1"
871               dimension 2
872               chars 94
873               mother ==jis-x0213-1
874               =>iso-ir 228
875               ;; final ?O
876               graphic 0
877               ;; partial t
878               ))
879   (make-charset
880    '==jis-x0213-1@2004
881    "JIS X 0213:2004 Plain 1 abstract glyph-forms"
882    '(mother ==jis-x0213-1
883             =>iso-ir 233
884             ;; registry "jisx0213\\(\\.2004\\)-1"
885             dimension 2
886             chars 94
887             graphic 0))
888
889   (make-charset
890    '==jis-x0213-2
891    "JIS X 0213 Plain 2 abstract glyph-forms"
892    '(mother =jis-x0213-2
893             =>iso-ir 229
894             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
895             dimension 2
896             chars 94
897             graphic 0))
898
899   (make-charset
900    '==jis-x0212
901    "JIS X 0212 representative glyph-images."
902    '(registry "jisx0212"
903               dimension 2
904               chars 94
905               mother =jis-x0212
906               =>iso-ir 159
907               ;; final ?D
908               graphic 0))
909
910   (make-charset
911    '==gb2312
912    "GB 2312 representative glyph-images."
913    '(registry "gb2312"
914               dimension 2
915               chars 94
916               mother =gb2312
917               =>iso-ir 58
918               ;; final ?A
919               graphic 0))
920   (make-charset
921    '==iso-ir165
922    "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
923    '(registry "isoir165"
924               =>iso-ir 165
925               dimension 2
926               chars 94
927               mother =iso-ir165
928               ;; final ?E
929               graphic 0))
930   (make-charset
931    '==gb12345
932    "GB 12345 representative glyph-images."
933    '(registry "gb12345"
934               dimension 2
935               chars 94
936               mother =gb12345
937               graphic 0))
938
939   (make-charset
940    '==ks-x1001
941    "KS X 1001 representative glyph-images."
942    '(registry "ksc5601"
943               dimension 2
944               chars 94
945               mother =ks-x1001
946               =>iso-ir 149
947               ;; final ?C
948               graphic 0))
949
950   (define-charset-alias '=>>>jis-x0208      '==jis-x0208)
951   (define-charset-alias '=>>>jis-x0208@1978 '==jis-x0208@1978)
952   (define-charset-alias '=>>>jis-x0208@1983 '==jis-x0208@1983)
953   (define-charset-alias '=>>>jis-x0208@1990 '==jis-x0208@1990)
954
955   (define-charset-alias '=>>>jis-x0213-1      '==jis-x0213-1)
956   (define-charset-alias '=>>>jis-x0213-1@2000 '==jis-x0213-1@2000)
957   (define-charset-alias '=>>>jis-x0213-1@2004 '==jis-x0213-1@2004)
958   (define-charset-alias '=>>>jis-x0213-2      '==jis-x0213-2)
959
960   (make-charset
961    '===jis-x0208
962    "JIS X 0208 detailed representative glyph-images (unchanged part)."
963    '(registry "jisx0208\\.1990"
964               dimension 2
965               chars 94
966               mother ==jis-x0208
967               =>iso-ir 168
968               ;; final ?B
969               graphic 0))
970   (make-charset
971    '===jis-x0208@1978
972    "JIS X 0208:1978 detailed representative glyph-images."
973    '(registry "jisx0208\\.1978"
974               dimension 2
975               chars 94
976               mother ===jis-x0208
977               =>iso-ir 42
978               ;; final ?@
979               graphic 0))
980   (make-charset
981    '===jis-x0208@1983
982    "JIS X 0208:1983 detailed representative glyph-images."
983    '(registry "jisx0208\\.1983"
984               dimension 2
985               chars 94
986               mother ===jis-x0208
987               =>iso-ir 87
988               graphic 0))
989   (make-charset
990    '===jis-x0208@1990
991    "JIS X 0208:1990 detailed representative glyph-images."
992    '(registry "jisx0208\\.1990"
993               dimension 2
994               chars 94
995               mother ===jis-x0208
996               =>iso-ir 168
997               ;; final ?B
998               graphic 0))
999
1000   (make-charset
1001    '===jis-x0213-1
1002    "JIS X 0213 Plain 1 detailed representative glyph-images (unchanged part)."
1003    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1004               dimension 2
1005               chars 94
1006               mother ==jis-x0213-1
1007               =>iso-ir 228
1008               ;; final ?O
1009               graphic 0
1010               ;; partial t
1011               ))
1012   (make-charset
1013    '===jis-x0213-1@2000
1014    "JIS X 0213:2000 Plain 1 detailed representative glyph-images."
1015    '(registry "jisx0213\\(\\.2000\\)-1"
1016               dimension 2
1017               chars 94
1018               mother ===jis-x0213-1
1019               =>iso-ir 228
1020               ;; final ?O
1021               graphic 0
1022               ;; partial t
1023               ))
1024   (make-charset
1025    '===jis-x0213-1@2004
1026    "JIS X 0213:2004 Plain 1 detailed representative glyph-images."
1027    '(mother ===jis-x0213-1
1028             =>iso-ir 233
1029             ;; registry "jisx0213\\(\\.2004\\)-1"
1030             dimension 2
1031             chars 94
1032             graphic 0))
1033   (make-charset
1034    '===jis-x0213-2
1035    "JIS X 0213 Plain 2 detailed representative glyph-images."
1036    '(mother ==jis-x0213-2
1037             =>iso-ir 229
1038             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1039             dimension 2
1040             chars 94
1041             graphic 0))
1042
1043   (make-charset
1044    '===jis-x0212
1045    "JIS X 0212 representative glyph-images."
1046    '(registry "jisx0212"
1047               dimension 2
1048               chars 94
1049               mother ==jis-x0212
1050               =>iso-ir 159
1051               ;; final ?D
1052               graphic 0))
1053
1054   (make-charset
1055    '===ks-x1001
1056    "KS X 1001 representative glyph-images."
1057    '(registry "ksc5601"
1058               dimension 2
1059               chars 94
1060               mother ==ks-x1001
1061               =>iso-ir 149
1062               ;; final ?C
1063               graphic 0))
1064
1065   (make-charset
1066    '=>>jis-x0208
1067    "JIS X 0208 abstract glyphs (unchanged part)."
1068    '(registry "jisx0208\\.1990"
1069               dimension 2
1070               chars 94
1071               mother =jis-x0208
1072               =>iso-ir 168
1073               ;; final ?B
1074               graphic 0))
1075   (make-charset
1076    '=>>jis-x0208@1978
1077    "JIS X 0208:1978 abstract glyphs."
1078    '(registry "jisx0208\\.1978"
1079               dimension 2
1080               chars 94
1081               mother =>>jis-x0208
1082               =>iso-ir 42
1083               ;; final ?@
1084               graphic 0))
1085   (make-charset
1086    '=>>jis-x0208@1983
1087    "JIS X 0208:1983 abstract glyphs."
1088    '(registry "jisx0208\\.1983"
1089               dimension 2
1090               chars 94
1091               mother =>>jis-x0208
1092               =>iso-ir 87
1093               graphic 0))
1094   (make-charset
1095    '=>>jis-x0208@1990
1096    "JIS X 0208:1990 abstract glyphs."
1097    '(registry "jisx0208\\.1990"
1098               dimension 2
1099               chars 94
1100               mother =>>jis-x0208
1101               =>iso-ir 168
1102               graphic 0))
1103
1104   (make-charset
1105    '=>>jis-x0213-1
1106    "JIS X 0213 Plain 1 abstract glyphs (unchanged part)"
1107    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1108               dimension 2
1109               chars 94
1110               mother =jis-x0213-1
1111               =>iso-ir 228
1112               ;; final ?O
1113               graphic 0
1114               ;; partial t
1115               ))
1116   (make-charset
1117    '=>>jis-x0213-1@2000
1118    "JIS X 0213:2000 Plain 1 abstract glyphs"
1119    '(registry "jisx0213\\(\\.2000\\)-1"
1120               dimension 2
1121               chars 94
1122               mother =>>jis-x0213-1
1123               =>iso-ir 228
1124               ;; final ?O
1125               graphic 0
1126               ;; partial t
1127               ))
1128   (make-charset
1129    '=>>jis-x0213-2
1130    "JIS X 0213 Plain 2 abstract glyphs"
1131    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1132               dimension 2
1133               chars 94
1134               mother =jis-x0213-2
1135               =>iso-ir 229
1136               ;; final ?P
1137               graphic 0))
1138   (make-charset
1139    '=>>jis-x0213-1@2004
1140    "JIS X 0213:2004 Plain 1 abstract glyphs"
1141    '(registry "jisx0213\\(\\.2004\\)-1"
1142               dimension 2
1143               chars 94
1144               mother =>>jis-x0213-1
1145               =>iso-ir 233
1146               ;; final ?Q
1147               graphic 0
1148               ;; partial t
1149               ))
1150
1151   (make-charset
1152    '=+>jis-x0208
1153    "JIS X 0208 based on usual unification."
1154    '(registry "jisx0208\\.1990"
1155               dimension 2
1156               chars 94
1157               mother =>>jis-x0208
1158               =>iso-ir 168
1159               ;; final ?B
1160               graphic 0))
1161   (define-charset-alias '=>jis-x0208@usual '=+>jis-x0208)
1162   (make-charset
1163    '=+>jis-x0208@1978
1164    "JIS X 0208:1978 unified abstract glyphs."
1165    '(registry "jisx0208\\.1978"
1166               dimension 2
1167               chars 94
1168               mother =+>jis-x0208
1169               =>iso-ir 42
1170               ;; final ?@
1171               graphic 0))
1172   (make-charset
1173    '=+>jis-x0208@1983
1174    "JIS X 0208:1983 unified abstract glyphs."
1175    '(registry "jisx0208\\.1983"
1176               dimension 2
1177               chars 94
1178               mother =+>jis-x0208
1179               =>iso-ir 87
1180               graphic 0))
1181   (make-charset
1182    '=+>jis-x0208@1990
1183    "JIS X 0208:1990 unified abstract glyphs."
1184    '(registry "jisx0208\\.1990"
1185               dimension 2
1186               chars 94
1187               mother =+>jis-x0208
1188               =>iso-ir 168
1189               graphic 0))
1190   (make-charset
1191    '=+>jis-x0213-1
1192    "JIS X 0213 Plain 1 unified abstract glyphs (unchanged part)"
1193    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1194               dimension 2
1195               chars 94
1196               mother =>>jis-x0213-1
1197               =>iso-ir 228
1198               ;; final ?O
1199               graphic 0
1200               ;; partial t
1201               ))
1202   (make-charset
1203    '=+>jis-x0213-1@2000
1204    "JIS X 0213:2000 Plain 1 unified abstract glyphs"
1205    '(registry "jisx0213\\(\\.2000\\)-1"
1206               dimension 2
1207               chars 94
1208               mother =+>jis-x0213-1
1209               =>iso-ir 228
1210               ;; final ?O
1211               graphic 0
1212               ;; partial t
1213               ))
1214   (make-charset
1215    '=+>jis-x0213-1@2004
1216    "JIS X 0213:2004 Plain 1 unified abstract glyphs"
1217    '(registry "jisx0213\\(\\.2004\\)-1"
1218               dimension 2
1219               chars 94
1220               mother =+>jis-x0213-1
1221               =>iso-ir 233
1222               ;; final ?Q
1223               graphic 0
1224               ;; partial t
1225               ))
1226
1227   (make-charset
1228    '=>jis-x0208
1229    "JIS X 0208 based on the unchanged unification rules."
1230    '(registry "jisx0208\\.1990"
1231               dimension 2
1232               chars 94
1233               mother =+>jis-x0208
1234               =>iso-ir 168
1235               ;; final ?B
1236               graphic 0))
1237   (define-charset-alias '<=>jis-x0208 '=>jis-x0208)
1238   (make-charset
1239    '=>jis-x0208@1997
1240    "JIS X 0208 based on the unification rule of 1997 edition."
1241    '(registry "jisx0208\\.1990"
1242               dimension 2
1243               chars 94
1244               mother =>jis-x0208
1245               =>iso-ir 168
1246               ;; final ?B
1247               graphic 0))
1248   (define-charset-alias '<=>jis-x0208@1997 '=>jis-x0208@1997)
1249   (define-charset-alias '  =jis-x0208@1997 '=>jis-x0208@1997)
1250
1251   (make-charset
1252    '=>jis-x0213-1
1253    "JIS X 0213 Plain 1 abstract characters (unchanged part)"
1254    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1255               dimension 2
1256               chars 94
1257               mother =+>jis-x0213-1
1258               =>iso-ir 228
1259               ;; final ?O
1260               graphic 0
1261               ;; partial t
1262               ))
1263   (define-charset-alias '<=>jis-x0213-1 '=>jis-x0213-1)
1264   (make-charset
1265    '=>jis-x0213-1@2000
1266    "JIS X 0213:2000 Plain 1 abstract characters"
1267    '(registry "jisx0213\\(\\.2000\\)-1"
1268               dimension 2
1269               chars 94
1270               mother =>jis-x0213-1
1271               =>iso-ir 228
1272               ;; final ?O
1273               graphic 0
1274               ;; partial t
1275               ))
1276   (define-charset-alias '<=>jis-x0213-1@2000 '=>jis-x0213-1@2000)
1277   (make-charset
1278    '=>jis-x0213-1@2004
1279    "JIS X 0213:2004 Plain 1 abstract characters"
1280    '(registry "jisx0213\\(\\.2004\\)-1"
1281               dimension 2
1282               chars 94
1283               mother =>jis-x0213-1
1284               =>iso-ir 233
1285               ;; final ?Q
1286               graphic 0
1287               ;; partial t
1288               ))
1289   (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004)
1290   (make-charset
1291    '=+>jis-x0213-2
1292    "JIS X 0213 Plain 2 based on usual unification."
1293    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1294               dimension 2
1295               chars 94
1296               mother =>>jis-x0213-2
1297               =>iso-ir 229
1298               ;; final ?P
1299               graphic 0))
1300   (define-charset-alias '=>jis-x0213-2@usual '=+>jis-x0213-2)
1301   (make-charset
1302    '=>jis-x0213-2
1303    "JIS X 0213 Plain 2 abstract characters"
1304    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1305               dimension 2
1306               chars 94
1307               mother =+>jis-x0213-2
1308               =>iso-ir 229
1309               ;; final ?P
1310               graphic 0))
1311
1312   (make-charset
1313    '==cns11643-1
1314    "CNS 11643 Plane 1 representative glyph-images."
1315    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1316               dimension 2
1317               chars 94
1318               mother =cns11643-1
1319               =>iso-ir 171
1320               graphic 0))
1321   (make-charset
1322    '==cns11643-2
1323    "CNS 11643 Plane 2 representative glyph-images."
1324    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1325               dimension 2
1326               chars 94
1327               mother =cns11643-2
1328               =>iso-ir 172
1329               graphic 0))
1330   (make-charset
1331    '==cns11643-3
1332    "CNS 11643 Plane 3 representative glyph-images."
1333    '(registry "CNS11643[.-]\\(.*[.-]\\)?3$"
1334               dimension 2
1335               chars 94
1336               mother =cns11643-3
1337               =>iso-ir 183
1338               graphic 0))
1339   (make-charset
1340    '==cns11643-4
1341    "CNS 11643 Plane 4 representative glyph-images."
1342    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1343               dimension 2
1344               chars 94
1345               mother =cns11643-4
1346               =>iso-ir 184
1347               graphic 0))
1348   (make-charset
1349    '==cns11643-5
1350    "CNS 11643 Plane 5 representative glyph-images."
1351    '(registry "CNS11643[.-]\\(.*[.-]\\)?5$"
1352               dimension 2
1353               chars 94
1354               mother =cns11643-5
1355               =>iso-ir 185
1356               graphic 0))
1357   (make-charset
1358    '==cns11643-6
1359    "CNS 11643 Plane 6 representative glyph-images."
1360    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1361               dimension 2
1362               chars 94
1363               mother =cns11643-6
1364               =>iso-ir 186
1365               graphic 0))
1366   (make-charset
1367    '==cns11643-7
1368    "CNS 11643 Plane 7 representative glyph-images."
1369    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1370               dimension 2
1371               chars 94
1372               mother =cns11643-7
1373               =>iso-ir 187
1374               graphic 0))
1375
1376   (make-charset
1377    '===cns11643-1
1378    "CNS 11643 Plane 1 representative glyph-images."
1379    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1380               dimension 2
1381               chars 94
1382               mother ==cns11643-1
1383               =>iso-ir 171
1384               graphic 0))
1385   (make-charset
1386    '===cns11643-2
1387    "CNS 11643 Plane 2 representative glyph-images."
1388    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1389               dimension 2
1390               chars 94
1391               mother ==cns11643-2
1392               =>iso-ir 172
1393               graphic 0))
1394   (make-charset
1395    '===cns11643-3
1396    "CNS 11643 Plane 3 representative glyph-images."
1397    '(registry "CNS11643[.-]\\(.*[.-]\\)?3$"
1398               dimension 2
1399               chars 94
1400               mother ==cns11643-3
1401               =>iso-ir 183
1402               graphic 0))
1403   (make-charset
1404    '===cns11643-4
1405    "CNS 11643 Plane 4 representative glyph-images."
1406    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1407               dimension 2
1408               chars 94
1409               mother ==cns11643-4
1410               =>iso-ir 184
1411               graphic 0))
1412   (make-charset
1413    '===cns11643-5
1414    "CNS 11643 Plane 5 representative glyph-images."
1415    '(registry "CNS11643[.-]\\(.*[.-]\\)?5$"
1416               dimension 2
1417               chars 94
1418               mother ==cns11643-5
1419               =>iso-ir 185
1420               graphic 0))
1421   (make-charset
1422    '===cns11643-6
1423    "CNS 11643 Plane 6 representative glyph-images."
1424    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1425               dimension 2
1426               chars 94
1427               mother ==cns11643-6
1428               =>iso-ir 186
1429               graphic 0))
1430   (make-charset
1431    '===cns11643-7
1432    "CNS 11643 Plane 7 representative glyph-images."
1433    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1434               dimension 2
1435               chars 94
1436               mother ==cns11643-7
1437               =>iso-ir 187
1438               graphic 0))
1439
1440   (make-charset
1441    '=>>cns11643-1
1442    "CNS 11643 Plane 1 abstract glyphs."
1443    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1444               dimension 2
1445               chars 94
1446               mother =cns11643-1
1447               =>iso-ir 184
1448               graphic 0))
1449   (make-charset
1450    '=>>cns11643-4
1451    "CNS 11643 Plane 4 abstract glyphs."
1452    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1453               dimension 2
1454               chars 94
1455               mother =cns11643-4
1456               =>iso-ir 184
1457               graphic 0))
1458
1459   (make-charset
1460    '=>cns11643-2
1461    "CNS 11643 Plane 2 abstract characters."
1462    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1463               dimension 2
1464               chars 94
1465               mother =cns11643-2
1466               =>iso-ir 172
1467               graphic 0))
1468   (make-charset
1469    '=>cns11643-6
1470    "CNS 11643 Plane 6 abstract characters."
1471    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1472               dimension 2
1473               chars 94
1474               mother =cns11643-6
1475               =>iso-ir 186
1476               graphic 0))
1477   (make-charset
1478    '=>cns11643-7
1479    "CNS 11643 Plane 7 abstract characters."
1480    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1481               dimension 2
1482               chars 94
1483               mother =cns11643-7
1484               =>iso-ir 187
1485               graphic 0))
1486
1487   (make-charset '=big5-eten
1488                 "Big5 ETEN"
1489                 '(long-name     "Big5-ETEN"
1490                   chars         256
1491                   dimension     2
1492                   columns       2
1493                   graphic       2
1494                   direction     l2r
1495                   mother        chinese-big5
1496                   min-code      #x8140
1497                   max-code      #xFEFE
1498                   registry      "Big5\\.ETEN"))
1499   (define-charset-alias 'chinese-big5-eten '=big5-eten)
1500   (make-charset 'chinese-big5-eten-a
1501                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
1502                 '(long-name     "Big5-ETEN-a"
1503                   chars         256
1504                   dimension     2
1505                   columns       2
1506                   graphic       2
1507                   direction     l2r
1508                   mother        chinese-big5
1509                   min-code      #xF9D6
1510                   max-code      #xF9FE
1511                   registry      "Big5\\.ETEN"))
1512   (make-charset 'chinese-big5-eten-b
1513                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
1514                 '(long-name     "Big5-ETEN-b"
1515                   chars         256
1516                   dimension     2
1517                   columns       2
1518                   graphic       2
1519                   direction     l2r
1520                   mother        chinese-big5
1521                   min-code      #xC6A1
1522                   max-code      #xC8FE
1523                   registry      "Big5\\.ETEN"))
1524
1525   (make-charset '=big5-cdp
1526                 "Big5 with CDP extension"
1527                 '(long-name     "Big5-CDP"
1528                   chars         256
1529                   dimension     2
1530                   columns       2
1531                   graphic       2
1532                   direction     l2r
1533                   registry      "big5\\.cdp-0"
1534                   mother        chinese-big5
1535                   min-code      #x8140
1536                   max-code      #x8DFE))
1537   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
1538
1539   (make-charset '==big5-cdp
1540                 "Abstract glyph-images of Big5-CDP"
1541                 '(long-name     "Big5-CDP glyph-forms"
1542                   chars         256
1543                   dimension     2
1544                   columns       2
1545                   graphic       2
1546                   direction     l2r
1547                   registry      "big5\\.cdp-0"
1548                   mother        =big5-cdp))
1549   (make-charset '===big5-cdp
1550                 "Representative glyph-images of Big5-CDP"
1551                 '(long-name     "Big5-CDP glyph-images"
1552                   chars         256
1553                   dimension     2
1554                   columns       2
1555                   graphic       2
1556                   direction     l2r
1557                   registry      "big5\\.cdp-0"
1558                   mother        ==big5-cdp))
1559
1560   (make-charset '=>>big5-cdp
1561                 "Abstract glyphs of Big5-CDP"
1562                 '(long-name     "Big5-CDP glyphs"
1563                   chars         256
1564                   dimension     2
1565                   columns       2
1566                   graphic       2
1567                   direction     l2r
1568                   registry      "big5\\.cdp-0"
1569                   mother        =big5-cdp))
1570
1571   (make-charset '=>big5-cdp
1572                 "Big5-CDP abstract characters"
1573                 '(long-name     "Big5-CDP abstract characters"
1574                   chars         256
1575                   dimension     2
1576                   columns       2
1577                   graphic       2
1578                   direction     l2r
1579                   registry      "big5\\.cdp-0"
1580                   mother        =>>big5-cdp))
1581
1582   (make-charset
1583    '=mj
1584    "Moji-Jouhou-Kiban characters"
1585    `(long-name "Moji-Jouhou-Kiban"
1586                chars 256
1587                dimension 2
1588                columns 2
1589                graphic 2
1590                direction l2r
1591                ;; registry "mj-0$"
1592                min-code     #xE30000
1593                max-code ,(+ #xE30000 68053)
1594                code-offset  #xE30000
1595                ;; min-code            ,(lsh #x6404 16)
1596                ;; max-code         ,(+ (lsh #x6404 16) 68053)
1597                ;; code-offset    ,(lsh #x6404 16)
1598                ))
1599   (make-charset
1600    '=mj-0
1601    "Moji-Jouhou-Kiban plane 0"
1602    '(long-name "Moji-Jouhou-Kiban-0"
1603                chars 256
1604                dimension 2
1605                columns 2
1606                graphic 2
1607                direction l2r
1608                registry "mj-0$"
1609                mother =mj
1610                min-code 0
1611                max-code #xFFFF))
1612   (make-charset
1613    '=mj-1
1614    "Moji-Jouhou-Kiban plane 1"
1615    '(long-name "Moji-Jouhou-Kiban-1"
1616                chars 256
1617                dimension 2
1618                columns 2
1619                graphic 2
1620                direction l2r
1621                registry "mj-1$"
1622                mother =mj
1623                min-code #x10000
1624                code-offset #x10000))
1625
1626   (make-charset
1627    '=hanyo-denshi/ja
1628    "JA (JIS X0208) part of Han'you-Denshi characters"
1629    `(long-name "Han'you-Denshi/JA"
1630                chars 94
1631                dimension 2
1632                columns 2
1633                graphic 2
1634                direction l2r
1635                registry "HanyoDenshi\\.JA-0$"
1636                min-code ,(lsh #x6400 16)
1637                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1638                code-offset ,(lsh #x6400 16)))
1639   (make-charset
1640    '=hanyo-denshi/jb
1641    "JB (JIS X0212) part of Han'you-Denshi characters"
1642    `(long-name "Han'you-Denshi/JB"
1643                chars 94
1644                dimension 2
1645                columns 2
1646                graphic 2
1647                direction l2r
1648                registry "HanyoDenshi\\.JB-0$"
1649                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1650                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1651                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1652   (make-charset
1653    '=hanyo-denshi/jc
1654    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1655    `(long-name "Han'you-Denshi/JC"
1656                chars 94
1657                dimension 2
1658                columns 2
1659                graphic 2
1660                direction l2r
1661                registry "HanyoDenshi\\.JC-0$"
1662                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1663                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1664                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1665   (make-charset
1666    '=hanyo-denshi/jd
1667    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1668    `(long-name "Han'you-Denshi/JD"
1669                chars 94
1670                dimension 2
1671                columns 2
1672                graphic 2
1673                direction l2r
1674                registry "HanyoDenshi\\.JD-0$"
1675                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1676                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1677                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1678   (make-charset
1679    '=hanyo-denshi/ft
1680    "FT (FDPC additional) part of Han'you-Denshi characters"
1681    `(long-name "Han'you-Denshi/FT"
1682                chars 94
1683                dimension 2
1684                columns 2
1685                graphic 2
1686                direction l2r
1687                registry "HanyoDenshi\\.FT-0$"
1688                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1689                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1690                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1691   (make-charset
1692    '=hanyo-denshi/ia
1693    "IA part of Han'you-Denshi characters"
1694    `(long-name "Han'you-Denshi/IA"
1695                chars 94
1696                dimension 2
1697                columns 2
1698                graphic 2
1699                direction l2r
1700                registry "HanyoDenshi\\.IA-0$"
1701                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1702                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1703                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1704   (make-charset
1705    '=hanyo-denshi/ib
1706    "IB part of Han'you-Denshi characters"
1707    `(long-name "Han'you-Denshi/IB"
1708                chars 94
1709                dimension 2
1710                columns 2
1711                graphic 2
1712                direction l2r
1713                registry "HanyoDenshi\\.IB-0$"
1714                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1715                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1716                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1717   (make-charset
1718    '=hanyo-denshi/hg
1719    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1720    `(long-name "Han'you-Denshi/HG"
1721                chars 94
1722                dimension 2
1723                columns 2
1724                graphic 2
1725                direction l2r
1726                registry "HanyoDenshi\\.HG-0$"
1727                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
1728                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
1729                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
1730   (make-charset
1731    '=hanyo-denshi/ip
1732    "IP (for IPA) part of Han'you-Denshi characters"
1733    `(long-name "Han'you-Denshi/IP"
1734                chars 256
1735                dimension 2
1736                columns 2
1737                graphic 2
1738                direction l2r
1739                registry "HanyoDenshi\\.IP-0$"
1740                min-code    ,(+ (lsh #x6402 16) #x4E00)
1741                max-code    ,(+ (lsh #x6402 16) #x9FFF)
1742                code-offset ,(+ (lsh #x6402 16))))
1743   (make-charset
1744    '=hanyo-denshi/jt
1745    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
1746    `(long-name "Han'you-Denshi/JT"
1747                chars 256
1748                dimension 2
1749                columns 2
1750                graphic 2
1751                direction l2r
1752                registry "HanyoDenshi\\.JT-0$"
1753                min-code    ,(+ (lsh #x6402 16) #xAC00)
1754                max-code    ,(+ (lsh #x6402 16) #xD7AF)
1755                code-offset ,(+ (lsh #x6402 16))))
1756   (make-charset
1757    '=hanyo-denshi/ks
1758    "KS (KoSeki) part of Han'you-Denshi characters"
1759    `(long-name "Han'you-Denshi/KS font encoding"
1760                chars 256
1761                dimension 3
1762                columns 2
1763                graphic 2
1764                direction l2r))
1765
1766   (make-charset
1767    '==mj
1768    "Moji-Jouhou-Kiban detailed glyph-images."
1769    '(long-name "MJ glyph-images"
1770                chars 256
1771                dimension 2
1772                columns 2
1773                graphic 2
1774                direction l2r
1775                mother =mj))
1776   (make-charset
1777    '==mj-0
1778    "MJ detailed glyph-images plane 0"
1779    '(long-name "MJ glyph-images-0"
1780                chars 256
1781                dimension 2
1782                columns 2
1783                graphic 2
1784                direction l2r
1785                registry "mj-0$"
1786                mother ==mj
1787                min-code 0
1788                max-code #xFFFF))
1789   (make-charset
1790    '==mj-1
1791    "MJ detailed glyph-images plane 1"
1792    '(long-name "MJ glyph-images-1"
1793                chars 256
1794                dimension 2
1795                columns 2
1796                graphic 2
1797                direction l2r
1798                registry "mj-1$"
1799                mother ==mj
1800                min-code #x10000
1801                code-offset #x10000))
1802
1803   (make-charset
1804    '==hanyo-denshi/ja
1805    "Han'you-Denshi/JA abstract glyph-forms."
1806    '(long-name "Han'you-Denshi/JA glyph-forms"
1807                chars 94
1808                dimension 2
1809                columns 2
1810                graphic 2
1811                direction l2r
1812                registry "HanyoDenshi\\.JA-0$"
1813                mother =hanyo-denshi/ja))
1814   (make-charset
1815    '==hanyo-denshi/jb
1816    "Han'you-Denshi/JB abstract glyph-forms."
1817    '(long-name "Han'you-Denshi/JB glyph-forms"
1818                chars 94
1819                dimension 2
1820                columns 2
1821                graphic 2
1822                direction l2r
1823                registry "HanyoDenshi\\.JB-0$"
1824                mother =hanyo-denshi/jb))
1825   (make-charset
1826    '==hanyo-denshi/jc
1827    "Han'you-Denshi/JC abstract glyph-forms."
1828    '(long-name "Han'you-Denshi/JC glyph-forms"
1829                chars 94
1830                dimension 2
1831                columns 2
1832                graphic 2
1833                direction l2r
1834                registry "HanyoDenshi\\.JC-0$"
1835                mother =hanyo-denshi/jc))
1836   (make-charset
1837    '==hanyo-denshi/jd
1838    "Han'you-Denshi/JD abstract glyph-forms."
1839    '(long-name "Han'you-Denshi/JD glyph-forms"
1840                chars 94
1841                dimension 2
1842                columns 2
1843                graphic 2
1844                direction l2r
1845                registry "HanyoDenshi\\.JD-0$"
1846                mother =hanyo-denshi/jd))
1847   (make-charset
1848    '==hanyo-denshi/ft
1849    "Han'you-Denshi/FT abstract glyph-forms."
1850    '(long-name "Han'you-Denshi/FT glyph-forms"
1851                chars 94
1852                dimension 2
1853                columns 2
1854                graphic 2
1855                direction l2r
1856                registry "HanyoDenshi\\.FT-0$"
1857                mother =hanyo-denshi/ft))
1858   (make-charset
1859    '==hanyo-denshi/ia
1860    "Han'you-Denshi/IA abstract glyph-forms."
1861    '(long-name "Han'you-Denshi/IA glyph-images"
1862                chars 94
1863                dimension 2
1864                columns 2
1865                graphic 2
1866                direction l2r
1867                registry "HanyoDenshi\\.IA-0$"
1868                mother =hanyo-denshi/ia))
1869   (make-charset
1870    '==hanyo-denshi/ib
1871    "Han'you-Denshi/IB abstract glyph-forms."
1872    '(long-name "Han'you-Denshi/IB glyph-forms"
1873                chars 94
1874                dimension 2
1875                columns 2
1876                graphic 2
1877                direction l2r
1878                registry "HanyoDenshi\\.IB-0$"
1879                mother =hanyo-denshi/ib))
1880   (make-charset
1881    '==hanyo-denshi/hg
1882    "Han'you-Denshi/HG abstract glyph-forms."
1883    '(long-name "Han'you-Denshi/HG glyph-forms"
1884                chars 94
1885                dimension 2
1886                columns 2
1887                graphic 2
1888                direction l2r
1889                registry "HanyoDenshi\\.HG-0$"
1890                mother =hanyo-denshi/hg))
1891   (make-charset
1892    '==hanyo-denshi/ip
1893    "Han'you-Denshi/IP abstract glyph-forms."
1894    '(long-name "Han'you-Denshi/IP glyph-images"
1895                chars 256
1896                dimension 2
1897                columns 2
1898                graphic 2
1899                direction l2r
1900                registry "HanyoDenshi\\.IP-0$"
1901                mother =hanyo-denshi/ip))
1902   (make-charset
1903    '==hanyo-denshi/jt
1904    "JT (Juuki Touitsu Moji) abstract glyph-forms."
1905    '(long-name "Han'you-Denshi/JT glyph-forms"
1906                chars 256
1907                dimension 2
1908                columns 2
1909                graphic 2
1910                direction l2r
1911                registry "HanyoDenshi\\.JT-0$"
1912                mother =hanyo-denshi/jt))
1913   (make-charset
1914    '==hanyo-denshi/ks
1915    "KoSeki-touitsu-moji abstract glyph-forms."
1916    '(long-name "Han'you-Denshi/KS glyph-forms"
1917                chars 256
1918                dimension 3
1919                columns 2
1920                graphic 2
1921                direction l2r
1922                mother =hanyo-denshi/ks))
1923
1924   (make-charset
1925    '=koseki
1926    "Representative glyph-images of KoSeki-touitsu-moji."
1927    '(long-name "KoSeki-touitsu-moji"
1928                chars 256
1929                dimension 3
1930                columns 2
1931                graphic 2
1932                direction l2r
1933                mother =hanyo-denshi/ks))
1934
1935   (define-charset-alias '=>>>hanyo-denshi/ja '==hanyo-denshi/ja)
1936   (define-charset-alias '=>>>hanyo-denshi/jb '==hanyo-denshi/jb)
1937   (define-charset-alias '=>>>hanyo-denshi/jc '==hanyo-denshi/jc)
1938   (define-charset-alias '=>>>hanyo-denshi/jd '==hanyo-denshi/jd)
1939   (define-charset-alias '=>>>hanyo-denshi/ft '==hanyo-denshi/ft)
1940   (define-charset-alias '=>>>hanyo-denshi/ib '==hanyo-denshi/ib)
1941   (define-charset-alias '=>>>hanyo-denshi/hg '==hanyo-denshi/hg)
1942   (define-charset-alias '=>>>hanyo-denshi/jt '==hanyo-denshi/jt)
1943   (define-charset-alias '=>>>hanyo-denshi/ks '==hanyo-denshi/ks)
1944
1945   ;; (make-charset
1946   ;;  '===hanyo-denshi/ja
1947   ;;  "Han'you-Denshi/JA detailed glyph-images."
1948   ;;  '(long-name "Han'you-Denshi/JA glyph-images"
1949   ;;              chars 94
1950   ;;              dimension 2
1951   ;;              columns 2
1952   ;;              graphic 2
1953   ;;              direction l2r
1954   ;;              registry "HanyoDenshi\\.JA-0$"
1955   ;;              mother ==hanyo-denshi/ja))
1956   (make-charset
1957    '===hanyo-denshi/jb
1958    "Han'you-Denshi/JB detailed glyph-images."
1959    '(long-name "Han'you-Denshi/JB glyph-images"
1960                chars 94
1961                dimension 2
1962                columns 2
1963                graphic 2
1964                direction l2r
1965                registry "HanyoDenshi\\.JB-0$"
1966                mother ==hanyo-denshi/jb))
1967   (make-charset
1968    '===hanyo-denshi/jd
1969    "Han'you-Denshi/JD abstract glyph-forms."
1970    '(long-name "Han'you-Denshi/JD glyph-forms"
1971                chars 94
1972                dimension 2
1973                columns 2
1974                graphic 2
1975                direction l2r
1976                registry "HanyoDenshi\\.JD-0$"
1977                mother ==hanyo-denshi/jd))
1978   (make-charset
1979    '===hanyo-denshi/ft
1980    "Han'you-Denshi/FT detailed glyph-images."
1981    '(long-name "Han'you-Denshi/FT glyph-images"
1982                chars 94
1983                dimension 2
1984                columns 2
1985                graphic 2
1986                direction l2r
1987                registry "HanyoDenshi\\.FT-0$"
1988                mother ==hanyo-denshi/ft))
1989   (make-charset
1990    '===hanyo-denshi/ia
1991    "Han'you-Denshi/IA detailed glyph-images."
1992    '(long-name "Han'you-Denshi/IA glyph-images"
1993                chars 94
1994                dimension 2
1995                columns 2
1996                graphic 2
1997                direction l2r
1998                registry "HanyoDenshi\\.IA-0$"
1999                mother ==hanyo-denshi/ia))
2000   (make-charset
2001    '===hanyo-denshi/ib
2002    "Han'you-Denshi/IB detailed glyph-images."
2003    '(long-name "Han'you-Denshi/IB glyph-images"
2004                chars 94
2005                dimension 2
2006                columns 2
2007                graphic 2
2008                direction l2r
2009                registry "HanyoDenshi\\.IB-0$"
2010                mother ==hanyo-denshi/ib))
2011   (make-charset
2012    '===hanyo-denshi/hg
2013    "Han'you-Denshi/HG detailed glyph-images."
2014    '(long-name "Han'you-Denshi/HG glyph-images"
2015                chars 94
2016                dimension 2
2017                columns 2
2018                graphic 2
2019                direction l2r
2020                registry "HanyoDenshi\\.HG-0$"
2021                mother ==hanyo-denshi/hg))
2022   (make-charset
2023    '===hanyo-denshi/ip
2024    "Han'you-Denshi/IP representative glyph-images."
2025    '(long-name "Han'you-Denshi/IP glyph-images"
2026                chars 256
2027                dimension 2
2028                columns 2
2029                graphic 2
2030                direction l2r
2031                registry "HanyoDenshi\\.IP-0$"
2032                mother ==hanyo-denshi/ip))
2033   (make-charset
2034    '===hanyo-denshi/jt
2035    "JT (Juuki Touitsu Moji) detailed glyph-images."
2036    '(long-name "Han'you-Denshi/JT glyph-images"
2037                chars 256
2038                dimension 2
2039                columns 2
2040                graphic 2
2041                direction l2r
2042                registry "HanyoDenshi\\.JT-0$"
2043                mother ==hanyo-denshi/jt))
2044   (make-charset
2045    '===hanyo-denshi/ks
2046    "KoSeki-touitsu-moji detailed glyph-images."
2047    '(long-name "Han'you-Denshi/KS glyph-images"
2048                chars 256
2049                dimension 3
2050                columns 2
2051                graphic 2
2052                direction l2r
2053                mother ==hanyo-denshi/ks))
2054
2055   (make-charset
2056    '=hanyo-denshi/ks/mf
2057    "font encoding for KS (KoSeki) characters"
2058    `(long-name "Han'you-Denshi/KS font encoding"
2059                chars 256
2060                dimension 2
2061                columns 2
2062                graphic 2
2063                direction l2r
2064                registry "HanyoDenshi\\.KSMF-0$"
2065                min-code       ,(lsh #x6403 16)
2066                max-code    ,(+ (lsh #x6403 16) #xFFFF)
2067                code-offset    ,(lsh #x6403 16)))
2068
2069   (make-charset
2070    '===mj
2071    "Moji-Jouhou-Kiban detailed glyph-images."
2072    '(long-name "MJ glyph-images"
2073                chars 256
2074                dimension 2
2075                columns 2
2076                graphic 2
2077                direction l2r
2078                mother ==mj))
2079   (make-charset
2080    '===mj-0
2081    "MJ detailed glyph-images plane 0"
2082    '(long-name "MJ glyph-images-0"
2083                chars 256
2084                dimension 2
2085                columns 2
2086                graphic 2
2087                direction l2r
2088                registry "mj-0$"
2089                mother ===mj
2090                min-code 0
2091                max-code #xFFFF))
2092   (make-charset
2093    '===mj-1
2094    "MJ detailed glyph-images plane 1"
2095    '(long-name "MJ glyph-images-1"
2096                chars 256
2097                dimension 2
2098                columns 2
2099                graphic 2
2100                direction l2r
2101                registry "mj-1$"
2102                mother ===mj
2103                min-code #x10000
2104                code-offset #x10000))
2105
2106   (make-charset
2107    '=+>hanyo-denshi/ft
2108    "Han'you-Denshi/FT abstract glyphs"
2109    '(long-name "Han'you-Denshi/FT glyphs"
2110                chars 94
2111                dimension 2
2112                columns 2
2113                graphic 2
2114                direction l2r
2115                registry "HanyoDenshi\\.FT-0$"
2116                mother =hanyo-denshi/ft))
2117   (make-charset
2118    '=+>hanyo-denshi/jt
2119    "JT (Juuki Touitsu Moji) unified abstract glyphs."
2120    '(long-name "Han'you-Denshi/JT unified glyphs"
2121                chars 256
2122                dimension 2
2123                columns 2
2124                graphic 2
2125                direction l2r
2126                registry "HanyoDenshi\\.JT-0$"
2127                mother =hanyo-denshi/jt))
2128
2129   (make-charset
2130    '=>>mj
2131    "Moji-Jouhou-Kiban abstract glyphs."
2132    '(long-name "MJ glyphs"
2133                chars 256
2134                dimension 2
2135                columns 2
2136                graphic 2
2137                direction l2r
2138                mother =mj))
2139
2140   (make-charset
2141    '=>>hanyo-denshi/ja
2142    "Han'you-Denshi/JA abstract glyphs"
2143    '(long-name "Han'you-Denshi/JA glyphs"
2144                chars 94
2145                dimension 2
2146                columns 2
2147                graphic 2
2148                direction l2r
2149                registry "HanyoDenshi\\.JA-0$"
2150                mother =hanyo-denshi/ja))
2151   (make-charset
2152    '=>>hanyo-denshi/jb
2153    "Han'you-Denshi/JB abstract glyphs"
2154    '(long-name "Han'you-Denshi/JB glyphs"
2155                chars 94
2156                dimension 2
2157                columns 2
2158                graphic 2
2159                direction l2r
2160                registry "HanyoDenshi\\.JB-0$"
2161                mother =hanyo-denshi/jb))
2162   (make-charset
2163    '=>>hanyo-denshi/jc
2164    "Han'you-Denshi/JC abstract glyphs"
2165    '(long-name "Han'you-Denshi/JC glyphs"
2166                chars 94
2167                dimension 2
2168                columns 2
2169                graphic 2
2170                direction l2r
2171                registry "HanyoDenshi\\.JC-0$"
2172                mother =hanyo-denshi/jc))
2173   (make-charset
2174    '=>>hanyo-denshi/jd
2175    "Han'you-Denshi/JD abstract glyphs"
2176    '(long-name "Han'you-Denshi/JD glyphs"
2177                chars 94
2178                dimension 2
2179                columns 2
2180                graphic 2
2181                direction l2r
2182                registry "HanyoDenshi\\.JD-0$"
2183                mother =hanyo-denshi/jd))
2184   (make-charset
2185    '=>>hanyo-denshi/ft
2186    "Han'you-Denshi/FT abstract glyphs"
2187    '(long-name "Han'you-Denshi/FT glyphs"
2188                chars 94
2189                dimension 2
2190                columns 2
2191                graphic 2
2192                direction l2r
2193                registry "HanyoDenshi\\.FT-0$"
2194                mother =hanyo-denshi/ft))
2195   (make-charset
2196    '=>>hanyo-denshi/ia
2197    "Han'you-Denshi/IA abstract glyphs"
2198    '(long-name "Han'you-Denshi/IA glyphs"
2199                chars 94
2200                dimension 2
2201                columns 2
2202                graphic 2
2203                direction l2r
2204                registry "HanyoDenshi\\.IA-0$"
2205                mother =hanyo-denshi/ia))
2206   (make-charset
2207    '=>>hanyo-denshi/ib
2208    "Han'you-Denshi/IB abstract glyphs"
2209    '(long-name "Han'you-Denshi/IB abstract glyphs"
2210                chars 94
2211                dimension 2
2212                columns 2
2213                graphic 2
2214                direction l2r
2215                registry "HanyoDenshi\\.IB-0$"
2216                mother =hanyo-denshi/ib))
2217   (make-charset
2218    '=>>hanyo-denshi/hg
2219    "Han'you-Denshi/HG abstract glyphs"
2220    '(long-name "Han'you-Denshi/HG abstract glyphs"
2221                chars 94
2222                dimension 2
2223                columns 2
2224                graphic 2
2225                direction l2r
2226                registry "HanyoDenshi\\.HG-0$"
2227                mother =hanyo-denshi/hg))
2228   (make-charset
2229    '=>>hanyo-denshi/ip
2230    "Han'you-Denshi/IP abstract glyphs"
2231    '(long-name "Han'you-Denshi/IP abstract glyphs"
2232                chars 256
2233                dimension 2
2234                columns 2
2235                graphic 2
2236                direction l2r
2237                registry "HanyoDenshi\\.IP-0$"
2238                mother =hanyo-denshi/ip))
2239   (make-charset
2240    '=>>hanyo-denshi/jt
2241    "JT (Juuki Touitsu Moji) abstract glyphs"
2242    '(long-name "Han'you-Denshi/JT glyphs"
2243                chars 256
2244                dimension 2
2245                columns 2
2246                graphic 2
2247                direction l2r
2248                registry "HanyoDenshi\\.JT-0$"
2249                mother =hanyo-denshi/jt))
2250   (make-charset
2251    '=>>hanyo-denshi/ks
2252    "Han'you-Denshi/KS abstract glyphs"
2253    '(long-name "Han'you-Denshi/KS glyphs"
2254                chars 256
2255                dimension 3
2256                columns 2
2257                graphic 2
2258                direction l2r
2259                mother =hanyo-denshi/ks))
2260
2261   (make-charset '=gt
2262                 "GT 2000"
2263                 `(long-name     "GT"
2264                   chars         256
2265                   dimension     3
2266                   columns       2
2267                   graphic       2
2268                   direction     l2r
2269                   registry      ""
2270                   min-code      ,(lsh #x6100 16)
2271                   max-code      ,(+ (lsh #x6100 16) 67547)
2272                   code-offset   ,(lsh #x6100 16)))
2273   (make-charset '==gt
2274                 "GT 2000 abstract glyph-forms."
2275                 '(long-name     "GT abstract glyph-forms"
2276                   chars         256
2277                   dimension     3
2278                   columns       2
2279                   graphic       2
2280                   direction     l2r
2281                   mother        =gt))
2282   (make-charset '===gt
2283                 "GT 2000 detailed glyph-images."
2284                 '(long-name     "GT glyph-images"
2285                   chars         256
2286                   dimension     3
2287                   columns       2
2288                   graphic       2
2289                   direction     l2r
2290                   mother        ==gt
2291                   ;; min-code   1
2292                   ;; max-code   67392
2293                   ))
2294   (define-charset-alias 'ideograph-gt '=gt)
2295   (define-charset-alias '=>>>gt '==gt)
2296   (make-charset '=>>gt
2297                 "GT 2000 abstract glyphs"
2298                 '(long-name     "GT abstract glyphs"
2299                   chars         256
2300                   dimension     3
2301                   columns       2
2302                   graphic       2
2303                   direction     l2r
2304                   mother        =gt))
2305   (define-charset-alias '<=>gt '=>>gt)
2306   (define-charset-alias '<==>gt '=>>gt)
2307   (make-charset '=+>gt
2308                 "GT 2000 unified abstract glyphs"
2309                 '(long-name     "Unified abstract GT glyphs"
2310                   chars         256
2311                   dimension     3
2312                   columns       2
2313                   graphic       2
2314                   direction     l2r
2315                   mother        =>>gt))
2316   (make-charset '=>gt
2317                 "GT 2000 abstract characters"
2318                 '(long-name     "abstract GT characters"
2319                   chars         256
2320                   dimension     3
2321                   columns       2
2322                   graphic       2
2323                   direction     l2r
2324                   mother        =+>gt))
2325   (make-charset '=gt-k
2326                 "Ideographic components of GT"
2327                 `(long-name     "GT components"
2328                   chars         256
2329                   dimension     2
2330                   columns       2
2331                   graphic       2
2332                   direction     l2r
2333                   registry      ""
2334                   min-code      ,(lsh #x6110 16)
2335                   max-code      ,(+ (lsh #x6110 16) 17090)
2336                   code-offset   ,(lsh #x6110 16)))
2337   (define-charset-alias 'ideograph-gt-k '=gt-k)
2338   (make-charset '==gt-k
2339                 "Abstract glyph-images of GT-K"
2340                 '(long-name     "GT-K glyph-images"
2341                   chars         256
2342                   dimension     2
2343                   columns       2
2344                   graphic       2
2345                   direction     l2r
2346                   mother        =gt-k))
2347   (make-charset '===gt-k
2348                 "Representative glyph-images of GT-K"
2349                 '(long-name     "GT-K glyph-images"
2350                   chars         256
2351                   dimension     2
2352                   columns       2
2353                   graphic       2
2354                   direction     l2r
2355                   mother        ==gt-k))
2356   (make-charset '=>>gt-k
2357                 "abstract glyphs of GT-K"
2358                 '(long-name     "GT-K abstract glyphs"
2359                   chars         256
2360                   dimension     2
2361                   columns       2
2362                   graphic       2
2363                   direction     l2r
2364                   mother        =gt-k))
2365   (make-charset '=>gt-k
2366                 "GT-K abstract characters"
2367                 '(long-name     "GT-K abstract characters"
2368                   chars         256
2369                   dimension     2
2370                   columns       2
2371                   graphic       2
2372                   direction     l2r
2373                   mother        =>>gt-k))
2374   (let ((i 1))
2375     (while (<= i 11)
2376       (make-charset
2377        (intern (format "=gt-pj-%d" i))
2378        (format "GT 2000 (pseudo JIS encoding) part %d" i)
2379        `(long-name ,(format "GT PJ %d" i)
2380                    chars 94
2381                    dimension 2
2382                    columns 2
2383                    graphic 0
2384                    direction l2r
2385                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
2386       (define-charset-alias
2387         (intern (format "ideograph-gt-pj-%d" i))
2388         (intern (format "=gt-pj-%d" i)))
2389       (setq i (1+ i))))
2390   (make-charset
2391    '=gt-pj-k1
2392    "Ideographic parts of GT (pseudo JIS encoding) part 1"
2393    '(long-name "GT K1"
2394                chars 94
2395                dimension 2
2396                columns 2
2397                graphic 0
2398                direction l2r
2399                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
2400   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
2401   (make-charset
2402    '=gt-pj-k2
2403    "Ideographic parts of GT (pseudo JIS encoding) part 2"
2404    '(long-name "GT K2"
2405                chars 94
2406                dimension 2
2407                columns 2
2408                graphic 0
2409                direction l2r
2410                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
2411   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
2412
2413   (make-charset '=daikanwa
2414                 "Daikanwa dictionary (unchanged part)"
2415                 `(long-name     "Daikanwa"
2416                   chars         256
2417                   dimension     2
2418                   columns       2
2419                   graphic       2
2420                   direction     l2r
2421                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2422                   min-code      #xE00000
2423                   max-code      ,(+ #xE00000 50100)
2424                   code-offset   #xE00000))
2425   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
2426
2427   (make-charset '=daikanwa@rev1
2428                 "Daikanwa dictionary (revised version)"
2429                 '(long-name     "Daikanwa Rev."
2430                   chars         256
2431                   dimension     2
2432                   columns       2
2433                   graphic       2
2434                   direction     l2r
2435                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
2436                   mother        =daikanwa))
2437   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
2438   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
2439
2440   (make-charset '=daikanwa@rev2
2441                 "Daikanwa dictionary (revised version 2)"
2442                 '(long-name     "Daikanwa"
2443                   chars         256
2444                   dimension     2
2445                   columns       2
2446                   graphic       2
2447                   direction     l2r
2448                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2449                   mother        =daikanwa
2450                   min-code      1
2451                   max-code      49964))
2452   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
2453
2454   (make-charset '=daikanwa/+p
2455                 "Daikanwa dictionary (ddddd')"
2456                 '(long-name     "Daikanwa ddddd'"
2457                   chars         256
2458                   dimension     2
2459                   columns       2
2460                   graphic       2
2461                   direction     l2r))
2462   (make-charset '=daikanwa/+2p
2463                 "Daikanwa dictionary (ddddd'')"
2464                 '(long-name     "Daikanwa ddddd''"
2465                   chars         256
2466                   dimension     2
2467                   columns       2
2468                   graphic       2
2469                   direction     l2r))
2470   (make-charset '=daikanwa/ho
2471                 "Daikanwa dictionary (Hokan)"
2472                 '(long-name     "Daikanwa-ho"
2473                   chars         256
2474                   dimension     2
2475                   columns       2
2476                   graphic       2
2477                   direction     l2r))
2478
2479   (make-charset '==daikanwa
2480                 "Daikanwa glyph-images."
2481                 '(long-name     "Daikanwa glyph-images"
2482                   chars         256
2483                   dimension     2
2484                   columns       2
2485                   graphic       2
2486                   direction     l2r
2487                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2488                   mother        =daikanwa))
2489   (make-charset '==daikanwa/+p
2490                 "Daikanwa detailed glyph-images (ddddd')"
2491                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2492                   chars         256
2493                   dimension     2
2494                   columns       2
2495                   graphic       2
2496                   direction     l2r
2497                   mother        =daikanwa/+p))
2498   (make-charset '==daikanwa/ho
2499                 "Daikanwa detailed glyph-images (Hokan)"
2500                 '(long-name     "Daikanwa-ho detailed glyph-images"
2501                   chars         256
2502                   dimension     2
2503                   columns       2
2504                   graphic       2
2505                   direction     l2r
2506                   mother        =daikanwa/ho))
2507
2508   (make-charset '===daikanwa
2509                 "Daikanwa detailed glyph-images."
2510                 '(long-name     "Daikanwa detailed glyph-images"
2511                   chars         256
2512                   dimension     2
2513                   columns       2
2514                   graphic       2
2515                   direction     l2r
2516                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2517                   mother        ==daikanwa))
2518   (make-charset '===daikanwa/+p
2519                 "Daikanwa detailed glyph-images (ddddd')"
2520                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2521                   chars         256
2522                   dimension     2
2523                   columns       2
2524                   graphic       2
2525                   direction     l2r
2526                   mother        ==daikanwa/+p))
2527   (make-charset '===daikanwa/ho
2528                 "Daikanwa detailed glyph-images (Hokan)"
2529                 '(long-name     "Daikanwa-ho detailed glyph-images"
2530                   chars         256
2531                   dimension     2
2532                   columns       2
2533                   graphic       2
2534                   direction     l2r
2535                   mother        ==daikanwa/ho))
2536
2537   (make-charset '=>>daikanwa
2538                 "Daikanwa abstract glyphs"
2539                 '(long-name     "Daikanwa glyphs"
2540                   chars         256
2541                   dimension     2
2542                   columns       2
2543                   graphic       2
2544                   direction     l2r
2545                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2546                   mother        =daikanwa))
2547   (make-charset '=>>daikanwa/+p
2548                 "Daikanwa abstract glyphs (ddddd')"
2549                 '(long-name     "Daikanwa glyphs (ddddd')"
2550                   chars         256
2551                   dimension     2
2552                   columns       2
2553                   graphic       2
2554                   direction     l2r
2555                   mother        =daikanwa/+p))
2556   (make-charset '=>>daikanwa/+2p
2557                 "Daikanwa abstract glyphs (ddddd'')"
2558                 '(long-name     "Daikanwa glyphs (ddddd'')"
2559                   chars         256
2560                   dimension     2
2561                   columns       2
2562                   graphic       2
2563                   direction     l2r
2564                   mother        =daikanwa/+2p))
2565   (make-charset '=>>daikanwa/ho
2566                 "Daikanwa abstract glyphs (Hokan)"
2567                 '(long-name     "Daikanwa-ho glyph"
2568                   chars         256
2569                   dimension     2
2570                   columns       2
2571                   graphic       2
2572                   direction     l2r
2573                   mother        =daikanwa/ho))
2574
2575   (make-charset '=>daikanwa
2576                 "Daikanwa abstract characters"
2577                 '(long-name     "abstract Daikanwa"
2578                   chars         256
2579                   dimension     2
2580                   columns       2
2581                   graphic       2
2582                   direction     l2r
2583                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2584                   mother        =>>daikanwa))
2585   (make-charset '=>daikanwa/ho
2586                 "Daikanwa abstract characters (Hokan)"
2587                 '(long-name     "abstract Daikanwa-ho"
2588                   chars         256
2589                   dimension     2
2590                   columns       2
2591                   graphic       2
2592                   direction     l2r
2593                   mother        =>>daikanwa/ho))
2594
2595   (make-charset '=shinjigen
2596                 "Kadokawa ShinJigen dictionary (common parts)"
2597                 `(long-name     "Shinjigen common parts"
2598                   chars         256
2599                   dimension     2
2600                   columns       2
2601                   graphic       2
2602                   direction     l2r
2603                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2604
2605   (make-charset '=shinjigen@1ed
2606                 "Kadokawa ShinJigen dictionary (the first edition)"
2607                 `(long-name     "Shinjigen-1"
2608                   chars         256
2609                   dimension     2
2610                   columns       2
2611                   graphic       2
2612                   direction     l2r
2613                   mother        =shinjigen
2614                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2615   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
2616
2617   (make-charset '=shinjigen@1ed/24pr
2618                 "Kadokawa ShinJigen dictionary (the 24th impression)"
2619                 `(long-name     "Shinjigen-1 24pr"
2620                   chars         256
2621                   dimension     2
2622                   columns       2
2623                   graphic       2
2624                   direction     l2r
2625                   mother        =shinjigen@1ed))
2626
2627   (make-charset '=shinjigen@rev
2628                 "Kadokawa ShinJigen dictionary (the revised edition)"
2629                 `(long-name     "Shinjigen-2"
2630                   chars         256
2631                   dimension     2
2632                   columns       2
2633                   graphic       2
2634                   direction     l2r
2635                   mother        =shinjigen
2636                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2637   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
2638   (make-charset '=shinjigen/+p@rev
2639                 "ShinJigen (the second edition) number with '"
2640                 `(long-name     "Shinjigen-2 with '"
2641                   chars         256
2642                   dimension     2
2643                   columns       2
2644                   graphic       2
2645                   direction     l2r))
2646   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
2647
2648   (make-charset '==shinjigen
2649                 "Detailed glyph-images of ShinJigen (common parts)"
2650                 '(long-name     "Shinjigen common parts"
2651                   chars         256
2652                   dimension     2
2653                   columns       2
2654                   graphic       2
2655                   direction     l2r
2656                   mother        =shinjigen
2657                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2658   (make-charset '==shinjigen@1ed
2659                 "Detailed glyph-images of ShinJigen (the first edition)"
2660                 '(long-name     "Detailed glyph-images of Shinjigen-1"
2661                   chars         256
2662                   dimension     2
2663                   columns       2
2664                   graphic       2
2665                   direction     l2r
2666                   mother        ==shinjigen
2667                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2668   (make-charset '==shinjigen@rev
2669                 "Detailed glyph-images of ShinJigen (the revised edition)"
2670                 '(long-name     "Detailed glyph-images of Shinjigen-2"
2671                   chars         256
2672                   dimension     2
2673                   columns       2
2674                   graphic       2
2675                   direction     l2r
2676                   mother        ==shinjigen
2677                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2678   (make-charset
2679    '==shinjigen/+p@rev
2680    "Detailed glyph-images of ShinJigen (the second edition) number with '"
2681    '(long-name  "Detailed glyph-images of Shinjigen-2 with '"
2682                 mother  =shinjigen/+p@rev
2683                 chars           256
2684                 dimension       2
2685                 columns 2
2686                 graphic 2
2687                 direction       l2r))
2688
2689   (make-charset '=big5-pua
2690                 "Big5 with private used area"
2691                 '(long-name     "Big5-PUA"
2692                   chars         256
2693                   dimension     2
2694                   columns       2
2695                   graphic       2
2696                   direction     l2r
2697                   mother        chinese-big5
2698                   registry      "Big5\\.ETEN"))
2699   (define-charset-alias 'chinese-big5-pua '=big5-pua)
2700
2701   (let* ((i 1)
2702          (hzk-min (+ (lsh #x6200 16) 65536))
2703          (hzk-max (+ hzk-min 65535)))
2704     (while (<= i 12)
2705       (make-charset
2706        (intern (format "=hanziku-%d" i))
2707        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
2708        `(long-name ,(format "HANZIKU-%d" i)
2709                    chars 256
2710                    dimension 2
2711                    columns 2
2712                    graphic 2
2713                    direction l2r
2714                    registry ,(format "hanziku-%d$" i i)
2715                    min-code ,hzk-min
2716                    max-code ,hzk-max
2717                    code-offset ,hzk-min))
2718       (define-charset-alias
2719         (intern (format "ideograph-hanziku-%d" i))
2720         (intern (format "=hanziku-%d" i)))
2721       (setq hzk-min (1+ hzk-max)
2722             hzk-max (+ hzk-min 65535))
2723       (setq i (1+ i))))
2724
2725   (make-charset '=cbeta "CBETA private characters"
2726                 '(long-name     "CBETA PUA"
2727                   chars         256
2728                   dimension     2
2729                   registry      "cbeta-0"
2730                   graphic       2
2731                   min-code      #xE20000
2732                   max-code      #xE2FFFF
2733                   code-offset   #xE20000
2734                   columns       2
2735                   direction     l2r))
2736   (define-charset-alias 'ideograph-cbeta '=cbeta)
2737   (make-charset '==cbeta "CBETA private characters"
2738                 '(long-name     "CBETA PUA glyph-images"
2739                   chars         256
2740                   dimension     2
2741                   registry      "cbeta-0"
2742                   graphic       2
2743                   columns       2
2744                   direction     l2r
2745                   mother        =cbeta))
2746   (make-charset '===cbeta "CBETA private characters"
2747                 '(long-name     "CBETA PUA glyph-images"
2748                   chars         256
2749                   dimension     2
2750                   registry      "cbeta-0"
2751                   graphic       2
2752                   columns       2
2753                   direction     l2r
2754                   mother        ==cbeta))
2755   (make-charset '=>>cbeta "CBETA abstract glyphs"
2756                 '(long-name     "CBETA glyphs"
2757                   chars         256
2758                   dimension     2
2759                   registry      "cbeta-0"
2760                   graphic       2
2761                   columns       2
2762                   direction     l2r
2763                   mother        =cbeta))
2764   (make-charset '=>cbeta "CBETA abstract characters"
2765                 '(long-name     "CBETA characters"
2766                   chars         256
2767                   dimension     2
2768                   registry      "cbeta-0"
2769                   graphic       2
2770                   columns       2
2771                   direction     l2r
2772                   mother        =cbeta))
2773
2774   (make-charset '=zinbun-oracle
2775                 "Oracle Bones Script"
2776                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
2777                   chars         256
2778                   dimension     2
2779                   registry      "zob1968-0"
2780                   graphic       2
2781                   min-code      #xE70000
2782                   max-code      ,(+ #xE70000 8192)
2783                   code-offset   #xE70000
2784                   columns       2
2785                   direction     l2r))
2786
2787   (make-charset '=>zinbun-oracle
2788                 "Abstract Oracle Bones"
2789                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
2790                   chars         256
2791                   dimension     2
2792                   mother        =zinbun-oracle
2793                   registry      "zob1968-0"
2794                   graphic       2
2795                   columns       2
2796                   direction     l2r))
2797
2798   (make-charset '=jef-china3
2799                 "JEF + CHINA3 private characters"
2800                 '(long-name     "JEF + CHINA3"
2801                   chars         256
2802                   dimension     2
2803                   columns       2
2804                   graphic       2
2805                   direction     l2r
2806                   registry      "china3jef-0"
2807                   min-code      #xE80000
2808                   max-code      #xE8FFFF
2809                   code-offset   #xE80000))
2810   (define-charset-alias 'china3-jef '=jef-china3)
2811   (make-charset '==jef-china3
2812                 "JEF + CHINA3 abstract glyph-images."
2813                 '(long-name     "JEF + CHINA3"
2814                   chars         256
2815                   dimension     2
2816                   columns       2
2817                   graphic       2
2818                   direction     l2r
2819                   registry      "china3jef-0"
2820                   mother        =jef-china3))
2821   (make-charset '===jef-china3
2822                 "JEF + CHINA3 glyph-images."
2823                 '(long-name     "JEF-CHINA3 glyph-images"
2824                   chars         256
2825                   dimension     2
2826                   columns       2
2827                   graphic       2
2828                   direction     l2r
2829                   registry      "china3jef-0"
2830                   mother        ==jef-china3))
2831
2832   (make-charset '=ruimoku-v6
2833                 "private characters used in RUIMOKU Version.6"
2834                 `(long-name     "RUI6"
2835                   chars         256
2836                   dimension     2
2837                   columns       2
2838                   graphic       2
2839                   direction     l2r
2840                   registry      "rui6-0"
2841                   ;; mother     ucs
2842                   min-code      #xE90000 ; #xE000
2843                   max-code      #xE908FF ; #xE8FF
2844                   code-offset   ,(- #xE90000 #xE000)))
2845   (make-charset '==ruimoku-v6
2846                 "RUIMOKU Version.6 glyph-images."
2847                 '(long-name     "RUI6 glyph-images."
2848                   chars         256
2849                   dimension     2
2850                   columns       2
2851                   graphic       2
2852                   direction     l2r
2853                   registry      "rui6-0"
2854                   mother        =ruimoku-v6))
2855   (make-charset '===ruimoku-v6
2856                 "RUIMOKU Version.6 representative glyph-images."
2857                 '(long-name     "RUI6 rep-glyph-images."
2858                   chars         256
2859                   dimension     2
2860                   columns       2
2861                   graphic       2
2862                   direction     l2r
2863                   registry      "rui6-0"
2864                   mother        ==ruimoku-v6))
2865   (make-charset '=>>ruimoku-v6
2866                 "RUIMOKU Version.6 glyphs"
2867                 '(long-name     "RUI6 glyphs"
2868                   chars         256
2869                   dimension     2
2870                   columns       2
2871                   graphic       2
2872                   direction     l2r
2873                   registry      "rui6-0"
2874                   mother        =ruimoku-v6))
2875
2876   ;; (make-charset
2877   ;;  '=zihai
2878   ;;  "ZhongHua-ZiHai glyph-images"
2879   ;;  '(long-name "ZhongHua-ZiHai (pppp-nn)"
2880   ;;              chars 256
2881   ;;              dimension 3
2882   ;;              columns 2
2883   ;;              graphic 2
2884   ;;              direction l2r))
2885
2886   ;; (make-charset
2887   ;;  '=zihai-17xx
2888   ;;  "ZhongHua-ZiHai (pp.1700\e$B!A\e(B1781) glyph-images"
2889   ;;  '(long-name "ZhongHua-ZiHai pp.17xx"
2890   ;;              chars 256
2891   ;;              dimension 2
2892   ;;              columns 2
2893   ;;              graphic 2
2894   ;;              direction l2r
2895   ;;              registry "zihai\\.cp-17$"))
2896
2897   (make-charset '=big5-cdp-var-3
2898                 "Big5-CDP-var-3 glyph-images of GlyphWiki"
2899                 '(long-name     "Big5-CDP-var-3"
2900                   chars         256
2901                   dimension     2
2902                   columns       2
2903                   graphic       2
2904                   direction     l2r
2905                   registry      "cdp\\.var-3$"
2906                   mother        =big5-cdp))
2907
2908   (make-charset '=big5-cdp-var-5
2909                 "Big5-CDP-var-5 glyph-images of GlyphWiki"
2910                 '(long-name     "Big5-CDP-var-5"
2911                   chars         256
2912                   dimension     2
2913                   columns       2
2914                   graphic       2
2915                   direction     l2r
2916                   registry      "cdp\\.var-5$"
2917                   mother        =big5-cdp))
2918
2919   (make-charset '==>ucs@bucs
2920                 "Basic Subset of Coded Character Sets (BUCS)"
2921                 '(long-name     "BUCS abstract characters"
2922                   chars         256
2923                   dimension     3
2924                   columns       2
2925                   graphic       2
2926                   direction     l2r
2927                   =>iso-ir      177
2928                   mother        =ucs))
2929
2930   (make-charset '=>ucs@hanyo-denshi
2931                 "UCS abstract characters based on Han'you-Denshi collection."
2932                 '(long-name     "UCS base characters of Han'you-Denshi"
2933                   chars         256
2934                   dimension     3
2935                   columns       2
2936                   graphic       2
2937                   direction     l2r
2938                   =>iso-ir      177
2939                   mother        =ucs))
2940
2941   (make-charset '=>ucs@iso
2942                 "Abstract characters of ISO/IEC 10646 representatives"
2943                 '(long-name     "UCS characters for ISO"
2944                   chars         256
2945                   dimension     3
2946                   columns       2
2947                   graphic       2
2948                   direction     l2r
2949                   =>iso-ir      177
2950                   mother        =ucs))
2951   (make-charset '=>ucs@unicode
2952                 "Abstract characters of Unicode representatives"
2953                 '(long-name     "UCS characters for Unicode"
2954                   chars         256
2955                   dimension     3
2956                   columns       2
2957                   graphic       2
2958                   direction     l2r
2959                   =>iso-ir      177
2960                   mother        =>ucs@iso))
2961   (make-charset '=>ucs@jis
2962                 "UCS representative characters for JIS X0208/0212/0213"
2963                 '(long-name     "UCS characters for JIS"
2964                   chars         256
2965                   dimension     3
2966                   columns       2
2967                   graphic       2
2968                   direction     l2r
2969                   =>iso-ir      177
2970                   mother        =>ucs@unicode))
2971   (make-charset '=>ucs@ks
2972                 "UCS representative characters for Korean Standards"
2973                 '(long-name     "UCS characters for KS"
2974                   chars         256
2975                   dimension     3
2976                   columns       2
2977                   graphic       2
2978                   direction     l2r
2979                   =>iso-ir      177
2980                   mother        =>ucs@unicode))
2981   (make-charset '=>ucs@cns
2982                 "UCS representatives characters for CNS 11643 sources"
2983                 '(long-name     "UCS characters for CNS 11643"
2984                   chars         256
2985                   dimension     3
2986                   columns       2
2987                   graphic       2
2988                   direction     l2r
2989                   =>iso-ir      177
2990                   mother        =>ucs@unicode))
2991
2992   (make-charset '=+>ucs@iso
2993                 "UCS based on ISO/IEC 10646 representative glyphs"
2994                 '(long-name     "Unified abstract glyphs of UCS"
2995                   chars         256
2996                   dimension     3
2997                   columns       2
2998                   graphic       2
2999                   direction     l2r
3000                   =>iso-ir      177
3001                   mother        =>ucs@iso))
3002   (make-charset '=+>ucs@unicode
3003                 "Unicode representative unified abstract glyphs"
3004                 '(long-name     "UCS unified abstract glyphs for Unicode"
3005                   chars         256
3006                   dimension     3
3007                   columns       2
3008                   graphic       2
3009                   direction     l2r
3010                   =>iso-ir      177
3011                   mother        =+>ucs@iso))
3012   (make-charset '=+>ucs@jis
3013                 "UCS based on Japanese usual unification"
3014                 '(long-name     "UCS unified abstract glyphs for JP"
3015                   chars         256
3016                   dimension     3
3017                   columns       2
3018                   graphic       2
3019                   direction     l2r
3020                   =>iso-ir      177
3021                   mother        =+>ucs@unicode))
3022   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
3023   (make-charset '=+>ucs@jis/1990
3024                 "UCS representative characters for JIS X0208/0212:1990"
3025                 '(long-name     "UCS characters for JIS:1990"
3026                   chars         256
3027                   dimension     3
3028                   columns       2
3029                   graphic       2
3030                   direction     l2r
3031                   =>iso-ir      177
3032                   mother        =+>ucs@jis))
3033   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
3034   (make-charset '=+>ucs@jis/2004
3035                 "UCS representative characters for JIS X 0213:2004"
3036                 '(long-name     "UCS characters for JIS:2004"
3037                   chars         256
3038                   dimension     3
3039                   columns       2
3040                   graphic       2
3041                   direction     l2r
3042                   =>iso-ir      177
3043                   mother        =+>ucs@jis))
3044   (make-charset '=+>ucs@ks
3045                 "UCS representative unified abstract glyphs for Korean Standards"
3046                 '(long-name     "UCS unified abstract glyphs for KS"
3047                   chars         256
3048                   dimension     3
3049                   columns       2
3050                   graphic       2
3051                   direction     l2r
3052                   =>iso-ir      177
3053                   mother        =+>ucs@unicode))
3054   (make-charset '=+>ucs@cns
3055                 "UCS representatives unified abstract glyphs for CNS 11643 sources"
3056                 '(long-name     "UCS unified abstract glyphs for CNS"
3057                   chars         256
3058                   dimension     3
3059                   columns       2
3060                   graphic       2
3061                   direction     l2r
3062                   =>iso-ir      177
3063                   mother        =+>ucs@unicode))
3064
3065   (make-charset '=>>ucs@iso
3066                 "Representative abstract-glyphs of ISO/IEC 10646"
3067                 '(long-name     "UCS abstract glyphs for UCS"
3068                   chars         256
3069                   dimension     3
3070                   columns       2
3071                   graphic       2
3072                   direction     l2r
3073                   =>iso-ir      177
3074                   mother        =+>ucs@iso))
3075   (make-charset '=>>ucs@unicode
3076                 "Representative abstract-glyphs of Unicode"
3077                 '(long-name     "Unicode abstract glyphs"
3078                   chars         256
3079                   dimension     3
3080                   columns       2
3081                   graphic       2
3082                   direction     l2r
3083                   =>iso-ir      177
3084                   mother        =>>ucs@iso))
3085   (make-charset '=>>ucs@jis
3086                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
3087                 '(long-name     "UCS abstract glyphs for JIS"
3088                   chars         256
3089                   dimension     3
3090                   columns       2
3091                   graphic       2
3092                   direction     l2r
3093                   =>iso-ir      177
3094                   mother        =>>ucs@unicode))
3095   (make-charset '=>>ucs@jis/1990
3096                 "UCS Representative glyphs for JIS X 0208/0212:1990"
3097                 '(long-name     "UCS glyphs for JIS:1990"
3098                   chars         256
3099                   dimension     3
3100                   columns       2
3101                   graphic       2
3102                   direction     l2r
3103                   =>iso-ir      177
3104                   mother        =>>ucs@jis))
3105   (make-charset '=>>ucs@jis/2000
3106                 "UCS Representative glyphs for JIS X 0213:2000"
3107                 '(long-name     "UCS glyphs for JIS:2000"
3108                   chars         256
3109                   dimension     3
3110                   columns       2
3111                   graphic       2
3112                   direction     l2r
3113                   =>iso-ir      177
3114                   mother        =>>ucs@jis))
3115   (make-charset '=>>ucs@jis/2004
3116                 "UCS Representative glyphs for JIS X 0213:2004"
3117                 '(long-name     "UCS glyphs for JIS:2004"
3118                   chars         256
3119                   dimension     3
3120                   columns       2
3121                   graphic       2
3122                   direction     l2r
3123                   =>iso-ir      177
3124                   mother        =>>ucs@jis))
3125   (make-charset '=>>ucs@JP
3126                 "UCS abstract-glyphs based on Japanese style glyphs"
3127                 '(long-name     "UCS glyphs for JP"
3128                   chars         256
3129                   dimension     3
3130                   columns       2
3131                   graphic       2
3132                   direction     l2r
3133                   =>iso-ir      177
3134                   mother        =>>ucs@jis/2004))
3135   (make-charset '=>>ucs@ks
3136                 "UCS Representative glyphs for Korean Standards"
3137                 '(long-name     "UCS glyphs for KS"
3138                   chars         256
3139                   dimension     3
3140                   columns       2
3141                   graphic       2
3142                   direction     l2r
3143                   =>iso-ir      177
3144                   mother        =>>ucs@unicode))
3145   (make-charset '=>>ucs@cns
3146                 "UCS Representative glyphs for CNS 11643 sources"
3147                 '(long-name     "UCS glyphs for CNS"
3148                   chars         256
3149                   dimension     3
3150                   columns       2
3151                   graphic       2
3152                   direction     l2r
3153                   =>iso-ir      177
3154                   mother        =>>ucs@unicode))
3155
3156   (make-charset '=ucs@iso
3157                 "ISO/IEC 10646 for its representative glyphs"
3158                 '(long-name     "UCS for ISO"
3159                   chars         256
3160                   dimension     3
3161                   columns       2
3162                   graphic       2
3163                   direction     l2r
3164                   =>iso-ir      177
3165                   mother        =>>ucs@iso
3166                   ))
3167   (make-charset '=ucs@unicode
3168                 "Unicode for its representative glyphs"
3169                 '(long-name     "UCS for Unicode"
3170                   chars         256
3171                   dimension     3
3172                   columns       2
3173                   graphic       2
3174                   direction     l2r
3175                   =>iso-ir      177
3176                   mother        =ucs@iso))
3177   (make-charset '=ucs@gb
3178                 "ISO/IEC 10646 for GB"
3179                 '(long-name     "UCS for GB"
3180                   chars         256
3181                   dimension     3
3182                   columns       2
3183                   graphic       2
3184                   direction     l2r
3185                   =>iso-ir      177
3186                   mother        =ucs@unicode))
3187   (define-charset-alias 'ucs-gb '=ucs@gb)
3188   (make-charset '=ucs@gb/fw
3189                 "ISO/IEC 10646 for GB with fullwidth"
3190                 '(long-name     "UCS for GB-fullwidth"
3191                   chars         256
3192                   dimension     3
3193                   columns       2
3194                   graphic       2
3195                   direction     l2r
3196                   =>iso-ir      177
3197                   mother        =ucs@gb))
3198   (make-charset '=ucs-bmp@gb
3199                 "ISO/IEC 10646 BMP for GB"
3200                 '(long-name     "BMP for GB"
3201                   chars         256
3202                   dimension     3
3203                   columns       2
3204                   graphic       2
3205                   direction     l2r
3206                   mother        =ucs@gb
3207                   min-code      #x0000
3208                   max-code      #xFFFF))
3209   (make-charset '=ucs@cns
3210                 "ISO/IEC 10646 for CNS 11643"
3211                 '(long-name     "UCS for CNS"
3212                   chars         256
3213                   dimension     3
3214                   columns       2
3215                   graphic       2
3216                   direction     l2r
3217                   =>iso-ir      177
3218                   mother        =ucs@unicode))
3219   (define-charset-alias 'ucs-cns '=ucs@cns)
3220   (make-charset '=ucs@cns/fw
3221                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
3222                 '(long-name     "UCS for CNS-fullwidth"
3223                   chars         256
3224                   dimension     3
3225                   columns       2
3226                   graphic       2
3227                   direction     l2r
3228                   =>iso-ir      177
3229                   mother        =ucs@cns))
3230   (make-charset '=ucs-bmp@cns
3231                 "ISO/IEC 10646 BMP for CNS"
3232                 '(long-name     "BMP for CNS"
3233                   chars         256
3234                   dimension     3
3235                   columns       2
3236                   graphic       2
3237                   direction     l2r
3238                   mother        =ucs@cns
3239                   min-code      #x0000
3240                   max-code      #xFFFF))
3241   (make-charset '=ucs@jis
3242                 "ISO/IEC 10646 for JIS X0208/0212/0213"
3243                 '(long-name     "UCS for JIS"
3244                   chars         256
3245                   dimension     3
3246                   columns       2
3247                   graphic       2
3248                   direction     l2r
3249                   =>iso-ir      177
3250                   mother        =ucs@unicode))
3251   (define-charset-alias 'ucs-jis '=ucs@jis)
3252   (make-charset '=ucs@jis/fw
3253                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
3254                 '(long-name     "UCS for JIS-fullwidth"
3255                   chars         256
3256                   dimension     3
3257                   columns       2
3258                   graphic       2
3259                   direction     l2r
3260                   =>iso-ir      177
3261                   mother        =ucs@jis))
3262   (make-charset '=ucs-bmp@jis
3263                 "ISO/IEC 10646 BMP for JIS"
3264                 '(long-name     "BMP for JIS"
3265                   chars         256
3266                   dimension     3
3267                   columns       2
3268                   graphic       2
3269                   direction     l2r
3270                   mother        =ucs@jis
3271                   min-code      #x0000
3272                   max-code      #xFFFF))
3273   ;; (make-charset '=ucs@jis/1983
3274   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
3275   ;;               '(long-name     "UCS for JIS:1983"
3276   ;;                 chars         256
3277   ;;                 dimension     3
3278   ;;                 columns       2
3279   ;;                 graphic       2
3280   ;;                 direction     l2r
3281   ;;                 =>iso-ir      177
3282   ;;                 mother        =ucs@jis))
3283   (make-charset '=ucs@jis/1990
3284                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
3285                 '(long-name     "UCS for JIS:1990"
3286                   chars         256
3287                   dimension     3
3288                   columns       2
3289                   graphic       2
3290                   direction     l2r
3291                   =>iso-ir      177
3292                   mother        =ucs@jis))
3293   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
3294   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
3295   (make-charset '=ucs@jis/2000
3296                 "ISO/IEC 10646 for JIS X 0213:2000"
3297                 '(long-name     "UCS for JIS:2000"
3298                   chars         256
3299                   dimension     3
3300                   columns       2
3301                   graphic       2
3302                   direction     l2r
3303                   =>iso-ir      177
3304                   mother        =ucs@jis))
3305   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
3306   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
3307   (make-charset '=ucs@jis/2004
3308                 "ISO/IEC 10646 for JIS X 0213:2004"
3309                 '(long-name     "UCS for JIS:2004"
3310                   chars         256
3311                   dimension     3
3312                   columns       2
3313                   graphic       2
3314                   direction     l2r
3315                   =>iso-ir      177
3316                   mother        =ucs@jis))
3317   (make-charset '=ucs@JP
3318                 "UCS for common glyphs used in Japan"
3319                 '(long-name     "UCS for Japan"
3320                   chars         256
3321                   dimension     3
3322                   columns       2
3323                   graphic       2
3324                   direction     l2r
3325                   =>iso-ir      177
3326                   mother        =ucs@jis/2004))
3327   (define-charset-alias '=ucs@jp '=ucs@JP)
3328   (make-charset '=ucs@JP/hanazono
3329                 "Japanese glyph-images of Hanazono Mincho"
3330                 '(long-name     "UCS for Hana-Min"
3331                   chars         256
3332                   dimension     3
3333                   columns       2
3334                   graphic       2
3335                   direction     l2r
3336                   =>iso-ir      177
3337                   mother        =ucs@JP))
3338   (make-charset '=ucs@ks
3339                 "ISO/IEC 10646 for Korean Standards"
3340                 '(long-name     "UCS for KS"
3341                   chars         256
3342                   dimension     3
3343                   columns       2
3344                   graphic       2
3345                   direction     l2r
3346                   =>iso-ir      177
3347                   mother        =ucs@unicode))
3348   (define-charset-alias 'ucs-ks '=ucs@ks)
3349   (make-charset '=ucs@ks/2012
3350                 "Mapping for Korean Standards in ISO/IEC 10646:2012"
3351                 '(long-name     "UCS:2012 for KS"
3352                   chars         256
3353                   dimension     3
3354                   columns       2
3355                   graphic       2
3356                   direction     l2r
3357                   =>iso-ir      177
3358                   mother        =ucs@ks))
3359   (make-charset '=ucs-bmp@ks
3360                 "ISO/IEC 10646 BMP for KS"
3361                 '(long-name     "BMP for KS"
3362                   chars         256
3363                   dimension     3
3364                   columns       2
3365                   graphic       2
3366                   direction     l2r
3367                   mother        =ucs@ks
3368                   min-code      #x0000
3369                   max-code      #xFFFF))
3370   (make-charset '=ucs@cns11643
3371                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
3372                 '(long-name     "UCS for CNS11643"
3373                   chars         256
3374                   dimension     3
3375                   columns       2
3376                   graphic       2
3377                   direction     l2r
3378                   =>iso-ir      177
3379                   mother        =ucs@cns))
3380   (make-charset '=ucs@big5
3381                 "ISO/IEC 10646 for Big5"
3382                 '(long-name     "UCS for Big5"
3383                   chars         256
3384                   dimension     3
3385                   columns       2
3386                   graphic       2
3387                   direction     l2r
3388                   =>iso-ir      177
3389                   mother        =ucs@cns
3390                   ;; mother     =>>ucs@cns
3391                   ))
3392   (define-charset-alias 'ucs-big5 '=ucs@big5)
3393   (make-charset '=ucs@big5/cns11643
3394                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
3395                 '(long-name     "UCS for Big5@CNS11643"
3396                   chars         256
3397                   dimension     3
3398                   columns       2
3399                   graphic       2
3400                   direction     l2r
3401                   =>iso-ir      177
3402                   mother        =ucs@big5))
3403
3404   (make-charset '==ucs@iso
3405                 "Representative glyph-forms of ISO/IEC 10646."
3406                 '(long-name     "UCS glyph-forms for UCS"
3407                   chars         256
3408                   dimension     3
3409                   columns       2
3410                   graphic       2
3411                   direction     l2r
3412                   =>iso-ir      177
3413                   mother        =>>ucs@iso))
3414   (define-charset-alias '=>>>ucs@iso '==ucs@iso)
3415   (make-charset '==ucs@unicode
3416                 "Representative glyph-forms of Unicode."
3417                 '(long-name     "UCS glyph-forms for Unicode"
3418                   chars         256
3419                   dimension     3
3420                   columns       2
3421                   graphic       2
3422                   direction     l2r
3423                   =>iso-ir      177
3424                   mother        ==ucs@iso))
3425   (define-charset-alias '=>>>ucs@unicode '==ucs@unicode)
3426   (make-charset '==ucs@gb
3427                 "ISO/IEC 10646 for GB"
3428                 '(long-name     "UCS for GB"
3429                   chars         256
3430                   dimension     3
3431                   columns       2
3432                   graphic       2
3433                   direction     l2r
3434                   =>iso-ir      177
3435                   mother        ==ucs@unicode))
3436   (make-charset '==ucs-bmp@gb
3437                 "ISO/IEC 10646 BMP for GB"
3438                 '(long-name     "BMP for GB"
3439                   chars         256
3440                   dimension     3
3441                   columns       2
3442                   graphic       2
3443                   direction     l2r
3444                   mother        ==ucs@gb
3445                   min-code      #x0000
3446                   max-code      #xFFFF))
3447   (make-charset '==ucs@cns
3448                 "UCS Representative glyph-forms for CNS 11643 sources."
3449                 '(long-name     "UCS glyph-forms for CNS"
3450                   chars         256
3451                   dimension     3
3452                   columns       2
3453                   graphic       2
3454                   direction     l2r
3455                   =>iso-ir      177
3456                   mother        ==ucs@unicode))
3457   (define-charset-alias '=>>>ucs@cns '==ucs@cns)
3458   (make-charset '==ucs-bmp@cns
3459                 "ISO/IEC 10646 BMP for CNS"
3460                 '(long-name     "BMP for CNS"
3461                   chars         256
3462                   dimension     3
3463                   columns       2
3464                   graphic       2
3465                   direction     l2r
3466                   mother        ==ucs@cns
3467                   min-code      #x0000
3468                   max-code      #xFFFF))
3469   (make-charset '==ucs@jis
3470                 "UCS Representative glyph-forms for JIS X0208/0212/0213."
3471                 '(long-name     "UCS glyph-forms for JIS"
3472                   chars         256
3473                   dimension     3
3474                   columns       2
3475                   graphic       2
3476                   direction     l2r
3477                   =>iso-ir      177
3478                   mother        ==ucs@unicode))
3479   (define-charset-alias '=>>>ucs@jis '==ucs@jis)
3480   (make-charset '==ucs@jis/1990
3481                 "UCS Representative glyph-forms for JIS X 0208/0212:1990."
3482                 '(long-name     "UCS glyph-forms for JIS:1990"
3483                   chars         256
3484                   dimension     3
3485                   columns       2
3486                   graphic       2
3487                   direction     l2r
3488                   =>iso-ir      177
3489                   mother        ==ucs@jis))
3490   (define-charset-alias '=>>>ucs@jis/1990 '==ucs@jis/1990)
3491   (make-charset '==ucs@jis/2000
3492                 "UCS Representative glyph-forms for JIS X 0213:2000."
3493                 '(long-name     "UCS glyph-forms for JIS:2000"
3494                   chars         256
3495                   dimension     3
3496                   columns       2
3497                   graphic       2
3498                   direction     l2r
3499                   =>iso-ir      177
3500                   mother        ==ucs@jis))
3501   (define-charset-alias '=>>>ucs@jis/2000 '==ucs@jis/2000)
3502   (make-charset '==ucs@jis/2004
3503                 "UCS Representative glyph-forms for JIS X 0213:2004."
3504                 '(long-name     "UCS glyph-forms for JIS:2004"
3505                   chars         256
3506                   dimension     3
3507                   columns       2
3508                   graphic       2
3509                   direction     l2r
3510                   =>iso-ir      177
3511                   mother        ==ucs@jis))
3512   (define-charset-alias '=>>>ucs@jis/2004 '==ucs@jis/2004)
3513   (make-charset '==ucs@JP
3514                 "UCS for common glyph-forms used in Japan."
3515                 '(long-name     "UCS for Japan"
3516                   chars         256
3517                   dimension     3
3518                   columns       2
3519                   graphic       2
3520                   direction     l2r
3521                   =>iso-ir      177
3522                   mother        ==ucs@jis/2004))
3523   (make-charset '==ucs@JP/hanazono
3524                 "Japanese glyph-forms of Hanazono Mincho."
3525                 '(long-name     "UCS for Hana-Min"
3526                   chars         256
3527                   dimension     3
3528                   columns       2
3529                   graphic       2
3530                   direction     l2r
3531                   =>iso-ir      177
3532                   mother        ==ucs@JP))
3533   (make-charset '==ucs@ks
3534                 "UCS Representative glyph-forms for Korean Standards."
3535                 '(long-name     "UCS glyph-forms for KS"
3536                   chars         256
3537                   dimension     3
3538                   columns       2
3539                   graphic       2
3540                   direction     l2r
3541                   =>iso-ir      177
3542                   mother        ==ucs@unicode))
3543   (define-charset-alias '=>>>ucs@ks '==ucs@ks)
3544   (make-charset '==ucs-bmp@ks
3545                 "ISO/IEC 10646 BMP for KS."
3546                 '(long-name     "BMP for KS"
3547                   chars         256
3548                   dimension     3
3549                   columns       2
3550                   graphic       2
3551                   direction     l2r
3552                   mother        ==ucs@ks
3553                   min-code      #x0000
3554                   max-code      #xFFFF))
3555   (make-charset '==ucs@cns11643
3556                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw."
3557                 '(long-name     "UCS for CNS11643"
3558                   chars         256
3559                   dimension     3
3560                   columns       2
3561                   graphic       2
3562                   direction     l2r
3563                   =>iso-ir      177
3564                   mother        ==ucs@cns))
3565
3566   (make-charset '===ucs@iso
3567                 "ISO/IEC 10646-2 representative glyph-images."
3568                 '(long-name     "ISO rep-images for UCS"
3569                   chars         256
3570                   dimension     3
3571                   columns       2
3572                   graphic       2
3573                   direction     l2r
3574                   =>iso-ir      177
3575                   mother        ==ucs@iso))
3576   (make-charset '===ucs@unicode
3577                 "Unicode for its representative glyph-images."
3578                 '(long-name     "UCS for Unicode"
3579                   chars         256
3580                   dimension     3
3581                   columns       2
3582                   graphic       2
3583                   direction     l2r
3584                   =>iso-ir      177
3585                   mother        ===ucs@iso))
3586   (make-charset '===ucs@gb
3587                 "UCS representative glyph-images of GB."
3588                 '(long-name     "UCS rep-images for GB"
3589                   chars         256
3590                   dimension     3
3591                   columns       2
3592                   graphic       2
3593                   direction     l2r
3594                   =>iso-ir      177
3595                   mother        ===ucs@unicode))
3596   (make-charset '===ucs@ks
3597                 "UCS representative glyph-images of Korean Standards."
3598                 '(long-name     "UCS rep-images for KS"
3599                   chars         256
3600                   dimension     3
3601                   columns       2
3602                   graphic       2
3603                   direction     l2r
3604                   =>iso-ir      177
3605                   mother        ===ucs@unicode))
3606
3607   (make-charset '=ucs-itaiji-084
3608                 "uXXXX-itaiji-084 glyph-images of GlyphWiki"
3609                 '(long-name     "UCS-itaiji-084"
3610                   chars         256
3611                   dimension     3
3612                   columns       2
3613                   graphic       2
3614                   direction     l2r
3615                   ;; =>iso-ir   177
3616                   mother        =ucs))
3617   (make-charset '=ucs-bmp-itaiji-084
3618                 "uXXXX-itaiji-084 glyph-images in BMP"
3619                 '(long-name     "UCS-BMP-itaiji-084"
3620                   chars         256
3621                   dimension     2
3622                   columns       2
3623                   graphic       2
3624                   direction     l2r
3625                   ;; =>iso-ir   177
3626                   mother        =ucs-itaiji-084
3627                   min-code #x2E00
3628                   max-code #x9FA5
3629                   registry "ucs\\.itaiji084-0"))
3630
3631   (make-charset
3632    '=ucs-radicals
3633    "CJK Radicals of UCS"
3634    '(long-name "UCS-Radicals"
3635                chars 256
3636                dimension 2
3637                columns 2
3638                graphic 2
3639                direction l2r
3640                registry "-zhRadicals-.*-ucs-0"
3641                mother ucs-bmp
3642                min-code #x2E00 max-code #x2FFF))
3643   (make-charset
3644    '=ucs-radicals@unicode
3645    "CJK Radicals of UCS"
3646    '(long-name "UCS-Radicals"
3647                chars 256
3648                dimension 2
3649                columns 2
3650                graphic 2
3651                direction l2r
3652                registry "-zhRadicals-.*-ucs-0"
3653                mother =ucs@unicode
3654                min-code #x2E00 max-code #x2FFF))
3655   (make-charset
3656    '==ucs-radicals@unicode
3657    "CJK Radicals of UCS"
3658    '(long-name "UCS-Radicals"
3659                chars 256
3660                dimension 2
3661                columns 2
3662                graphic 2
3663                direction l2r
3664                registry "-zhRadicals-.*-ucs-0"
3665                mother ==ucs@unicode
3666                min-code #x2E00 max-code #x2FFF))
3667   (make-charset
3668    '=ucs-hangul
3669    "Hangul Syllables of UCS"
3670    '(long-name "UCS-Hangul-Syllables"
3671                chars 256
3672                dimension 2
3673                columns 2
3674                graphic 2
3675                direction l2r
3676                registry "-Hangul-.*-ucs-0"
3677                mother =ucs
3678                min-code #xAC00 max-code #xD7AF))
3679   (make-charset
3680    '=ucs-bmp-cjk
3681    "CJK Characters in BMP of UCS"
3682    '(long-name "UCS-BMP-CJK"
3683                chars 256
3684                dimension 2
3685                columns 2
3686                graphic 2
3687                direction l2r
3688                registry "-zh-.*-ucs-0"
3689                mother ucs-bmp
3690                min-code #x2E00
3691                max-code #x9FA5
3692                ;; max-code #xA4CF
3693                ))
3694   (make-charset
3695    '=ucs-bmp-cjk@gb
3696    "CJK Characters in BMP with GB representative glyph-images."
3697    '(long-name "CJK in BMP@GB"
3698                chars 256
3699                dimension 2
3700                columns 2
3701                graphic 2
3702                direction l2r
3703                registry "-zh-.*-ucs-0"
3704                mother =ucs@gb
3705                min-code #x2E00
3706                max-code #x9FA5
3707                ;; max-code #xA4CF
3708                ))
3709   (make-charset
3710    '==ucs-bmp-cjk@gb
3711    "CJK Characters in BMP with GB representative glyph-images."
3712    '(long-name "CJK in BMP@GB"
3713                chars 256
3714                dimension 2
3715                columns 2
3716                graphic 2
3717                direction l2r
3718                registry "-zh-.*-ucs-0"
3719                mother ==ucs@gb
3720                min-code #x2E00
3721                max-code #x9FA5
3722                ;; max-code #xA4CF
3723                ))
3724   (make-charset
3725    '===ucs-bmp-cjk@gb
3726    "CJK Characters in BMP with GB representative glyph-images."
3727    '(long-name "CJK in BMP@GB"
3728                chars 256
3729                dimension 2
3730                columns 2
3731                graphic 2
3732                direction l2r
3733                registry "-zh-.*-ucs-0"
3734                mother ===ucs@gb
3735                min-code #x2E00
3736                max-code #x9FA5
3737                ;; max-code #xA4CF
3738                ))
3739   (make-charset
3740    '=ucs-bmp-cjk@JP
3741    "CJK Characters in BMP with JIS representative glyphs"
3742    '(long-name "CJK in BMP@JP"
3743                chars 256
3744                dimension 2
3745                columns 2
3746                graphic 2
3747                direction l2r
3748                registry "-ja-.*-ucs-0"
3749                mother =ucs@JP
3750                min-code #x2E00
3751                max-code #x9FA5
3752                ;; max-code #xA4CF
3753                ))
3754   (make-charset
3755    '=ucs-bmp-cjk@JP/hanazono
3756    "CJK Characters in BMP with Hanazono font"
3757    '(long-name "CJK in BMP@JP/Hanazono"
3758                chars 256
3759                dimension 2
3760                columns 2
3761                graphic 2
3762                direction l2r
3763                registry "-ja-.*-ucs-0"
3764                mother =ucs@JP/hanazono
3765                min-code #x2E00
3766                max-code #x9FA5
3767                ;; max-code #xA4CF
3768                ))
3769   (make-charset
3770    '==ucs-bmp-cjk@JP/hanazono
3771    "CJK Characters in BMP with Hanazono font"
3772    '(long-name "CJK in BMP@JP/Hanazono"
3773                chars 256
3774                dimension 2
3775                columns 2
3776                graphic 2
3777                direction l2r
3778                registry "-ja-.*-ucs-0"
3779                mother ==ucs@JP/hanazono
3780                min-code #x2E00
3781                max-code #x9FA5
3782                ;; max-code #xA4CF
3783                ))
3784   (make-charset
3785    '=+>ucs-bmp-cjk@unicode
3786    "Unicode representative characters of CJK Unified Ideographs in BMP"
3787    '(long-name "Unicode-BMP-CJK unified abstract glyphs"
3788                chars 256
3789                dimension 2
3790                columns 2
3791                graphic 2
3792                direction l2r
3793                registry "-zh-.*-ucs-0"
3794                mother =+>ucs@unicode
3795                min-code #x2E00
3796                max-code #x9FA5
3797                ;; max-code #xA4CF
3798                ))
3799   (make-charset
3800    '=>ucs-bmp-cjk@unicode
3801    "Unicode representative characters of CJK Unified Ideographs in BMP"
3802    '(long-name "Unicode-BMP-CJK"
3803                chars 256
3804                dimension 2
3805                columns 2
3806                graphic 2
3807                direction l2r
3808                registry "-zh-.*-ucs-0"
3809                mother =>ucs@unicode
3810                min-code #x2E00
3811                max-code #x9FA5
3812                ;; max-code #xA4CF
3813                ))
3814   (make-charset
3815    '==>ucs-bmp-cjk@bucs
3816    "CJK Characters in BMP of BUCS"
3817    '(long-name "BUCS-BMP-CJK"
3818                chars 256
3819                dimension 2
3820                columns 2
3821                graphic 2
3822                direction l2r
3823                registry "-zh-.*-ucs-0"
3824                mother ==>ucs@bucs
3825                min-code #x2E00
3826                max-code #x9FA5
3827                ;; max-code #xA4CF
3828                ))
3829   (make-charset
3830    '=ucs-bmp-cjk-compat
3831    "CJK Compatibility Ideographs in BMP of UCS"
3832    '(long-name "CJK Compatibility Ideographs"
3833                chars 256
3834                dimension 2
3835                columns 2
3836                graphic 2
3837                direction l2r
3838                registry "-ja-.*-ucs-0"
3839                mother ucs-bmp
3840                min-code #xF900
3841                max-code #xFAFF
3842                ))
3843   (make-charset
3844    '=ucs-bmp-cjk-compat@unicode
3845    "CJK Compatibility Ideographs of Unicode representatives"
3846    '(long-name "CJK Compatibility Ideographs of Unicode"
3847                chars 256
3848                dimension 2
3849                columns 2
3850                graphic 2
3851                direction l2r
3852                registry "-ja-.*-ucs-0"
3853                mother =ucs@unicode
3854                min-code #xF900
3855                max-code #xFAFF
3856                ))
3857   (make-charset
3858    '=+>ucs-bmp-cjk-compat@jis
3859    "CJK Compatibility Ideographs of JIS representatives unified glyphs"
3860    '(long-name "JIS unified glyphs for CJK Compat chars"
3861                chars 256
3862                dimension 2
3863                columns 2
3864                graphic 2
3865                direction l2r
3866                registry "-ja-.*-ucs-0"
3867                mother =+>ucs@jis
3868                min-code #xF900
3869                max-code #xFAFF
3870                ))
3871   (make-charset
3872    '=ucs-sip-ext-b
3873    "CJK Ideographs Extension B"
3874    '(long-name "UCS CJK Ext-B"
3875                chars 256
3876                dimension 2
3877                columns 2
3878                graphic 2
3879                direction l2r
3880                registry "\\(iso10646\\|ucs00\\)-2$"
3881                mother ucs
3882                min-code #x20000 max-code #x2A6D6
3883                code-offset #x20000))
3884   (make-charset
3885    '=ucs-sip@iso
3886    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
3887    '(long-name "UCS CJK Ext-B"
3888                chars 256
3889                dimension 2
3890                columns 2
3891                graphic 2
3892                direction l2r
3893                registry "ucs00-2$"
3894                mother =ucs@iso
3895                min-code #x20000 max-code #x2FFFF
3896                code-offset #x20000))
3897   (make-charset
3898    '=ucs-sip-ext-b@iso
3899    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
3900    '(long-name "UCS CJK Ext-B"
3901                chars 256
3902                dimension 2
3903                columns 2
3904                graphic 2
3905                direction l2r
3906                registry "\\(iso10646\\|ucs00\\)-2$"
3907                mother =ucs@iso
3908                min-code #x20000 max-code #x2A6D6
3909                code-offset #x20000))
3910   (make-charset
3911    '==ucs-sip@iso
3912    "ISO representative abstract-glyph-images of ISO/IEC 10646 Plane 2"
3913    '(long-name "SIP abstract glyph-images"
3914                chars 256
3915                dimension 2
3916                columns 2
3917                graphic 2
3918                direction l2r
3919                registry "\\(ucs00\\)-2$"
3920                mother ==ucs@iso
3921                code-offset #x20000))
3922   (make-charset
3923    '==ucs-sip-ext-b@iso
3924    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
3925    '(long-name "UCS CJK Ext-B"
3926                chars 256
3927                dimension 2
3928                columns 2
3929                graphic 2
3930                direction l2r
3931                registry "\\(iso10646\\|ucs00\\)-2$"
3932                mother ==ucs@iso
3933                min-code #x20000 max-code #x2A6D6
3934                code-offset #x20000))
3935   (make-charset
3936    '===ucs-sip@iso
3937    "ISO representative glyph-images of ISO/IEC 10646 Plane 2"
3938    '(long-name "SIP rep-glyph-images"
3939                chars 256
3940                dimension 2
3941                columns 2
3942                graphic 2
3943                direction l2r
3944                registry "\\(ucs00\\)-2$"
3945                mother ===ucs@iso
3946                code-offset #x20000))
3947   (make-charset
3948    '===ucs-sip-ext-b@iso
3949    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
3950    '(long-name "UCS CJK Ext-B"
3951                chars 256
3952                dimension 2
3953                columns 2
3954                graphic 2
3955                direction l2r
3956                registry "\\(iso10646\\|ucs00\\)-2$"
3957                mother ===ucs@iso
3958                min-code #x20000 max-code #x2A6D6
3959                code-offset #x20000))
3960   )
3961
3962 ;;; mule-conf.el ends here