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