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