664fa57d8c0cc80cc06d7678b52be71b1c8caa4a
[chise/xemacs-chise.git] / 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/jt
2024    "JT (Juuki Touitsu Moji) detailed glyph-images."
2025    '(long-name "Han'you-Denshi/JT glyph-images"
2026                chars 256
2027                dimension 2
2028                columns 2
2029                graphic 2
2030                direction l2r
2031                registry "HanyoDenshi\\.JT-0$"
2032                mother ==hanyo-denshi/jt))
2033   (make-charset
2034    '===hanyo-denshi/ks
2035    "KoSeki-touitsu-moji detailed glyph-images."
2036    '(long-name "Han'you-Denshi/KS glyph-images"
2037                chars 256
2038                dimension 3
2039                columns 2
2040                graphic 2
2041                direction l2r
2042                mother ==hanyo-denshi/ks))
2043
2044   (make-charset
2045    '=hanyo-denshi/ks/mf
2046    "font encoding for KS (KoSeki) characters"
2047    `(long-name "Han'you-Denshi/KS font encoding"
2048                chars 256
2049                dimension 2
2050                columns 2
2051                graphic 2
2052                direction l2r
2053                registry "HanyoDenshi\\.KSMF-0$"
2054                min-code       ,(lsh #x6403 16)
2055                max-code    ,(+ (lsh #x6403 16) #xFFFF)
2056                code-offset    ,(lsh #x6403 16)))
2057
2058   (make-charset
2059    '===mj
2060    "Moji-Jouhou-Kiban detailed glyph-images."
2061    '(long-name "MJ glyph-images"
2062                chars 256
2063                dimension 2
2064                columns 2
2065                graphic 2
2066                direction l2r
2067                mother ==mj))
2068   (make-charset
2069    '===mj-0
2070    "MJ detailed glyph-images plane 0"
2071    '(long-name "MJ glyph-images-0"
2072                chars 256
2073                dimension 2
2074                columns 2
2075                graphic 2
2076                direction l2r
2077                registry "mj-0$"
2078                mother ===mj
2079                min-code 0
2080                max-code #xFFFF))
2081   (make-charset
2082    '===mj-1
2083    "MJ detailed glyph-images plane 1"
2084    '(long-name "MJ glyph-images-1"
2085                chars 256
2086                dimension 2
2087                columns 2
2088                graphic 2
2089                direction l2r
2090                registry "mj-1$"
2091                mother ===mj
2092                min-code #x10000
2093                code-offset #x10000))
2094
2095   (make-charset
2096    '=+>hanyo-denshi/ft
2097    "Han'you-Denshi/FT abstract glyphs"
2098    '(long-name "Han'you-Denshi/FT glyphs"
2099                chars 94
2100                dimension 2
2101                columns 2
2102                graphic 2
2103                direction l2r
2104                registry "HanyoDenshi\\.FT-0$"
2105                mother =hanyo-denshi/ft))
2106   (make-charset
2107    '=+>hanyo-denshi/jt
2108    "JT (Juuki Touitsu Moji) unified abstract glyphs."
2109    '(long-name "Han'you-Denshi/JT unified glyphs"
2110                chars 256
2111                dimension 2
2112                columns 2
2113                graphic 2
2114                direction l2r
2115                registry "HanyoDenshi\\.JT-0$"
2116                mother =hanyo-denshi/jt))
2117
2118   (make-charset
2119    '=>>mj
2120    "Moji-Jouhou-Kiban abstract glyphs."
2121    '(long-name "MJ glyphs"
2122                chars 256
2123                dimension 2
2124                columns 2
2125                graphic 2
2126                direction l2r
2127                mother =mj))
2128
2129   (make-charset
2130    '=>>hanyo-denshi/ja
2131    "Han'you-Denshi/JA abstract glyphs"
2132    '(long-name "Han'you-Denshi/JA glyphs"
2133                chars 94
2134                dimension 2
2135                columns 2
2136                graphic 2
2137                direction l2r
2138                registry "HanyoDenshi\\.JA-0$"
2139                mother =hanyo-denshi/ja))
2140   (make-charset
2141    '=>>hanyo-denshi/jb
2142    "Han'you-Denshi/JB abstract glyphs"
2143    '(long-name "Han'you-Denshi/JB glyphs"
2144                chars 94
2145                dimension 2
2146                columns 2
2147                graphic 2
2148                direction l2r
2149                registry "HanyoDenshi\\.JB-0$"
2150                mother =hanyo-denshi/jb))
2151   (make-charset
2152    '=>>hanyo-denshi/jc
2153    "Han'you-Denshi/JC abstract glyphs"
2154    '(long-name "Han'you-Denshi/JC glyphs"
2155                chars 94
2156                dimension 2
2157                columns 2
2158                graphic 2
2159                direction l2r
2160                registry "HanyoDenshi\\.JC-0$"
2161                mother =hanyo-denshi/jc))
2162   (make-charset
2163    '=>>hanyo-denshi/jd
2164    "Han'you-Denshi/JD abstract glyphs"
2165    '(long-name "Han'you-Denshi/JD glyphs"
2166                chars 94
2167                dimension 2
2168                columns 2
2169                graphic 2
2170                direction l2r
2171                registry "HanyoDenshi\\.JD-0$"
2172                mother =hanyo-denshi/jd))
2173   (make-charset
2174    '=>>hanyo-denshi/ft
2175    "Han'you-Denshi/FT abstract glyphs"
2176    '(long-name "Han'you-Denshi/FT glyphs"
2177                chars 94
2178                dimension 2
2179                columns 2
2180                graphic 2
2181                direction l2r
2182                registry "HanyoDenshi\\.FT-0$"
2183                mother =hanyo-denshi/ft))
2184   (make-charset
2185    '=>>hanyo-denshi/ia
2186    "Han'you-Denshi/IA abstract glyphs"
2187    '(long-name "Han'you-Denshi/IA glyphs"
2188                chars 94
2189                dimension 2
2190                columns 2
2191                graphic 2
2192                direction l2r
2193                registry "HanyoDenshi\\.IA-0$"
2194                mother =hanyo-denshi/ia))
2195   (make-charset
2196    '=>>hanyo-denshi/ib
2197    "Han'you-Denshi/IB abstract glyphs"
2198    '(long-name "Han'you-Denshi/IB abstract glyphs"
2199                chars 94
2200                dimension 2
2201                columns 2
2202                graphic 2
2203                direction l2r
2204                registry "HanyoDenshi\\.IB-0$"
2205                mother =hanyo-denshi/ib))
2206   (make-charset
2207    '=>>hanyo-denshi/hg
2208    "Han'you-Denshi/HG abstract glyphs"
2209    '(long-name "Han'you-Denshi/HG abstract glyphs"
2210                chars 94
2211                dimension 2
2212                columns 2
2213                graphic 2
2214                direction l2r
2215                registry "HanyoDenshi\\.HG-0$"
2216                mother =hanyo-denshi/hg))
2217   (make-charset
2218    '=>>hanyo-denshi/ip
2219    "Han'you-Denshi/IP abstract glyphs"
2220    '(long-name "Han'you-Denshi/IP abstract glyphs"
2221                chars 256
2222                dimension 2
2223                columns 2
2224                graphic 2
2225                direction l2r
2226                registry "HanyoDenshi\\.IP-0$"
2227                mother =hanyo-denshi/ip))
2228   (make-charset
2229    '=>>hanyo-denshi/jt
2230    "JT (Juuki Touitsu Moji) abstract glyphs"
2231    '(long-name "Han'you-Denshi/JT glyphs"
2232                chars 256
2233                dimension 2
2234                columns 2
2235                graphic 2
2236                direction l2r
2237                registry "HanyoDenshi\\.JT-0$"
2238                mother =hanyo-denshi/jt))
2239   (make-charset
2240    '=>>hanyo-denshi/ks
2241    "Han'you-Denshi/KS abstract glyphs"
2242    '(long-name "Han'you-Denshi/KS glyphs"
2243                chars 256
2244                dimension 3
2245                columns 2
2246                graphic 2
2247                direction l2r
2248                mother =hanyo-denshi/ks))
2249
2250   (make-charset '=gt
2251                 "GT 2000"
2252                 `(long-name     "GT"
2253                   chars         256
2254                   dimension     3
2255                   columns       2
2256                   graphic       2
2257                   direction     l2r
2258                   registry      ""
2259                   min-code      ,(lsh #x6100 16)
2260                   max-code      ,(+ (lsh #x6100 16) 67547)
2261                   code-offset   ,(lsh #x6100 16)))
2262   (make-charset '==gt
2263                 "GT 2000 abstract glyph-forms."
2264                 '(long-name     "GT abstract glyph-forms"
2265                   chars         256
2266                   dimension     3
2267                   columns       2
2268                   graphic       2
2269                   direction     l2r
2270                   mother        =gt))
2271   (make-charset '===gt
2272                 "GT 2000 detailed glyph-images."
2273                 '(long-name     "GT glyph-images"
2274                   chars         256
2275                   dimension     3
2276                   columns       2
2277                   graphic       2
2278                   direction     l2r
2279                   mother        ==gt
2280                   ;; min-code   1
2281                   ;; max-code   67392
2282                   ))
2283   (define-charset-alias 'ideograph-gt '=gt)
2284   (define-charset-alias '=>>>gt '==gt)
2285   (make-charset '=>>gt
2286                 "GT 2000 abstract glyphs"
2287                 '(long-name     "GT abstract glyphs"
2288                   chars         256
2289                   dimension     3
2290                   columns       2
2291                   graphic       2
2292                   direction     l2r
2293                   mother        =gt))
2294   (define-charset-alias '<=>gt '=>>gt)
2295   (define-charset-alias '<==>gt '=>>gt)
2296   (make-charset '=+>gt
2297                 "GT 2000 unified abstract glyphs"
2298                 '(long-name     "Unified abstract GT glyphs"
2299                   chars         256
2300                   dimension     3
2301                   columns       2
2302                   graphic       2
2303                   direction     l2r
2304                   mother        =>>gt))
2305   (make-charset '=>gt
2306                 "GT 2000 abstract characters"
2307                 '(long-name     "abstract GT characters"
2308                   chars         256
2309                   dimension     3
2310                   columns       2
2311                   graphic       2
2312                   direction     l2r
2313                   mother        =+>gt))
2314   (make-charset '=gt-k
2315                 "Ideographic components of GT"
2316                 `(long-name     "GT components"
2317                   chars         256
2318                   dimension     2
2319                   columns       2
2320                   graphic       2
2321                   direction     l2r
2322                   registry      ""
2323                   min-code      ,(lsh #x6110 16)
2324                   max-code      ,(+ (lsh #x6110 16) 17090)
2325                   code-offset   ,(lsh #x6110 16)))
2326   (define-charset-alias 'ideograph-gt-k '=gt-k)
2327   (make-charset '==gt-k
2328                 "Abstract glyph-images of GT-K"
2329                 '(long-name     "GT-K glyph-images"
2330                   chars         256
2331                   dimension     2
2332                   columns       2
2333                   graphic       2
2334                   direction     l2r
2335                   mother        =gt-k))
2336   (make-charset '===gt-k
2337                 "Representative glyph-images of GT-K"
2338                 '(long-name     "GT-K glyph-images"
2339                   chars         256
2340                   dimension     2
2341                   columns       2
2342                   graphic       2
2343                   direction     l2r
2344                   mother        ==gt-k))
2345   (make-charset '=>>gt-k
2346                 "abstract glyphs of GT-K"
2347                 '(long-name     "GT-K abstract glyphs"
2348                   chars         256
2349                   dimension     2
2350                   columns       2
2351                   graphic       2
2352                   direction     l2r
2353                   mother        =gt-k))
2354   (make-charset '=>gt-k
2355                 "GT-K abstract characters"
2356                 '(long-name     "GT-K abstract characters"
2357                   chars         256
2358                   dimension     2
2359                   columns       2
2360                   graphic       2
2361                   direction     l2r
2362                   mother        =>>gt-k))
2363   (let ((i 1))
2364     (while (<= i 11)
2365       (make-charset
2366        (intern (format "=gt-pj-%d" i))
2367        (format "GT 2000 (pseudo JIS encoding) part %d" i)
2368        `(long-name ,(format "GT PJ %d" i)
2369                    chars 94
2370                    dimension 2
2371                    columns 2
2372                    graphic 0
2373                    direction l2r
2374                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
2375       (define-charset-alias
2376         (intern (format "ideograph-gt-pj-%d" i))
2377         (intern (format "=gt-pj-%d" i)))
2378       (setq i (1+ i))))
2379   (make-charset
2380    '=gt-pj-k1
2381    "Ideographic parts of GT (pseudo JIS encoding) part 1"
2382    '(long-name "GT K1"
2383                chars 94
2384                dimension 2
2385                columns 2
2386                graphic 0
2387                direction l2r
2388                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
2389   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
2390   (make-charset
2391    '=gt-pj-k2
2392    "Ideographic parts of GT (pseudo JIS encoding) part 2"
2393    '(long-name "GT K2"
2394                chars 94
2395                dimension 2
2396                columns 2
2397                graphic 0
2398                direction l2r
2399                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
2400   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
2401
2402   (make-charset '=daikanwa
2403                 "Daikanwa dictionary (unchanged part)"
2404                 `(long-name     "Daikanwa"
2405                   chars         256
2406                   dimension     2
2407                   columns       2
2408                   graphic       2
2409                   direction     l2r
2410                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2411                   min-code      #xE00000
2412                   max-code      ,(+ #xE00000 50100)
2413                   code-offset   #xE00000))
2414   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
2415
2416   (make-charset '=daikanwa@rev1
2417                 "Daikanwa dictionary (revised version)"
2418                 '(long-name     "Daikanwa Rev."
2419                   chars         256
2420                   dimension     2
2421                   columns       2
2422                   graphic       2
2423                   direction     l2r
2424                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
2425                   mother        =daikanwa))
2426   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
2427   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
2428
2429   (make-charset '=daikanwa@rev2
2430                 "Daikanwa dictionary (revised version 2)"
2431                 '(long-name     "Daikanwa"
2432                   chars         256
2433                   dimension     2
2434                   columns       2
2435                   graphic       2
2436                   direction     l2r
2437                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2438                   mother        =daikanwa
2439                   min-code      1
2440                   max-code      49964))
2441   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
2442
2443   (make-charset '=daikanwa/+p
2444                 "Daikanwa dictionary (ddddd')"
2445                 '(long-name     "Daikanwa ddddd'"
2446                   chars         256
2447                   dimension     2
2448                   columns       2
2449                   graphic       2
2450                   direction     l2r))
2451   (make-charset '=daikanwa/+2p
2452                 "Daikanwa dictionary (ddddd'')"
2453                 '(long-name     "Daikanwa ddddd''"
2454                   chars         256
2455                   dimension     2
2456                   columns       2
2457                   graphic       2
2458                   direction     l2r))
2459   (make-charset '=daikanwa/ho
2460                 "Daikanwa dictionary (Hokan)"
2461                 '(long-name     "Daikanwa-ho"
2462                   chars         256
2463                   dimension     2
2464                   columns       2
2465                   graphic       2
2466                   direction     l2r))
2467
2468   (make-charset '==daikanwa
2469                 "Daikanwa glyph-images."
2470                 '(long-name     "Daikanwa glyph-images"
2471                   chars         256
2472                   dimension     2
2473                   columns       2
2474                   graphic       2
2475                   direction     l2r
2476                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2477                   mother        =daikanwa))
2478   (make-charset '==daikanwa/+p
2479                 "Daikanwa detailed glyph-images (ddddd')"
2480                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2481                   chars         256
2482                   dimension     2
2483                   columns       2
2484                   graphic       2
2485                   direction     l2r
2486                   mother        =daikanwa/+p))
2487   (make-charset '==daikanwa/ho
2488                 "Daikanwa detailed glyph-images (Hokan)"
2489                 '(long-name     "Daikanwa-ho detailed glyph-images"
2490                   chars         256
2491                   dimension     2
2492                   columns       2
2493                   graphic       2
2494                   direction     l2r
2495                   mother        =daikanwa/ho))
2496
2497   (make-charset '===daikanwa
2498                 "Daikanwa detailed glyph-images."
2499                 '(long-name     "Daikanwa detailed glyph-images"
2500                   chars         256
2501                   dimension     2
2502                   columns       2
2503                   graphic       2
2504                   direction     l2r
2505                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2506                   mother        ==daikanwa))
2507   (make-charset '===daikanwa/+p
2508                 "Daikanwa detailed glyph-images (ddddd')"
2509                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2510                   chars         256
2511                   dimension     2
2512                   columns       2
2513                   graphic       2
2514                   direction     l2r
2515                   mother        ==daikanwa/+p))
2516   (make-charset '===daikanwa/ho
2517                 "Daikanwa detailed glyph-images (Hokan)"
2518                 '(long-name     "Daikanwa-ho detailed glyph-images"
2519                   chars         256
2520                   dimension     2
2521                   columns       2
2522                   graphic       2
2523                   direction     l2r
2524                   mother        ==daikanwa/ho))
2525
2526   (make-charset '=>>daikanwa
2527                 "Daikanwa abstract glyphs"
2528                 '(long-name     "Daikanwa glyphs"
2529                   chars         256
2530                   dimension     2
2531                   columns       2
2532                   graphic       2
2533                   direction     l2r
2534                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2535                   mother        =daikanwa))
2536   (make-charset '=>>daikanwa/+p
2537                 "Daikanwa abstract glyphs (ddddd')"
2538                 '(long-name     "Daikanwa glyphs (ddddd')"
2539                   chars         256
2540                   dimension     2
2541                   columns       2
2542                   graphic       2
2543                   direction     l2r
2544                   mother        =daikanwa/+p))
2545   (make-charset '=>>daikanwa/+2p
2546                 "Daikanwa abstract glyphs (ddddd'')"
2547                 '(long-name     "Daikanwa glyphs (ddddd'')"
2548                   chars         256
2549                   dimension     2
2550                   columns       2
2551                   graphic       2
2552                   direction     l2r
2553                   mother        =daikanwa/+2p))
2554   (make-charset '=>>daikanwa/ho
2555                 "Daikanwa abstract glyphs (Hokan)"
2556                 '(long-name     "Daikanwa-ho glyph"
2557                   chars         256
2558                   dimension     2
2559                   columns       2
2560                   graphic       2
2561                   direction     l2r
2562                   mother        =daikanwa/ho))
2563
2564   (make-charset '=>daikanwa
2565                 "Daikanwa abstract characters"
2566                 '(long-name     "abstract Daikanwa"
2567                   chars         256
2568                   dimension     2
2569                   columns       2
2570                   graphic       2
2571                   direction     l2r
2572                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2573                   mother        =>>daikanwa))
2574   (make-charset '=>daikanwa/ho
2575                 "Daikanwa abstract characters (Hokan)"
2576                 '(long-name     "abstract Daikanwa-ho"
2577                   chars         256
2578                   dimension     2
2579                   columns       2
2580                   graphic       2
2581                   direction     l2r
2582                   mother        =>>daikanwa/ho))
2583
2584   (make-charset '=shinjigen
2585                 "Kadokawa ShinJigen dictionary (common parts)"
2586                 `(long-name     "Shinjigen common parts"
2587                   chars         256
2588                   dimension     2
2589                   columns       2
2590                   graphic       2
2591                   direction     l2r
2592                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2593
2594   (make-charset '=shinjigen@1ed
2595                 "Kadokawa ShinJigen dictionary (the first edition)"
2596                 `(long-name     "Shinjigen-1"
2597                   chars         256
2598                   dimension     2
2599                   columns       2
2600                   graphic       2
2601                   direction     l2r
2602                   mother        =shinjigen
2603                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2604   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
2605
2606   (make-charset '=shinjigen@1ed/24pr
2607                 "Kadokawa ShinJigen dictionary (the 24th impression)"
2608                 `(long-name     "Shinjigen-1 24pr"
2609                   chars         256
2610                   dimension     2
2611                   columns       2
2612                   graphic       2
2613                   direction     l2r
2614                   mother        =shinjigen@1ed))
2615
2616   (make-charset '=shinjigen@rev
2617                 "Kadokawa ShinJigen dictionary (the revised edition)"
2618                 `(long-name     "Shinjigen-2"
2619                   chars         256
2620                   dimension     2
2621                   columns       2
2622                   graphic       2
2623                   direction     l2r
2624                   mother        =shinjigen
2625                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2626   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
2627   (make-charset '=shinjigen/+p@rev
2628                 "ShinJigen (the second edition) number with '"
2629                 `(long-name     "Shinjigen-2 with '"
2630                   chars         256
2631                   dimension     2
2632                   columns       2
2633                   graphic       2
2634                   direction     l2r))
2635   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
2636
2637   (make-charset '==shinjigen
2638                 "Detailed glyph-images of ShinJigen (common parts)"
2639                 '(long-name     "Shinjigen common parts"
2640                   chars         256
2641                   dimension     2
2642                   columns       2
2643                   graphic       2
2644                   direction     l2r
2645                   mother        =shinjigen
2646                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2647   (make-charset '==shinjigen@1ed
2648                 "Detailed glyph-images of ShinJigen (the first edition)"
2649                 '(long-name     "Detailed glyph-images of Shinjigen-1"
2650                   chars         256
2651                   dimension     2
2652                   columns       2
2653                   graphic       2
2654                   direction     l2r
2655                   mother        ==shinjigen
2656                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2657   (make-charset '==shinjigen@rev
2658                 "Detailed glyph-images of ShinJigen (the revised edition)"
2659                 '(long-name     "Detailed glyph-images of Shinjigen-2"
2660                   chars         256
2661                   dimension     2
2662                   columns       2
2663                   graphic       2
2664                   direction     l2r
2665                   mother        ==shinjigen
2666                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2667   (make-charset
2668    '==shinjigen/+p@rev
2669    "Detailed glyph-images of ShinJigen (the second edition) number with '"
2670    '(long-name  "Detailed glyph-images of Shinjigen-2 with '"
2671                 mother  =shinjigen/+p@rev
2672                 chars           256
2673                 dimension       2
2674                 columns 2
2675                 graphic 2
2676                 direction       l2r))
2677
2678   (make-charset '=big5-pua
2679                 "Big5 with private used area"
2680                 '(long-name     "Big5-PUA"
2681                   chars         256
2682                   dimension     2
2683                   columns       2
2684                   graphic       2
2685                   direction     l2r
2686                   mother        chinese-big5
2687                   registry      "Big5\\.ETEN"))
2688   (define-charset-alias 'chinese-big5-pua '=big5-pua)
2689
2690   (let* ((i 1)
2691          (hzk-min (+ (lsh #x6200 16) 65536))
2692          (hzk-max (+ hzk-min 65535)))
2693     (while (<= i 12)
2694       (make-charset
2695        (intern (format "=hanziku-%d" i))
2696        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
2697        `(long-name ,(format "HANZIKU-%d" i)
2698                    chars 256
2699                    dimension 2
2700                    columns 2
2701                    graphic 2
2702                    direction l2r
2703                    registry ,(format "hanziku-%d$" i i)
2704                    min-code ,hzk-min
2705                    max-code ,hzk-max
2706                    code-offset ,hzk-min))
2707       (define-charset-alias
2708         (intern (format "ideograph-hanziku-%d" i))
2709         (intern (format "=hanziku-%d" i)))
2710       (setq hzk-min (1+ hzk-max)
2711             hzk-max (+ hzk-min 65535))
2712       (setq i (1+ i))))
2713
2714   (make-charset '=cbeta "CBETA private characters"
2715                 '(long-name     "CBETA PUA"
2716                   chars         256
2717                   dimension     2
2718                   registry      "cbeta-0"
2719                   graphic       2
2720                   min-code      #xE20000
2721                   max-code      #xE2FFFF
2722                   code-offset   #xE20000
2723                   columns       2
2724                   direction     l2r))
2725   (define-charset-alias 'ideograph-cbeta '=cbeta)
2726   (make-charset '==cbeta "CBETA private characters"
2727                 '(long-name     "CBETA PUA glyph-images"
2728                   chars         256
2729                   dimension     2
2730                   registry      "cbeta-0"
2731                   graphic       2
2732                   columns       2
2733                   direction     l2r
2734                   mother        =cbeta))
2735   (make-charset '===cbeta "CBETA private characters"
2736                 '(long-name     "CBETA PUA glyph-images"
2737                   chars         256
2738                   dimension     2
2739                   registry      "cbeta-0"
2740                   graphic       2
2741                   columns       2
2742                   direction     l2r
2743                   mother        ==cbeta))
2744   (make-charset '=>>cbeta "CBETA abstract glyphs"
2745                 '(long-name     "CBETA glyphs"
2746                   chars         256
2747                   dimension     2
2748                   registry      "cbeta-0"
2749                   graphic       2
2750                   columns       2
2751                   direction     l2r
2752                   mother        =cbeta))
2753   (make-charset '=>cbeta "CBETA abstract characters"
2754                 '(long-name     "CBETA characters"
2755                   chars         256
2756                   dimension     2
2757                   registry      "cbeta-0"
2758                   graphic       2
2759                   columns       2
2760                   direction     l2r
2761                   mother        =cbeta))
2762
2763   (make-charset '=zinbun-oracle
2764                 "Oracle Bones Script"
2765                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
2766                   chars         256
2767                   dimension     2
2768                   registry      "zob1968-0"
2769                   graphic       2
2770                   min-code      #xE70000
2771                   max-code      ,(+ #xE70000 8192)
2772                   code-offset   #xE70000
2773                   columns       2
2774                   direction     l2r))
2775
2776   (make-charset '=>zinbun-oracle
2777                 "Abstract Oracle Bones"
2778                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
2779                   chars         256
2780                   dimension     2
2781                   mother        =zinbun-oracle
2782                   registry      "zob1968-0"
2783                   graphic       2
2784                   columns       2
2785                   direction     l2r))
2786
2787   (make-charset '=jef-china3
2788                 "JEF + CHINA3 private characters"
2789                 '(long-name     "JEF + CHINA3"
2790                   chars         256
2791                   dimension     2
2792                   columns       2
2793                   graphic       2
2794                   direction     l2r
2795                   registry      "china3jef-0"
2796                   min-code      #xE80000
2797                   max-code      #xE8FFFF
2798                   code-offset   #xE80000))
2799   (define-charset-alias 'china3-jef '=jef-china3)
2800   (make-charset '==jef-china3
2801                 "JEF + CHINA3 abstract glyph-images."
2802                 '(long-name     "JEF + CHINA3"
2803                   chars         256
2804                   dimension     2
2805                   columns       2
2806                   graphic       2
2807                   direction     l2r
2808                   registry      "china3jef-0"
2809                   mother        =jef-china3))
2810   (make-charset '===jef-china3
2811                 "JEF + CHINA3 glyph-images."
2812                 '(long-name     "JEF-CHINA3 glyph-images"
2813                   chars         256
2814                   dimension     2
2815                   columns       2
2816                   graphic       2
2817                   direction     l2r
2818                   registry      "china3jef-0"
2819                   mother        ==jef-china3))
2820
2821   (make-charset '=ruimoku-v6
2822                 "private characters used in RUIMOKU Version.6"
2823                 `(long-name     "RUI6"
2824                   chars         256
2825                   dimension     2
2826                   columns       2
2827                   graphic       2
2828                   direction     l2r
2829                   registry      "rui6-0"
2830                   ;; mother     ucs
2831                   min-code      #xE90000 ; #xE000
2832                   max-code      #xE908FF ; #xE8FF
2833                   code-offset   ,(- #xE90000 #xE000)))
2834   (make-charset '==ruimoku-v6
2835                 "RUIMOKU Version.6 glyph-images."
2836                 '(long-name     "RUI6 glyph-images."
2837                   chars         256
2838                   dimension     2
2839                   columns       2
2840                   graphic       2
2841                   direction     l2r
2842                   registry      "rui6-0"
2843                   mother        =ruimoku-v6))
2844   (make-charset '===ruimoku-v6
2845                 "RUIMOKU Version.6 representative glyph-images."
2846                 '(long-name     "RUI6 rep-glyph-images."
2847                   chars         256
2848                   dimension     2
2849                   columns       2
2850                   graphic       2
2851                   direction     l2r
2852                   registry      "rui6-0"
2853                   mother        ==ruimoku-v6))
2854   (make-charset '=>>ruimoku-v6
2855                 "RUIMOKU Version.6 glyphs"
2856                 '(long-name     "RUI6 glyphs"
2857                   chars         256
2858                   dimension     2
2859                   columns       2
2860                   graphic       2
2861                   direction     l2r
2862                   registry      "rui6-0"
2863                   mother        =ruimoku-v6))
2864
2865   ;; (make-charset
2866   ;;  '=zihai
2867   ;;  "ZhongHua-ZiHai glyph-images"
2868   ;;  '(long-name "ZhongHua-ZiHai (pppp-nn)"
2869   ;;              chars 256
2870   ;;              dimension 3
2871   ;;              columns 2
2872   ;;              graphic 2
2873   ;;              direction l2r))
2874
2875   ;; (make-charset
2876   ;;  '=zihai-17xx
2877   ;;  "ZhongHua-ZiHai (pp.1700\e$B!A\e(B1781) glyph-images"
2878   ;;  '(long-name "ZhongHua-ZiHai pp.17xx"
2879   ;;              chars 256
2880   ;;              dimension 2
2881   ;;              columns 2
2882   ;;              graphic 2
2883   ;;              direction l2r
2884   ;;              registry "zihai\\.cp-17$"))
2885
2886   (make-charset '=big5-cdp-var-3
2887                 "Big5-CDP-var-3 glyph-images of GlyphWiki"
2888                 '(long-name     "Big5-CDP-var-3"
2889                   chars         256
2890                   dimension     2
2891                   columns       2
2892                   graphic       2
2893                   direction     l2r
2894                   registry      "cdp\\.var-3$"
2895                   mother        =big5-cdp))
2896
2897   (make-charset '=big5-cdp-var-5
2898                 "Big5-CDP-var-5 glyph-images of GlyphWiki"
2899                 '(long-name     "Big5-CDP-var-5"
2900                   chars         256
2901                   dimension     2
2902                   columns       2
2903                   graphic       2
2904                   direction     l2r
2905                   registry      "cdp\\.var-5$"
2906                   mother        =big5-cdp))
2907
2908   (make-charset '==>ucs@bucs
2909                 "Basic Subset of Coded Character Sets (BUCS)"
2910                 '(long-name     "BUCS abstract characters"
2911                   chars         256
2912                   dimension     3
2913                   columns       2
2914                   graphic       2
2915                   direction     l2r
2916                   =>iso-ir      177
2917                   mother        =ucs))
2918
2919   (make-charset '=>ucs@hanyo-denshi
2920                 "UCS abstract characters based on Han'you-Denshi collection."
2921                 '(long-name     "UCS base characters of Han'you-Denshi"
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@iso
2931                 "Abstract characters of ISO/IEC 10646 representatives"
2932                 '(long-name     "UCS characters for ISO"
2933                   chars         256
2934                   dimension     3
2935                   columns       2
2936                   graphic       2
2937                   direction     l2r
2938                   =>iso-ir      177
2939                   mother        =ucs))
2940   (make-charset '=>ucs@unicode
2941                 "Abstract characters of Unicode representatives"
2942                 '(long-name     "UCS characters for Unicode"
2943                   chars         256
2944                   dimension     3
2945                   columns       2
2946                   graphic       2
2947                   direction     l2r
2948                   =>iso-ir      177
2949                   mother        =>ucs@iso))
2950   (make-charset '=>ucs@jis
2951                 "UCS representative characters for JIS X0208/0212/0213"
2952                 '(long-name     "UCS characters for JIS"
2953                   chars         256
2954                   dimension     3
2955                   columns       2
2956                   graphic       2
2957                   direction     l2r
2958                   =>iso-ir      177
2959                   mother        =>ucs@unicode))
2960   (make-charset '=>ucs@ks
2961                 "UCS representative characters for Korean Standards"
2962                 '(long-name     "UCS characters for KS"
2963                   chars         256
2964                   dimension     3
2965                   columns       2
2966                   graphic       2
2967                   direction     l2r
2968                   =>iso-ir      177
2969                   mother        =>ucs@unicode))
2970   (make-charset '=>ucs@cns
2971                 "UCS representatives characters for CNS 11643 sources"
2972                 '(long-name     "UCS characters for CNS 11643"
2973                   chars         256
2974                   dimension     3
2975                   columns       2
2976                   graphic       2
2977                   direction     l2r
2978                   =>iso-ir      177
2979                   mother        =>ucs@unicode))
2980
2981   (make-charset '=+>ucs@iso
2982                 "UCS based on ISO/IEC 10646 representative glyphs"
2983                 '(long-name     "Unified abstract glyphs of UCS"
2984                   chars         256
2985                   dimension     3
2986                   columns       2
2987                   graphic       2
2988                   direction     l2r
2989                   =>iso-ir      177
2990                   mother        =>ucs@iso))
2991   (make-charset '=+>ucs@unicode
2992                 "Unicode representative unified abstract glyphs"
2993                 '(long-name     "UCS unified abstract glyphs for Unicode"
2994                   chars         256
2995                   dimension     3
2996                   columns       2
2997                   graphic       2
2998                   direction     l2r
2999                   =>iso-ir      177
3000                   mother        =+>ucs@iso))
3001   (make-charset '=+>ucs@jis
3002                 "UCS based on Japanese usual unification"
3003                 '(long-name     "UCS unified abstract glyphs for JP"
3004                   chars         256
3005                   dimension     3
3006                   columns       2
3007                   graphic       2
3008                   direction     l2r
3009                   =>iso-ir      177
3010                   mother        =+>ucs@unicode))
3011   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
3012   (make-charset '=+>ucs@jis/1990
3013                 "UCS representative characters for JIS X0208/0212:1990"
3014                 '(long-name     "UCS characters for JIS:1990"
3015                   chars         256
3016                   dimension     3
3017                   columns       2
3018                   graphic       2
3019                   direction     l2r
3020                   =>iso-ir      177
3021                   mother        =+>ucs@jis))
3022   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
3023   (make-charset '=+>ucs@jis/2004
3024                 "UCS representative characters for JIS X 0213:2004"
3025                 '(long-name     "UCS characters for JIS:2004"
3026                   chars         256
3027                   dimension     3
3028                   columns       2
3029                   graphic       2
3030                   direction     l2r
3031                   =>iso-ir      177
3032                   mother        =+>ucs@jis))
3033   (make-charset '=+>ucs@ks
3034                 "UCS representative unified abstract glyphs for Korean Standards"
3035                 '(long-name     "UCS unified abstract glyphs for KS"
3036                   chars         256
3037                   dimension     3
3038                   columns       2
3039                   graphic       2
3040                   direction     l2r
3041                   =>iso-ir      177
3042                   mother        =+>ucs@unicode))
3043   (make-charset '=+>ucs@cns
3044                 "UCS representatives unified abstract glyphs for CNS 11643 sources"
3045                 '(long-name     "UCS unified abstract glyphs for CNS"
3046                   chars         256
3047                   dimension     3
3048                   columns       2
3049                   graphic       2
3050                   direction     l2r
3051                   =>iso-ir      177
3052                   mother        =+>ucs@unicode))
3053
3054   (make-charset '=>>ucs@iso
3055                 "Representative abstract-glyphs of ISO/IEC 10646"
3056                 '(long-name     "UCS abstract glyphs for UCS"
3057                   chars         256
3058                   dimension     3
3059                   columns       2
3060                   graphic       2
3061                   direction     l2r
3062                   =>iso-ir      177
3063                   mother        =+>ucs@iso))
3064   (make-charset '=>>ucs@unicode
3065                 "Representative abstract-glyphs of Unicode"
3066                 '(long-name     "Unicode abstract glyphs"
3067                   chars         256
3068                   dimension     3
3069                   columns       2
3070                   graphic       2
3071                   direction     l2r
3072                   =>iso-ir      177
3073                   mother        =>>ucs@iso))
3074   (make-charset '=>>ucs@jis
3075                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
3076                 '(long-name     "UCS abstract glyphs for JIS"
3077                   chars         256
3078                   dimension     3
3079                   columns       2
3080                   graphic       2
3081                   direction     l2r
3082                   =>iso-ir      177
3083                   mother        =>>ucs@unicode))
3084   (make-charset '=>>ucs@jis/1990
3085                 "UCS Representative glyphs for JIS X 0208/0212:1990"
3086                 '(long-name     "UCS glyphs for JIS:1990"
3087                   chars         256
3088                   dimension     3
3089                   columns       2
3090                   graphic       2
3091                   direction     l2r
3092                   =>iso-ir      177
3093                   mother        =>>ucs@jis))
3094   (make-charset '=>>ucs@jis/2000
3095                 "UCS Representative glyphs for JIS X 0213:2000"
3096                 '(long-name     "UCS glyphs for JIS:2000"
3097                   chars         256
3098                   dimension     3
3099                   columns       2
3100                   graphic       2
3101                   direction     l2r
3102                   =>iso-ir      177
3103                   mother        =>>ucs@jis))
3104   (make-charset '=>>ucs@jis/2004
3105                 "UCS Representative glyphs for JIS X 0213:2004"
3106                 '(long-name     "UCS glyphs for JIS:2004"
3107                   chars         256
3108                   dimension     3
3109                   columns       2
3110                   graphic       2
3111                   direction     l2r
3112                   =>iso-ir      177
3113                   mother        =>>ucs@jis))
3114   (make-charset '=>>ucs@JP
3115                 "UCS abstract-glyphs based on Japanese style glyphs"
3116                 '(long-name     "UCS glyphs for JP"
3117                   chars         256
3118                   dimension     3
3119                   columns       2
3120                   graphic       2
3121                   direction     l2r
3122                   =>iso-ir      177
3123                   mother        =>>ucs@jis/2004))
3124   (make-charset '=>>ucs@ks
3125                 "UCS Representative glyphs for Korean Standards"
3126                 '(long-name     "UCS glyphs for KS"
3127                   chars         256
3128                   dimension     3
3129                   columns       2
3130                   graphic       2
3131                   direction     l2r
3132                   =>iso-ir      177
3133                   mother        =>>ucs@unicode))
3134   (make-charset '=>>ucs@cns
3135                 "UCS Representative glyphs for CNS 11643 sources"
3136                 '(long-name     "UCS glyphs for CNS"
3137                   chars         256
3138                   dimension     3
3139                   columns       2
3140                   graphic       2
3141                   direction     l2r
3142                   =>iso-ir      177
3143                   mother        =>>ucs@unicode))
3144
3145   (make-charset '=ucs@iso
3146                 "ISO/IEC 10646 for its representative glyphs"
3147                 '(long-name     "UCS for ISO"
3148                   chars         256
3149                   dimension     3
3150                   columns       2
3151                   graphic       2
3152                   direction     l2r
3153                   =>iso-ir      177
3154                   mother        =>>ucs@iso
3155                   ))
3156   (make-charset '=ucs@unicode
3157                 "Unicode for its representative glyphs"
3158                 '(long-name     "UCS for Unicode"
3159                   chars         256
3160                   dimension     3
3161                   columns       2
3162                   graphic       2
3163                   direction     l2r
3164                   =>iso-ir      177
3165                   mother        =ucs@iso))
3166   (make-charset '=ucs@gb
3167                 "ISO/IEC 10646 for GB"
3168                 '(long-name     "UCS for GB"
3169                   chars         256
3170                   dimension     3
3171                   columns       2
3172                   graphic       2
3173                   direction     l2r
3174                   =>iso-ir      177
3175                   mother        =ucs@unicode))
3176   (define-charset-alias 'ucs-gb '=ucs@gb)
3177   (make-charset '=ucs@gb/fw
3178                 "ISO/IEC 10646 for GB with fullwidth"
3179                 '(long-name     "UCS for GB-fullwidth"
3180                   chars         256
3181                   dimension     3
3182                   columns       2
3183                   graphic       2
3184                   direction     l2r
3185                   =>iso-ir      177
3186                   mother        =ucs@gb))
3187   (make-charset '=ucs-bmp@gb
3188                 "ISO/IEC 10646 BMP for GB"
3189                 '(long-name     "BMP for GB"
3190                   chars         256
3191                   dimension     3
3192                   columns       2
3193                   graphic       2
3194                   direction     l2r
3195                   mother        =ucs@gb
3196                   min-code      #x0000
3197                   max-code      #xFFFF))
3198   (make-charset '=ucs@cns
3199                 "ISO/IEC 10646 for CNS 11643"
3200                 '(long-name     "UCS for CNS"
3201                   chars         256
3202                   dimension     3
3203                   columns       2
3204                   graphic       2
3205                   direction     l2r
3206                   =>iso-ir      177
3207                   mother        =ucs@unicode))
3208   (define-charset-alias 'ucs-cns '=ucs@cns)
3209   (make-charset '=ucs@cns/fw
3210                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
3211                 '(long-name     "UCS for CNS-fullwidth"
3212                   chars         256
3213                   dimension     3
3214                   columns       2
3215                   graphic       2
3216                   direction     l2r
3217                   =>iso-ir      177
3218                   mother        =ucs@cns))
3219   (make-charset '=ucs-bmp@cns
3220                 "ISO/IEC 10646 BMP for CNS"
3221                 '(long-name     "BMP for CNS"
3222                   chars         256
3223                   dimension     3
3224                   columns       2
3225                   graphic       2
3226                   direction     l2r
3227                   mother        =ucs@cns
3228                   min-code      #x0000
3229                   max-code      #xFFFF))
3230   (make-charset '=ucs@jis
3231                 "ISO/IEC 10646 for JIS X0208/0212/0213"
3232                 '(long-name     "UCS for JIS"
3233                   chars         256
3234                   dimension     3
3235                   columns       2
3236                   graphic       2
3237                   direction     l2r
3238                   =>iso-ir      177
3239                   mother        =ucs@unicode))
3240   (define-charset-alias 'ucs-jis '=ucs@jis)
3241   (make-charset '=ucs@jis/fw
3242                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
3243                 '(long-name     "UCS for JIS-fullwidth"
3244                   chars         256
3245                   dimension     3
3246                   columns       2
3247                   graphic       2
3248                   direction     l2r
3249                   =>iso-ir      177
3250                   mother        =ucs@jis))
3251   (make-charset '=ucs-bmp@jis
3252                 "ISO/IEC 10646 BMP for JIS"
3253                 '(long-name     "BMP for JIS"
3254                   chars         256
3255                   dimension     3
3256                   columns       2
3257                   graphic       2
3258                   direction     l2r
3259                   mother        =ucs@jis
3260                   min-code      #x0000
3261                   max-code      #xFFFF))
3262   ;; (make-charset '=ucs@jis/1983
3263   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
3264   ;;               '(long-name     "UCS for JIS:1983"
3265   ;;                 chars         256
3266   ;;                 dimension     3
3267   ;;                 columns       2
3268   ;;                 graphic       2
3269   ;;                 direction     l2r
3270   ;;                 =>iso-ir      177
3271   ;;                 mother        =ucs@jis))
3272   (make-charset '=ucs@jis/1990
3273                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
3274                 '(long-name     "UCS for JIS:1990"
3275                   chars         256
3276                   dimension     3
3277                   columns       2
3278                   graphic       2
3279                   direction     l2r
3280                   =>iso-ir      177
3281                   mother        =ucs@jis))
3282   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
3283   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
3284   (make-charset '=ucs@jis/2000
3285                 "ISO/IEC 10646 for JIS X 0213:2000"
3286                 '(long-name     "UCS for JIS:2000"
3287                   chars         256
3288                   dimension     3
3289                   columns       2
3290                   graphic       2
3291                   direction     l2r
3292                   =>iso-ir      177
3293                   mother        =ucs@jis))
3294   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
3295   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
3296   (make-charset '=ucs@jis/2004
3297                 "ISO/IEC 10646 for JIS X 0213:2004"
3298                 '(long-name     "UCS for JIS:2004"
3299                   chars         256
3300                   dimension     3
3301                   columns       2
3302                   graphic       2
3303                   direction     l2r
3304                   =>iso-ir      177
3305                   mother        =ucs@jis))
3306   (make-charset '=ucs@JP
3307                 "UCS for common glyphs used in Japan"
3308                 '(long-name     "UCS for Japan"
3309                   chars         256
3310                   dimension     3
3311                   columns       2
3312                   graphic       2
3313                   direction     l2r
3314                   =>iso-ir      177
3315                   mother        =ucs@jis/2004))
3316   (define-charset-alias '=ucs@jp '=ucs@JP)
3317   (make-charset '=ucs@JP/hanazono
3318                 "Japanese glyph-images of Hanazono Mincho"
3319                 '(long-name     "UCS for Hana-Min"
3320                   chars         256
3321                   dimension     3
3322                   columns       2
3323                   graphic       2
3324                   direction     l2r
3325                   =>iso-ir      177
3326                   mother        =ucs@JP))
3327   (make-charset '=ucs@ks
3328                 "ISO/IEC 10646 for Korean Standards"
3329                 '(long-name     "UCS for KS"
3330                   chars         256
3331                   dimension     3
3332                   columns       2
3333                   graphic       2
3334                   direction     l2r
3335                   =>iso-ir      177
3336                   mother        =ucs@unicode))
3337   (define-charset-alias 'ucs-ks '=ucs@ks)
3338   (make-charset '=ucs@ks/2012
3339                 "Mapping for Korean Standards in ISO/IEC 10646:2012"
3340                 '(long-name     "UCS:2012 for KS"
3341                   chars         256
3342                   dimension     3
3343                   columns       2
3344                   graphic       2
3345                   direction     l2r
3346                   =>iso-ir      177
3347                   mother        =ucs@ks))
3348   (make-charset '=ucs-bmp@ks
3349                 "ISO/IEC 10646 BMP for KS"
3350                 '(long-name     "BMP for KS"
3351                   chars         256
3352                   dimension     3
3353                   columns       2
3354                   graphic       2
3355                   direction     l2r
3356                   mother        =ucs@ks
3357                   min-code      #x0000
3358                   max-code      #xFFFF))
3359   (make-charset '=ucs@cns11643
3360                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
3361                 '(long-name     "UCS for CNS11643"
3362                   chars         256
3363                   dimension     3
3364                   columns       2
3365                   graphic       2
3366                   direction     l2r
3367                   =>iso-ir      177
3368                   mother        =ucs@cns))
3369   (make-charset '=ucs@big5
3370                 "ISO/IEC 10646 for Big5"
3371                 '(long-name     "UCS for Big5"
3372                   chars         256
3373                   dimension     3
3374                   columns       2
3375                   graphic       2
3376                   direction     l2r
3377                   =>iso-ir      177
3378                   mother        =ucs@cns
3379                   ;; mother     =>>ucs@cns
3380                   ))
3381   (define-charset-alias 'ucs-big5 '=ucs@big5)
3382   (make-charset '=ucs@big5/cns11643
3383                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
3384                 '(long-name     "UCS for Big5@CNS11643"
3385                   chars         256
3386                   dimension     3
3387                   columns       2
3388                   graphic       2
3389                   direction     l2r
3390                   =>iso-ir      177
3391                   mother        =ucs@big5))
3392
3393   (make-charset '==ucs@iso
3394                 "Representative glyph-forms of ISO/IEC 10646."
3395                 '(long-name     "UCS glyph-forms for UCS"
3396                   chars         256
3397                   dimension     3
3398                   columns       2
3399                   graphic       2
3400                   direction     l2r
3401                   =>iso-ir      177
3402                   mother        =>>ucs@iso))
3403   (define-charset-alias '=>>>ucs@iso '==ucs@iso)
3404   (make-charset '==ucs@unicode
3405                 "Representative glyph-forms of Unicode."
3406                 '(long-name     "UCS glyph-forms for Unicode"
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@unicode '==ucs@unicode)
3415   (make-charset '==ucs@gb
3416                 "ISO/IEC 10646 for GB"
3417                 '(long-name     "UCS for GB"
3418                   chars         256
3419                   dimension     3
3420                   columns       2
3421                   graphic       2
3422                   direction     l2r
3423                   =>iso-ir      177
3424                   mother        ==ucs@unicode))
3425   (make-charset '==ucs-bmp@gb
3426                 "ISO/IEC 10646 BMP for GB"
3427                 '(long-name     "BMP for GB"
3428                   chars         256
3429                   dimension     3
3430                   columns       2
3431                   graphic       2
3432                   direction     l2r
3433                   mother        ==ucs@gb
3434                   min-code      #x0000
3435                   max-code      #xFFFF))
3436   (make-charset '==ucs@cns
3437                 "UCS Representative glyph-forms for CNS 11643 sources."
3438                 '(long-name     "UCS glyph-forms for CNS"
3439                   chars         256
3440                   dimension     3
3441                   columns       2
3442                   graphic       2
3443                   direction     l2r
3444                   =>iso-ir      177
3445                   mother        ==ucs@unicode))
3446   (define-charset-alias '=>>>ucs@cns '==ucs@cns)
3447   (make-charset '==ucs-bmp@cns
3448                 "ISO/IEC 10646 BMP for CNS"
3449                 '(long-name     "BMP for CNS"
3450                   chars         256
3451                   dimension     3
3452                   columns       2
3453                   graphic       2
3454                   direction     l2r
3455                   mother        ==ucs@cns
3456                   min-code      #x0000
3457                   max-code      #xFFFF))
3458   (make-charset '==ucs@jis
3459                 "UCS Representative glyph-forms for JIS X0208/0212/0213."
3460                 '(long-name     "UCS glyph-forms for JIS"
3461                   chars         256
3462                   dimension     3
3463                   columns       2
3464                   graphic       2
3465                   direction     l2r
3466                   =>iso-ir      177
3467                   mother        ==ucs@unicode))
3468   (define-charset-alias '=>>>ucs@jis '==ucs@jis)
3469   (make-charset '==ucs@jis/1990
3470                 "UCS Representative glyph-forms for JIS X 0208/0212:1990."
3471                 '(long-name     "UCS glyph-forms for JIS:1990"
3472                   chars         256
3473                   dimension     3
3474                   columns       2
3475                   graphic       2
3476                   direction     l2r
3477                   =>iso-ir      177
3478                   mother        ==ucs@jis))
3479   (define-charset-alias '=>>>ucs@jis/1990 '==ucs@jis/1990)
3480   (make-charset '==ucs@jis/2000
3481                 "UCS Representative glyph-forms for JIS X 0213:2000."
3482                 '(long-name     "UCS glyph-forms for JIS:2000"
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/2000 '==ucs@jis/2000)
3491   (make-charset '==ucs@jis/2004
3492                 "UCS Representative glyph-forms for JIS X 0213:2004."
3493                 '(long-name     "UCS glyph-forms for JIS:2004"
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/2004 '==ucs@jis/2004)
3502   (make-charset '==ucs@JP
3503                 "UCS for common glyph-forms used in Japan."
3504                 '(long-name     "UCS for Japan"
3505                   chars         256
3506                   dimension     3
3507                   columns       2
3508                   graphic       2
3509                   direction     l2r
3510                   =>iso-ir      177
3511                   mother        ==ucs@jis/2004))
3512   (make-charset '==ucs@JP/hanazono
3513                 "Japanese glyph-forms of Hanazono Mincho."
3514                 '(long-name     "UCS for Hana-Min"
3515                   chars         256
3516                   dimension     3
3517                   columns       2
3518                   graphic       2
3519                   direction     l2r
3520                   =>iso-ir      177
3521                   mother        ==ucs@JP))
3522   (make-charset '==ucs@ks
3523                 "UCS Representative glyph-forms for Korean Standards."
3524                 '(long-name     "UCS glyph-forms for KS"
3525                   chars         256
3526                   dimension     3
3527                   columns       2
3528                   graphic       2
3529                   direction     l2r
3530                   =>iso-ir      177
3531                   mother        ==ucs@unicode))
3532   (define-charset-alias '=>>>ucs@ks '==ucs@ks)
3533   (make-charset '==ucs-bmp@ks
3534                 "ISO/IEC 10646 BMP for KS."
3535                 '(long-name     "BMP for KS"
3536                   chars         256
3537                   dimension     3
3538                   columns       2
3539                   graphic       2
3540                   direction     l2r
3541                   mother        ==ucs@ks
3542                   min-code      #x0000
3543                   max-code      #xFFFF))
3544   (make-charset '==ucs@cns11643
3545                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw."
3546                 '(long-name     "UCS for CNS11643"
3547                   chars         256
3548                   dimension     3
3549                   columns       2
3550                   graphic       2
3551                   direction     l2r
3552                   =>iso-ir      177
3553                   mother        ==ucs@cns))
3554
3555   (make-charset '===ucs@iso
3556                 "ISO/IEC 10646-2 representative glyph-images."
3557                 '(long-name     "ISO rep-images for UCS"
3558                   chars         256
3559                   dimension     3
3560                   columns       2
3561                   graphic       2
3562                   direction     l2r
3563                   =>iso-ir      177
3564                   mother        ==ucs@iso))
3565   (make-charset '===ucs@unicode
3566                 "Unicode for its representative glyph-images."
3567                 '(long-name     "UCS for Unicode"
3568                   chars         256
3569                   dimension     3
3570                   columns       2
3571                   graphic       2
3572                   direction     l2r
3573                   =>iso-ir      177
3574                   mother        ===ucs@iso))
3575   (make-charset '===ucs@gb
3576                 "UCS representative glyph-images of GB."
3577                 '(long-name     "UCS rep-images for GB"
3578                   chars         256
3579                   dimension     3
3580                   columns       2
3581                   graphic       2
3582                   direction     l2r
3583                   =>iso-ir      177
3584                   mother        ===ucs@unicode))
3585   (make-charset '===ucs@ks
3586                 "UCS representative glyph-images of Korean Standards."
3587                 '(long-name     "UCS rep-images for KS"
3588                   chars         256
3589                   dimension     3
3590                   columns       2
3591                   graphic       2
3592                   direction     l2r
3593                   =>iso-ir      177
3594                   mother        ===ucs@unicode))
3595
3596   (make-charset '=ucs-itaiji-084
3597                 "uXXXX-itaiji-084 glyph-images of GlyphWiki"
3598                 '(long-name     "UCS-itaiji-084"
3599                   chars         256
3600                   dimension     3
3601                   columns       2
3602                   graphic       2
3603                   direction     l2r
3604                   ;; =>iso-ir   177
3605                   mother        =ucs))
3606   (make-charset '=ucs-bmp-itaiji-084
3607                 "uXXXX-itaiji-084 glyph-images in BMP"
3608                 '(long-name     "UCS-BMP-itaiji-084"
3609                   chars         256
3610                   dimension     2
3611                   columns       2
3612                   graphic       2
3613                   direction     l2r
3614                   ;; =>iso-ir   177
3615                   mother        =ucs-itaiji-084
3616                   min-code #x2E00
3617                   max-code #x9FA5
3618                   registry "ucs\\.itaiji084-0"))
3619
3620   (make-charset
3621    '=ucs-radicals
3622    "CJK Radicals of UCS"
3623    '(long-name "UCS-Radicals"
3624                chars 256
3625                dimension 2
3626                columns 2
3627                graphic 2
3628                direction l2r
3629                registry "-zhRadicals-.*-ucs-0"
3630                mother ucs-bmp
3631                min-code #x2E00 max-code #x2FFF))
3632   (make-charset
3633    '=ucs-radicals@unicode
3634    "CJK Radicals of UCS"
3635    '(long-name "UCS-Radicals"
3636                chars 256
3637                dimension 2
3638                columns 2
3639                graphic 2
3640                direction l2r
3641                registry "-zhRadicals-.*-ucs-0"
3642                mother =ucs@unicode
3643                min-code #x2E00 max-code #x2FFF))
3644   (make-charset
3645    '=ucs-hangul
3646    "Hangul Syllables of UCS"
3647    '(long-name "UCS-Hangul-Syllables"
3648                chars 256
3649                dimension 2
3650                columns 2
3651                graphic 2
3652                direction l2r
3653                registry "-Hangul-.*-ucs-0"
3654                mother =ucs
3655                min-code #xAC00 max-code #xD7AF))
3656   (make-charset
3657    '=ucs-bmp-cjk
3658    "CJK Characters in BMP of UCS"
3659    '(long-name "UCS-BMP-CJK"
3660                chars 256
3661                dimension 2
3662                columns 2
3663                graphic 2
3664                direction l2r
3665                registry "-zh-.*-ucs-0"
3666                mother ucs-bmp
3667                min-code #x2E00
3668                max-code #x9FA5
3669                ;; max-code #xA4CF
3670                ))
3671   (make-charset
3672    '=ucs-bmp-cjk@gb
3673    "CJK Characters in BMP with GB representative glyph-images."
3674    '(long-name "CJK in BMP@GB"
3675                chars 256
3676                dimension 2
3677                columns 2
3678                graphic 2
3679                direction l2r
3680                registry "-zh-.*-ucs-0"
3681                mother =ucs@gb
3682                min-code #x2E00
3683                max-code #x9FA5
3684                ;; max-code #xA4CF
3685                ))
3686   (make-charset
3687    '==ucs-bmp-cjk@gb
3688    "CJK Characters in BMP with GB representative glyph-images."
3689    '(long-name "CJK in BMP@GB"
3690                chars 256
3691                dimension 2
3692                columns 2
3693                graphic 2
3694                direction l2r
3695                registry "-zh-.*-ucs-0"
3696                mother ==ucs@gb
3697                min-code #x2E00
3698                max-code #x9FA5
3699                ;; max-code #xA4CF
3700                ))
3701   (make-charset
3702    '===ucs-bmp-cjk@gb
3703    "CJK Characters in BMP with GB representative glyph-images."
3704    '(long-name "CJK in BMP@GB"
3705                chars 256
3706                dimension 2
3707                columns 2
3708                graphic 2
3709                direction l2r
3710                registry "-zh-.*-ucs-0"
3711                mother ===ucs@gb
3712                min-code #x2E00
3713                max-code #x9FA5
3714                ;; max-code #xA4CF
3715                ))
3716   (make-charset
3717    '=ucs-bmp-cjk@JP
3718    "CJK Characters in BMP with JIS representative glyphs"
3719    '(long-name "CJK in BMP@JP"
3720                chars 256
3721                dimension 2
3722                columns 2
3723                graphic 2
3724                direction l2r
3725                registry "-ja-.*-ucs-0"
3726                mother =ucs@JP
3727                min-code #x2E00
3728                max-code #x9FA5
3729                ;; max-code #xA4CF
3730                ))
3731   (make-charset
3732    '=ucs-bmp-cjk@JP/hanazono
3733    "CJK Characters in BMP with Hanazono font"
3734    '(long-name "CJK in BMP@JP/Hanazono"
3735                chars 256
3736                dimension 2
3737                columns 2
3738                graphic 2
3739                direction l2r
3740                registry "-ja-.*-ucs-0"
3741                mother =ucs@JP/hanazono
3742                min-code #x2E00
3743                max-code #x9FA5
3744                ;; max-code #xA4CF
3745                ))
3746   (make-charset
3747    '==ucs-bmp-cjk@JP/hanazono
3748    "CJK Characters in BMP with Hanazono font"
3749    '(long-name "CJK in BMP@JP/Hanazono"
3750                chars 256
3751                dimension 2
3752                columns 2
3753                graphic 2
3754                direction l2r
3755                registry "-ja-.*-ucs-0"
3756                mother ==ucs@JP/hanazono
3757                min-code #x2E00
3758                max-code #x9FA5
3759                ;; max-code #xA4CF
3760                ))
3761   (make-charset
3762    '=+>ucs-bmp-cjk@unicode
3763    "Unicode representative characters of CJK Unified Ideographs in BMP"
3764    '(long-name "Unicode-BMP-CJK unified abstract glyphs"
3765                chars 256
3766                dimension 2
3767                columns 2
3768                graphic 2
3769                direction l2r
3770                registry "-zh-.*-ucs-0"
3771                mother =+>ucs@unicode
3772                min-code #x2E00
3773                max-code #x9FA5
3774                ;; max-code #xA4CF
3775                ))
3776   (make-charset
3777    '=>ucs-bmp-cjk@unicode
3778    "Unicode representative characters of CJK Unified Ideographs in BMP"
3779    '(long-name "Unicode-BMP-CJK"
3780                chars 256
3781                dimension 2
3782                columns 2
3783                graphic 2
3784                direction l2r
3785                registry "-zh-.*-ucs-0"
3786                mother =>ucs@unicode
3787                min-code #x2E00
3788                max-code #x9FA5
3789                ;; max-code #xA4CF
3790                ))
3791   (make-charset
3792    '==>ucs-bmp-cjk@bucs
3793    "CJK Characters in BMP of BUCS"
3794    '(long-name "BUCS-BMP-CJK"
3795                chars 256
3796                dimension 2
3797                columns 2
3798                graphic 2
3799                direction l2r
3800                registry "-zh-.*-ucs-0"
3801                mother ==>ucs@bucs
3802                min-code #x2E00
3803                max-code #x9FA5
3804                ;; max-code #xA4CF
3805                ))
3806   (make-charset
3807    '=ucs-bmp-cjk-compat
3808    "CJK Compatibility Ideographs in BMP of UCS"
3809    '(long-name "CJK Compatibility Ideographs"
3810                chars 256
3811                dimension 2
3812                columns 2
3813                graphic 2
3814                direction l2r
3815                registry "-ja-.*-ucs-0"
3816                mother ucs-bmp
3817                min-code #xF900
3818                max-code #xFAFF
3819                ))
3820   (make-charset
3821    '=ucs-bmp-cjk-compat@unicode
3822    "CJK Compatibility Ideographs of Unicode representatives"
3823    '(long-name "CJK Compatibility Ideographs of Unicode"
3824                chars 256
3825                dimension 2
3826                columns 2
3827                graphic 2
3828                direction l2r
3829                registry "-ja-.*-ucs-0"
3830                mother =ucs@unicode
3831                min-code #xF900
3832                max-code #xFAFF
3833                ))
3834   (make-charset
3835    '=+>ucs-bmp-cjk-compat@jis
3836    "CJK Compatibility Ideographs of JIS representatives unified glyphs"
3837    '(long-name "JIS unified glyphs for CJK Compat chars"
3838                chars 256
3839                dimension 2
3840                columns 2
3841                graphic 2
3842                direction l2r
3843                registry "-ja-.*-ucs-0"
3844                mother =+>ucs@jis
3845                min-code #xF900
3846                max-code #xFAFF
3847                ))
3848   (make-charset
3849    '=ucs-sip-ext-b
3850    "CJK Ideographs Extension B"
3851    '(long-name "UCS CJK Ext-B"
3852                chars 256
3853                dimension 2
3854                columns 2
3855                graphic 2
3856                direction l2r
3857                registry "\\(iso10646\\|ucs00\\)-2$"
3858                mother ucs
3859                min-code #x20000 max-code #x2A6D6
3860                code-offset #x20000))
3861   (make-charset
3862    '=ucs-sip@iso
3863    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
3864    '(long-name "UCS CJK Ext-B"
3865                chars 256
3866                dimension 2
3867                columns 2
3868                graphic 2
3869                direction l2r
3870                registry "ucs00-2$"
3871                mother =ucs@iso
3872                min-code #x20000 max-code #x2FFFF
3873                code-offset #x20000))
3874   (make-charset
3875    '=ucs-sip-ext-b@iso
3876    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
3877    '(long-name "UCS CJK Ext-B"
3878                chars 256
3879                dimension 2
3880                columns 2
3881                graphic 2
3882                direction l2r
3883                registry "\\(iso10646\\|ucs00\\)-2$"
3884                mother =ucs@iso
3885                min-code #x20000 max-code #x2A6D6
3886                code-offset #x20000))
3887   (make-charset
3888    '==ucs-sip@iso
3889    "ISO representative abstract-glyph-images of ISO/IEC 10646 Plane 2"
3890    '(long-name "SIP abstract glyph-images"
3891                chars 256
3892                dimension 2
3893                columns 2
3894                graphic 2
3895                direction l2r
3896                registry "\\(ucs00\\)-2$"
3897                mother ==ucs@iso
3898                code-offset #x20000))
3899   (make-charset
3900    '==ucs-sip-ext-b@iso
3901    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
3902    '(long-name "UCS CJK Ext-B"
3903                chars 256
3904                dimension 2
3905                columns 2
3906                graphic 2
3907                direction l2r
3908                registry "\\(iso10646\\|ucs00\\)-2$"
3909                mother ==ucs@iso
3910                min-code #x20000 max-code #x2A6D6
3911                code-offset #x20000))
3912   (make-charset
3913    '===ucs-sip@iso
3914    "ISO representative glyph-images of ISO/IEC 10646 Plane 2"
3915    '(long-name "SIP rep-glyph-images"
3916                chars 256
3917                dimension 2
3918                columns 2
3919                graphic 2
3920                direction l2r
3921                registry "\\(ucs00\\)-2$"
3922                mother ===ucs@iso
3923                code-offset #x20000))
3924   (make-charset
3925    '===ucs-sip-ext-b@iso
3926    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
3927    '(long-name "UCS CJK Ext-B"
3928                chars 256
3929                dimension 2
3930                columns 2
3931                graphic 2
3932                direction l2r
3933                registry "\\(iso10646\\|ucs00\\)-2$"
3934                mother ===ucs@iso
3935                min-code #x20000 max-code #x2A6D6
3936                code-offset #x20000))
3937   )
3938
3939 ;;; mule-conf.el ends here