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