bcf0f96de705bd0c8d71d7603e789cc7d413f419
[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, 2015 MORIOKA Tomohiko
7
8 ;; Keywords: mule, multilingual, character set, coding system
9
10 ;; This file is part of XEmacs.
11
12 ;; XEmacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version.
16
17 ;; XEmacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 ;; GNU General Public License for more details.
21
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with XEmacs; see the file COPYING.  If not, write to the
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
26
27 ;;; Code:
28
29 (cond
30  ((featurep 'utf-2000)
31   (make-charset
32    '=adobe-japan1-base
33    "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
34    `(long-name "Adobe-Japan1"
35                chars 256
36                dimension 2
37                columns 2
38                graphic 2
39                direction l2r
40                registry "AdobeJapan1-[0-6]$"
41                min-code     #xE10000
42                max-code ,(+ #xE10000 23057)
43                code-offset  #xE10000
44                ;; min-code      ,(lsh #x6300 16)
45                ;; max-code      ,(+ (lsh #x6300 16) 23057)
46                ;; code-offset   ,(lsh #x6300 16)
47                ))
48   (make-charset
49    '=adobe-japan1-0
50    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
51    '(long-name "Adobe-Japan1-0"
52                chars 256
53                dimension 2
54                columns 2
55                graphic 2
56                direction l2r
57                mother =adobe-japan1-base
58                min-code 0
59                max-code 8283
60                registry "AdobeJapan1-[0-6]$"))
61   (make-charset
62    '=adobe-japan1-1
63    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
64    '(long-name "Adobe-Japan1-1"
65                chars 256
66                dimension 2
67                columns 2
68                graphic 2
69                direction l2r
70                mother =adobe-japan1-0
71                min-code 0
72                max-code 8358
73                registry "AdobeJapan1-[1-6]$"))
74   (make-charset
75    '=adobe-japan1-2
76    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
77    '(long-name "Adobe-Japan1-2"
78                chars 256
79                dimension 2
80                columns 2
81                graphic 2
82                direction l2r
83                mother =adobe-japan1-1
84                min-code 0
85                max-code 8719
86                registry "AdobeJapan1-[2-6]$"))
87   (make-charset
88    '=adobe-japan1-3
89    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
90    '(long-name "Adobe-Japan1-3"
91                chars 256
92                dimension 2
93                columns 2
94                graphic 2
95                direction l2r
96                mother =adobe-japan1-2
97                min-code 0
98                max-code 9353
99                registry "AdobeJapan1-[3-6]$"))
100   (make-charset
101    '=adobe-japan1-4
102    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
103    '(long-name "Adobe-Japan1-4"
104                chars 256
105                dimension 2
106                columns 2
107                graphic 2
108                direction l2r
109                mother =adobe-japan1-3
110                min-code 0
111                max-code 15443
112                registry "AdobeJapan1-[4-6]$"))
113   (make-charset
114    '=adobe-japan1-5
115    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
116    '(long-name "Adobe-Japan1-5"
117                chars 256
118                dimension 2
119                columns 2
120                graphic 2
121                direction l2r
122                mother =adobe-japan1-4
123                min-code 0
124                max-code 20316
125                registry "AdobeJapan1-[5-6]$"))
126   (make-charset
127    '=adobe-japan1-6
128    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
129    '(long-name "Adobe-Japan1-6"
130                chars 256
131                dimension 2
132                columns 2
133                graphic 2
134                direction l2r
135                mother =adobe-japan1-5
136                min-code 0
137                max-code 23057
138                registry "AdobeJapan1-6$"))
139   (define-charset-alias '=adobe-japan1 '=adobe-japan1-6)
140
141   (make-charset
142    '==adobe-japan1-0
143    "Adobe-Japan1-0 abstract glyph-forms."
144    '(long-name "Adobe-Japan1-0 abstract glyph-forms"
145                chars 256
146                dimension 2
147                columns 2
148                graphic 2
149                direction l2r
150                mother =adobe-japan1-0
151                registry "AdobeJapan1-0$"))
152   (make-charset
153    '==adobe-japan1-1
154    "Adobe-Japan1-1 abstract glyph-forms."
155    '(long-name "Adobe-Japan1-1 abstract glyph-forms"
156                chars 256
157                dimension 2
158                columns 2
159                graphic 2
160                direction l2r
161                mother ==adobe-japan1-0
162                registry "AdobeJapan1-1$"))
163   (make-charset
164    '==adobe-japan1-2
165    "Adobe-Japan1-2 abstract glyph-forms."
166    '(long-name "Adobe-Japan1-2 abstract glyph-forms"
167                chars 256
168                dimension 2
169                columns 2
170                graphic 2
171                direction l2r
172                mother ==adobe-japan1-1
173                registry "AdobeJapan1-2$"))
174   (make-charset
175    '==adobe-japan1-3
176    "Adobe-Japan1-3 abstract glyph-forms."
177    '(long-name "Adobe-Japan1-3 abstract glyph-forms"
178                chars 256
179                dimension 2
180                columns 2
181                graphic 2
182                direction l2r
183                mother ==adobe-japan1-2
184                registry "AdobeJapan1-3$"))
185   (make-charset
186    '==adobe-japan1-4
187    "Adobe-Japan1-4 abstract glyph-forms."
188    '(long-name "Adobe-Japan1-4 abstract glyph-forms"
189                chars 256
190                dimension 2
191                columns 2
192                graphic 2
193                direction l2r
194                mother ==adobe-japan1-3
195                registry "AdobeJapan1-4$"))
196   (make-charset
197    '==adobe-japan1-5
198    "Adobe-Japan1-5 abstract glyph-forms."
199    '(long-name "Adobe-Japan1-5 abstract glyph-forms"
200                chars 256
201                dimension 2
202                columns 2
203                graphic 2
204                direction l2r
205                mother ==adobe-japan1-4
206                registry "AdobeJapan1-5$"))
207   (make-charset
208    '==adobe-japan1-6
209    "Adobe-Japan1-6 abstract glyph-forms."
210    '(long-name "Adobe-Japan1-6 abstract glyph-forms"
211                chars 256
212                dimension 2
213                columns 2
214                graphic 2
215                direction l2r
216                mother ==adobe-japan1-5
217                registry "AdobeJapan1-6$"))
218   (define-charset-alias '==adobe-japan1 '==adobe-japan1-6)
219
220   (define-charset-alias '=>>>adobe-japan1-0 '==adobe-japan1-0)
221   (define-charset-alias '=>>>adobe-japan1-1 '==adobe-japan1-1)
222   (define-charset-alias '=>>>adobe-japan1-2 '==adobe-japan1-2)
223   (define-charset-alias '=>>>adobe-japan1-3 '==adobe-japan1-3)
224   (define-charset-alias '=>>>adobe-japan1-4 '==adobe-japan1-4)
225   (define-charset-alias '=>>>adobe-japan1-5 '==adobe-japan1-5)
226   (define-charset-alias '=>>>adobe-japan1-6 '==adobe-japan1-6)
227   (define-charset-alias '=>>>adobe-japan1 '=>>>adobe-japan1-6)
228
229   (make-charset
230    '===adobe-japan1-0
231    "Adobe-Japan1-0 detailed glyph-images."
232    '(long-name "Adobe-Japan1-0 glyph-images"
233                chars 256
234                dimension 2
235                columns 2
236                graphic 2
237                direction l2r
238                mother ==adobe-japan1-0
239                registry "AdobeJapan1-0$"))
240   (make-charset
241    '===adobe-japan1-1
242    "Adobe-Japan1-1 detailed glyph-images."
243    '(long-name "Adobe-Japan1-1 glyph-images"
244                chars 256
245                dimension 2
246                columns 2
247                graphic 2
248                direction l2r
249                mother ===adobe-japan1-0
250                registry "AdobeJapan1-1$"))
251   (make-charset
252    '===adobe-japan1-2
253    "Adobe-Japan1-2 detailed glyph-images."
254    '(long-name "Adobe-Japan1-2 glyph-images"
255                chars 256
256                dimension 2
257                columns 2
258                graphic 2
259                direction l2r
260                mother ===adobe-japan1-1
261                registry "AdobeJapan1-2$"))
262   (make-charset
263    '===adobe-japan1-3
264    "Adobe-Japan1-3 detailed glyph-images."
265    '(long-name "Adobe-Japan1-3 glyph-images"
266                chars 256
267                dimension 2
268                columns 2
269                graphic 2
270                direction l2r
271                mother ===adobe-japan1-2
272                registry "AdobeJapan1-3$"))
273   (make-charset
274    '===adobe-japan1-4
275    "Adobe-Japan1-4 detailed glyph-images."
276    '(long-name "Adobe-Japan1-4 glyph-images"
277                chars 256
278                dimension 2
279                columns 2
280                graphic 2
281                direction l2r
282                mother ===adobe-japan1-3
283                registry "AdobeJapan1-4$"))
284   (make-charset
285    '===adobe-japan1-5
286    "Adobe-Japan1-5 detailed glyph-images."
287    '(long-name "Adobe-Japan1-5 glyph-images"
288                chars 256
289                dimension 2
290                columns 2
291                graphic 2
292                direction l2r
293                mother ===adobe-japan1-4
294                registry "AdobeJapan1-5$"))
295   (make-charset
296    '===adobe-japan1-6
297    "Adobe-Japan1-6 detailed glyph-images."
298    '(long-name "Adobe-Japan1-6 glyph-images"
299                chars 256
300                dimension 2
301                columns 2
302                graphic 2
303                direction l2r
304                mother ===adobe-japan1-5
305                registry "AdobeJapan1-6$"))
306   (define-charset-alias '===adobe-japan1 '===adobe-japan1-6)
307
308   (make-charset
309    '=>>adobe-japan1-0
310    "Adobe-Japan1-0 abstract glyphs"
311    '(long-name "Adobe-Japan1-0 abstract glyphs"
312                chars 256
313                dimension 2
314                columns 2
315                graphic 2
316                direction l2r
317                mother =adobe-japan1
318                registry "AdobeJapan1-0$"))
319   (make-charset
320    '=>>adobe-japan1-1
321    "Adobe-Japan1-1 abstract glyphs"
322    '(long-name "Adobe-Japan1-1 abstract glyphs"
323                chars 256
324                dimension 2
325                columns 2
326                graphic 2
327                direction l2r
328                mother =>>adobe-japan1-0
329                registry "AdobeJapan1-1"))
330   (make-charset
331    '=>>adobe-japan1-2
332    "Adobe-Japan1-2 abstract glyphs"
333    '(long-name "Adobe-Japan1-2 abstract glyphs"
334                chars 256
335                dimension 2
336                columns 2
337                graphic 2
338                direction l2r
339                mother =>>adobe-japan1-1
340                registry "AdobeJapan1-2"))
341   (make-charset
342    '=>>adobe-japan1-3
343    "Adobe-Japan1-3 abstract glyphs"
344    '(long-name "Adobe-Japan1-3 abstract glyphs"
345                chars 256
346                dimension 2
347                columns 2
348                graphic 2
349                direction l2r
350                mother =>>adobe-japan1-2
351                registry "AdobeJapan1-3"))
352   (make-charset
353    '=>>adobe-japan1-4
354    "Adobe-Japan1-4 abstract glyphs"
355    '(long-name "Adobe-Japan1-4 abstract glyphs"
356                chars 256
357                dimension 2
358                columns 2
359                graphic 2
360                direction l2r
361                mother =>>adobe-japan1-3
362                registry "AdobeJapan1-4"))
363   (make-charset
364    '=>>adobe-japan1-5
365    "Adobe-Japan1-5 abstract glyphs"
366    '(long-name "Adobe-Japan1-5 abstract glyphs"
367                chars 256
368                dimension 2
369                columns 2
370                graphic 2
371                direction l2r
372                mother =>>adobe-japan1-4
373                registry "AdobeJapan1-5"))
374   (make-charset
375    '=>>adobe-japan1-6
376    "Adobe-Japan1-6 abstract glyphs"
377    '(long-name "Adobe-Japan1-6 abstract glyphs"
378                chars 256
379                dimension 2
380                columns 2
381                graphic 2
382                direction l2r
383                mother =>>adobe-japan1-5
384                registry "AdobeJapan1-6"))
385   (define-charset-alias '=>>adobe-japan1 '=>>adobe-japan1-6)
386
387   (make-charset
388    '=+>adobe-japan1-0
389    "Adobe-Japan1-0 unified abstract glyphs"
390    '(long-name "Adobe-Japan1-0 unified abstract glyphs"
391                chars 256
392                dimension 2
393                columns 2
394                graphic 2
395                direction l2r
396                mother =adobe-japan1
397                registry "AdobeJapan1-0$"))
398   (make-charset
399    '=+>adobe-japan1-1
400    "Adobe-Japan1-1 unified abstract glyphs"
401    '(long-name "Adobe-Japan1-1 unified abstract glyphs"
402                chars 256
403                dimension 2
404                columns 2
405                graphic 2
406                direction l2r
407                mother =+>adobe-japan1-0
408                registry "AdobeJapan1-1"))
409   (make-charset
410    '=+>adobe-japan1-2
411    "Adobe-Japan1-2 unified abstract glyphs"
412    '(long-name "Adobe-Japan1-2 unified abstract glyphs"
413                chars 256
414                dimension 2
415                columns 2
416                graphic 2
417                direction l2r
418                mother =+>adobe-japan1-1
419                registry "AdobeJapan1-2"))
420   (make-charset
421    '=+>adobe-japan1-3
422    "Adobe-Japan1-3 unified abstract glyphs"
423    '(long-name "Adobe-Japan1-3 unified abstract glyphs"
424                chars 256
425                dimension 2
426                columns 2
427                graphic 2
428                direction l2r
429                mother =+>adobe-japan1-2
430                registry "AdobeJapan1-3"))
431   (make-charset
432    '=+>adobe-japan1-4
433    "Adobe-Japan1-4 unified abstract glyphs"
434    '(long-name "Adobe-Japan1-4 unified abstract glyphs"
435                chars 256
436                dimension 2
437                columns 2
438                graphic 2
439                direction l2r
440                mother =+>adobe-japan1-3
441                registry "AdobeJapan1-4"))
442   (make-charset
443    '=+>adobe-japan1-5
444    "Adobe-Japan1-5 unified abstract glyphs"
445    '(long-name "Adobe-Japan1-5 unified abstract glyphs"
446                chars 256
447                dimension 2
448                columns 2
449                graphic 2
450                direction l2r
451                mother =+>adobe-japan1-4
452                registry "AdobeJapan1-5"))
453   (make-charset
454    '=+>adobe-japan1-6
455    "Adobe-Japan1-6 unified abstract glyphs"
456    '(long-name "Adobe-Japan1-6 unified abstract glyphs"
457                chars 256
458                dimension 2
459                columns 2
460                graphic 2
461                direction l2r
462                mother =+>adobe-japan1-5
463                registry "AdobeJapan1-6"))
464   (define-charset-alias '=+>adobe-japan1 '=+>adobe-japan1-6)
465
466   (make-charset
467    '=jis-x0208@1978
468    "JIS X 0208:1978, unchanged part."
469    '(registry "jisx0208\\.1978"
470               dimension 2
471               chars 94
472               mother =jis-x0208
473               =>iso-ir 42
474               final ?@
475               graphic 0
476               partial t))
477   (make-charset
478    '=jis-x0208@1978/-4pr
479    "JIS X 0208:1978, 1st - 3rd impressions."
480    '(registry "jisx0208\\.1978"
481               dimension 2
482               chars 94
483               mother =jis-x0208@1978
484               =>iso-ir 42
485               final ?@
486               graphic 0
487               partial t))
488   (make-charset
489    '=jis-x0208@1978/1pr
490    "JIS X 0208:1978, 1st impression."
491    '(iso-ir 42
492             registry "jisx0208\\.1978"
493             dimension 2
494             chars 94
495             mother =jis-x0208@1978/-4pr
496             final ?@
497             graphic 0))
498   (make-charset
499    '=jis-x0208@1978/1pr/fixed
500    "JIS X 0208:1978, correct glyph in the errata of 1st impression."
501    '(registry "jisx0208\\.1978"
502               dimension 2
503               chars 94
504               mother =jis-x0208@1978/1pr
505               =>iso-ir 42
506               ;; final ?@
507               graphic 0
508               partial t))
509   (make-charset
510    '=jis-x0208@1978/-4X
511    "JIS X 0208:1978, index before the 4th impression."
512    '(registry "jisx0208\\.1978"
513               dimension 2
514               chars 94
515               mother =jis-x0208@1978
516               =>iso-ir 42
517               ;; final ?@
518               graphic 0
519               partial t))
520   ;; (make-charset
521   ;;  '=jis-x0208@1978/1er-pr
522   ;;  "JIS X 0208:1978, fixed by errata [Nov 1978]."
523   ;;  '(registry "jisx0208\\.1978"
524   ;;             dimension 2
525   ;;             chars 94
526   ;;             mother =jis-x0208@1978
527   ;;             =>iso-ir 42
528   ;;             ;; final ?@
529   ;;             graphic 0
530   ;;             partial t))
531   (make-charset
532    '=jis-x0208@1978/2-pr
533    "JIS X 0208:1978, 2nd impression or later."
534    '(registry "jisx0208\\.1978"
535               dimension 2
536               chars 94
537               ;; mother =jis-x0208@1978/1er-pr
538               mother =jis-x0208@1978
539               =>iso-ir 42
540               ;; final ?@
541               graphic 0
542               partial t))
543   (make-charset
544    '=jis-x0208@1978/4er
545    "JIS X 0208:1978, replaced by errata of 4th impression."
546    '(registry "jisx0208\\.1978"
547               dimension 2
548               chars 94
549               mother =jis-x0208@1978/2-pr
550               =>iso-ir 42
551               ;; final ?@
552               graphic 0
553               partial t))
554   (make-charset
555    '=jis-x0208@1978/4-pr
556    "JIS X 0208:1978, 4th impression or later."
557    '(registry "jisx0208\\.1978"
558               dimension 2
559               chars 94
560               mother =jis-x0208@1978/2-pr
561               =>iso-ir 42
562               ;; final ?@
563               graphic 0
564               partial t))
565   (make-charset
566    '=jis-x0208@1978/5pr
567    "JIS X 0208:1978, 5th impression."
568    '(registry "jisx0208\\.1978"
569               dimension 2
570               chars 94
571               mother =jis-x0208@1978/4-pr
572               =>iso-ir 42
573               ;; final ?@
574               graphic 0
575               partial t))
576   (define-charset-alias '=jis-x0208@1978/i1 '=jis-x0208@1978/1pr)
577   (define-charset-alias '=jis-x0208@1978/i-4 '=jis-x0208@1978/-4pr)
578   (define-charset-alias '=jis-x0208@1978/i4- '=jis-x0208@1978/4-pr)
579   )
580  (t
581   (make-charset
582    '=jis-x0208@1978
583    "JIS X0208:1978 Japanese Kanji (so called \"old JIS\")."
584    '(iso-ir 42
585             registry "jisx0208\\.1978"
586             dimension 2
587             chars 94
588             mother =jis-x0208
589             final ?@
590             graphic 0))
591   ))
592
593 (define-charset-alias '=jis-x0208-1978          '=jis-x0208@1978)
594 (define-charset-alias 'japanese-jisx0208-1978   '=jis-x0208@1978)
595 (define-charset-alias 'chinese-gb2312           '=gb2312)
596 (define-charset-alias '=jis-x0208-1983          '=jis-x0208@1983)
597 (define-charset-alias 'japanese-jisx0208        '=jis-x0208@1983)
598 (define-charset-alias 'korean-ksc5601           '=ks-x1001)
599 (define-charset-alias 'japanese-jisx0212        '=jis-x0212)
600 (define-charset-alias 'chinese-cns11643-1       '=cns11643-1)
601 (define-charset-alias 'chinese-cns11643-2       '=cns11643-2)
602 (define-charset-alias 'chinese-gb12345          '=gb12345)
603 (define-charset-alias 'chinese-big5             '=big5)
604
605 ;; PinYin-ZhuYin
606 (make-charset 'sisheng "PinYin-ZhuYin"
607               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
608                 dimension 1
609                 chars 94
610                 final ?0
611                 graphic 0
612                 ))
613
614 ;; Lao script.
615 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
616 (make-charset 'lao "Lao script"
617               '(registry "MuleLao-1"
618                 dimension 1
619                 chars 94
620                 final ?1
621                 graphic 1))
622
623 ;; IPA (International Phonetic Alphabet)
624 (make-charset 'ipa "International Phonetic Alphabet"
625               '(registry "MuleIPA"
626                 dimension 1
627                 chars 96
628                 final ?0
629                 graphic 1))
630
631 ;; Ethiopic
632 (make-charset 'ethiopic "Ethiopic"
633               '(registry "Ethio"
634                 dimension 2
635                 chars 94
636                 final ?3
637                 graphic 0
638                 ))
639
640 ;; ISO-IR-165 (CCITT Extended GB)
641 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
642 ;;    GB 8565-88 table A4 + 293 characters.
643 (if (featurep 'utf-2000)
644     (progn
645       (make-charset '=iso-ir165
646                     "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
647                     '(iso-ir 165
648                              dimension 2
649                              chars 94
650                              mother =gb2312
651                              final ?E
652                              registry "isoir165"
653                              graphic 0))
654       (define-charset-alias 'chinese-isoir165 '=iso-ir165))
655   (make-charset 'chinese-isoir165
656                 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
657                 '(iso-ir 165
658                          dimension 2
659                          chars 94
660                          final ?E
661                          registry "isoir165"
662                          graphic 0)))
663
664 ;; CNS11643 Plane3 thru Plane7
665 ;; These represent more and more obscure Chinese characters.
666 ;; By the time you get to Plane 7, we're talking about characters
667 ;; that appear once in some ancient manuscript and whose meaning
668 ;; is unknown.
669
670 (flet
671     ((make-chinese-cns11643-charset
672       (name iso-ir plane final)
673       (make-charset
674        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
675        `(iso-ir ,iso-ir
676          registry 
677          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
678          dimension 2
679          chars 94
680          final ,final
681          graphic 0))
682       ))
683   (make-chinese-cns11643-charset '=cns11643-3 183 "3" ?I)
684   (make-chinese-cns11643-charset '=cns11643-4 184 "4" ?J)
685   (make-chinese-cns11643-charset '=cns11643-5 185 "5" ?K)
686   (make-chinese-cns11643-charset '=cns11643-6 186 "6" ?L)
687   (make-chinese-cns11643-charset '=cns11643-7 187 "7" ?M)
688   (define-charset-alias 'chinese-cns11643-3     '=cns11643-3)
689   (define-charset-alias 'chinese-cns11643-4     '=cns11643-4)
690   (define-charset-alias 'chinese-cns11643-5     '=cns11643-5)
691   (define-charset-alias 'chinese-cns11643-6     '=cns11643-6)
692   (define-charset-alias 'chinese-cns11643-7     '=cns11643-7)
693   )
694
695 ;; JIS X 0213:2000
696 (cond
697  ((featurep 'utf-2000)
698   (make-charset
699    '=jis-x0213-1
700    "JIS X 0213 Plain 1 (unchanged part)"
701    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
702               dimension 2
703               chars 94
704               =>iso-ir 228
705               final ?O
706               graphic 0
707               partial t))
708
709   (make-charset
710    '=jis-x0213-1@2000
711    "JIS X 0213:2000 Plain 1"
712    '(iso-ir 228
713             registry "jisx0213\\(\\.2000\\)-1"
714             dimension 2
715             chars 94
716             mother =jis-x0213-1
717             final ?O
718             graphic 0))
719   (make-charset
720    '=jis-x0213-2
721    "JIS X 0213 Plain 2"
722    '(iso-ir 229
723             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
724             dimension 2
725             chars 94
726             final ?P
727             graphic 0))
728
729   (make-charset
730    '=jis-x0213-1@2004
731    "JIS X 0213:2004 Plain 1"
732    '(iso-ir 233
733             registry "jisx0213\\.2004-1"
734             dimension 2
735             chars 94
736             mother =jis-x0213-1
737             final ?Q
738             graphic 0))
739
740   (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1@2000)
741   (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2)
742   (define-charset-alias '=jis-x0213-1-2000 '=jis-x0213-1@2000)
743   (define-charset-alias '=jis-x0213-2-2000 '=jis-x0213-2)
744   )
745  (t
746   (make-charset
747    'japanese-jisx0213-1
748    "JIS X 0213:2000 Plain 1"
749    '(registry "jisx0213\\(\\.2000\\)-1"
750               dimension 2
751               chars 94
752               final ?O
753               graphic 0))
754   (make-charset
755    'japanese-jisx0213-2
756    "JIS X 0213:2000 Plain 2"
757    '(registry "jisx0213\\(\\.2000\\)-2"
758               dimension 2
759               chars 94
760               final ?P
761               graphic 0))
762   ))
763
764 (when (featurep 'utf-2000)
765   (define-charset-alias 'ucs '=ucs)
766   (define-charset-alias '=jis-x0208-1990 '=jis-x0208@1990)
767   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990)
768
769   (make-charset
770    '==jis-x0208
771    "JIS X 0208 abstract glyph-forms (unchanged part)."
772    '(registry "jisx0208\\.1990"
773               dimension 2
774               chars 94
775               mother =jis-x0208
776               =>iso-ir 168
777               ;; final ?B
778               graphic 0))
779   (make-charset
780    '==jis-x0208@1978
781    "JIS X 0208:1978 abstract glyph-forms."
782    '(registry "jisx0208\\.1978"
783               dimension 2
784               chars 94
785               mother ==jis-x0208
786               =>iso-ir 42
787               ;; final ?@
788               graphic 0))
789   (make-charset
790    '==jis-x0208@1978/-4pr
791    "JIS X 0208:1978, 1st - 3rd impressions."
792    '(registry "jisx0208\\.1978"
793               dimension 2
794               chars 94
795               mother ==jis-x0208@1978
796               =>iso-ir 42
797               ;; final ?@
798               graphic 0
799               ;; partial t
800               ))
801   (make-charset
802    '==jis-x0208@1978/1pr
803    "JIS X 0208:1978, 1st impression."
804    '(registry "jisx0208\\.1978"
805               =>iso-ir 42
806               dimension 2
807               chars 94
808               mother ==jis-x0208@1978/-4pr
809               ;; final ?@
810               graphic 0))
811   (make-charset
812    '==jis-x0208@1978/1pr/fixed
813    "JIS X 0208:1978, correct glyph in the errata of 1st impression."
814    '(registry "jisx0208\\.1978"
815               dimension 2
816               chars 94
817               mother ==jis-x0208@1978/1pr
818               =>iso-ir 42
819               ;; final ?@
820               graphic 0
821               partial t))
822   (make-charset
823    '==jis-x0208@1978/-4X
824    "JIS X 0208:1978, index before the 4th impression."
825    '(registry "jisx0208\\.1978"
826               dimension 2
827               chars 94
828               mother ==jis-x0208@1978
829               =>iso-ir 42
830               ;; final ?@
831               graphic 0
832               partial t))
833   (make-charset
834    '==jis-x0208@1978/2-pr
835    "JIS X 0208:1978, 2nd impression or later."
836    '(registry "jisx0208\\.1978"
837               dimension 2
838               chars 94
839               ;; mother =jis-x0208@1978/1er-pr
840               mother ==jis-x0208@1978
841               =>iso-ir 42
842               ;; final ?@
843               graphic 0
844               ;; partial t
845               ))
846   (make-charset
847    '==jis-x0208@1978/4er
848    "JIS X 0208:1978, replaced by errata of 4th impression."
849    '(registry "jisx0208\\.1978"
850               dimension 2
851               chars 94
852               mother ==jis-x0208@1978/2-pr
853               =>iso-ir 42
854               ;; final ?@
855               graphic 0
856               partial t))
857   (make-charset
858    '==jis-x0208@1978/4-pr
859    "JIS X 0208:1978, 4th impression or later."
860    '(registry "jisx0208\\.1978"
861               dimension 2
862               chars 94
863               mother ==jis-x0208@1978/2-pr
864               =>iso-ir 42
865               ;; final ?@
866               graphic 0
867               partial t))
868   (make-charset
869    '==jis-x0208@1978/5pr
870    "JIS X 0208:1978, 5th impression."
871    '(registry "jisx0208\\.1978"
872               dimension 2
873               chars 94
874               mother ==jis-x0208@1978/4-pr
875               =>iso-ir 42
876               ;; final ?@
877               graphic 0
878               partial t))
879   (make-charset
880    '==jis-x0208@1983
881    "JIS X 0208:1983 abstract glyph-forms."
882    '(registry "jisx0208\\.1983"
883               dimension 2
884               chars 94
885               mother ==jis-x0208
886               =>iso-ir 87
887               graphic 0))
888   (make-charset
889    '==jis-x0208@1990
890    "JIS X 0208:1990 abstract glyph-forms."
891    '(registry "jisx0208\\.1990"
892               dimension 2
893               chars 94
894               mother ==jis-x0208
895               =>iso-ir 168
896               ;; final ?B
897               graphic 0))
898
899   (make-charset
900    '==jis-x0213-1
901    "JIS X 0213 Plain 1 abstract glyph-forms (unchanged part)"
902    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
903               dimension 2
904               chars 94
905               mother =jis-x0213-1
906               =>iso-ir 228
907               ;; final ?O
908               graphic 0
909               ;; partial t
910               ))
911   (make-charset
912    '==jis-x0213-1@2000
913    "JIS X 0213:2000 Plain 1 abstract glyph-forms"
914    '(registry "jisx0213\\(\\.2000\\)-1"
915               dimension 2
916               chars 94
917               mother ==jis-x0213-1
918               =>iso-ir 228
919               ;; final ?O
920               graphic 0
921               ;; partial t
922               ))
923   (make-charset
924    '==jis-x0213-1@2004
925    "JIS X 0213:2004 Plain 1 abstract glyph-forms"
926    '(mother ==jis-x0213-1
927             =>iso-ir 233
928             registry "jisx0213\\.2004-1"
929             dimension 2
930             chars 94
931             graphic 0))
932
933   (make-charset
934    '==jis-x0213-2
935    "JIS X 0213 Plain 2 abstract glyph-forms"
936    '(mother =jis-x0213-2
937             =>iso-ir 229
938             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
939             dimension 2
940             chars 94
941             graphic 0))
942
943   (make-charset
944    '==jis-x0212
945    "JIS X 0212 representative glyph-images."
946    '(registry "jisx0212"
947               dimension 2
948               chars 94
949               mother =jis-x0212
950               =>iso-ir 159
951               ;; final ?D
952               graphic 0))
953
954   (make-charset
955    '==gb2312
956    "GB 2312 representative glyph-images."
957    '(registry "gb2312"
958               dimension 2
959               chars 94
960               mother =gb2312
961               =>iso-ir 58
962               ;; final ?A
963               graphic 0))
964   (make-charset
965    '==iso-ir165
966    "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
967    '(registry "isoir165"
968               =>iso-ir 165
969               dimension 2
970               chars 94
971               mother =iso-ir165
972               ;; final ?E
973               graphic 0))
974   (make-charset
975    '==gb12345
976    "GB 12345 representative glyph-images."
977    '(registry "gb12345"
978               dimension 2
979               chars 94
980               mother =gb12345
981               graphic 0))
982
983   (make-charset
984    '==ks-x1001
985    "KS X 1001 representative glyph-images."
986    '(registry "ksc5601"
987               dimension 2
988               chars 94
989               mother =ks-x1001
990               =>iso-ir 149
991               ;; final ?C
992               graphic 0))
993
994   (define-charset-alias '=>>>jis-x0208      '==jis-x0208)
995   (define-charset-alias '=>>>jis-x0208@1978 '==jis-x0208@1978)
996   (define-charset-alias '=>>>jis-x0208@1983 '==jis-x0208@1983)
997   (define-charset-alias '=>>>jis-x0208@1990 '==jis-x0208@1990)
998
999   (define-charset-alias '=>>>jis-x0213-1      '==jis-x0213-1)
1000   (define-charset-alias '=>>>jis-x0213-1@2000 '==jis-x0213-1@2000)
1001   (define-charset-alias '=>>>jis-x0213-1@2004 '==jis-x0213-1@2004)
1002   (define-charset-alias '=>>>jis-x0213-2      '==jis-x0213-2)
1003
1004   (make-charset
1005    '===jis-x0208
1006    "JIS X 0208 detailed representative glyph-images (unchanged part)."
1007    '(registry "jisx0208\\.1990"
1008               dimension 2
1009               chars 94
1010               mother ==jis-x0208
1011               =>iso-ir 168
1012               ;; final ?B
1013               graphic 0))
1014   (make-charset
1015    '===jis-x0208@1978
1016    "JIS X 0208:1978 detailed representative glyph-images."
1017    '(registry "jisx0208\\.1978"
1018               dimension 2
1019               chars 94
1020               mother ==jis-x0208@1978
1021               =>iso-ir 42
1022               ;; final ?@
1023               graphic 0))
1024   (make-charset
1025    '===jis-x0208@1983
1026    "JIS X 0208:1983 detailed representative glyph-images."
1027    '(registry "jisx0208\\.1983"
1028               dimension 2
1029               chars 94
1030               mother ==jis-x0208@1983
1031               =>iso-ir 87
1032               graphic 0))
1033   (make-charset
1034    '===jis-x0208@1990
1035    "JIS X 0208:1990 detailed representative glyph-images."
1036    '(registry "jisx0208\\.1990"
1037               dimension 2
1038               chars 94
1039               mother ==jis-x0208@1990
1040               =>iso-ir 168
1041               ;; final ?B
1042               graphic 0))
1043
1044   (make-charset
1045    '===jis-x0213-1
1046    "JIS X 0213 Plain 1 detailed representative glyph-images (unchanged part)."
1047    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1048               dimension 2
1049               chars 94
1050               mother ==jis-x0213-1
1051               =>iso-ir 228
1052               ;; final ?O
1053               graphic 0
1054               ;; partial t
1055               ))
1056   (make-charset
1057    '===jis-x0213-1@2000
1058    "JIS X 0213:2000 Plain 1 detailed representative glyph-images."
1059    '(registry "jisx0213\\(\\.2000\\)-1"
1060               dimension 2
1061               chars 94
1062               mother ==jis-x0213-1@2000
1063               =>iso-ir 228
1064               ;; final ?O
1065               graphic 0
1066               ;; partial t
1067               ))
1068   (make-charset
1069    '===jis-x0213-1@2004
1070    "JIS X 0213:2004 Plain 1 detailed representative glyph-images."
1071    '(mother ==jis-x0213-1@2004
1072             =>iso-ir 233
1073             registry "jisx0213\\.2004-1"
1074             dimension 2
1075             chars 94
1076             graphic 0))
1077   (make-charset
1078    '===jis-x0213-2
1079    "JIS X 0213 Plain 2 detailed representative glyph-images."
1080    '(mother ==jis-x0213-2
1081             =>iso-ir 229
1082             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1083             dimension 2
1084             chars 94
1085             graphic 0))
1086
1087   (make-charset
1088    '===jis-x0212
1089    "JIS X 0212 representative glyph-images."
1090    '(registry "jisx0212"
1091               dimension 2
1092               chars 94
1093               mother ==jis-x0212
1094               =>iso-ir 159
1095               ;; final ?D
1096               graphic 0))
1097
1098   (make-charset
1099    '===ks-x1001
1100    "KS X 1001 representative glyph-images."
1101    '(registry "ksc5601"
1102               dimension 2
1103               chars 94
1104               mother ==ks-x1001
1105               =>iso-ir 149
1106               ;; final ?C
1107               graphic 0))
1108
1109   (make-charset
1110    '=>>jis-x0208
1111    "JIS X 0208 abstract glyphs (unchanged part)."
1112    '(registry "jisx0208\\.1990"
1113               dimension 2
1114               chars 94
1115               mother =jis-x0208
1116               =>iso-ir 168
1117               ;; final ?B
1118               graphic 0))
1119   (make-charset
1120    '=>>jis-x0208@1978
1121    "JIS X 0208:1978 abstract glyphs."
1122    '(registry "jisx0208\\.1978"
1123               dimension 2
1124               chars 94
1125               mother =>>jis-x0208
1126               =>iso-ir 42
1127               ;; final ?@
1128               graphic 0))
1129   (make-charset
1130    '=>>jis-x0208@1983
1131    "JIS X 0208:1983 abstract glyphs."
1132    '(registry "jisx0208\\.1983"
1133               dimension 2
1134               chars 94
1135               mother =>>jis-x0208
1136               =>iso-ir 87
1137               graphic 0))
1138   (make-charset
1139    '=>>jis-x0208@1990
1140    "JIS X 0208:1990 abstract glyphs."
1141    '(registry "jisx0208\\.1990"
1142               dimension 2
1143               chars 94
1144               mother =>>jis-x0208
1145               =>iso-ir 168
1146               graphic 0))
1147
1148   (make-charset
1149    '=>>jis-x0213-1
1150    "JIS X 0213 Plain 1 abstract glyphs (unchanged part)"
1151    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1152               dimension 2
1153               chars 94
1154               mother =jis-x0213-1
1155               =>iso-ir 228
1156               ;; final ?O
1157               graphic 0
1158               ;; partial t
1159               ))
1160   (make-charset
1161    '=>>jis-x0213-1@2000
1162    "JIS X 0213:2000 Plain 1 abstract glyphs"
1163    '(registry "jisx0213\\(\\.2000\\)-1"
1164               dimension 2
1165               chars 94
1166               mother =>>jis-x0213-1
1167               =>iso-ir 228
1168               ;; final ?O
1169               graphic 0
1170               ;; partial t
1171               ))
1172   (make-charset
1173    '=>>jis-x0213-2
1174    "JIS X 0213 Plain 2 abstract glyphs"
1175    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1176               dimension 2
1177               chars 94
1178               mother =jis-x0213-2
1179               =>iso-ir 229
1180               ;; final ?P
1181               graphic 0))
1182   (make-charset
1183    '=>>jis-x0213-1@2004
1184    "JIS X 0213:2004 Plain 1 abstract glyphs"
1185    '(registry "jisx0213\\.2004-1"
1186               dimension 2
1187               chars 94
1188               mother =>>jis-x0213-1
1189               =>iso-ir 233
1190               ;; final ?Q
1191               graphic 0
1192               ;; partial t
1193               ))
1194
1195   (make-charset
1196    '=+>jis-x0208
1197    "JIS X 0208 based on usual unification."
1198    '(registry "jisx0208\\.1990"
1199               dimension 2
1200               chars 94
1201               mother =>>jis-x0208
1202               =>iso-ir 168
1203               ;; final ?B
1204               graphic 0))
1205   (define-charset-alias '=>jis-x0208@usual '=+>jis-x0208)
1206   (make-charset
1207    '=+>jis-x0208@1978
1208    "JIS X 0208:1978 unified abstract glyphs."
1209    '(registry "jisx0208\\.1978"
1210               dimension 2
1211               chars 94
1212               mother =+>jis-x0208
1213               =>iso-ir 42
1214               ;; final ?@
1215               graphic 0))
1216   (make-charset
1217    '=+>jis-x0208@1983
1218    "JIS X 0208:1983 unified abstract glyphs."
1219    '(registry "jisx0208\\.1983"
1220               dimension 2
1221               chars 94
1222               mother =+>jis-x0208
1223               =>iso-ir 87
1224               graphic 0))
1225   (make-charset
1226    '=+>jis-x0208@1990
1227    "JIS X 0208:1990 unified abstract glyphs."
1228    '(registry "jisx0208\\.1990"
1229               dimension 2
1230               chars 94
1231               mother =+>jis-x0208
1232               =>iso-ir 168
1233               graphic 0))
1234   (make-charset
1235    '=+>jis-x0213-1
1236    "JIS X 0213 Plain 1 unified abstract glyphs (unchanged part)"
1237    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1238               dimension 2
1239               chars 94
1240               mother =>>jis-x0213-1
1241               =>iso-ir 228
1242               ;; final ?O
1243               graphic 0
1244               ;; partial t
1245               ))
1246   (make-charset
1247    '=+>jis-x0213-1@2000
1248    "JIS X 0213:2000 Plain 1 unified abstract glyphs"
1249    '(registry "jisx0213\\(\\.2000\\)-1"
1250               dimension 2
1251               chars 94
1252               mother =+>jis-x0213-1
1253               =>iso-ir 228
1254               ;; final ?O
1255               graphic 0
1256               ;; partial t
1257               ))
1258   (make-charset
1259    '=+>jis-x0213-1@2004
1260    "JIS X 0213:2004 Plain 1 unified abstract glyphs"
1261    '(registry "jisx0213\\.2004-1"
1262               dimension 2
1263               chars 94
1264               mother =+>jis-x0213-1
1265               =>iso-ir 233
1266               ;; final ?Q
1267               graphic 0
1268               ;; partial t
1269               ))
1270
1271   (make-charset
1272    '=>jis-x0208
1273    "JIS X 0208 based on the unchanged unification rules."
1274    '(registry "jisx0208\\.1990"
1275               dimension 2
1276               chars 94
1277               mother =+>jis-x0208
1278               =>iso-ir 168
1279               ;; final ?B
1280               graphic 0))
1281   (define-charset-alias '<=>jis-x0208 '=>jis-x0208)
1282   (make-charset
1283    '=>jis-x0208@1997
1284    "JIS X 0208 based on the unification rule of 1997 edition."
1285    '(registry "jisx0208\\.1990"
1286               dimension 2
1287               chars 94
1288               mother =>jis-x0208
1289               =>iso-ir 168
1290               ;; final ?B
1291               graphic 0))
1292   (define-charset-alias '<=>jis-x0208@1997 '=>jis-x0208@1997)
1293   (define-charset-alias '  =jis-x0208@1997 '=>jis-x0208@1997)
1294
1295   (make-charset
1296    '=>jis-x0213-1
1297    "JIS X 0213 Plain 1 abstract characters (unchanged part)"
1298    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1299               dimension 2
1300               chars 94
1301               mother =+>jis-x0213-1
1302               =>iso-ir 228
1303               ;; final ?O
1304               graphic 0
1305               ;; partial t
1306               ))
1307   (define-charset-alias '<=>jis-x0213-1 '=>jis-x0213-1)
1308   (make-charset
1309    '=>jis-x0213-1@2000
1310    "JIS X 0213:2000 Plain 1 abstract characters"
1311    '(registry "jisx0213\\(\\.2000\\)-1"
1312               dimension 2
1313               chars 94
1314               mother =>jis-x0213-1
1315               =>iso-ir 228
1316               ;; final ?O
1317               graphic 0
1318               ;; partial t
1319               ))
1320   (define-charset-alias '<=>jis-x0213-1@2000 '=>jis-x0213-1@2000)
1321   (make-charset
1322    '=>jis-x0213-1@2004
1323    "JIS X 0213:2004 Plain 1 abstract characters"
1324    '(registry "jisx0213\\.2004-1"
1325               dimension 2
1326               chars 94
1327               mother =>jis-x0213-1
1328               =>iso-ir 233
1329               ;; final ?Q
1330               graphic 0
1331               ;; partial t
1332               ))
1333   (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004)
1334   (make-charset
1335    '=+>jis-x0213-2
1336    "JIS X 0213 Plain 2 based on usual unification."
1337    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1338               dimension 2
1339               chars 94
1340               mother =>>jis-x0213-2
1341               =>iso-ir 229
1342               ;; final ?P
1343               graphic 0))
1344   (define-charset-alias '=>jis-x0213-2@usual '=+>jis-x0213-2)
1345   (make-charset
1346    '=>jis-x0213-2
1347    "JIS X 0213 Plain 2 abstract characters"
1348    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1349               dimension 2
1350               chars 94
1351               mother =+>jis-x0213-2
1352               =>iso-ir 229
1353               ;; final ?P
1354               graphic 0))
1355
1356   (make-charset
1357    '==cns11643-1
1358    "CNS 11643 Plane 1 representative glyph-images."
1359    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1360               dimension 2
1361               chars 94
1362               mother =cns11643-1
1363               =>iso-ir 171
1364               graphic 0))
1365   (make-charset
1366    '==cns11643-2
1367    "CNS 11643 Plane 2 representative glyph-images."
1368    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1369               dimension 2
1370               chars 94
1371               mother =cns11643-2
1372               =>iso-ir 172
1373               graphic 0))
1374   (make-charset
1375    '==cns11643-3
1376    "CNS 11643 Plane 3 representative glyph-images."
1377    '(registry "CNS11643[.-]\\(.*[.-]\\)?3$"
1378               dimension 2
1379               chars 94
1380               mother =cns11643-3
1381               =>iso-ir 183
1382               graphic 0))
1383   (make-charset
1384    '==cns11643-4
1385    "CNS 11643 Plane 4 representative glyph-images."
1386    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1387               dimension 2
1388               chars 94
1389               mother =cns11643-4
1390               =>iso-ir 184
1391               graphic 0))
1392   (make-charset
1393    '==cns11643-5
1394    "CNS 11643 Plane 5 representative glyph-images."
1395    '(registry "CNS11643[.-]\\(.*[.-]\\)?5$"
1396               dimension 2
1397               chars 94
1398               mother =cns11643-5
1399               =>iso-ir 185
1400               graphic 0))
1401   (make-charset
1402    '==cns11643-6
1403    "CNS 11643 Plane 6 representative glyph-images."
1404    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1405               dimension 2
1406               chars 94
1407               mother =cns11643-6
1408               =>iso-ir 186
1409               graphic 0))
1410   (make-charset
1411    '==cns11643-7
1412    "CNS 11643 Plane 7 representative glyph-images."
1413    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1414               dimension 2
1415               chars 94
1416               mother =cns11643-7
1417               =>iso-ir 187
1418               graphic 0))
1419
1420   (make-charset
1421    '===cns11643-1
1422    "CNS 11643 Plane 1 representative glyph-images."
1423    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1424               dimension 2
1425               chars 94
1426               mother ==cns11643-1
1427               =>iso-ir 171
1428               graphic 0))
1429   (make-charset
1430    '===cns11643-2
1431    "CNS 11643 Plane 2 representative glyph-images."
1432    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1433               dimension 2
1434               chars 94
1435               mother ==cns11643-2
1436               =>iso-ir 172
1437               graphic 0))
1438   (make-charset
1439    '===cns11643-3
1440    "CNS 11643 Plane 3 representative glyph-images."
1441    '(registry "CNS11643[.-]\\(.*[.-]\\)?3$"
1442               dimension 2
1443               chars 94
1444               mother ==cns11643-3
1445               =>iso-ir 183
1446               graphic 0))
1447   (make-charset
1448    '===cns11643-4
1449    "CNS 11643 Plane 4 representative glyph-images."
1450    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1451               dimension 2
1452               chars 94
1453               mother ==cns11643-4
1454               =>iso-ir 184
1455               graphic 0))
1456   (make-charset
1457    '===cns11643-5
1458    "CNS 11643 Plane 5 representative glyph-images."
1459    '(registry "CNS11643[.-]\\(.*[.-]\\)?5$"
1460               dimension 2
1461               chars 94
1462               mother ==cns11643-5
1463               =>iso-ir 185
1464               graphic 0))
1465   (make-charset
1466    '===cns11643-6
1467    "CNS 11643 Plane 6 representative glyph-images."
1468    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1469               dimension 2
1470               chars 94
1471               mother ==cns11643-6
1472               =>iso-ir 186
1473               graphic 0))
1474   (make-charset
1475    '===cns11643-7
1476    "CNS 11643 Plane 7 representative glyph-images."
1477    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1478               dimension 2
1479               chars 94
1480               mother ==cns11643-7
1481               =>iso-ir 187
1482               graphic 0))
1483
1484   (make-charset
1485    '=>>cns11643-1
1486    "CNS 11643 Plane 1 abstract glyphs."
1487    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1488               dimension 2
1489               chars 94
1490               mother =cns11643-1
1491               =>iso-ir 184
1492               graphic 0))
1493   (make-charset
1494    '=>>cns11643-4
1495    "CNS 11643 Plane 4 abstract glyphs."
1496    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1497               dimension 2
1498               chars 94
1499               mother =cns11643-4
1500               =>iso-ir 184
1501               graphic 0))
1502
1503   (make-charset
1504    '=>cns11643-2
1505    "CNS 11643 Plane 2 abstract characters."
1506    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1507               dimension 2
1508               chars 94
1509               mother =cns11643-2
1510               =>iso-ir 172
1511               graphic 0))
1512   (make-charset
1513    '=>cns11643-5
1514    "CNS 11643 Plane 5 abstract characters."
1515    '(registry "CNS11643[.-]\\(.*[.-]\\)?5$"
1516               dimension 2
1517               chars 94
1518               mother =cns11643-5
1519               =>iso-ir 185
1520               graphic 0))
1521   (make-charset
1522    '=>cns11643-6
1523    "CNS 11643 Plane 6 abstract characters."
1524    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1525               dimension 2
1526               chars 94
1527               mother =cns11643-6
1528               =>iso-ir 186
1529               graphic 0))
1530   (make-charset
1531    '=>cns11643-7
1532    "CNS 11643 Plane 7 abstract characters."
1533    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1534               dimension 2
1535               chars 94
1536               mother =cns11643-7
1537               =>iso-ir 187
1538               graphic 0))
1539
1540   (make-charset '=big5-eten
1541                 "Big5 ETEN"
1542                 '(long-name     "Big5-ETEN"
1543                   chars         256
1544                   dimension     2
1545                   columns       2
1546                   graphic       2
1547                   direction     l2r
1548                   mother        chinese-big5
1549                   min-code      #x8140
1550                   max-code      #xFEFE
1551                   registry      "Big5\\.ETEN"))
1552   (define-charset-alias 'chinese-big5-eten '=big5-eten)
1553   (make-charset 'chinese-big5-eten-a
1554                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
1555                 '(long-name     "Big5-ETEN-a"
1556                   chars         256
1557                   dimension     2
1558                   columns       2
1559                   graphic       2
1560                   direction     l2r
1561                   mother        chinese-big5
1562                   min-code      #xF9D6
1563                   max-code      #xF9FE
1564                   registry      "Big5\\.ETEN"))
1565   (make-charset 'chinese-big5-eten-b
1566                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
1567                 '(long-name     "Big5-ETEN-b"
1568                   chars         256
1569                   dimension     2
1570                   columns       2
1571                   graphic       2
1572                   direction     l2r
1573                   mother        chinese-big5
1574                   min-code      #xC6A1
1575                   max-code      #xC8FE
1576                   registry      "Big5\\.ETEN"))
1577
1578   (make-charset '=big5-cdp
1579                 "Big5 with CDP extension"
1580                 '(long-name     "Big5-CDP"
1581                   chars         256
1582                   dimension     2
1583                   columns       2
1584                   graphic       2
1585                   direction     l2r
1586                   registry      "big5\\.cdp-0"
1587                   mother        chinese-big5
1588                   min-code      #x8140
1589                   max-code      #x8DFE))
1590   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
1591
1592   (make-charset '==big5-cdp
1593                 "Abstract glyph-images of Big5-CDP"
1594                 '(long-name     "Big5-CDP glyph-forms"
1595                   chars         256
1596                   dimension     2
1597                   columns       2
1598                   graphic       2
1599                   direction     l2r
1600                   registry      "big5\\.cdp-0"
1601                   mother        =big5-cdp))
1602   (make-charset '===big5-cdp
1603                 "Representative glyph-images of Big5-CDP"
1604                 '(long-name     "Big5-CDP glyph-images"
1605                   chars         256
1606                   dimension     2
1607                   columns       2
1608                   graphic       2
1609                   direction     l2r
1610                   registry      "big5\\.cdp-0"
1611                   mother        ==big5-cdp))
1612
1613   (make-charset '=>>big5-cdp
1614                 "Abstract glyphs of Big5-CDP"
1615                 '(long-name     "Big5-CDP glyphs"
1616                   chars         256
1617                   dimension     2
1618                   columns       2
1619                   graphic       2
1620                   direction     l2r
1621                   registry      "big5\\.cdp-0"
1622                   mother        =big5-cdp))
1623
1624   (make-charset '=>big5-cdp
1625                 "Big5-CDP abstract characters"
1626                 '(long-name     "Big5-CDP abstract characters"
1627                   chars         256
1628                   dimension     2
1629                   columns       2
1630                   graphic       2
1631                   direction     l2r
1632                   registry      "big5\\.cdp-0"
1633                   mother        =>>big5-cdp))
1634
1635   (make-charset
1636    '=mj
1637    "Moji-Jouhou-Kiban characters"
1638    `(long-name "Moji-Jouhou-Kiban"
1639                chars 256
1640                dimension 2
1641                columns 2
1642                graphic 2
1643                direction l2r
1644                ;; registry "mj-0$"
1645                min-code     #xE30000
1646                max-code ,(+ #xE30000 68053)
1647                code-offset  #xE30000
1648                ;; min-code            ,(lsh #x6404 16)
1649                ;; max-code         ,(+ (lsh #x6404 16) 68053)
1650                ;; code-offset    ,(lsh #x6404 16)
1651                ))
1652   (make-charset
1653    '=mj-0
1654    "Moji-Jouhou-Kiban plane 0"
1655    '(long-name "Moji-Jouhou-Kiban-0"
1656                chars 256
1657                dimension 2
1658                columns 2
1659                graphic 2
1660                direction l2r
1661                registry "mj-0$"
1662                mother =mj
1663                min-code 0
1664                max-code #xFFFF))
1665   (make-charset
1666    '=mj-1
1667    "Moji-Jouhou-Kiban plane 1"
1668    '(long-name "Moji-Jouhou-Kiban-1"
1669                chars 256
1670                dimension 2
1671                columns 2
1672                graphic 2
1673                direction l2r
1674                registry "mj-1$"
1675                mother =mj
1676                min-code #x10000
1677                code-offset #x10000))
1678
1679   (make-charset
1680    '=hanyo-denshi/ja
1681    "JA (JIS X0208) part of Han'you-Denshi characters"
1682    `(long-name "Han'you-Denshi/JA"
1683                chars 94
1684                dimension 2
1685                columns 2
1686                graphic 2
1687                direction l2r
1688                registry "HanyoDenshi\\.JA-0$"
1689                min-code ,(lsh #x6400 16)
1690                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1691                code-offset ,(lsh #x6400 16)))
1692   (make-charset
1693    '=hanyo-denshi/jb
1694    "JB (JIS X0212) part of Han'you-Denshi characters"
1695    `(long-name "Han'you-Denshi/JB"
1696                chars 94
1697                dimension 2
1698                columns 2
1699                graphic 2
1700                direction l2r
1701                registry "HanyoDenshi\\.JB-0$"
1702                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1703                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1704                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1705   (make-charset
1706    '=hanyo-denshi/jc
1707    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1708    `(long-name "Han'you-Denshi/JC"
1709                chars 94
1710                dimension 2
1711                columns 2
1712                graphic 2
1713                direction l2r
1714                registry "HanyoDenshi\\.JC-0$"
1715                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1716                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1717                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1718   (make-charset
1719    '=hanyo-denshi/jd
1720    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1721    `(long-name "Han'you-Denshi/JD"
1722                chars 94
1723                dimension 2
1724                columns 2
1725                graphic 2
1726                direction l2r
1727                registry "HanyoDenshi\\.JD-0$"
1728                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1729                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1730                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1731   (make-charset
1732    '=hanyo-denshi/ft
1733    "FT (FDPC additional) part of Han'you-Denshi characters"
1734    `(long-name "Han'you-Denshi/FT"
1735                chars 94
1736                dimension 2
1737                columns 2
1738                graphic 2
1739                direction l2r
1740                registry "HanyoDenshi\\.FT-0$"
1741                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1742                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1743                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1744   (make-charset
1745    '=hanyo-denshi/ia
1746    "IA part of Han'you-Denshi characters"
1747    `(long-name "Han'you-Denshi/IA"
1748                chars 94
1749                dimension 2
1750                columns 2
1751                graphic 2
1752                direction l2r
1753                registry "HanyoDenshi\\.IA-0$"
1754                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1755                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1756                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1757   (make-charset
1758    '=hanyo-denshi/ib
1759    "IB part of Han'you-Denshi characters"
1760    `(long-name "Han'you-Denshi/IB"
1761                chars 94
1762                dimension 2
1763                columns 2
1764                graphic 2
1765                direction l2r
1766                registry "HanyoDenshi\\.IB-0$"
1767                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1768                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1769                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1770   (make-charset
1771    '=hanyo-denshi/hg
1772    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1773    `(long-name "Han'you-Denshi/HG"
1774                chars 94
1775                dimension 2
1776                columns 2
1777                graphic 2
1778                direction l2r
1779                registry "HanyoDenshi\\.HG-0$"
1780                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
1781                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
1782                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
1783   (make-charset
1784    '=hanyo-denshi/ip
1785    "IP (for IPA) part of Han'you-Denshi characters"
1786    `(long-name "Han'you-Denshi/IP"
1787                chars 256
1788                dimension 2
1789                columns 2
1790                graphic 2
1791                direction l2r
1792                registry "HanyoDenshi\\.IP-0$"
1793                min-code    ,(+ (lsh #x6402 16) #x4E00)
1794                max-code    ,(+ (lsh #x6402 16) #x9FFF)
1795                code-offset ,(+ (lsh #x6402 16))))
1796   (make-charset
1797    '=hanyo-denshi/jt
1798    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
1799    `(long-name "Han'you-Denshi/JT"
1800                chars 256
1801                dimension 2
1802                columns 2
1803                graphic 2
1804                direction l2r
1805                registry "HanyoDenshi\\.JT-0$"
1806                min-code    ,(+ (lsh #x6402 16) #xAC00)
1807                max-code    ,(+ (lsh #x6402 16) #xD7AF)
1808                code-offset ,(+ (lsh #x6402 16))))
1809   (make-charset
1810    '=hanyo-denshi/ks
1811    "KS (KoSeki) part of Han'you-Denshi characters"
1812    `(long-name "Han'you-Denshi/KS font encoding"
1813                chars 256
1814                dimension 3
1815                columns 2
1816                graphic 2
1817                direction l2r))
1818   (make-charset
1819    '=hanyo-denshi/tk
1820    "TK (TouKi) part of Han'you-Denshi characters"
1821    `(long-name "Han'you-Denshi/KS font encoding"
1822                chars 256
1823                dimension 3
1824                columns 2
1825                graphic 2
1826                direction l2r))
1827
1828   (make-charset
1829    '==mj
1830    "Moji-Jouhou-Kiban detailed glyph-images."
1831    '(long-name "MJ glyph-images"
1832                chars 256
1833                dimension 2
1834                columns 2
1835                graphic 2
1836                direction l2r
1837                mother =mj))
1838   (make-charset
1839    '==mj-0
1840    "MJ detailed glyph-images plane 0"
1841    '(long-name "MJ glyph-images-0"
1842                chars 256
1843                dimension 2
1844                columns 2
1845                graphic 2
1846                direction l2r
1847                registry "mj-0$"
1848                mother ==mj
1849                min-code 0
1850                max-code #xFFFF))
1851   (make-charset
1852    '==mj-1
1853    "MJ detailed glyph-images plane 1"
1854    '(long-name "MJ glyph-images-1"
1855                chars 256
1856                dimension 2
1857                columns 2
1858                graphic 2
1859                direction l2r
1860                registry "mj-1$"
1861                mother ==mj
1862                min-code #x10000
1863                code-offset #x10000))
1864
1865   (make-charset
1866    '==hanyo-denshi/ja
1867    "Han'you-Denshi/JA abstract glyph-forms."
1868    '(long-name "Han'you-Denshi/JA glyph-forms"
1869                chars 94
1870                dimension 2
1871                columns 2
1872                graphic 2
1873                direction l2r
1874                registry "HanyoDenshi\\.JA-0$"
1875                mother =hanyo-denshi/ja))
1876   (make-charset
1877    '==hanyo-denshi/jb
1878    "Han'you-Denshi/JB abstract glyph-forms."
1879    '(long-name "Han'you-Denshi/JB glyph-forms"
1880                chars 94
1881                dimension 2
1882                columns 2
1883                graphic 2
1884                direction l2r
1885                registry "HanyoDenshi\\.JB-0$"
1886                mother =hanyo-denshi/jb))
1887   (make-charset
1888    '==hanyo-denshi/jc
1889    "Han'you-Denshi/JC abstract glyph-forms."
1890    '(long-name "Han'you-Denshi/JC glyph-forms"
1891                chars 94
1892                dimension 2
1893                columns 2
1894                graphic 2
1895                direction l2r
1896                registry "HanyoDenshi\\.JC-0$"
1897                mother =hanyo-denshi/jc))
1898   (make-charset
1899    '==hanyo-denshi/jd
1900    "Han'you-Denshi/JD abstract glyph-forms."
1901    '(long-name "Han'you-Denshi/JD glyph-forms"
1902                chars 94
1903                dimension 2
1904                columns 2
1905                graphic 2
1906                direction l2r
1907                registry "HanyoDenshi\\.JD-0$"
1908                mother =hanyo-denshi/jd))
1909   (make-charset
1910    '==hanyo-denshi/ft
1911    "Han'you-Denshi/FT abstract glyph-forms."
1912    '(long-name "Han'you-Denshi/FT glyph-forms"
1913                chars 94
1914                dimension 2
1915                columns 2
1916                graphic 2
1917                direction l2r
1918                registry "HanyoDenshi\\.FT-0$"
1919                mother =hanyo-denshi/ft))
1920   (make-charset
1921    '==hanyo-denshi/ia
1922    "Han'you-Denshi/IA abstract glyph-forms."
1923    '(long-name "Han'you-Denshi/IA glyph-images"
1924                chars 94
1925                dimension 2
1926                columns 2
1927                graphic 2
1928                direction l2r
1929                registry "HanyoDenshi\\.IA-0$"
1930                mother =hanyo-denshi/ia))
1931   (make-charset
1932    '==hanyo-denshi/ib
1933    "Han'you-Denshi/IB abstract glyph-forms."
1934    '(long-name "Han'you-Denshi/IB glyph-forms"
1935                chars 94
1936                dimension 2
1937                columns 2
1938                graphic 2
1939                direction l2r
1940                registry "HanyoDenshi\\.IB-0$"
1941                mother =hanyo-denshi/ib))
1942   (make-charset
1943    '==hanyo-denshi/hg
1944    "Han'you-Denshi/HG abstract glyph-forms."
1945    '(long-name "Han'you-Denshi/HG glyph-forms"
1946                chars 94
1947                dimension 2
1948                columns 2
1949                graphic 2
1950                direction l2r
1951                registry "HanyoDenshi\\.HG-0$"
1952                mother =hanyo-denshi/hg))
1953   (make-charset
1954    '==hanyo-denshi/ip
1955    "Han'you-Denshi/IP abstract glyph-forms."
1956    '(long-name "Han'you-Denshi/IP glyph-images"
1957                chars 256
1958                dimension 2
1959                columns 2
1960                graphic 2
1961                direction l2r
1962                registry "HanyoDenshi\\.IP-0$"
1963                mother =hanyo-denshi/ip))
1964   (make-charset
1965    '==hanyo-denshi/jt
1966    "JT (Juuki Touitsu Moji) abstract glyph-forms."
1967    '(long-name "Han'you-Denshi/JT glyph-forms"
1968                chars 256
1969                dimension 2
1970                columns 2
1971                graphic 2
1972                direction l2r
1973                registry "HanyoDenshi\\.JT-0$"
1974                mother =hanyo-denshi/jt))
1975   (make-charset
1976    '==hanyo-denshi/ks
1977    "KoSeki-touitsu-moji abstract glyph-forms."
1978    '(long-name "Han'you-Denshi/KS glyph-forms"
1979                chars 256
1980                dimension 3
1981                columns 2
1982                graphic 2
1983                direction l2r
1984                mother =hanyo-denshi/ks))
1985
1986   (make-charset
1987    '=koseki
1988    "Abstract glyph-forms of KoSeki-touitsu-moji."
1989    '(long-name "KoSeki-touitsu-moji glyph-forms"
1990                chars 256
1991                dimension 3
1992                columns 2
1993                graphic 2
1994                direction l2r
1995                mother =hanyo-denshi/ks))
1996   (make-charset
1997    '==koseki
1998    "Representative glyph-images of KoSeki-touitsu-moji."
1999    '(long-name "KoSeki-touitsu-moji glyph-images"
2000                chars 256
2001                dimension 3
2002                columns 2
2003                graphic 2
2004                direction l2r
2005                mother =koseki))
2006
2007   (define-charset-alias '=>>>hanyo-denshi/ja '==hanyo-denshi/ja)
2008   (define-charset-alias '=>>>hanyo-denshi/jb '==hanyo-denshi/jb)
2009   (define-charset-alias '=>>>hanyo-denshi/jc '==hanyo-denshi/jc)
2010   (define-charset-alias '=>>>hanyo-denshi/jd '==hanyo-denshi/jd)
2011   (define-charset-alias '=>>>hanyo-denshi/ft '==hanyo-denshi/ft)
2012   (define-charset-alias '=>>>hanyo-denshi/ib '==hanyo-denshi/ib)
2013   (define-charset-alias '=>>>hanyo-denshi/hg '==hanyo-denshi/hg)
2014   (define-charset-alias '=>>>hanyo-denshi/jt '==hanyo-denshi/jt)
2015   (define-charset-alias '=>>>hanyo-denshi/ks '==hanyo-denshi/ks)
2016
2017   ;; (make-charset
2018   ;;  '===hanyo-denshi/ja
2019   ;;  "Han'you-Denshi/JA detailed glyph-images."
2020   ;;  '(long-name "Han'you-Denshi/JA glyph-images"
2021   ;;              chars 94
2022   ;;              dimension 2
2023   ;;              columns 2
2024   ;;              graphic 2
2025   ;;              direction l2r
2026   ;;              registry "HanyoDenshi\\.JA-0$"
2027   ;;              mother ==hanyo-denshi/ja))
2028   (make-charset
2029    '===hanyo-denshi/jb
2030    "Han'you-Denshi/JB detailed glyph-images."
2031    '(long-name "Han'you-Denshi/JB glyph-images"
2032                chars 94
2033                dimension 2
2034                columns 2
2035                graphic 2
2036                direction l2r
2037                registry "HanyoDenshi\\.JB-0$"
2038                mother ==hanyo-denshi/jb))
2039   (make-charset
2040    '===hanyo-denshi/jc
2041    "Han'you-Denshi/JC representative glyph-images."
2042    '(long-name "Han'you-Denshi/JC glyph-images"
2043                chars 94
2044                dimension 2
2045                columns 2
2046                graphic 2
2047                direction l2r
2048                registry "HanyoDenshi\\.JC-0$"
2049                mother ==hanyo-denshi/jc))
2050   (make-charset
2051    '===hanyo-denshi/jd
2052    "Han'you-Denshi/JD representative glyph-images."
2053    '(long-name "Han'you-Denshi/JD glyph-images"
2054                chars 94
2055                dimension 2
2056                columns 2
2057                graphic 2
2058                direction l2r
2059                registry "HanyoDenshi\\.JD-0$"
2060                mother ==hanyo-denshi/jd))
2061   (make-charset
2062    '===hanyo-denshi/ft
2063    "Han'you-Denshi/FT detailed glyph-images."
2064    '(long-name "Han'you-Denshi/FT glyph-images"
2065                chars 94
2066                dimension 2
2067                columns 2
2068                graphic 2
2069                direction l2r
2070                registry "HanyoDenshi\\.FT-0$"
2071                mother ==hanyo-denshi/ft))
2072   (make-charset
2073    '===hanyo-denshi/ia
2074    "Han'you-Denshi/IA detailed glyph-images."
2075    '(long-name "Han'you-Denshi/IA glyph-images"
2076                chars 94
2077                dimension 2
2078                columns 2
2079                graphic 2
2080                direction l2r
2081                registry "HanyoDenshi\\.IA-0$"
2082                mother ==hanyo-denshi/ia))
2083   (make-charset
2084    '===hanyo-denshi/ib
2085    "Han'you-Denshi/IB detailed glyph-images."
2086    '(long-name "Han'you-Denshi/IB glyph-images"
2087                chars 94
2088                dimension 2
2089                columns 2
2090                graphic 2
2091                direction l2r
2092                registry "HanyoDenshi\\.IB-0$"
2093                mother ==hanyo-denshi/ib))
2094   (make-charset
2095    '===hanyo-denshi/hg
2096    "Han'you-Denshi/HG detailed glyph-images."
2097    '(long-name "Han'you-Denshi/HG glyph-images"
2098                chars 94
2099                dimension 2
2100                columns 2
2101                graphic 2
2102                direction l2r
2103                registry "HanyoDenshi\\.HG-0$"
2104                mother ==hanyo-denshi/hg))
2105   (make-charset
2106    '===hanyo-denshi/ip
2107    "Han'you-Denshi/IP representative glyph-images."
2108    '(long-name "Han'you-Denshi/IP glyph-images"
2109                chars 256
2110                dimension 2
2111                columns 2
2112                graphic 2
2113                direction l2r
2114                registry "HanyoDenshi\\.IP-0$"
2115                mother ==hanyo-denshi/ip))
2116   (make-charset
2117    '===hanyo-denshi/jt
2118    "JT (Juuki Touitsu Moji) detailed glyph-images."
2119    '(long-name "Han'you-Denshi/JT glyph-images"
2120                chars 256
2121                dimension 2
2122                columns 2
2123                graphic 2
2124                direction l2r
2125                registry "HanyoDenshi\\.JT-0$"
2126                mother ==hanyo-denshi/jt))
2127   (make-charset
2128    '===hanyo-denshi/ks
2129    "KoSeki-touitsu-moji detailed glyph-images."
2130    '(long-name "Han'you-Denshi/KS glyph-images"
2131                chars 256
2132                dimension 3
2133                columns 2
2134                graphic 2
2135                direction l2r
2136                mother ==hanyo-denshi/ks))
2137
2138   (make-charset
2139    '=hanyo-denshi/ks/mf
2140    "font encoding for KS (KoSeki) characters"
2141    `(long-name "Han'you-Denshi/KS font encoding"
2142                chars 256
2143                dimension 2
2144                columns 2
2145                graphic 2
2146                direction l2r
2147                registry "HanyoDenshi\\.KSMF-0$"
2148                min-code       ,(lsh #x6403 16)
2149                max-code    ,(+ (lsh #x6403 16) #xFFFF)
2150                code-offset    ,(lsh #x6403 16)))
2151   (make-charset
2152    '=hanyo-denshi/tk/mf-01
2153    "font encoding for TK (TouKi) characters"
2154    `(long-name "Han'you-Denshi/TK font encoding"
2155                chars 256
2156                dimension 2
2157                columns 2
2158                graphic 2
2159                direction l2r
2160                registry "HanyoDenshi\\.TKMF-1$"))
2161
2162   (make-charset
2163    '===mj
2164    "Moji-Jouhou-Kiban detailed glyph-images."
2165    '(long-name "MJ glyph-images"
2166                chars 256
2167                dimension 2
2168                columns 2
2169                graphic 2
2170                direction l2r
2171                mother ==mj))
2172   (make-charset
2173    '===mj-0
2174    "MJ detailed glyph-images plane 0"
2175    '(long-name "MJ glyph-images-0"
2176                chars 256
2177                dimension 2
2178                columns 2
2179                graphic 2
2180                direction l2r
2181                registry "mj-0$"
2182                mother ===mj
2183                min-code 0
2184                max-code #xFFFF))
2185   (make-charset
2186    '===mj-1
2187    "MJ detailed glyph-images plane 1"
2188    '(long-name "MJ glyph-images-1"
2189                chars 256
2190                dimension 2
2191                columns 2
2192                graphic 2
2193                direction l2r
2194                registry "mj-1$"
2195                mother ===mj
2196                min-code #x10000
2197                code-offset #x10000))
2198
2199   (make-charset
2200    '=+>hanyo-denshi/ft
2201    "Han'you-Denshi/FT abstract glyphs"
2202    '(long-name "Han'you-Denshi/FT glyphs"
2203                chars 94
2204                dimension 2
2205                columns 2
2206                graphic 2
2207                direction l2r
2208                registry "HanyoDenshi\\.FT-0$"
2209                mother =hanyo-denshi/ft))
2210   (make-charset
2211    '=+>hanyo-denshi/jt
2212    "JT (Juuki Touitsu Moji) unified abstract glyphs."
2213    '(long-name "Han'you-Denshi/JT unified glyphs"
2214                chars 256
2215                dimension 2
2216                columns 2
2217                graphic 2
2218                direction l2r
2219                registry "HanyoDenshi\\.JT-0$"
2220                mother =hanyo-denshi/jt))
2221
2222   (make-charset
2223    '=>>mj
2224    "Moji-Jouhou-Kiban abstract glyphs."
2225    '(long-name "MJ glyphs"
2226                chars 256
2227                dimension 2
2228                columns 2
2229                graphic 2
2230                direction l2r
2231                mother =mj))
2232
2233   (make-charset
2234    '=>>hanyo-denshi/ja
2235    "Han'you-Denshi/JA abstract glyphs"
2236    '(long-name "Han'you-Denshi/JA glyphs"
2237                chars 94
2238                dimension 2
2239                columns 2
2240                graphic 2
2241                direction l2r
2242                registry "HanyoDenshi\\.JA-0$"
2243                mother =hanyo-denshi/ja))
2244   (make-charset
2245    '=>>hanyo-denshi/jb
2246    "Han'you-Denshi/JB abstract glyphs"
2247    '(long-name "Han'you-Denshi/JB glyphs"
2248                chars 94
2249                dimension 2
2250                columns 2
2251                graphic 2
2252                direction l2r
2253                registry "HanyoDenshi\\.JB-0$"
2254                mother =hanyo-denshi/jb))
2255   (make-charset
2256    '=>>hanyo-denshi/jc
2257    "Han'you-Denshi/JC abstract glyphs"
2258    '(long-name "Han'you-Denshi/JC glyphs"
2259                chars 94
2260                dimension 2
2261                columns 2
2262                graphic 2
2263                direction l2r
2264                registry "HanyoDenshi\\.JC-0$"
2265                mother =hanyo-denshi/jc))
2266   (make-charset
2267    '=>>hanyo-denshi/jd
2268    "Han'you-Denshi/JD abstract glyphs"
2269    '(long-name "Han'you-Denshi/JD glyphs"
2270                chars 94
2271                dimension 2
2272                columns 2
2273                graphic 2
2274                direction l2r
2275                registry "HanyoDenshi\\.JD-0$"
2276                mother =hanyo-denshi/jd))
2277   (make-charset
2278    '=>>hanyo-denshi/ft
2279    "Han'you-Denshi/FT abstract glyphs"
2280    '(long-name "Han'you-Denshi/FT glyphs"
2281                chars 94
2282                dimension 2
2283                columns 2
2284                graphic 2
2285                direction l2r
2286                registry "HanyoDenshi\\.FT-0$"
2287                mother =hanyo-denshi/ft))
2288   (make-charset
2289    '=>>hanyo-denshi/ia
2290    "Han'you-Denshi/IA abstract glyphs"
2291    '(long-name "Han'you-Denshi/IA glyphs"
2292                chars 94
2293                dimension 2
2294                columns 2
2295                graphic 2
2296                direction l2r
2297                registry "HanyoDenshi\\.IA-0$"
2298                mother =hanyo-denshi/ia))
2299   (make-charset
2300    '=>>hanyo-denshi/ib
2301    "Han'you-Denshi/IB abstract glyphs"
2302    '(long-name "Han'you-Denshi/IB abstract glyphs"
2303                chars 94
2304                dimension 2
2305                columns 2
2306                graphic 2
2307                direction l2r
2308                registry "HanyoDenshi\\.IB-0$"
2309                mother =hanyo-denshi/ib))
2310   (make-charset
2311    '=>>hanyo-denshi/hg
2312    "Han'you-Denshi/HG abstract glyphs"
2313    '(long-name "Han'you-Denshi/HG abstract glyphs"
2314                chars 94
2315                dimension 2
2316                columns 2
2317                graphic 2
2318                direction l2r
2319                registry "HanyoDenshi\\.HG-0$"
2320                mother =hanyo-denshi/hg))
2321   (make-charset
2322    '=>>hanyo-denshi/ip
2323    "Han'you-Denshi/IP abstract glyphs"
2324    '(long-name "Han'you-Denshi/IP abstract glyphs"
2325                chars 256
2326                dimension 2
2327                columns 2
2328                graphic 2
2329                direction l2r
2330                registry "HanyoDenshi\\.IP-0$"
2331                mother =hanyo-denshi/ip))
2332   (make-charset
2333    '=>>hanyo-denshi/jt
2334    "JT (Juuki Touitsu Moji) abstract glyphs"
2335    '(long-name "Han'you-Denshi/JT glyphs"
2336                chars 256
2337                dimension 2
2338                columns 2
2339                graphic 2
2340                direction l2r
2341                registry "HanyoDenshi\\.JT-0$"
2342                mother =hanyo-denshi/jt))
2343   (make-charset
2344    '=>>hanyo-denshi/ks
2345    "Han'you-Denshi/KS abstract glyphs"
2346    '(long-name "Han'you-Denshi/KS glyphs"
2347                chars 256
2348                dimension 3
2349                columns 2
2350                graphic 2
2351                direction l2r
2352                mother =hanyo-denshi/ks))
2353
2354   (make-charset '=gt
2355                 "GT 2000"
2356                 `(long-name     "GT"
2357                   chars         256
2358                   dimension     3
2359                   columns       2
2360                   graphic       2
2361                   direction     l2r
2362                   registry      ""
2363                   min-code      ,(lsh #x6100 16)
2364                   max-code      ,(+ (lsh #x6100 16) 67547)
2365                   code-offset   ,(lsh #x6100 16)))
2366   (make-charset '==gt
2367                 "GT 2000 abstract glyph-forms."
2368                 '(long-name     "GT abstract glyph-forms"
2369                   chars         256
2370                   dimension     3
2371                   columns       2
2372                   graphic       2
2373                   direction     l2r
2374                   mother        =gt))
2375   (make-charset '===gt
2376                 "GT 2000 detailed glyph-images."
2377                 '(long-name     "GT glyph-images"
2378                   chars         256
2379                   dimension     3
2380                   columns       2
2381                   graphic       2
2382                   direction     l2r
2383                   mother        ==gt
2384                   ;; min-code   1
2385                   ;; max-code   67392
2386                   ))
2387   (define-charset-alias 'ideograph-gt '=gt)
2388   (define-charset-alias '=>>>gt '==gt)
2389   (make-charset '=>>gt
2390                 "GT 2000 abstract glyphs"
2391                 '(long-name     "GT abstract glyphs"
2392                   chars         256
2393                   dimension     3
2394                   columns       2
2395                   graphic       2
2396                   direction     l2r
2397                   mother        =gt))
2398   (define-charset-alias '<=>gt '=>>gt)
2399   (define-charset-alias '<==>gt '=>>gt)
2400   (make-charset '=+>gt
2401                 "GT 2000 unified abstract glyphs"
2402                 '(long-name     "Unified abstract GT glyphs"
2403                   chars         256
2404                   dimension     3
2405                   columns       2
2406                   graphic       2
2407                   direction     l2r
2408                   mother        =>>gt))
2409   (make-charset '=>gt
2410                 "GT 2000 abstract characters"
2411                 '(long-name     "abstract GT characters"
2412                   chars         256
2413                   dimension     3
2414                   columns       2
2415                   graphic       2
2416                   direction     l2r
2417                   mother        =+>gt))
2418   (make-charset '=gt-k
2419                 "Ideographic components of GT"
2420                 `(long-name     "GT components"
2421                   chars         256
2422                   dimension     2
2423                   columns       2
2424                   graphic       2
2425                   direction     l2r
2426                   registry      ""
2427                   min-code      ,(lsh #x6110 16)
2428                   max-code      ,(+ (lsh #x6110 16) 17090)
2429                   code-offset   ,(lsh #x6110 16)))
2430   (define-charset-alias 'ideograph-gt-k '=gt-k)
2431   (make-charset '==gt-k
2432                 "Abstract glyph-images of GT-K"
2433                 '(long-name     "GT-K glyph-images"
2434                   chars         256
2435                   dimension     2
2436                   columns       2
2437                   graphic       2
2438                   direction     l2r
2439                   mother        =gt-k))
2440   (make-charset '===gt-k
2441                 "Representative glyph-images of GT-K"
2442                 '(long-name     "GT-K glyph-images"
2443                   chars         256
2444                   dimension     2
2445                   columns       2
2446                   graphic       2
2447                   direction     l2r
2448                   mother        ==gt-k))
2449   (make-charset '=>>gt-k
2450                 "abstract glyphs of GT-K"
2451                 '(long-name     "GT-K abstract glyphs"
2452                   chars         256
2453                   dimension     2
2454                   columns       2
2455                   graphic       2
2456                   direction     l2r
2457                   mother        =gt-k))
2458   (make-charset '=>gt-k
2459                 "GT-K abstract characters"
2460                 '(long-name     "GT-K abstract characters"
2461                   chars         256
2462                   dimension     2
2463                   columns       2
2464                   graphic       2
2465                   direction     l2r
2466                   mother        =>>gt-k))
2467   (let ((i 1))
2468     (while (<= i 11)
2469       (make-charset
2470        (intern (format "=gt-pj-%d" i))
2471        (format "GT 2000 (pseudo JIS encoding) part %d" i)
2472        `(long-name ,(format "GT PJ %d" i)
2473                    chars 94
2474                    dimension 2
2475                    columns 2
2476                    graphic 0
2477                    direction l2r
2478                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
2479       (define-charset-alias
2480         (intern (format "ideograph-gt-pj-%d" i))
2481         (intern (format "=gt-pj-%d" i)))
2482       (setq i (1+ i))))
2483   (make-charset
2484    '=gt-pj-k1
2485    "Ideographic parts of GT (pseudo JIS encoding) part 1"
2486    '(long-name "GT K1"
2487                chars 94
2488                dimension 2
2489                columns 2
2490                graphic 0
2491                direction l2r
2492                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
2493   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
2494   (make-charset
2495    '=gt-pj-k2
2496    "Ideographic parts of GT (pseudo JIS encoding) part 2"
2497    '(long-name "GT K2"
2498                chars 94
2499                dimension 2
2500                columns 2
2501                graphic 0
2502                direction l2r
2503                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
2504   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
2505
2506   (make-charset '=daikanwa
2507                 "Daikanwa dictionary (unchanged part)"
2508                 `(long-name     "Daikanwa"
2509                   chars         256
2510                   dimension     2
2511                   columns       2
2512                   graphic       2
2513                   direction     l2r
2514                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2515                   min-code      #xE00000
2516                   max-code      ,(+ #xE00000 50100)
2517                   code-offset   #xE00000))
2518   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
2519
2520   (make-charset '=daikanwa@rev1
2521                 "Daikanwa dictionary (revised version)"
2522                 '(long-name     "Daikanwa Rev."
2523                   chars         256
2524                   dimension     2
2525                   columns       2
2526                   graphic       2
2527                   direction     l2r
2528                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
2529                   mother        =daikanwa))
2530   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
2531   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
2532
2533   (make-charset '=daikanwa@rev2
2534                 "Daikanwa dictionary (revised version 2)"
2535                 '(long-name     "Daikanwa"
2536                   chars         256
2537                   dimension     2
2538                   columns       2
2539                   graphic       2
2540                   direction     l2r
2541                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2542                   mother        =daikanwa
2543                   min-code      1
2544                   max-code      49964))
2545   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
2546
2547   (make-charset '=daikanwa/+p
2548                 "Daikanwa dictionary (ddddd')"
2549                 '(long-name     "Daikanwa ddddd'"
2550                   chars         256
2551                   dimension     2
2552                   columns       2
2553                   graphic       2
2554                   direction     l2r))
2555   (make-charset '=daikanwa/+2p
2556                 "Daikanwa dictionary (ddddd'')"
2557                 '(long-name     "Daikanwa ddddd''"
2558                   chars         256
2559                   dimension     2
2560                   columns       2
2561                   graphic       2
2562                   direction     l2r))
2563   (make-charset '=daikanwa/ho
2564                 "Daikanwa dictionary (Hokan)"
2565                 '(long-name     "Daikanwa-ho"
2566                   chars         256
2567                   dimension     2
2568                   columns       2
2569                   graphic       2
2570                   direction     l2r))
2571
2572   (make-charset '==daikanwa
2573                 "Daikanwa glyph-images."
2574                 '(long-name     "Daikanwa glyph-images"
2575                   chars         256
2576                   dimension     2
2577                   columns       2
2578                   graphic       2
2579                   direction     l2r
2580                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2581                   mother        =daikanwa))
2582   (make-charset '==daikanwa/+p
2583                 "Daikanwa detailed glyph-images (ddddd')"
2584                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2585                   chars         256
2586                   dimension     2
2587                   columns       2
2588                   graphic       2
2589                   direction     l2r
2590                   mother        =daikanwa/+p))
2591   (make-charset '==daikanwa/+2p
2592                 "Daikanwa detailed glyph-images (ddddd'')"
2593                 '(long-name     "Daikanwa glyph-images ddddd''"
2594                   chars         256
2595                   dimension     2
2596                   columns       2
2597                   graphic       2
2598                   direction     l2r
2599                   mother        =daikanwa/+2p))
2600   (make-charset '==daikanwa/ho
2601                 "Daikanwa detailed glyph-images (Hokan)"
2602                 '(long-name     "Daikanwa-ho detailed glyph-images"
2603                   chars         256
2604                   dimension     2
2605                   columns       2
2606                   graphic       2
2607                   direction     l2r
2608                   mother        =daikanwa/ho))
2609
2610   (make-charset '===daikanwa
2611                 "Daikanwa detailed glyph-images."
2612                 '(long-name     "Daikanwa detailed glyph-images"
2613                   chars         256
2614                   dimension     2
2615                   columns       2
2616                   graphic       2
2617                   direction     l2r
2618                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2619                   mother        ==daikanwa))
2620   (make-charset '===daikanwa/+p
2621                 "Daikanwa detailed glyph-images (ddddd')"
2622                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2623                   chars         256
2624                   dimension     2
2625                   columns       2
2626                   graphic       2
2627                   direction     l2r
2628                   mother        ==daikanwa/+p))
2629   (make-charset '===daikanwa/ho
2630                 "Daikanwa detailed glyph-images (Hokan)"
2631                 '(long-name     "Daikanwa-ho detailed glyph-images"
2632                   chars         256
2633                   dimension     2
2634                   columns       2
2635                   graphic       2
2636                   direction     l2r
2637                   mother        ==daikanwa/ho))
2638
2639   (make-charset '=>>daikanwa
2640                 "Daikanwa abstract glyphs"
2641                 '(long-name     "Daikanwa glyphs"
2642                   chars         256
2643                   dimension     2
2644                   columns       2
2645                   graphic       2
2646                   direction     l2r
2647                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2648                   mother        =daikanwa))
2649   (make-charset '=>>daikanwa/+p
2650                 "Daikanwa abstract glyphs (ddddd')"
2651                 '(long-name     "Daikanwa glyphs (ddddd')"
2652                   chars         256
2653                   dimension     2
2654                   columns       2
2655                   graphic       2
2656                   direction     l2r
2657                   mother        =daikanwa/+p))
2658   (make-charset '=>>daikanwa/+2p
2659                 "Daikanwa abstract glyphs (ddddd'')"
2660                 '(long-name     "Daikanwa glyphs (ddddd'')"
2661                   chars         256
2662                   dimension     2
2663                   columns       2
2664                   graphic       2
2665                   direction     l2r
2666                   mother        =daikanwa/+2p))
2667   (make-charset '=>>daikanwa/ho
2668                 "Daikanwa abstract glyphs (Hokan)"
2669                 '(long-name     "Daikanwa-ho glyph"
2670                   chars         256
2671                   dimension     2
2672                   columns       2
2673                   graphic       2
2674                   direction     l2r
2675                   mother        =daikanwa/ho))
2676
2677   (make-charset '=>daikanwa
2678                 "Daikanwa abstract characters"
2679                 '(long-name     "abstract Daikanwa"
2680                   chars         256
2681                   dimension     2
2682                   columns       2
2683                   graphic       2
2684                   direction     l2r
2685                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2686                   mother        =>>daikanwa))
2687   (make-charset '=>daikanwa/ho
2688                 "Daikanwa abstract characters (Hokan)"
2689                 '(long-name     "abstract Daikanwa-ho"
2690                   chars         256
2691                   dimension     2
2692                   columns       2
2693                   graphic       2
2694                   direction     l2r
2695                   mother        =>>daikanwa/ho))
2696
2697   (make-charset '=shinjigen
2698                 "Kadokawa ShinJigen dictionary (common parts)"
2699                 `(long-name     "Shinjigen common parts"
2700                   chars         256
2701                   dimension     2
2702                   columns       2
2703                   graphic       2
2704                   direction     l2r
2705                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2706
2707   (make-charset '=shinjigen@1ed
2708                 "Kadokawa ShinJigen dictionary (the first edition)"
2709                 `(long-name     "Shinjigen-1"
2710                   chars         256
2711                   dimension     2
2712                   columns       2
2713                   graphic       2
2714                   direction     l2r
2715                   mother        =shinjigen
2716                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2717   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
2718
2719   (make-charset '=shinjigen@1ed/24pr
2720                 "Kadokawa ShinJigen dictionary (the 24th impression)"
2721                 `(long-name     "Shinjigen-1 24pr"
2722                   chars         256
2723                   dimension     2
2724                   columns       2
2725                   graphic       2
2726                   direction     l2r
2727                   mother        =shinjigen@1ed))
2728
2729   (make-charset '=shinjigen@rev
2730                 "Kadokawa ShinJigen dictionary (the revised edition)"
2731                 `(long-name     "Shinjigen-2"
2732                   chars         256
2733                   dimension     2
2734                   columns       2
2735                   graphic       2
2736                   direction     l2r
2737                   mother        =shinjigen
2738                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2739   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
2740   (make-charset '=shinjigen/+p@rev
2741                 "ShinJigen (the second edition) number with '"
2742                 `(long-name     "Shinjigen-2 with '"
2743                   chars         256
2744                   dimension     2
2745                   columns       2
2746                   graphic       2
2747                   direction     l2r))
2748   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
2749
2750   (make-charset '==shinjigen
2751                 "Detailed glyph-images of ShinJigen (common parts)"
2752                 '(long-name     "Shinjigen common parts"
2753                   chars         256
2754                   dimension     2
2755                   columns       2
2756                   graphic       2
2757                   direction     l2r
2758                   mother        =shinjigen
2759                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2760   (make-charset '==shinjigen@1ed
2761                 "Detailed glyph-images of ShinJigen (the first edition)"
2762                 '(long-name     "Detailed glyph-images of Shinjigen-1"
2763                   chars         256
2764                   dimension     2
2765                   columns       2
2766                   graphic       2
2767                   direction     l2r
2768                   mother        ==shinjigen
2769                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2770   (make-charset '==shinjigen@rev
2771                 "Detailed glyph-images of ShinJigen (the revised edition)"
2772                 '(long-name     "Detailed glyph-images of Shinjigen-2"
2773                   chars         256
2774                   dimension     2
2775                   columns       2
2776                   graphic       2
2777                   direction     l2r
2778                   mother        ==shinjigen
2779                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2780   (make-charset
2781    '==shinjigen/+p@rev
2782    "Detailed glyph-images of ShinJigen (the second edition) number with '"
2783    '(long-name  "Detailed glyph-images of Shinjigen-2 with '"
2784                 mother  =shinjigen/+p@rev
2785                 chars           256
2786                 dimension       2
2787                 columns 2
2788                 graphic 2
2789                 direction       l2r))
2790
2791   (make-charset '=big5-pua
2792                 "Big5 with private used area"
2793                 '(long-name     "Big5-PUA"
2794                   chars         256
2795                   dimension     2
2796                   columns       2
2797                   graphic       2
2798                   direction     l2r
2799                   mother        chinese-big5
2800                   registry      "Big5\\.ETEN"))
2801   (define-charset-alias 'chinese-big5-pua '=big5-pua)
2802
2803   (let* ((i 1)
2804          (hzk-min (+ (lsh #x6200 16) 65536))
2805          (hzk-max (+ hzk-min 65535)))
2806     (while (<= i 12)
2807       (make-charset
2808        (intern (format "=hanziku-%d" i))
2809        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
2810        `(long-name ,(format "HANZIKU-%d" i)
2811                    chars 256
2812                    dimension 2
2813                    columns 2
2814                    graphic 2
2815                    direction l2r
2816                    registry ,(format "hanziku-%d$" i i)
2817                    min-code ,hzk-min
2818                    max-code ,hzk-max
2819                    code-offset ,hzk-min))
2820       (define-charset-alias
2821         (intern (format "ideograph-hanziku-%d" i))
2822         (intern (format "=hanziku-%d" i)))
2823       (setq hzk-min (1+ hzk-max)
2824             hzk-max (+ hzk-min 65535))
2825       (setq i (1+ i))))
2826
2827   (make-charset '===hng-jou "HNG:誠實論卷八(P.2179)"
2828                 '(long-name "HNG/P2179"
2829                   chars         256
2830                   dimension     2
2831                   registry      "hng-1$"
2832                   graphic       2
2833                   columns       2
2834                   direction     l2r))
2835   (make-charset '===hng-keg "HNG:華嚴經卷十六(S.2067)"
2836                 '(long-name "HNG/S2067"
2837                   chars         256
2838                   dimension     2
2839                   registry      "hng-2$"
2840                   graphic       2
2841                   columns       2
2842                   direction     l2r))
2843   (make-charset '===hng-dng "HNG:大般涅槃經卷十一(S.81)"
2844                 '(long-name "HNG/S81"
2845                   chars         256
2846                   dimension     2
2847                   registry      "hng-3$"
2848                   graphic       2
2849                   columns       2
2850                   direction     l2r))
2851   (make-charset '===hng-mam "HNG:摩訶摩耶經卷上(P.2160)"
2852                 '(long-name "HNG/P2160"
2853                   chars         256
2854                   dimension     2
2855                   registry      "hng-5$"
2856                   graphic       2
2857                   columns       2
2858                   direction     l2r))
2859   (make-charset '===hng-drt "HNG:大樓炭經卷三(P.2413)"
2860                 '(long-name "HNG/P2413"
2861                   chars         256
2862                   dimension     2
2863                   registry      "hng-6$"
2864                   graphic       2
2865                   columns       2
2866                   direction     l2r))
2867   (make-charset '===hng-kgk "HNG:賢劫經卷二(正倉院本)"
2868                 '(long-name "HNG/賢劫經二"
2869                   chars         256
2870                   dimension     2
2871                   registry      "hng-7$"
2872                   graphic       2
2873                   columns       2
2874                   direction     l2r))
2875   (make-charset '===hng-myz "HNG:妙法蓮華經卷五(P.2334)"
2876                 '(long-name "HNG/P2334"
2877                   chars         256
2878                   dimension     2
2879                   registry      "hng-8$"
2880                   graphic       2
2881                   columns       2
2882                   direction     l2r))
2883   (make-charset '===hng-kda "HNG:大品經卷二十八(京都国立博物館本)"
2884                 '(long-name "HNG/京博大品"
2885                   chars         256
2886                   dimension     2
2887                   registry      "hng-9$"
2888                   graphic       2
2889                   columns       2
2890                   direction     l2r))
2891   (make-charset '===hng-khi "HNG:妙法蓮華經卷五(今西本)"
2892                 '(long-name "HNG/宮廷今西"
2893                   chars         256
2894                   dimension     2
2895                   registry      "hng-10$"
2896                   graphic       2
2897                   columns       2
2898                   direction     l2r))
2899   (make-charset '===hng-khm "HNG:妙法蓮華經卷三(守屋本)"
2900                 '(long-name "HNG/宮廷守屋"
2901                   chars         256
2902                   dimension     2
2903                   registry      "hng-11$"
2904                   graphic       2
2905                   columns       2
2906                   direction     l2r))
2907   (make-charset '===hng-hok "HNG:妙法蓮華經卷八(S.2577)"
2908                 '(long-name "HNG/S2577"
2909                   chars         256
2910                   dimension     2
2911                   registry      "hng-13$"
2912                   graphic       2
2913                   columns       2
2914                   direction     l2r))
2915   (make-charset '===hng-kyd "HNG:漢書楊雄傳(上野本)"
2916                 '(long-name "HNG/漢書楊雄"
2917                   chars         256
2918                   dimension     2
2919                   registry      "hng-14$"
2920                   graphic       2
2921                   columns       2
2922                   direction     l2r))
2923   (make-charset '===hng-sok "HNG:花嚴經卷八(守屋本)"
2924                 '(long-name "HNG/花嚴守屋"
2925                   chars         256
2926                   dimension     2
2927                   registry      "hng-15$"
2928                   graphic       2
2929                   columns       2
2930                   direction     l2r))
2931   (make-charset '===hng-yhk "HNG:瑜伽法鏡經(S.2423)"
2932                 '(long-name "HNG/S2423"
2933                   chars         256
2934                   dimension     2
2935                   registry      "hng-16$"
2936                   graphic       2
2937                   columns       2
2938                   direction     l2r))
2939   (make-charset '===hng-kak "HNG:開成石經孝經"
2940                 '(long-name "HNG/開成孝經"
2941                   chars         256
2942                   dimension     2
2943                   registry      "hng-17$"
2944                   graphic       2
2945                   columns       2
2946                   direction     l2r))
2947   (make-charset '===hng-kar "HNG:開成石經論語"
2948                 '(long-name "HNG/開成論語"
2949                   chars         256
2950                   dimension     2
2951                   registry      "hng-18$"
2952                   graphic       2
2953                   columns       2
2954                   direction     l2r))
2955   (make-charset '===hng-kae "HNG:開成石經周易"
2956                 '(long-name "HNG/開成周易"
2957                   chars         256
2958                   dimension     2
2959                   registry      "hng-19$"
2960                   graphic       2
2961                   columns       2
2962                   direction     l2r))
2963   (make-charset '===hng-sys "HNG:瑜伽師地論卷三十(S.5309)"
2964                 '(long-name "HNG/S5309"
2965                   chars         256
2966                   dimension     2
2967                   registry      "hng-22$"
2968                   graphic       2
2969                   columns       2
2970                   direction     l2r))
2971   (make-charset '===hng-tsu "HNG:通典卷一"
2972                 '(long-name "HNG/通典卷一"
2973                   chars         256
2974                   dimension     2
2975                   registry      "hng-24$"
2976                   graphic       2
2977                   columns       2
2978                   direction     l2r))
2979   (make-charset '===hng-tzj "HNG:阿毘達磨毘婆沙論卷百七(東禪寺版)"
2980                 '(long-name "HNG/東禪毘婆"
2981                   chars         256
2982                   dimension     2
2983                   registry      "hng-25$"
2984                   graphic       2
2985                   columns       2
2986                   direction     l2r))
2987   (make-charset '===hng-hos "HNG:齊民要術卷五(高山寺本)"
2988                 '(long-name "HNG/斉民要術"
2989                   chars         256
2990                   dimension     2
2991                   registry      "hng-26$"
2992                   graphic       2
2993                   columns       2
2994                   direction     l2r))
2995   (make-charset '===hng-nak "HNG:華嚴孔目(高山寺本)"
2996                 '(long-name "HNG/華厳孔目"
2997                   chars         256
2998                   dimension     2
2999                   registry      "hng-28$"
3000                   graphic       2
3001                   columns       2
3002                   direction     l2r))
3003   (make-charset '===hng-jhk "HNG:神足變化經(開元寺版)"
3004                 '(long-name "HNG/開元神足"
3005                   chars         256
3006                   dimension     2
3007                   registry      "hng-29$"
3008                   graphic       2
3009                   columns       2
3010                   direction     l2r))
3011   (make-charset '===hng-hod "HNG:法藏和尚傳(高山寺本)"
3012                 '(long-name "HNG/法藏和尚"
3013                   chars         256
3014                   dimension     2
3015                   registry      "hng-30$"
3016                   graphic       2
3017                   columns       2
3018                   direction     l2r))
3019   (make-charset '===hng-gok "HNG:後漢書光武帝紀"
3020                 '(long-name "HNG/光武帝紀"
3021                   chars         256
3022                   dimension     2
3023                   registry      "hng-31$"
3024                   graphic       2
3025                   columns       2
3026                   direction     l2r))
3027   (make-charset '===hng-ink "HNG:日本書紀 卷二十四(岩崎本)"
3028                 '(long-name "HNG/岩崎紀24"
3029                   chars         256
3030                   dimension     2
3031                   registry      "hng-33$"
3032                   graphic       2
3033                   columns       2
3034                   direction     l2r))
3035   (make-charset '===hng-nto "HNG:日本書紀 卷二十四(圖書寮本)"
3036                 '(long-name "HNG/圖書紀24"
3037                   chars         256
3038                   dimension     2
3039                   registry      "hng-34$"
3040                   graphic       2
3041                   columns       2
3042                   direction     l2r))
3043   (make-charset '===hng-nkm "HNG:日本書紀 卷二十四(兼右本)"
3044                 '(long-name "HNG/兼右紀24"
3045                   chars         256
3046                   dimension     2
3047                   registry      "hng-36$"
3048                   graphic       2
3049                   columns       2
3050                   direction     l2r))
3051   (make-charset '===hng-k24 "HNG:日本書紀 卷二十四(寛文九年版)"
3052                 '(long-name "HNG/寛九紀24"
3053                   chars         256
3054                   dimension     2
3055                   registry      "hng-37$"
3056                   graphic       2
3057                   columns       2
3058                   direction     l2r))
3059   (make-charset '===hng-nkk "HNG:日本書紀 卷二(兼方本)"
3060                 '(long-name "HNG/兼方紀2"
3061                   chars         256
3062                   dimension     2
3063                   registry      "hng-39$"
3064                   graphic       2
3065                   columns       2
3066                   direction     l2r))
3067   (make-charset '===hng-kcc "HNG:日本書紀 卷二(慶長勅版)"
3068                 '(long-name "HNG/勅版紀2"
3069                   chars         256
3070                   dimension     2
3071                   registry      "hng-41$"
3072                   graphic       2
3073                   columns       2
3074                   direction     l2r))
3075   (make-charset '===hng-kcj "HNG:日本書紀 卷二(慶長十五年版)"
3076                 '(long-name "HNG/慶長紀2"
3077                   chars         256
3078                   dimension     2
3079                   registry      "hng-42$"
3080                   graphic       2
3081                   columns       2
3082                   direction     l2r))
3083   (make-charset '===hng-kbk "HNG:日本書紀 卷二(寛文九年版)"
3084                 '(long-name "HNG/寛九紀2"
3085                   chars         256
3086                   dimension     2
3087                   registry      "hng-43$"
3088                   graphic       2
3089                   columns       2
3090                   direction     l2r))
3091   (make-charset '===hng-sik "HNG:花嚴經卷八(新羅本寫本)"
3092                 '(long-name "HNG/花嚴新羅"
3093                   chars         256
3094                   dimension     2
3095                   registry      "hng-44$"
3096                   graphic       2
3097                   columns       2
3098                   direction     l2r))
3099   (make-charset '===hng-skk "HNG:華嚴經卷二十(晉本高麗古版)"
3100                 '(long-name "HNG/古麗華20"
3101                   chars         256
3102                   dimension     2
3103                   registry      "hng-46$"
3104                   graphic       2
3105                   columns       2
3106                   direction     l2r))
3107   (make-charset '===hng-kyu "HNG:初麗瑜5"
3108                 '(long-name "HNG/瑜伽師地論卷五(高麗初彫本)"
3109                   chars         256
3110                   dimension     2
3111                   registry      "hng-47$"
3112                   graphic       2
3113                   columns       2
3114                   direction     l2r))
3115   (make-charset '===hng-ksk "HNG:華嚴經卷六(高麗再彫本)"
3116                 '(long-name "HNG/再麗華6"
3117                   chars         256
3118                   dimension     2
3119                   registry      "hng-48$"
3120                   graphic       2
3121                   columns       2
3122                   direction     l2r))
3123   (make-charset '===hng-wan "HNG:華嚴經卷三十八(趙氏藏本)"
3124                 '(long-name "HNG/和寧華38"
3125                   chars         256
3126                   dimension     2
3127                   registry      "hng-49$"
3128                   graphic       2
3129                   columns       2
3130                   direction     l2r))
3131   (make-charset '===hng-okd "HNG:金剛場陀羅尼經(小川本)"
3132                 '(long-name "HNG/金剛小川"
3133                   chars         256
3134                   dimension     2
3135                   registry      "hng-50$"
3136                   graphic       2
3137                   columns       2
3138                   direction     l2r))
3139   (make-charset '===hng-wad "HNG:大般若經卷二百五十(和銅經)"
3140                 '(long-name "HNG/和銅250"
3141                   chars         256
3142                   dimension     2
3143                   registry      "hng-54$"
3144                   graphic       2
3145                   columns       2
3146                   direction     l2r))
3147   (make-charset '===hng-kmi "HNG:弥勒上生經(高山寺本)"
3148                 '(long-name "HNG/弥勒上生"
3149                   chars         256
3150                   dimension     2
3151                   registry      "hng-55$"
3152                   graphic       2
3153                   columns       2
3154                   direction     l2r))
3155   (make-charset '===hng-zkd "HNG:續高僧傳(五月一日經)(天平寫經)"
3156                 '(long-name "HNG/五一續高"
3157                   chars         256
3158                   dimension     2
3159                   registry      "hng-56$"
3160                   graphic       2
3161                   columns       2
3162                   direction     l2r))
3163   (make-charset '===hng-doh "HNG:金剛大教王經卷一(高山寺本)"
3164                 '(long-name "HNG/金剛大教"
3165                   chars         256
3166                   dimension     2
3167                   registry      "hng-57$"
3168                   graphic       2
3169                   columns       2
3170                   direction     l2r))
3171   (make-charset '===hng-jyu "HNG:成唯識論卷十(寛治二年刊本)"
3172                 '(long-name "HNG/成唯識10"
3173                   chars         256
3174                   dimension     2
3175                   registry      "hng-58$"
3176                   graphic       2
3177                   columns       2
3178                   direction     l2r))
3179   (make-charset '===hng-tzs "HNG:佛説大教王經卷一(東禪寺版日本寫本)"
3180                 '(long-name "HNG/佛説大教"
3181                   chars         256
3182                   dimension     2
3183                   registry      "hng-60$"
3184                   graphic       2
3185                   columns       2
3186                   direction     l2r))
3187   (make-charset '===hng-kss "HNG:華嚴信種義(明惠自筆)"
3188                 '(long-name "HNG/華嚴信種"
3189                   chars         256
3190                   dimension     2
3191                   registry      "hng-64$"
3192                   graphic       2
3193                   columns       2
3194                   direction     l2r))
3195   (make-charset '===hng-kyo "HNG:教行信証卷四(親鸞自筆)"
3196                 '(long-name "HNG/教行信証"
3197                   chars         256
3198                   dimension     2
3199                   registry      "hng-66$"
3200                   graphic       2
3201                   columns       2
3202                   direction     l2r))
3203   (make-charset '===hng-smk "HNG:西夏版妙法蓮華經卷一"
3204                 '(long-name "HNG/西夏法華"
3205                   chars         256
3206                   dimension     2
3207                   registry      "hng-74$"
3208                   graphic       2
3209                   columns       2
3210                   direction     l2r))
3211
3212   (make-charset '=cbeta "CBETA private characters"
3213                 '(long-name     "CBETA PUA"
3214                   chars         256
3215                   dimension     2
3216                   registry      "cbeta-0"
3217                   graphic       2
3218                   min-code      #xE20000
3219                   max-code      #xE2FFFF
3220                   code-offset   #xE20000
3221                   columns       2
3222                   direction     l2r))
3223   (define-charset-alias 'ideograph-cbeta '=cbeta)
3224   (make-charset '==cbeta "CBETA private characters"
3225                 '(long-name     "CBETA PUA glyph-images"
3226                   chars         256
3227                   dimension     2
3228                   registry      "cbeta-0"
3229                   graphic       2
3230                   columns       2
3231                   direction     l2r
3232                   mother        =cbeta))
3233   (make-charset '===cbeta "CBETA private characters"
3234                 '(long-name     "CBETA PUA glyph-images"
3235                   chars         256
3236                   dimension     2
3237                   registry      "cbeta-0"
3238                   graphic       2
3239                   columns       2
3240                   direction     l2r
3241                   mother        ==cbeta))
3242   (make-charset '=>>cbeta "CBETA abstract glyphs"
3243                 '(long-name     "CBETA glyphs"
3244                   chars         256
3245                   dimension     2
3246                   registry      "cbeta-0"
3247                   graphic       2
3248                   columns       2
3249                   direction     l2r
3250                   mother        =cbeta))
3251   (make-charset '=>cbeta "CBETA abstract characters"
3252                 '(long-name     "CBETA characters"
3253                   chars         256
3254                   dimension     2
3255                   registry      "cbeta-0"
3256                   graphic       2
3257                   columns       2
3258                   direction     l2r
3259                   mother        =cbeta))
3260
3261   (make-charset '=zinbun-oracle
3262                 "Oracle Bones Script"
3263                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
3264                   chars         256
3265                   dimension     2
3266                   registry      "zob1968-0"
3267                   graphic       2
3268                   min-code      #xE70000
3269                   max-code      ,(+ #xE70000 8192)
3270                   code-offset   #xE70000
3271                   columns       2
3272                   direction     l2r))
3273
3274   (make-charset '=>zinbun-oracle
3275                 "Abstract Oracle Bones"
3276                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
3277                   chars         256
3278                   dimension     2
3279                   mother        =zinbun-oracle
3280                   registry      "zob1968-0"
3281                   graphic       2
3282                   columns       2
3283                   direction     l2r))
3284
3285   (make-charset '=jef-china3
3286                 "JEF + CHINA3 private characters"
3287                 '(long-name     "JEF + CHINA3"
3288                   chars         256
3289                   dimension     2
3290                   columns       2
3291                   graphic       2
3292                   direction     l2r
3293                   registry      "china3jef-0"
3294                   min-code      #xE80000
3295                   max-code      #xE8FFFF
3296                   code-offset   #xE80000))
3297   (define-charset-alias 'china3-jef '=jef-china3)
3298   (make-charset '==jef-china3
3299                 "JEF + CHINA3 abstract glyph-images."
3300                 '(long-name     "JEF + CHINA3"
3301                   chars         256
3302                   dimension     2
3303                   columns       2
3304                   graphic       2
3305                   direction     l2r
3306                   registry      "china3jef-0"
3307                   mother        =jef-china3))
3308   (make-charset '===jef-china3
3309                 "JEF + CHINA3 glyph-images."
3310                 '(long-name     "JEF-CHINA3 glyph-images"
3311                   chars         256
3312                   dimension     2
3313                   columns       2
3314                   graphic       2
3315                   direction     l2r
3316                   registry      "china3jef-0"
3317                   mother        ==jef-china3))
3318
3319   (make-charset '=ruimoku-v6
3320                 "private characters used in RUIMOKU Version.6"
3321                 `(long-name     "RUI6"
3322                   chars         256
3323                   dimension     2
3324                   columns       2
3325                   graphic       2
3326                   direction     l2r
3327                   registry      "rui6-0"
3328                   ;; mother     ucs
3329                   min-code      #xE90000 ; #xE000
3330                   max-code      #xE908FF ; #xE8FF
3331                   code-offset   ,(- #xE90000 #xE000)))
3332   (make-charset '==ruimoku-v6
3333                 "RUIMOKU Version.6 glyph-images."
3334                 '(long-name     "RUI6 glyph-images."
3335                   chars         256
3336                   dimension     2
3337                   columns       2
3338                   graphic       2
3339                   direction     l2r
3340                   registry      "rui6-0"
3341                   mother        =ruimoku-v6))
3342   (make-charset '===ruimoku-v6
3343                 "RUIMOKU Version.6 representative glyph-images."
3344                 '(long-name     "RUI6 rep-glyph-images."
3345                   chars         256
3346                   dimension     2
3347                   columns       2
3348                   graphic       2
3349                   direction     l2r
3350                   registry      "rui6-0"
3351                   mother        ==ruimoku-v6))
3352   (make-charset '=>>ruimoku-v6
3353                 "RUIMOKU Version.6 glyphs"
3354                 '(long-name     "RUI6 glyphs"
3355                   chars         256
3356                   dimension     2
3357                   columns       2
3358                   graphic       2
3359                   direction     l2r
3360                   registry      "rui6-0"
3361                   mother        =ruimoku-v6))
3362
3363   ;; (make-charset
3364   ;;  '=zihai
3365   ;;  "ZhongHua-ZiHai glyph-images"
3366   ;;  '(long-name "ZhongHua-ZiHai (pppp-nn)"
3367   ;;              chars 256
3368   ;;              dimension 3
3369   ;;              columns 2
3370   ;;              graphic 2
3371   ;;              direction l2r))
3372
3373   ;; (make-charset
3374   ;;  '=zihai-17xx
3375   ;;  "ZhongHua-ZiHai (pp.1700〜1781) glyph-images"
3376   ;;  '(long-name "ZhongHua-ZiHai pp.17xx"
3377   ;;              chars 256
3378   ;;              dimension 2
3379   ;;              columns 2
3380   ;;              graphic 2
3381   ;;              direction l2r
3382   ;;              registry "zihai\\.cp-17$"))
3383
3384   (make-charset '=big5-cdp-var-3
3385                 "Big5-CDP-var-3 glyph-images of GlyphWiki"
3386                 '(long-name     "Big5-CDP-var-3"
3387                   chars         256
3388                   dimension     2
3389                   columns       2
3390                   graphic       2
3391                   direction     l2r
3392                   registry      "cdp\\.var-3$"
3393                   mother        =big5-cdp))
3394
3395   (make-charset '=big5-cdp-var-5
3396                 "Big5-CDP-var-5 glyph-images of GlyphWiki"
3397                 '(long-name     "Big5-CDP-var-5"
3398                   chars         256
3399                   dimension     2
3400                   columns       2
3401                   graphic       2
3402                   direction     l2r
3403                   registry      "cdp\\.var-5$"
3404                   mother        =big5-cdp))
3405
3406   (make-charset '==>ucs@bucs
3407                 "Basic Subset of Coded Character Sets (BUCS)"
3408                 '(long-name     "BUCS abstract characters"
3409                   chars         256
3410                   dimension     3
3411                   columns       2
3412                   graphic       2
3413                   direction     l2r
3414                   =>iso-ir      177
3415                   mother        =ucs))
3416
3417   (make-charset '=>iwds-1
3418                 "The IRG Working Document Series 1: List of UCV of Ideograhs."
3419                 '(long-name     "IWDS 1: List of UCV"
3420                   chars         256
3421                   dimension     2
3422                   columns       2
3423                   graphic       2
3424                   direction     l2r))
3425
3426   (make-charset '=>ucs@iwds-1
3427                 "UCS abstract characters based on IWDS-1."
3428                 '(long-name     "UCS based on IWDS-1"
3429                   chars         256
3430                   dimension     3
3431                   columns       2
3432                   graphic       2
3433                   direction     l2r
3434                   =>iso-ir      177
3435                   mother        =ucs))
3436
3437   (make-charset '=>ucs@component
3438                 "UCS encoding for abstract components of IWDS-1."
3439                 '(long-name     "UCS for IWDS-1 abstract components"
3440                   chars         256
3441                   dimension     3
3442                   columns       2
3443                   graphic       2
3444                   direction     l2r
3445                   =>iso-ir      177
3446                   mother        =ucs))
3447
3448   (make-charset '=>ucs@hanyo-denshi
3449                 "UCS abstract characters based on Han'you-Denshi collection."
3450                 '(long-name     "UCS base characters of Han'you-Denshi"
3451                   chars         256
3452                   dimension     3
3453                   columns       2
3454                   graphic       2
3455                   direction     l2r
3456                   =>iso-ir      177
3457                   mother        =ucs))
3458
3459   (make-charset '=>ucs@iso
3460                 "Abstract characters of ISO/IEC 10646 representatives"
3461                 '(long-name     "UCS characters for ISO"
3462                   chars         256
3463                   dimension     3
3464                   columns       2
3465                   graphic       2
3466                   direction     l2r
3467                   =>iso-ir      177
3468                   mother        =ucs))
3469   (make-charset '=>ucs@unicode
3470                 "Abstract characters of Unicode representatives"
3471                 '(long-name     "UCS characters for Unicode"
3472                   chars         256
3473                   dimension     3
3474                   columns       2
3475                   graphic       2
3476                   direction     l2r
3477                   =>iso-ir      177
3478                   mother        =>ucs@iso))
3479   (make-charset '=>ucs@jis
3480                 "UCS representative characters for JIS X0208/0212/0213"
3481                 '(long-name     "UCS characters for JIS"
3482                   chars         256
3483                   dimension     3
3484                   columns       2
3485                   graphic       2
3486                   direction     l2r
3487                   =>iso-ir      177
3488                   mother        =>ucs@unicode))
3489   (make-charset '=>ucs@ks
3490                 "UCS representative characters for Korean Standards"
3491                 '(long-name     "UCS characters for KS"
3492                   chars         256
3493                   dimension     3
3494                   columns       2
3495                   graphic       2
3496                   direction     l2r
3497                   =>iso-ir      177
3498                   mother        =>ucs@unicode))
3499   (make-charset '=>ucs@cns
3500                 "UCS representatives characters for CNS 11643 sources"
3501                 '(long-name     "UCS characters for CNS 11643"
3502                   chars         256
3503                   dimension     3
3504                   columns       2
3505                   graphic       2
3506                   direction     l2r
3507                   =>iso-ir      177
3508                   mother        =>ucs@unicode))
3509
3510   (make-charset '=+>ucs@iso
3511                 "UCS based on ISO/IEC 10646 representative glyphs"
3512                 '(long-name     "Unified abstract glyphs of UCS"
3513                   chars         256
3514                   dimension     3
3515                   columns       2
3516                   graphic       2
3517                   direction     l2r
3518                   =>iso-ir      177
3519                   mother        =>ucs@iso))
3520   (make-charset '=+>ucs@unicode
3521                 "Unicode representative unified abstract glyphs"
3522                 '(long-name     "UCS unified abstract glyphs for Unicode"
3523                   chars         256
3524                   dimension     3
3525                   columns       2
3526                   graphic       2
3527                   direction     l2r
3528                   =>iso-ir      177
3529                   mother        =+>ucs@iso))
3530   (make-charset '=+>ucs@jis
3531                 "UCS based on Japanese usual unification"
3532                 '(long-name     "UCS unified abstract glyphs for JP"
3533                   chars         256
3534                   dimension     3
3535                   columns       2
3536                   graphic       2
3537                   direction     l2r
3538                   =>iso-ir      177
3539                   mother        =+>ucs@unicode))
3540   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
3541   (make-charset '=+>ucs@jis/1990
3542                 "UCS representative characters for JIS X0208/0212:1990"
3543                 '(long-name     "UCS characters for JIS:1990"
3544                   chars         256
3545                   dimension     3
3546                   columns       2
3547                   graphic       2
3548                   direction     l2r
3549                   =>iso-ir      177
3550                   mother        =+>ucs@jis))
3551   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
3552   (make-charset '=+>ucs@jis/2004
3553                 "UCS representative characters for JIS X 0213:2004"
3554                 '(long-name     "UCS characters for JIS:2004"
3555                   chars         256
3556                   dimension     3
3557                   columns       2
3558                   graphic       2
3559                   direction     l2r
3560                   =>iso-ir      177
3561                   mother        =+>ucs@jis))
3562   (make-charset '=+>ucs@ks
3563                 "UCS representative unified abstract glyphs for Korean Standards"
3564                 '(long-name     "UCS unified abstract glyphs for KS"
3565                   chars         256
3566                   dimension     3
3567                   columns       2
3568                   graphic       2
3569                   direction     l2r
3570                   =>iso-ir      177
3571                   mother        =+>ucs@unicode))
3572   (make-charset '=+>ucs@cns
3573                 "UCS representatives unified abstract glyphs for CNS 11643 sources"
3574                 '(long-name     "UCS unified abstract glyphs for CNS"
3575                   chars         256
3576                   dimension     3
3577                   columns       2
3578                   graphic       2
3579                   direction     l2r
3580                   =>iso-ir      177
3581                   mother        =+>ucs@unicode))
3582
3583   (make-charset '=ucs@iso
3584                 "ISO/IEC 10646 for its representative glyphs"
3585                 '(long-name     "UCS for ISO"
3586                   chars         256
3587                   dimension     3
3588                   columns       2
3589                   graphic       2
3590                   direction     l2r
3591                   =>iso-ir      177
3592                   mother        =+>ucs@iso
3593                   ))
3594   (make-charset '=ucs@unicode
3595                 "Unicode for its representative glyphs"
3596                 '(long-name     "UCS for Unicode"
3597                   chars         256
3598                   dimension     3
3599                   columns       2
3600                   graphic       2
3601                   direction     l2r
3602                   =>iso-ir      177
3603                   mother        =ucs@iso))
3604   (make-charset '=ucs@gb
3605                 "ISO/IEC 10646 for GB"
3606                 '(long-name     "UCS for GB"
3607                   chars         256
3608                   dimension     3
3609                   columns       2
3610                   graphic       2
3611                   direction     l2r
3612                   =>iso-ir      177
3613                   mother        =ucs@unicode))
3614   (define-charset-alias 'ucs-gb '=ucs@gb)
3615   (make-charset '=ucs@gb/fw
3616                 "ISO/IEC 10646 for GB with fullwidth"
3617                 '(long-name     "UCS for GB-fullwidth"
3618                   chars         256
3619                   dimension     3
3620                   columns       2
3621                   graphic       2
3622                   direction     l2r
3623                   =>iso-ir      177
3624                   mother        =ucs@gb))
3625   (make-charset '=ucs-bmp@gb
3626                 "ISO/IEC 10646 BMP for GB"
3627                 '(long-name     "BMP for GB"
3628                   chars         256
3629                   dimension     3
3630                   columns       2
3631                   graphic       2
3632                   direction     l2r
3633                   mother        =ucs@gb
3634                   min-code      #x0000
3635                   max-code      #xFFFF))
3636   (make-charset '=ucs@cns
3637                 "ISO/IEC 10646 for CNS 11643"
3638                 '(long-name     "UCS for CNS"
3639                   chars         256
3640                   dimension     3
3641                   columns       2
3642                   graphic       2
3643                   direction     l2r
3644                   =>iso-ir      177
3645                   mother        =ucs@unicode))
3646   (define-charset-alias 'ucs-cns '=ucs@cns)
3647   (make-charset '=ucs@cns/fw
3648                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
3649                 '(long-name     "UCS for CNS-fullwidth"
3650                   chars         256
3651                   dimension     3
3652                   columns       2
3653                   graphic       2
3654                   direction     l2r
3655                   =>iso-ir      177
3656                   mother        =ucs@cns))
3657   (make-charset '=ucs-bmp@cns
3658                 "ISO/IEC 10646 BMP for CNS"
3659                 '(long-name     "BMP for CNS"
3660                   chars         256
3661                   dimension     3
3662                   columns       2
3663                   graphic       2
3664                   direction     l2r
3665                   mother        =ucs@cns
3666                   min-code      #x0000
3667                   max-code      #xFFFF))
3668   (make-charset '=ucs@jis
3669                 "ISO/IEC 10646 for JIS X0208/0212/0213"
3670                 '(long-name     "UCS for JIS"
3671                   chars         256
3672                   dimension     3
3673                   columns       2
3674                   graphic       2
3675                   direction     l2r
3676                   =>iso-ir      177
3677                   mother        =ucs@unicode))
3678   (define-charset-alias 'ucs-jis '=ucs@jis)
3679   (make-charset '=ucs@jis/fw
3680                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
3681                 '(long-name     "UCS for JIS-fullwidth"
3682                   chars         256
3683                   dimension     3
3684                   columns       2
3685                   graphic       2
3686                   direction     l2r
3687                   =>iso-ir      177
3688                   mother        =ucs@jis))
3689   (make-charset '=ucs-bmp@jis
3690                 "ISO/IEC 10646 BMP for JIS"
3691                 '(long-name     "BMP for JIS"
3692                   chars         256
3693                   dimension     3
3694                   columns       2
3695                   graphic       2
3696                   direction     l2r
3697                   mother        =ucs@jis
3698                   min-code      #x0000
3699                   max-code      #xFFFF))
3700   ;; (make-charset '=ucs@jis/1983
3701   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
3702   ;;               '(long-name     "UCS for JIS:1983"
3703   ;;                 chars         256
3704   ;;                 dimension     3
3705   ;;                 columns       2
3706   ;;                 graphic       2
3707   ;;                 direction     l2r
3708   ;;                 =>iso-ir      177
3709   ;;                 mother        =ucs@jis))
3710   (make-charset '=ucs@jis/1990
3711                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
3712                 '(long-name     "UCS for JIS:1990"
3713                   chars         256
3714                   dimension     3
3715                   columns       2
3716                   graphic       2
3717                   direction     l2r
3718                   =>iso-ir      177
3719                   mother        =ucs@jis))
3720   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
3721   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
3722   (make-charset '=ucs@jis/2000
3723                 "ISO/IEC 10646 for JIS X 0213:2000"
3724                 '(long-name     "UCS for JIS:2000"
3725                   chars         256
3726                   dimension     3
3727                   columns       2
3728                   graphic       2
3729                   direction     l2r
3730                   =>iso-ir      177
3731                   mother        =ucs@jis))
3732   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
3733   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
3734   (make-charset '=ucs@jis/2004
3735                 "ISO/IEC 10646 for JIS X 0213:2004"
3736                 '(long-name     "UCS for JIS:2004"
3737                   chars         256
3738                   dimension     3
3739                   columns       2
3740                   graphic       2
3741                   direction     l2r
3742                   =>iso-ir      177
3743                   mother        =ucs@jis))
3744   (make-charset '=ucs@JP
3745                 "UCS for common glyphs used in Japan"
3746                 '(long-name     "UCS for Japan"
3747                   chars         256
3748                   dimension     3
3749                   columns       2
3750                   graphic       2
3751                   direction     l2r
3752                   =>iso-ir      177
3753                   mother        =ucs@jis/2004))
3754   (define-charset-alias '=ucs@jp '=ucs@JP)
3755   (make-charset '=ucs@JP/hanazono
3756                 "Japanese glyph-images of Hanazono Mincho"
3757                 '(long-name     "UCS for Hana-Min"
3758                   chars         256
3759                   dimension     3
3760                   columns       2
3761                   graphic       2
3762                   direction     l2r
3763                   =>iso-ir      177
3764                   mother        =ucs@JP))
3765   (make-charset '=ucs@ks
3766                 "ISO/IEC 10646 for Korean Standards"
3767                 '(long-name     "UCS for KS"
3768                   chars         256
3769                   dimension     3
3770                   columns       2
3771                   graphic       2
3772                   direction     l2r
3773                   =>iso-ir      177
3774                   mother        =ucs@unicode))
3775   (define-charset-alias 'ucs-ks '=ucs@ks)
3776   (make-charset '=ucs@ks/2012
3777                 "Mapping for Korean Standards in ISO/IEC 10646:2012"
3778                 '(long-name     "UCS:2012 for KS"
3779                   chars         256
3780                   dimension     3
3781                   columns       2
3782                   graphic       2
3783                   direction     l2r
3784                   =>iso-ir      177
3785                   mother        =ucs@ks))
3786   (make-charset '=ucs-bmp@ks
3787                 "ISO/IEC 10646 BMP for KS"
3788                 '(long-name     "BMP for KS"
3789                   chars         256
3790                   dimension     3
3791                   columns       2
3792                   graphic       2
3793                   direction     l2r
3794                   mother        =ucs@ks
3795                   min-code      #x0000
3796                   max-code      #xFFFF))
3797   (make-charset '=ucs@cns11643
3798                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
3799                 '(long-name     "UCS for CNS11643"
3800                   chars         256
3801                   dimension     3
3802                   columns       2
3803                   graphic       2
3804                   direction     l2r
3805                   =>iso-ir      177
3806                   mother        =ucs@cns))
3807   (make-charset '=ucs@big5
3808                 "ISO/IEC 10646 for Big5"
3809                 '(long-name     "UCS for Big5"
3810                   chars         256
3811                   dimension     3
3812                   columns       2
3813                   graphic       2
3814                   direction     l2r
3815                   =>iso-ir      177
3816                   mother        =ucs@cns
3817                   ;; mother     =>>ucs@cns
3818                   ))
3819   (define-charset-alias 'ucs-big5 '=ucs@big5)
3820   (make-charset '=ucs@big5/cns11643
3821                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
3822                 '(long-name     "UCS for Big5@CNS11643"
3823                   chars         256
3824                   dimension     3
3825                   columns       2
3826                   graphic       2
3827                   direction     l2r
3828                   =>iso-ir      177
3829                   mother        =ucs@big5))
3830
3831   (make-charset '=>>ucs@iso
3832                 "Representative abstract-glyphs of ISO/IEC 10646"
3833                 '(long-name     "UCS abstract glyphs for UCS"
3834                   chars         256
3835                   dimension     3
3836                   columns       2
3837                   graphic       2
3838                   direction     l2r
3839                   =>iso-ir      177
3840                   mother        =ucs@iso))
3841   (make-charset '=>>ucs@unicode
3842                 "Representative abstract-glyphs of Unicode"
3843                 '(long-name     "Unicode abstract glyphs"
3844                   chars         256
3845                   dimension     3
3846                   columns       2
3847                   graphic       2
3848                   direction     l2r
3849                   =>iso-ir      177
3850                   mother        =>>ucs@iso))
3851   (make-charset '=>>ucs@jis
3852                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
3853                 '(long-name     "UCS abstract glyphs for JIS"
3854                   chars         256
3855                   dimension     3
3856                   columns       2
3857                   graphic       2
3858                   direction     l2r
3859                   =>iso-ir      177
3860                   mother        =>>ucs@unicode))
3861   (make-charset '=>>ucs@jis/1990
3862                 "UCS Representative glyphs for JIS X 0208/0212:1990"
3863                 '(long-name     "UCS glyphs for JIS:1990"
3864                   chars         256
3865                   dimension     3
3866                   columns       2
3867                   graphic       2
3868                   direction     l2r
3869                   =>iso-ir      177
3870                   mother        =>>ucs@jis))
3871   (make-charset '=>>ucs@jis/2000
3872                 "UCS Representative glyphs for JIS X 0213:2000"
3873                 '(long-name     "UCS glyphs for JIS:2000"
3874                   chars         256
3875                   dimension     3
3876                   columns       2
3877                   graphic       2
3878                   direction     l2r
3879                   =>iso-ir      177
3880                   mother        =>>ucs@jis))
3881   (make-charset '=>>ucs@jis/2004
3882                 "UCS Representative glyphs for JIS X 0213:2004"
3883                 '(long-name     "UCS glyphs for JIS:2004"
3884                   chars         256
3885                   dimension     3
3886                   columns       2
3887                   graphic       2
3888                   direction     l2r
3889                   =>iso-ir      177
3890                   mother        =>>ucs@jis))
3891   (make-charset '=>>ucs@JP
3892                 "UCS abstract-glyphs based on Japanese style glyphs"
3893                 '(long-name     "UCS glyphs for JP"
3894                   chars         256
3895                   dimension     3
3896                   columns       2
3897                   graphic       2
3898                   direction     l2r
3899                   =>iso-ir      177
3900                   mother        =>>ucs@jis/2004))
3901   (make-charset '=>>ucs@ks
3902                 "UCS Representative glyphs for Korean Standards"
3903                 '(long-name     "UCS glyphs for KS"
3904                   chars         256
3905                   dimension     3
3906                   columns       2
3907                   graphic       2
3908                   direction     l2r
3909                   =>iso-ir      177
3910                   mother        =>>ucs@unicode))
3911   (make-charset '=>>ucs@cns
3912                 "UCS Representative glyphs for CNS 11643 sources"
3913                 '(long-name     "UCS glyphs for CNS"
3914                   chars         256
3915                   dimension     3
3916                   columns       2
3917                   graphic       2
3918                   direction     l2r
3919                   =>iso-ir      177
3920                   mother        =>>ucs@unicode))
3921
3922   (make-charset '==ucs@iso
3923                 "Representative glyph-forms of ISO/IEC 10646."
3924                 '(long-name     "UCS glyph-forms for UCS"
3925                   chars         256
3926                   dimension     3
3927                   columns       2
3928                   graphic       2
3929                   direction     l2r
3930                   =>iso-ir      177
3931                   mother        =>>ucs@iso))
3932   (define-charset-alias '=>>>ucs@iso '==ucs@iso)
3933   (make-charset '==ucs@unicode
3934                 "Representative glyph-forms of Unicode."
3935                 '(long-name     "UCS glyph-forms for Unicode"
3936                   chars         256
3937                   dimension     3
3938                   columns       2
3939                   graphic       2
3940                   direction     l2r
3941                   =>iso-ir      177
3942                   mother        ==ucs@iso))
3943   (define-charset-alias '=>>>ucs@unicode '==ucs@unicode)
3944   (make-charset '==ucs@gb
3945                 "ISO/IEC 10646 for GB"
3946                 '(long-name     "UCS for GB"
3947                   chars         256
3948                   dimension     3
3949                   columns       2
3950                   graphic       2
3951                   direction     l2r
3952                   =>iso-ir      177
3953                   mother        ==ucs@unicode))
3954   (make-charset '==ucs-bmp@gb
3955                 "ISO/IEC 10646 BMP for GB"
3956                 '(long-name     "BMP for GB"
3957                   chars         256
3958                   dimension     3
3959                   columns       2
3960                   graphic       2
3961                   direction     l2r
3962                   mother        ==ucs@gb
3963                   min-code      #x0000
3964                   max-code      #xFFFF))
3965   (make-charset '==ucs@cns
3966                 "UCS Representative glyph-forms for CNS 11643 sources."
3967                 '(long-name     "UCS glyph-forms for CNS"
3968                   chars         256
3969                   dimension     3
3970                   columns       2
3971                   graphic       2
3972                   direction     l2r
3973                   =>iso-ir      177
3974                   mother        ==ucs@unicode))
3975   (define-charset-alias '=>>>ucs@cns '==ucs@cns)
3976   (make-charset '==ucs-bmp@cns
3977                 "ISO/IEC 10646 BMP for CNS"
3978                 '(long-name     "BMP for CNS"
3979                   chars         256
3980                   dimension     3
3981                   columns       2
3982                   graphic       2
3983                   direction     l2r
3984                   mother        ==ucs@cns
3985                   min-code      #x0000
3986                   max-code      #xFFFF))
3987   (make-charset '==ucs@jis
3988                 "UCS Representative glyph-forms for JIS X0208/0212/0213."
3989                 '(long-name     "UCS glyph-forms for JIS"
3990                   chars         256
3991                   dimension     3
3992                   columns       2
3993                   graphic       2
3994                   direction     l2r
3995                   =>iso-ir      177
3996                   mother        ==ucs@unicode))
3997   (define-charset-alias '=>>>ucs@jis '==ucs@jis)
3998   (make-charset '==ucs@jis/1990
3999                 "UCS Representative glyph-forms for JIS X 0208/0212:1990."
4000                 '(long-name     "UCS glyph-forms for JIS:1990"
4001                   chars         256
4002                   dimension     3
4003                   columns       2
4004                   graphic       2
4005                   direction     l2r
4006                   =>iso-ir      177
4007                   mother        ==ucs@jis))
4008   (define-charset-alias '=>>>ucs@jis/1990 '==ucs@jis/1990)
4009   (make-charset '==ucs@jis/2000
4010                 "UCS Representative glyph-forms for JIS X 0213:2000."
4011                 '(long-name     "UCS glyph-forms for JIS:2000"
4012                   chars         256
4013                   dimension     3
4014                   columns       2
4015                   graphic       2
4016                   direction     l2r
4017                   =>iso-ir      177
4018                   mother        ==ucs@jis))
4019   (define-charset-alias '=>>>ucs@jis/2000 '==ucs@jis/2000)
4020   (make-charset '==ucs@jis/2004
4021                 "UCS Representative glyph-forms for JIS X 0213:2004."
4022                 '(long-name     "UCS glyph-forms for JIS:2004"
4023                   chars         256
4024                   dimension     3
4025                   columns       2
4026                   graphic       2
4027                   direction     l2r
4028                   =>iso-ir      177
4029                   mother        ==ucs@jis))
4030   (define-charset-alias '=>>>ucs@jis/2004 '==ucs@jis/2004)
4031   (make-charset '==ucs@JP
4032                 "UCS for common glyph-forms used in Japan."
4033                 '(long-name     "UCS for Japan"
4034                   chars         256
4035                   dimension     3
4036                   columns       2
4037                   graphic       2
4038                   direction     l2r
4039                   =>iso-ir      177
4040                   mother        ==ucs@jis/2004))
4041   (make-charset '==ucs@JP/hanazono
4042                 "Japanese glyph-forms of Hanazono Mincho."
4043                 '(long-name     "UCS for Hana-Min"
4044                   chars         256
4045                   dimension     3
4046                   columns       2
4047                   graphic       2
4048                   direction     l2r
4049                   =>iso-ir      177
4050                   mother        ==ucs@JP))
4051   (make-charset '==ucs@ks
4052                 "UCS Representative glyph-forms for Korean Standards."
4053                 '(long-name     "UCS glyph-forms for KS"
4054                   chars         256
4055                   dimension     3
4056                   columns       2
4057                   graphic       2
4058                   direction     l2r
4059                   =>iso-ir      177
4060                   mother        ==ucs@unicode))
4061   (define-charset-alias '=>>>ucs@ks '==ucs@ks)
4062   (make-charset '==ucs-bmp@ks
4063                 "ISO/IEC 10646 BMP for KS."
4064                 '(long-name     "BMP for KS"
4065                   chars         256
4066                   dimension     3
4067                   columns       2
4068                   graphic       2
4069                   direction     l2r
4070                   mother        ==ucs@ks
4071                   min-code      #x0000
4072                   max-code      #xFFFF))
4073   (make-charset '==ucs@cns11643
4074                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw."
4075                 '(long-name     "UCS for CNS11643"
4076                   chars         256
4077                   dimension     3
4078                   columns       2
4079                   graphic       2
4080                   direction     l2r
4081                   =>iso-ir      177
4082                   mother        ==ucs@cns))
4083
4084   (make-charset '===ucs@iso
4085                 "ISO/IEC 10646-2 representative glyph-images."
4086                 '(long-name     "ISO rep-images for UCS"
4087                   chars         256
4088                   dimension     3
4089                   columns       2
4090                   graphic       2
4091                   direction     l2r
4092                   =>iso-ir      177
4093                   mother        ==ucs@iso))
4094   (make-charset '===ucs@unicode
4095                 "Unicode for its representative glyph-images."
4096                 '(long-name     "UCS for Unicode"
4097                   chars         256
4098                   dimension     3
4099                   columns       2
4100                   graphic       2
4101                   direction     l2r
4102                   =>iso-ir      177
4103                   mother        ==ucs@unicode))
4104   (make-charset '===ucs@gb
4105                 "UCS representative glyph-images of GB."
4106                 '(long-name     "UCS rep-images for GB"
4107                   chars         256
4108                   dimension     3
4109                   columns       2
4110                   graphic       2
4111                   direction     l2r
4112                   =>iso-ir      177
4113                   mother        ===ucs@unicode))
4114   (make-charset '===ucs@ks
4115                 "UCS representative glyph-images of Korean Standards."
4116                 '(long-name     "UCS rep-images for KS"
4117                   chars         256
4118                   dimension     3
4119                   columns       2
4120                   graphic       2
4121                   direction     l2r
4122                   =>iso-ir      177
4123                   mother        ==ucs@ks))
4124
4125   (make-charset '=ucs-var-001
4126                 "uXXXX-var-001 glyph-images of GlyphWiki"
4127                 '(long-name     "UCS-var-001"
4128                   chars         256
4129                   dimension     3
4130                   columns       2
4131                   graphic       2
4132                   direction     l2r
4133                   ;; =>iso-ir   177
4134                   mother        =ucs))
4135   (make-charset '=ucs-bmp-var-001
4136                 "uXXXX-var-001 glyph-images in BMP"
4137                 '(long-name     "UCS-BMP-var-001"
4138                   chars         256
4139                   dimension     2
4140                   columns       2
4141                   graphic       2
4142                   direction     l2r
4143                   ;; =>iso-ir   177
4144                   mother        =ucs-var-001
4145                   min-code #x2E00
4146                   max-code #x9FCC
4147                   registry "ucs\\.var001-0"))
4148   (make-charset '=ucs-var-002
4149                 "uXXXX-var-002 glyph-images of GlyphWiki"
4150                 '(long-name     "UCS-var-002"
4151                   chars         256
4152                   dimension     3
4153                   columns       2
4154                   graphic       2
4155                   direction     l2r
4156                   ;; =>iso-ir   177
4157                   mother        =ucs))
4158   (make-charset '=ucs-bmp-var-002
4159                 "uXXXX-var-002 glyph-images in BMP"
4160                 '(long-name     "UCS-BMP-var-002"
4161                   chars         256
4162                   dimension     2
4163                   columns       2
4164                   graphic       2
4165                   direction     l2r
4166                   ;; =>iso-ir   177
4167                   mother        =ucs-var-002
4168                   min-code #x2E00
4169                   max-code #x9FCC
4170                   registry "ucs\\.var002-0"))
4171   (make-charset '=ucs-var-003
4172                 "uXXXX-var-003 glyph-images of GlyphWiki"
4173                 '(long-name     "UCS-var-003"
4174                   chars         256
4175                   dimension     3
4176                   columns       2
4177                   graphic       2
4178                   direction     l2r
4179                   ;; =>iso-ir   177
4180                   mother        =ucs))
4181   (make-charset '=ucs-bmp-var-003
4182                 "uXXXX-var-003 glyph-images in BMP"
4183                 '(long-name     "UCS-BMP-var-003"
4184                   chars         256
4185                   dimension     2
4186                   columns       2
4187                   graphic       2
4188                   direction     l2r
4189                   ;; =>iso-ir   177
4190                   mother        =ucs-var-003
4191                   min-code #x2E00
4192                   max-code #x9FCC
4193                   registry "ucs\\.var003-0"))
4194   (make-charset '=ucs-itaiji-001
4195                 "uXXXX-itaiji-001 glyphs of GlyphWiki"
4196                 '(long-name     "UCS-itaiji-001"
4197                   chars         256
4198                   dimension     3
4199                   columns       2
4200                   graphic       2
4201                   direction     l2r
4202                   ;; =>iso-ir   177
4203                   mother        =ucs))
4204   (make-charset '=ucs-bmp-itaiji-001
4205                 "uXXXX-itaiji-001 glyph-images in BMP"
4206                 '(long-name     "UCS-BMP-itaiji-001"
4207                   chars         256
4208                   dimension     2
4209                   columns       2
4210                   graphic       2
4211                   direction     l2r
4212                   ;; =>iso-ir   177
4213                   mother        =ucs-itaiji-001
4214                   min-code #x2E00
4215                   max-code #x9FCC
4216                   registry "ucs\\.itaiji001-0"))
4217   (make-charset '=ucs-sip-itaiji-001
4218                 "uXXXX-itaiji-001 glyph-images in SIP"
4219                 '(long-name     "UCS-SIP-itaiji-001"
4220                   chars         256
4221                   dimension     2
4222                   columns       2
4223                   graphic       2
4224                   direction     l2r
4225                   mother        =ucs-itaiji-001
4226                   min-code #x20000 max-code #x2FFFF
4227                   registry "ucs00\\.itaiji001-2"))
4228   (make-charset '=ucs-itaiji-002
4229                 "uXXXX-itaiji-002 glyphs of GlyphWiki"
4230                 '(long-name     "UCS-itaiji-002"
4231                   chars         256
4232                   dimension     3
4233                   columns       2
4234                   graphic       2
4235                   direction     l2r
4236                   ;; =>iso-ir   177
4237                   mother        =ucs))
4238   (make-charset '=ucs-bmp-itaiji-002
4239                 "uXXXX-itaiji-002 glyph-images in BMP"
4240                 '(long-name     "UCS-BMP-itaiji-002"
4241                   chars         256
4242                   dimension     2
4243                   columns       2
4244                   graphic       2
4245                   direction     l2r
4246                   ;; =>iso-ir   177
4247                   mother        =ucs-itaiji-002
4248                   min-code #x2E00
4249                   max-code #x9FCC
4250                   registry "ucs\\.itaiji002-0"))
4251   (make-charset '=ucs-itaiji-003
4252                 "uXXXX-itaiji-003 glyphs of GlyphWiki"
4253                 '(long-name     "UCS-itaiji-003"
4254                   chars         256
4255                   dimension     3
4256                   columns       2
4257                   graphic       2
4258                   direction     l2r
4259                   ;; =>iso-ir   177
4260                   mother        =ucs))
4261   (make-charset '=ucs-bmp-itaiji-003
4262                 "uXXXX-itaiji-003 glyph-images in BMP"
4263                 '(long-name     "UCS-BMP-itaiji-003"
4264                   chars         256
4265                   dimension     2
4266                   columns       2
4267                   graphic       2
4268                   direction     l2r
4269                   ;; =>iso-ir   177
4270                   mother        =ucs-itaiji-003
4271                   min-code #x2E00
4272                   max-code #x9FCC
4273                   registry "ucs\\.itaiji003-0"))
4274   (make-charset '=ucs-itaiji-004
4275                 "uXXXX-itaiji-004 glyphs of GlyphWiki"
4276                 '(long-name     "UCS-itaiji-004"
4277                   chars         256
4278                   dimension     3
4279                   columns       2
4280                   graphic       2
4281                   direction     l2r
4282                   ;; =>iso-ir   177
4283                   mother        =ucs))
4284   (make-charset '=ucs-bmp-itaiji-004
4285                 "uXXXX-itaiji-004 glyph-images in BMP"
4286                 '(long-name     "UCS-BMP-itaiji-004"
4287                   chars         256
4288                   dimension     2
4289                   columns       2
4290                   graphic       2
4291                   direction     l2r
4292                   ;; =>iso-ir   177
4293                   mother        =ucs-itaiji-004
4294                   min-code #x2E00
4295                   max-code #x9FCC
4296                   registry "ucs\\.itaiji004-0"))
4297   (make-charset '=ucs-itaiji-005
4298                 "uXXXX-itaiji-005 glyphs of GlyphWiki"
4299                 '(long-name     "UCS-itaiji-005"
4300                   chars         256
4301                   dimension     3
4302                   columns       2
4303                   graphic       2
4304                   direction     l2r
4305                   ;; =>iso-ir   177
4306                   mother        =ucs))
4307   (make-charset '=ucs-bmp-itaiji-005
4308                 "uXXXX-itaiji-005 glyph-images in BMP"
4309                 '(long-name     "UCS-BMP-itaiji-005"
4310                   chars         256
4311                   dimension     2
4312                   columns       2
4313                   graphic       2
4314                   direction     l2r
4315                   ;; =>iso-ir   177
4316                   mother        =ucs-itaiji-005
4317                   min-code #x2E00
4318                   max-code #x9FCC
4319                   registry "ucs\\.itaiji005-0"))
4320   (make-charset '=ucs-itaiji-008
4321                 "uXXXX-itaiji-008 glyphs of GlyphWiki"
4322                 '(long-name     "UCS-itaiji-008"
4323                   chars         256
4324                   dimension     3
4325                   columns       2
4326                   graphic       2
4327                   direction     l2r
4328                   ;; =>iso-ir   177
4329                   mother        =ucs))
4330   (make-charset '=ucs-bmp-itaiji-008
4331                 "uXXXX-itaiji-008 glyph-images in BMP"
4332                 '(long-name     "UCS-BMP-itaiji-008"
4333                   chars         256
4334                   dimension     2
4335                   columns       2
4336                   graphic       2
4337                   direction     l2r
4338                   ;; =>iso-ir   177
4339                   mother        =ucs-itaiji-008
4340                   min-code #x2E00
4341                   max-code #x9FCC
4342                   registry "ucs\\.itaiji008-0"))
4343   (make-charset '=ucs-itaiji-084
4344                 "uXXXX-itaiji-084 glyph-images of GlyphWiki"
4345                 '(long-name     "UCS-itaiji-084"
4346                   chars         256
4347                   dimension     3
4348                   columns       2
4349                   graphic       2
4350                   direction     l2r
4351                   ;; =>iso-ir   177
4352                   mother        =ucs))
4353   (make-charset '=ucs-bmp-itaiji-084
4354                 "uXXXX-itaiji-084 glyph-images in BMP"
4355                 '(long-name     "UCS-BMP-itaiji-084"
4356                   chars         256
4357                   dimension     2
4358                   columns       2
4359                   graphic       2
4360                   direction     l2r
4361                   ;; =>iso-ir   177
4362                   mother        =ucs-itaiji-084
4363                   min-code #x2E00
4364                   max-code #x9FCC
4365                   registry "ucs\\.itaiji084-0"))
4366
4367   (make-charset
4368    '=ucs-radicals
4369    "CJK Radicals of UCS"
4370    '(long-name "UCS-Radicals"
4371                chars 256
4372                dimension 2
4373                columns 2
4374                graphic 2
4375                direction l2r
4376                registry "-zhRadicals-.*-ucs-0"
4377                mother ucs-bmp
4378                min-code #x2E00 max-code #x2FFF))
4379   (make-charset
4380    '=ucs-radicals@unicode
4381    "CJK Radicals of UCS"
4382    '(long-name "UCS-Radicals"
4383                chars 256
4384                dimension 2
4385                columns 2
4386                graphic 2
4387                direction l2r
4388                registry "-zhRadicals-.*-ucs-0"
4389                mother =ucs@unicode
4390                min-code #x2E00 max-code #x2FFF))
4391   (make-charset
4392    '==ucs-radicals@unicode
4393    "CJK Radicals of UCS"
4394    '(long-name "UCS-Radicals"
4395                chars 256
4396                dimension 2
4397                columns 2
4398                graphic 2
4399                direction l2r
4400                registry "-zhRadicals-.*-ucs-0"
4401                mother ==ucs@unicode
4402                min-code #x2E00 max-code #x2FFF))
4403   (make-charset
4404    '=ucs-hangul
4405    "Hangul Syllables of UCS"
4406    '(long-name "UCS-Hangul-Syllables"
4407                chars 256
4408                dimension 2
4409                columns 2
4410                graphic 2
4411                direction l2r
4412                registry "-Hangul-.*-ucs-0"
4413                mother =ucs
4414                min-code #xAC00 max-code #xD7AF))
4415   (make-charset
4416    '=ucs-bmp-cjk
4417    "CJK Characters in BMP of UCS"
4418    '(long-name "UCS-BMP-CJK"
4419                chars 256
4420                dimension 2
4421                columns 2
4422                graphic 2
4423                direction l2r
4424                registry "-zh-.*-ucs-0"
4425                mother ucs-bmp
4426                min-code #x2E00
4427                max-code #x9FA5
4428                ;; max-code #x9FCC
4429                ;; max-code #xA4CF
4430                ))
4431   (make-charset
4432    '=ucs-bmp-cjk@gb
4433    "CJK Characters in BMP with GB representative glyph-images."
4434    '(long-name "CJK in BMP@GB"
4435                chars 256
4436                dimension 2
4437                columns 2
4438                graphic 2
4439                direction l2r
4440                registry "-zh-.*-ucs-0"
4441                mother =ucs@gb
4442                min-code #x2E00
4443                max-code #x9FA5
4444                ;; max-code #x9FCC
4445                ;; max-code #xA4CF
4446                ))
4447   (make-charset
4448    '==ucs-bmp-cjk@gb
4449    "CJK Characters in BMP with GB representative glyph-images."
4450    '(long-name "CJK in BMP@GB"
4451                chars 256
4452                dimension 2
4453                columns 2
4454                graphic 2
4455                direction l2r
4456                registry "-zh-.*-ucs-0"
4457                mother ==ucs@gb
4458                min-code #x2E00
4459                max-code #x9FA5
4460                ;; max-code #x9FCC
4461                ;; max-code #xA4CF
4462                ))
4463   (make-charset
4464    '===ucs-bmp-cjk@gb
4465    "CJK Characters in BMP with GB representative glyph-images."
4466    '(long-name "CJK in BMP@GB"
4467                chars 256
4468                dimension 2
4469                columns 2
4470                graphic 2
4471                direction l2r
4472                registry "-zh-.*-ucs-0"
4473                mother ===ucs@gb
4474                min-code #x2E00
4475                max-code #x9FA5
4476                ;; max-code #x9FCC
4477                ;; max-code #xA4CF
4478                ))
4479   (make-charset
4480    '=ucs-bmp-cjk@JP
4481    "CJK Characters in BMP with JIS representative glyphs"
4482    '(long-name "CJK in BMP@JP"
4483                chars 256
4484                dimension 2
4485                columns 2
4486                graphic 2
4487                direction l2r
4488                registry "-ja-.*-ucs-0"
4489                mother =ucs@JP
4490                min-code #x2E00
4491                max-code #x9FCC
4492                ;; max-code #xA4CF
4493                ))
4494   (make-charset
4495    '=ucs-bmp-cjk@JP/hanazono
4496    "CJK Characters in BMP with Hanazono font"
4497    '(long-name "CJK in BMP@JP/Hanazono"
4498                chars 256
4499                dimension 2
4500                columns 2
4501                graphic 2
4502                direction l2r
4503                registry "-ja-.*-ucs-0"
4504                mother =ucs@JP/hanazono
4505                min-code #x2E00
4506                max-code #x9FCC
4507                ;; max-code #xA4CF
4508                ))
4509   (make-charset
4510    '==ucs-bmp-cjk@JP/hanazono
4511    "CJK Characters in BMP with Hanazono font"
4512    '(long-name "CJK in BMP@JP/Hanazono"
4513                chars 256
4514                dimension 2
4515                columns 2
4516                graphic 2
4517                direction l2r
4518                registry "-ja-.*-ucs-0"
4519                mother ==ucs@JP/hanazono
4520                min-code #x2E00
4521                max-code #x9FCC
4522                ;; max-code #xA4CF
4523                ))
4524   (make-charset
4525    '=+>ucs-bmp-cjk@unicode
4526    "Unicode representative characters of CJK Unified Ideographs in BMP"
4527    '(long-name "Unicode-BMP-CJK unified abstract glyphs"
4528                chars 256
4529                dimension 2
4530                columns 2
4531                graphic 2
4532                direction l2r
4533                registry "-zh-.*-ucs-0"
4534                mother =+>ucs@unicode
4535                min-code #x2E00
4536                max-code #x9FA5
4537                ;; max-code #x9FCC
4538                ;; max-code #xA4CF
4539                ))
4540   (make-charset
4541    '=>ucs-bmp-cjk@unicode
4542    "Unicode representative characters of CJK Unified Ideographs in BMP"
4543    '(long-name "Unicode-BMP-CJK"
4544                chars 256
4545                dimension 2
4546                columns 2
4547                graphic 2
4548                direction l2r
4549                registry "-zh-.*-ucs-0"
4550                mother =>ucs@unicode
4551                min-code #x2E00
4552                max-code #x9FA5
4553                ;; max-code #x9FCC
4554                ;; max-code #xA4CF
4555                ))
4556   (make-charset
4557    '=>ucs-bmp-cjk@component
4558    "CJK Characters in BMP for IWDS-1 abstract components."
4559    '(long-name "CJK in BMP@component"
4560                chars 256
4561                dimension 2
4562                columns 2
4563                graphic 2
4564                direction l2r
4565                registry "-ja-.*-ucs-0"
4566                mother =>ucs@component
4567                min-code #x2E00
4568                max-code #x9FCC
4569                ;; max-code #xA4CF
4570                ))
4571   (make-charset
4572    '==>ucs-bmp-cjk@bucs
4573    "CJK Characters in BMP of BUCS"
4574    '(long-name "BUCS-BMP-CJK"
4575                chars 256
4576                dimension 2
4577                columns 2
4578                graphic 2
4579                direction l2r
4580                registry "-zh-.*-ucs-0"
4581                mother ==>ucs@bucs
4582                min-code #x2E00
4583                max-code #x9FA5
4584                ;; max-code #x9FCC
4585                ;; max-code #xA4CF
4586                ))
4587   (make-charset
4588    '=ucs-bmp-cjk-compat
4589    "CJK Compatibility Ideographs in BMP of UCS"
4590    '(long-name "CJK Compatibility Ideographs"
4591                chars 256
4592                dimension 2
4593                columns 2
4594                graphic 2
4595                direction l2r
4596                registry "-ja-.*-ucs-0"
4597                mother ucs-bmp
4598                min-code #xF900
4599                max-code #xFAFF
4600                ))
4601   (make-charset
4602    '=ucs-bmp-cjk-compat@unicode
4603    "CJK Compatibility Ideographs of Unicode representatives"
4604    '(long-name "CJK Compatibility Ideographs of Unicode"
4605                chars 256
4606                dimension 2
4607                columns 2
4608                graphic 2
4609                direction l2r
4610                registry "-ja-.*-ucs-0"
4611                mother =ucs@unicode
4612                min-code #xF900
4613                max-code #xFAFF
4614                ))
4615   (make-charset
4616    '==ucs-bmp-cjk-compat@gb
4617    "CJK Compatibility Ideographs of Unicode representatives"
4618    '(long-name "CJK Compatibility Ideographs of Unicode"
4619                chars 256
4620                dimension 2
4621                columns 2
4622                graphic 2
4623                direction l2r
4624                registry "-zh-.*-ucs-0"
4625                mother ==ucs@gb
4626                min-code #xF900
4627                max-code #xFAFF
4628                ))
4629   (make-charset
4630    '==ucs-bmp-cjk-compat@JP
4631    "CJK Compatibility Ideographs for common glyph-forms used in Japan."
4632    '(long-name "CJK Compatibility Ideographs for Japan"
4633                chars 256
4634                dimension 2
4635                columns 2
4636                graphic 2
4637                direction l2r
4638                registry "-ja-.*-ucs-0"
4639                mother ==ucs@JP
4640                min-code #xF900
4641                max-code #xFAFF
4642                ))
4643   (make-charset
4644    '=+>ucs-bmp-cjk-compat@jis
4645    "CJK Compatibility Ideographs of JIS representatives unified glyphs"
4646    '(long-name "JIS unified glyphs for CJK Compat chars"
4647                chars 256
4648                dimension 2
4649                columns 2
4650                graphic 2
4651                direction l2r
4652                registry "-ja-.*-ucs-0"
4653                mother =+>ucs@jis
4654                min-code #xF900
4655                max-code #xFAFF
4656                ))
4657   (make-charset
4658    '=ucs-sip-ext-b
4659    "CJK Ideographs Extension B"
4660    '(long-name "UCS CJK Ext-B"
4661                chars 256
4662                dimension 2
4663                columns 2
4664                graphic 2
4665                direction l2r
4666                registry "\\(iso10646\\|ucs00\\)-2$"
4667                mother ucs
4668                min-code #x20000 max-code #x2A6D6
4669                code-offset #x20000))
4670   (make-charset
4671    '=ucs-sip@iso
4672    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4673    '(long-name "UCS CJK Ext-B"
4674                chars 256
4675                dimension 2
4676                columns 2
4677                graphic 2
4678                direction l2r
4679                registry "ucs00-2$"
4680                mother =ucs@iso
4681                min-code #x20000 max-code #x2FFFF
4682                code-offset #x20000))
4683   (make-charset
4684    '=ucs-sip-ext-b@iso
4685    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4686    '(long-name "UCS CJK Ext-B"
4687                chars 256
4688                dimension 2
4689                columns 2
4690                graphic 2
4691                direction l2r
4692                registry "\\(iso10646\\|ucs00\\)-2$"
4693                mother =ucs@iso
4694                min-code #x20000 max-code #x2A6D6
4695                code-offset #x20000))
4696   (make-charset
4697    '==ucs-sip@iso
4698    "ISO representative abstract-glyph-images of ISO/IEC 10646 Plane 2"
4699    '(long-name "SIP abstract glyph-images"
4700                chars 256
4701                dimension 2
4702                columns 2
4703                graphic 2
4704                direction l2r
4705                registry "\\(ucs00\\)-2$"
4706                mother ==ucs@iso
4707                code-offset #x20000))
4708   (make-charset
4709    '==ucs-sip-ext-b@iso
4710    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4711    '(long-name "UCS CJK Ext-B"
4712                chars 256
4713                dimension 2
4714                columns 2
4715                graphic 2
4716                direction l2r
4717                registry "\\(iso10646\\|ucs00\\)-2$"
4718                mother ==ucs@iso
4719                min-code #x20000 max-code #x2A6D6
4720                code-offset #x20000))
4721   (make-charset
4722    '===ucs-sip@iso
4723    "ISO representative glyph-images of ISO/IEC 10646 Plane 2"
4724    '(long-name "SIP rep-glyph-images"
4725                chars 256
4726                dimension 2
4727                columns 2
4728                graphic 2
4729                direction l2r
4730                registry "\\(ucs00\\)-2$"
4731                mother ===ucs@iso
4732                code-offset #x20000))
4733   (make-charset
4734    '===ucs-sip-ext-b@iso
4735    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4736    '(long-name "UCS CJK Ext-B"
4737                chars 256
4738                dimension 2
4739                columns 2
4740                graphic 2
4741                direction l2r
4742                registry "\\(iso10646\\|ucs00\\)-2$"
4743                mother ===ucs@iso
4744                min-code #x20000 max-code #x2A6D6
4745                code-offset #x20000))
4746   )
4747
4748 ;;; mule-conf.el ends here