(==hanyo-denshi/ip): 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 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 ,(lsh #x6300 16)
42                max-code ,(+ (lsh #x6300 16) 23057)
43                code-offset      ,(lsh #x6300 16)))
44   (make-charset
45    '=adobe-japan1-0
46    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
47    '(long-name "Adobe-Japan1-0"
48                chars 256
49                dimension 2
50                columns 2
51                graphic 2
52                direction l2r
53                mother =adobe-japan1-base
54                min-code 0
55                max-code 8283
56                registry "AdobeJapan1-[0-6]$"))
57   (make-charset
58    '=adobe-japan1-1
59    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
60    '(long-name "Adobe-Japan1-1"
61                chars 256
62                dimension 2
63                columns 2
64                graphic 2
65                direction l2r
66                mother =adobe-japan1-0
67                min-code 0
68                max-code 8358
69                registry "AdobeJapan1-[1-6]$"))
70   (make-charset
71    '=adobe-japan1-2
72    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
73    '(long-name "Adobe-Japan1-2"
74                chars 256
75                dimension 2
76                columns 2
77                graphic 2
78                direction l2r
79                mother =adobe-japan1-1
80                min-code 0
81                max-code 8719
82                registry "AdobeJapan1-[2-6]$"))
83   (make-charset
84    '=adobe-japan1-3
85    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
86    '(long-name "Adobe-Japan1-3"
87                chars 256
88                dimension 2
89                columns 2
90                graphic 2
91                direction l2r
92                mother =adobe-japan1-2
93                min-code 0
94                max-code 9353
95                registry "AdobeJapan1-[3-6]$"))
96   (make-charset
97    '=adobe-japan1-4
98    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
99    '(long-name "Adobe-Japan1-4"
100                chars 256
101                dimension 2
102                columns 2
103                graphic 2
104                direction l2r
105                mother =adobe-japan1-3
106                min-code 0
107                max-code 15443
108                registry "AdobeJapan1-[4-6]$"))
109   (make-charset
110    '=adobe-japan1-5
111    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
112    '(long-name "Adobe-Japan1-5"
113                chars 256
114                dimension 2
115                columns 2
116                graphic 2
117                direction l2r
118                mother =adobe-japan1-4
119                min-code 0
120                max-code 20316
121                registry "AdobeJapan1-[5-6]$"))
122   (make-charset
123    '=adobe-japan1-6
124    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
125    '(long-name "Adobe-Japan1-6"
126                chars 256
127                dimension 2
128                columns 2
129                graphic 2
130                direction l2r
131                mother =adobe-japan1-5
132                min-code 0
133                max-code 23057
134                registry "AdobeJapan1-6$"))
135   (define-charset-alias '=adobe-japan1 '=adobe-japan1-6)
136
137   (make-charset
138    '==adobe-japan1-0
139    "Adobe-Japan1-0 detailed glyph-images."
140    '(long-name "Adobe-Japan1-0 glyph-images"
141                chars 256
142                dimension 2
143                columns 2
144                graphic 2
145                direction l2r
146                mother =adobe-japan1-0
147                registry "AdobeJapan1-0$"))
148   (make-charset
149    '==adobe-japan1-1
150    "Adobe-Japan1-1 detailed glyph-images."
151    '(long-name "Adobe-Japan1-1 glyph-images"
152                chars 256
153                dimension 2
154                columns 2
155                graphic 2
156                direction l2r
157                mother ==adobe-japan1-0
158                registry "AdobeJapan1-1$"))
159   (make-charset
160    '==adobe-japan1-2
161    "Adobe-Japan1-2 detailed glyph-images."
162    '(long-name "Adobe-Japan1-2 glyph-images"
163                chars 256
164                dimension 2
165                columns 2
166                graphic 2
167                direction l2r
168                mother ==adobe-japan1-1
169                registry "AdobeJapan1-2$"))
170   (make-charset
171    '==adobe-japan1-3
172    "Adobe-Japan1-3 detailed glyph-images."
173    '(long-name "Adobe-Japan1-3 glyph-images"
174                chars 256
175                dimension 2
176                columns 2
177                graphic 2
178                direction l2r
179                mother ==adobe-japan1-2
180                registry "AdobeJapan1-3$"))
181   (make-charset
182    '==adobe-japan1-4
183    "Adobe-Japan1-4 detailed glyph-images."
184    '(long-name "Adobe-Japan1-4 glyph-images"
185                chars 256
186                dimension 2
187                columns 2
188                graphic 2
189                direction l2r
190                mother ==adobe-japan1-3
191                registry "AdobeJapan1-4$"))
192   (make-charset
193    '==adobe-japan1-5
194    "Adobe-Japan1-5 detailed glyph-images."
195    '(long-name "Adobe-Japan1-5 glyph-images"
196                chars 256
197                dimension 2
198                columns 2
199                graphic 2
200                direction l2r
201                mother ==adobe-japan1-4
202                registry "AdobeJapan1-5$"))
203   (make-charset
204    '==adobe-japan1-6
205    "Adobe-Japan1-6 detailed glyph-images."
206    '(long-name "Adobe-Japan1-6 glyph-images"
207                chars 256
208                dimension 2
209                columns 2
210                graphic 2
211                direction l2r
212                mother ==adobe-japan1-5
213                registry "AdobeJapan1-6$"))
214   (define-charset-alias '==adobe-japan1 '==adobe-japan1-6)
215
216   (define-charset-alias '=>>>adobe-japan1-0 '=adobe-japan1-0)
217   (define-charset-alias '=>>>adobe-japan1-1 '=adobe-japan1-1)
218   (define-charset-alias '=>>>adobe-japan1-2 '=adobe-japan1-2)
219   (define-charset-alias '=>>>adobe-japan1-3 '=adobe-japan1-3)
220   (define-charset-alias '=>>>adobe-japan1-4 '=adobe-japan1-4)
221   (define-charset-alias '=>>>adobe-japan1-5 '=adobe-japan1-5)
222   (define-charset-alias '=>>>adobe-japan1-6 '=adobe-japan1-6)
223   ;; (make-charset
224   ;;  '=>>>adobe-japan1-0
225   ;;  "Adobe-Japan1-0 abstract glyph-forms"
226   ;;  '(long-name "Adobe-Japan1-0 abstract glyph-forms"
227   ;;              chars 256
228   ;;              dimension 2
229   ;;              columns 2
230   ;;              graphic 2
231   ;;              direction l2r
232   ;;              mother =adobe-japan1-0
233   ;;              registry "AdobeJapan1-0$"))
234   ;; (make-charset
235   ;;  '=>>>adobe-japan1-1
236   ;;  "Adobe-Japan1-1 abstract glyph-forms"
237   ;;  '(long-name "Adobe-Japan1-1 abstract glyph-forms"
238   ;;              chars 256
239   ;;              dimension 2
240   ;;              columns 2
241   ;;              graphic 2
242   ;;              direction l2r
243   ;;              mother =>>>adobe-japan1-0
244   ;;              registry "AdobeJapan1-1$"))
245   ;; (make-charset
246   ;;  '=>>>adobe-japan1-2
247   ;;  "Adobe-Japan1-2 abstract glyph-forms"
248   ;;  '(long-name "Adobe-Japan1-2 abstract glyph-forms"
249   ;;              chars 256
250   ;;              dimension 2
251   ;;              columns 2
252   ;;              graphic 2
253   ;;              direction l2r
254   ;;              mother =>>>adobe-japan1-1
255   ;;              registry "AdobeJapan1-2$"))
256   ;; (make-charset
257   ;;  '=>>>adobe-japan1-3
258   ;;  "Adobe-Japan1-3 abstract glyph-forms"
259   ;;  '(long-name "Adobe-Japan1-3 abstract glyph-forms"
260   ;;              chars 256
261   ;;              dimension 2
262   ;;              columns 2
263   ;;              graphic 2
264   ;;              direction l2r
265   ;;              mother =>>>adobe-japan1-2
266   ;;              registry "AdobeJapan1-3$"))
267   ;; (make-charset
268   ;;  '=>>>adobe-japan1-4
269   ;;  "Adobe-Japan1-4 abstract glyph-forms"
270   ;;  '(long-name "Adobe-Japan1-4 abstract glyph-forms"
271   ;;              chars 256
272   ;;              dimension 2
273   ;;              columns 2
274   ;;              graphic 2
275   ;;              direction l2r
276   ;;              mother =>>>adobe-japan1-3
277   ;;              registry "AdobeJapan1-4$"))
278   ;; (make-charset
279   ;;  '=>>>adobe-japan1-5
280   ;;  "Adobe-Japan1-5 abstract glyph-forms"
281   ;;  '(long-name "Adobe-Japan1-5 abstract glyph-forms"
282   ;;              chars 256
283   ;;              dimension 2
284   ;;              columns 2
285   ;;              graphic 2
286   ;;              direction l2r
287   ;;              mother =>>>adobe-japan1-4
288   ;;              registry "AdobeJapan1-5$"))
289   ;; (make-charset
290   ;;  '=>>>adobe-japan1-6
291   ;;  "Adobe-Japan1-6 abstract glyph-forms"
292   ;;  '(long-name "Adobe-Japan1-6 abstract glyph-forms"
293   ;;              chars 256
294   ;;              dimension 2
295   ;;              columns 2
296   ;;              graphic 2
297   ;;              direction l2r
298   ;;              mother =>>>adobe-japan1-5
299   ;;              registry "AdobeJapan1-6$"))
300   (define-charset-alias '=>>>adobe-japan1 '=>>>adobe-japan1-6)
301
302   (make-charset
303    '=>>adobe-japan1-0
304    "Adobe-Japan1-0 abstract glyphs"
305    '(long-name "Adobe-Japan1-0 abstract glyphs"
306                chars 256
307                dimension 2
308                columns 2
309                graphic 2
310                direction l2r
311                mother =>>>adobe-japan1
312                registry "AdobeJapan1-0$"))
313   (make-charset
314    '=>>adobe-japan1-1
315    "Adobe-Japan1-1 abstract glyphs"
316    '(long-name "Adobe-Japan1-1 abstract glyphs"
317                chars 256
318                dimension 2
319                columns 2
320                graphic 2
321                direction l2r
322                mother =>>adobe-japan1-0
323                registry "AdobeJapan1-1"))
324   (make-charset
325    '=>>adobe-japan1-2
326    "Adobe-Japan1-2 abstract glyphs"
327    '(long-name "Adobe-Japan1-2 abstract glyphs"
328                chars 256
329                dimension 2
330                columns 2
331                graphic 2
332                direction l2r
333                mother =>>adobe-japan1-1
334                registry "AdobeJapan1-2"))
335   (make-charset
336    '=>>adobe-japan1-3
337    "Adobe-Japan1-3 abstract glyphs"
338    '(long-name "Adobe-Japan1-3 abstract glyphs"
339                chars 256
340                dimension 2
341                columns 2
342                graphic 2
343                direction l2r
344                mother =>>adobe-japan1-2
345                registry "AdobeJapan1-3"))
346   (make-charset
347    '=>>adobe-japan1-4
348    "Adobe-Japan1-4 abstract glyphs"
349    '(long-name "Adobe-Japan1-4 abstract glyphs"
350                chars 256
351                dimension 2
352                columns 2
353                graphic 2
354                direction l2r
355                mother =>>adobe-japan1-3
356                registry "AdobeJapan1-4"))
357   (make-charset
358    '=>>adobe-japan1-5
359    "Adobe-Japan1-5 abstract glyphs"
360    '(long-name "Adobe-Japan1-5 abstract glyphs"
361                chars 256
362                dimension 2
363                columns 2
364                graphic 2
365                direction l2r
366                mother =>>adobe-japan1-4
367                registry "AdobeJapan1-5"))
368   (make-charset
369    '=>>adobe-japan1-6
370    "Adobe-Japan1-6 abstract glyphs"
371    '(long-name "Adobe-Japan1-6 abstract glyphs"
372                chars 256
373                dimension 2
374                columns 2
375                graphic 2
376                direction l2r
377                mother =>>adobe-japan1-5
378                registry "AdobeJapan1-6"))
379   (define-charset-alias '=>>adobe-japan1 '=>>adobe-japan1-6)
380
381   (make-charset
382    '=+>adobe-japan1-0
383    "Adobe-Japan1-0 unified abstract glyphs"
384    '(long-name "Adobe-Japan1-0 unified abstract glyphs"
385                chars 256
386                dimension 2
387                columns 2
388                graphic 2
389                direction l2r
390                mother =>>adobe-japan1
391                registry "AdobeJapan1-0$"))
392   (make-charset
393    '=+>adobe-japan1-1
394    "Adobe-Japan1-1 unified abstract glyphs"
395    '(long-name "Adobe-Japan1-1 unified abstract glyphs"
396                chars 256
397                dimension 2
398                columns 2
399                graphic 2
400                direction l2r
401                mother =+>adobe-japan1-0
402                registry "AdobeJapan1-1"))
403   (make-charset
404    '=+>adobe-japan1-2
405    "Adobe-Japan1-2 unified abstract glyphs"
406    '(long-name "Adobe-Japan1-2 unified abstract glyphs"
407                chars 256
408                dimension 2
409                columns 2
410                graphic 2
411                direction l2r
412                mother =+>adobe-japan1-1
413                registry "AdobeJapan1-2"))
414   (make-charset
415    '=+>adobe-japan1-3
416    "Adobe-Japan1-3 unified abstract glyphs"
417    '(long-name "Adobe-Japan1-3 unified abstract glyphs"
418                chars 256
419                dimension 2
420                columns 2
421                graphic 2
422                direction l2r
423                mother =+>adobe-japan1-2
424                registry "AdobeJapan1-3"))
425   (make-charset
426    '=+>adobe-japan1-4
427    "Adobe-Japan1-4 unified abstract glyphs"
428    '(long-name "Adobe-Japan1-4 unified abstract glyphs"
429                chars 256
430                dimension 2
431                columns 2
432                graphic 2
433                direction l2r
434                mother =+>adobe-japan1-3
435                registry "AdobeJapan1-4"))
436   (make-charset
437    '=+>adobe-japan1-5
438    "Adobe-Japan1-5 unified abstract glyphs"
439    '(long-name "Adobe-Japan1-5 unified abstract glyphs"
440                chars 256
441                dimension 2
442                columns 2
443                graphic 2
444                direction l2r
445                mother =+>adobe-japan1-4
446                registry "AdobeJapan1-5"))
447   (make-charset
448    '=+>adobe-japan1-6
449    "Adobe-Japan1-6 unified abstract glyphs"
450    '(long-name "Adobe-Japan1-6 unified abstract glyphs"
451                chars 256
452                dimension 2
453                columns 2
454                graphic 2
455                direction l2r
456                mother =+>adobe-japan1-5
457                registry "AdobeJapan1-6"))
458   (define-charset-alias '=+>adobe-japan1 '=+>adobe-japan1-6)
459
460   (make-charset
461    '=jis-x0208@1978
462    "JIS X 0208:1978, unchanged part."
463    '(registry "jisx0208\\.1978"
464               dimension 2
465               chars 94
466               mother =jis-x0208
467               =>iso-ir 42
468               final ?@
469               graphic 0
470               partial t))
471   (make-charset
472    '=jis-x0208@1978/-4pr
473    "JIS X 0208:1978, 1st - 3rd impressions."
474    '(registry "jisx0208\\.1978"
475               dimension 2
476               chars 94
477               mother =jis-x0208@1978
478               =>iso-ir 42
479               final ?@
480               graphic 0
481               partial t))
482   (make-charset
483    '=jis-x0208@1978/1pr
484    "JIS X 0208:1978, 1st impression."
485    '(iso-ir 42
486             registry "jisx0208\\.1978"
487             dimension 2
488             chars 94
489             mother =jis-x0208@1978/-4pr
490             final ?@
491             graphic 0))
492   (make-charset
493    '=jis-x0208@1978/1pr/fixed
494    "JIS X 0208:1978, correct glyph in the errata of 1st impression."
495    '(registry "jisx0208\\.1978"
496               dimension 2
497               chars 94
498               mother =jis-x0208@1978/1pr
499               =>iso-ir 42
500               ;; final ?@
501               graphic 0
502               partial t))
503   (make-charset
504    '=jis-x0208@1978/-4X
505    "JIS X 0208:1978, index before the 4th impression."
506    '(registry "jisx0208\\.1978"
507               dimension 2
508               chars 94
509               mother =jis-x0208@1978
510               =>iso-ir 42
511               ;; final ?@
512               graphic 0
513               partial t))
514   ;; (make-charset
515   ;;  '=jis-x0208@1978/1er-pr
516   ;;  "JIS X 0208:1978, fixed by errata [Nov 1978]."
517   ;;  '(registry "jisx0208\\.1978"
518   ;;             dimension 2
519   ;;             chars 94
520   ;;             mother =jis-x0208@1978
521   ;;             =>iso-ir 42
522   ;;             ;; final ?@
523   ;;             graphic 0
524   ;;             partial t))
525   (make-charset
526    '=jis-x0208@1978/2-pr
527    "JIS X 0208:1978, 2nd impression or later."
528    '(registry "jisx0208\\.1978"
529               dimension 2
530               chars 94
531               ;; mother =jis-x0208@1978/1er-pr
532               mother =jis-x0208@1978
533               =>iso-ir 42
534               ;; final ?@
535               graphic 0
536               partial t))
537   (make-charset
538    '=jis-x0208@1978/4er
539    "JIS X 0208:1978, replaced by errata of 4th impression."
540    '(registry "jisx0208\\.1978"
541               dimension 2
542               chars 94
543               mother =jis-x0208@1978/2-pr
544               =>iso-ir 42
545               ;; final ?@
546               graphic 0
547               partial t))
548   (make-charset
549    '=jis-x0208@1978/4-pr
550    "JIS X 0208:1978, 4th impression or later."
551    '(registry "jisx0208\\.1978"
552               dimension 2
553               chars 94
554               mother =jis-x0208@1978/2-pr
555               =>iso-ir 42
556               ;; final ?@
557               graphic 0
558               partial t))
559   (make-charset
560    '=jis-x0208@1978/5pr
561    "JIS X 0208:1978, 5th impression."
562    '(registry "jisx0208\\.1978"
563               dimension 2
564               chars 94
565               mother =jis-x0208@1978/4-pr
566               =>iso-ir 42
567               ;; final ?@
568               graphic 0
569               partial t))
570   (define-charset-alias '=jis-x0208@1978/i1 '=jis-x0208@1978/1pr)
571   (define-charset-alias '=jis-x0208@1978/i-4 '=jis-x0208@1978/-4pr)
572   (define-charset-alias '=jis-x0208@1978/i4- '=jis-x0208@1978/4-pr)
573   )
574  (t
575   (make-charset
576    '=jis-x0208@1978
577    "JIS X0208:1978 Japanese Kanji (so called \"old JIS\")."
578    '(iso-ir 42
579             registry "jisx0208\\.1978"
580             dimension 2
581             chars 94
582             mother =jis-x0208
583             final ?@
584             graphic 0))
585   ))
586
587 (define-charset-alias '=jis-x0208-1978          '=jis-x0208@1978)
588 (define-charset-alias 'japanese-jisx0208-1978   '=jis-x0208@1978)
589 (define-charset-alias 'chinese-gb2312           '=gb2312)
590 (define-charset-alias '=jis-x0208-1983          '=jis-x0208@1983)
591 (define-charset-alias 'japanese-jisx0208        '=jis-x0208@1983)
592 (define-charset-alias 'korean-ksc5601           '=ks-x1001)
593 (define-charset-alias 'japanese-jisx0212        '=jis-x0212)
594 (define-charset-alias 'chinese-cns11643-1       '=cns11643-1)
595 (define-charset-alias 'chinese-cns11643-2       '=cns11643-2)
596 (define-charset-alias 'chinese-gb12345          '=gb12345)
597 (define-charset-alias 'chinese-big5             '=big5)
598
599 ;; PinYin-ZhuYin
600 (make-charset 'sisheng "PinYin-ZhuYin"
601               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
602                 dimension 1
603                 chars 94
604                 final ?0
605                 graphic 0
606                 ))
607
608 ;; Lao script.
609 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
610 (make-charset 'lao "Lao script"
611               '(registry "MuleLao-1"
612                 dimension 1
613                 chars 94
614                 final ?1
615                 graphic 1))
616
617 ;; IPA (International Phonetic Alphabet)
618 (make-charset 'ipa "International Phonetic Alphabet"
619               '(registry "MuleIPA"
620                 dimension 1
621                 chars 96
622                 final ?0
623                 graphic 1))
624
625 ;; Ethiopic
626 (make-charset 'ethiopic "Ethiopic"
627               '(registry "Ethio"
628                 dimension 2
629                 chars 94
630                 final ?3
631                 graphic 0
632                 ))
633
634 ;; ISO-IR-165 (CCITT Extended GB)
635 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
636 ;;    GB 8565-88 table A4 + 293 characters.
637 (if (featurep 'utf-2000)
638     (progn
639       (make-charset '=iso-ir165
640                     "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
641                     '(iso-ir 165
642                              dimension 2
643                              chars 94
644                              mother =gb2312
645                              final ?E
646                              registry "isoir165"
647                              graphic 0))
648       (define-charset-alias 'chinese-isoir165 '=iso-ir165))
649   (make-charset 'chinese-isoir165
650                 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
651                 '(iso-ir 165
652                          dimension 2
653                          chars 94
654                          final ?E
655                          registry "isoir165"
656                          graphic 0)))
657
658 ;; CNS11643 Plane3 thru Plane7
659 ;; These represent more and more obscure Chinese characters.
660 ;; By the time you get to Plane 7, we're talking about characters
661 ;; that appear once in some ancient manuscript and whose meaning
662 ;; is unknown.
663
664 (flet
665     ((make-chinese-cns11643-charset
666       (name iso-ir plane final)
667       (make-charset
668        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
669        `(iso-ir ,iso-ir
670          registry 
671          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
672          dimension 2
673          chars 94
674          final ,final
675          graphic 0))
676       ))
677   (make-chinese-cns11643-charset '=cns11643-3 183 "3" ?I)
678   (make-chinese-cns11643-charset '=cns11643-4 184 "4" ?J)
679   (make-chinese-cns11643-charset '=cns11643-5 185 "5" ?K)
680   (make-chinese-cns11643-charset '=cns11643-6 186 "6" ?L)
681   (make-chinese-cns11643-charset '=cns11643-7 187 "7" ?M)
682   (define-charset-alias 'chinese-cns11643-3     '=cns11643-3)
683   (define-charset-alias 'chinese-cns11643-4     '=cns11643-4)
684   (define-charset-alias 'chinese-cns11643-5     '=cns11643-5)
685   (define-charset-alias 'chinese-cns11643-6     '=cns11643-6)
686   (define-charset-alias 'chinese-cns11643-7     '=cns11643-7)
687   )
688
689 ;; JIS X 0213:2000
690 (cond
691  ((featurep 'utf-2000)
692   (make-charset
693    '=jis-x0213-1
694    "JIS X 0213 Plain 1 (unchanged part)"
695    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
696               dimension 2
697               chars 94
698               =>iso-ir 228
699               final ?O
700               graphic 0
701               partial t))
702
703   (make-charset
704    '=jis-x0213-1@2000
705    "JIS X 0213:2000 Plain 1"
706    '(iso-ir 228
707             registry "jisx0213\\(\\.2000\\)-1"
708             dimension 2
709             chars 94
710             mother =jis-x0213-1
711             final ?O
712             graphic 0))
713   (make-charset
714    '=jis-x0213-2
715    "JIS X 0213 Plain 2"
716    '(iso-ir 229
717             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
718             dimension 2
719             chars 94
720             final ?P
721             graphic 0))
722
723   (make-charset
724    '=jis-x0213-1@2004
725    "JIS X 0213:2004 Plain 1"
726    '(iso-ir 233
727             registry "jisx0213\\(\\.2004\\)-1"
728             dimension 2
729             chars 94
730             mother =jis-x0213-1
731             final ?Q
732             graphic 0))
733
734   (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1@2000)
735   (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2)
736   (define-charset-alias '=jis-x0213-1-2000 '=jis-x0213-1@2000)
737   (define-charset-alias '=jis-x0213-2-2000 '=jis-x0213-2)
738   )
739  (t
740   (make-charset
741    'japanese-jisx0213-1
742    "JIS X 0213:2000 Plain 1"
743    '(registry "jisx0213\\(\\.2000\\)-1"
744               dimension 2
745               chars 94
746               final ?O
747               graphic 0))
748   (make-charset
749    'japanese-jisx0213-2
750    "JIS X 0213:2000 Plain 2"
751    '(registry "jisx0213\\(\\.2000\\)-2"
752               dimension 2
753               chars 94
754               final ?P
755               graphic 0))
756   ))
757
758 (when (featurep 'utf-2000)
759   (define-charset-alias 'ucs '=ucs)
760   (define-charset-alias '=jis-x0208-1990 '=jis-x0208@1990)
761   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990)
762
763   (make-charset
764    '==jis-x0208
765    "JIS X 0208 detailed representative glyph-images (unchanged part)."
766    '(registry "jisx0208\\.1990"
767               dimension 2
768               chars 94
769               mother =jis-x0208
770               =>iso-ir 168
771               ;; final ?B
772               graphic 0))
773   (make-charset
774    '==jis-x0208@1978
775    "JIS X 0208:1978 detailed representative glyph-images."
776    '(registry "jisx0208\\.1978"
777               dimension 2
778               chars 94
779               mother ==jis-x0208
780               =>iso-ir 42
781               ;; final ?@
782               graphic 0))
783   (make-charset
784    '==jis-x0208@1983
785    "JIS X 0208:1983 detailed representative glyph-images."
786    '(registry "jisx0208\\.1983"
787               dimension 2
788               chars 94
789               mother ==jis-x0208
790               =>iso-ir 87
791               graphic 0))
792   (make-charset
793    '==jis-x0208@1990
794    "JIS X 0208:1990 detailed representative glyph-images."
795    '(registry "jisx0208\\.1990"
796               dimension 2
797               chars 94
798               mother ==jis-x0208
799               =>iso-ir 168
800               ;; final ?B
801               graphic 0))
802
803   (make-charset
804    '==jis-x0213-1
805    "JIS X 0213 Plain 1 detailed representative glyph-images (unchanged part)."
806    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
807               dimension 2
808               chars 94
809               mother =jis-x0213-1
810               =>iso-ir 228
811               ;; final ?O
812               graphic 0
813               ;; partial t
814               ))
815   (make-charset
816    '==jis-x0213-1@2000
817    "JIS X 0213:2000 Plain 1 detailed representative glyph-images."
818    '(registry "jisx0213\\(\\.2000\\)-1"
819               dimension 2
820               chars 94
821               mother ==jis-x0213-1
822               =>iso-ir 228
823               ;; final ?O
824               graphic 0
825               ;; partial t
826               ))
827   (make-charset
828    '==jis-x0213-1@2004
829    "JIS X 0213:2004 Plain 1 detailed representative glyph-images."
830    '(mother ==jis-x0213-1
831             =>iso-ir 233
832             ;; registry "jisx0213\\(\\.2004\\)-1"
833             dimension 2
834             chars 94
835             graphic 0))
836
837   (make-charset
838    '==jis-x0213-2
839    "JIS X 0213 Plain 2 detailed representative glyph-images."
840    '(mother =jis-x0213-2
841             =>iso-ir 229
842             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
843             dimension 2
844             chars 94
845             graphic 0))
846
847   (make-charset
848    '==jis-x0212
849    "JIS X 0212 representative glyph-images."
850    '(registry "jisx0212"
851               dimension 2
852               chars 94
853               mother =jis-x0212
854               =>iso-ir 159
855               ;; final ?D
856               graphic 0))
857
858   (make-charset
859    '==gb2312
860    "GB 2312 representative glyph-images."
861    '(registry "gb2312"
862               dimension 2
863               chars 94
864               mother =gb2312
865               =>iso-ir 58
866               ;; final ?A
867               graphic 0))
868   (make-charset
869    '==iso-ir165
870    "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
871    '(registry "isoir165"
872               =>iso-ir 165
873               dimension 2
874               chars 94
875               mother =iso-ir165
876               ;; final ?E
877               graphic 0))
878   (make-charset
879    '==gb12345
880    "GB 12345 representative glyph-images."
881    '(registry "gb12345"
882               dimension 2
883               chars 94
884               mother =gb12345
885               graphic 0))
886
887   (make-charset
888    '==ks-x1001
889    "KS X 1001 representative glyph-images."
890    '(registry "ksc5601"
891               dimension 2
892               chars 94
893               mother =ks-x1001
894               =>iso-ir 149
895               ;; final ?C
896               graphic 0))
897
898   (define-charset-alias '=>>>jis-x0208      '=jis-x0208)
899   (define-charset-alias '=>>>jis-x0208@1978 '=jis-x0208@1978)
900   (define-charset-alias '=>>>jis-x0208@1983 '=jis-x0208@1983)
901   (define-charset-alias '=>>>jis-x0208@1990 '=jis-x0208@1990)
902   ;; (make-charset
903   ;;  '=>>>jis-x0208
904   ;;  "JIS X 0208 abstract glyph-forms (unchanged part)."
905   ;;  '(registry "jisx0208\\.1990"
906   ;;             dimension 2
907   ;;             chars 94
908   ;;             mother =jis-x0208
909   ;;             =>iso-ir 168
910   ;;             ;; final ?B
911   ;;             graphic 0))
912   ;; (make-charset
913   ;;  '=>>>jis-x0208@1978
914   ;;  "JIS X 0208:1978 abstract glyph-forms."
915   ;;  '(registry "jisx0208\\.1978"
916   ;;             dimension 2
917   ;;             chars 94
918   ;;             mother =>>>jis-x0208
919   ;;             =>iso-ir 42
920   ;;             ;; final ?@
921   ;;             graphic 0))
922   ;; (make-charset
923   ;;  '=>>>jis-x0208@1983
924   ;;  "JIS X 0208:1983 abstract glyph-forms."
925   ;;  '(registry "jisx0208\\.1983"
926   ;;             dimension 2
927   ;;             chars 94
928   ;;             mother =>>>jis-x0208
929   ;;             =>iso-ir 87
930   ;;             graphic 0))
931   ;; (make-charset
932   ;;  '=>>>jis-x0208@1990
933   ;;  "JIS X 0208:1990 abstract glyph-forms."
934   ;;  '(registry "jisx0208\\.1990"
935   ;;             dimension 2
936   ;;             chars 94
937   ;;             mother =>>>jis-x0208
938   ;;             =>iso-ir 168
939   ;;             ;; final ?B
940   ;;             graphic 0))
941
942   (define-charset-alias '=>>>jis-x0213-1      '=jis-x0213-1)
943   (define-charset-alias '=>>>jis-x0213-1@2000 '=jis-x0213-1@2000)
944   (define-charset-alias '=>>>jis-x0213-1@2004 '=jis-x0213-1@2004)
945   (define-charset-alias '=>>>jis-x0213-2      '=jis-x0213-2)
946   ;; (make-charset
947   ;;  '=>>>jis-x0213-1
948   ;;  "JIS X 0213 Plain 1 abstract glyph-forms (unchanged part)"
949   ;;  '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
950   ;;             dimension 2
951   ;;             chars 94
952   ;;             mother =jis-x0213-1
953   ;;             =>iso-ir 228
954   ;;             ;; final ?O
955   ;;             graphic 0
956   ;;             ;; partial t
957   ;;             ))
958   ;; (make-charset
959   ;;  '=>>>jis-x0213-1@2000
960   ;;  "JIS X 0213:2000 Plain 1 abstract glyph-forms"
961   ;;  '(registry "jisx0213\\(\\.2000\\)-1"
962   ;;             dimension 2
963   ;;             chars 94
964   ;;             mother =>>>jis-x0213-1
965   ;;             =>iso-ir 228
966   ;;             ;; final ?O
967   ;;             graphic 0
968   ;;             ;; partial t
969   ;;             ))
970   ;; (make-charset
971   ;;  '=>>>jis-x0213-1@2004
972   ;;  "JIS X 0213:2004 Plain 1 abstract glyph-forms"
973   ;;  '(mother =>>>jis-x0213-1
974   ;;           =>iso-ir 233
975   ;;           ;; registry "jisx0213\\(\\.2004\\)-1"
976   ;;           dimension 2
977   ;;           chars 94
978   ;;           graphic 0))
979   ;; (make-charset
980   ;;  '=>>>jis-x0213-2
981   ;;  "JIS X 0213 Plain 2 abstract glyph-forms"
982   ;;  '(mother =jis-x0213-2
983   ;;           =>iso-ir 229
984   ;;           registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
985   ;;           dimension 2
986   ;;           chars 94
987   ;;           graphic 0))
988
989   (make-charset
990    '=>>jis-x0208
991    "JIS X 0208 abstract glyphs (unchanged part)."
992    '(registry "jisx0208\\.1990"
993               dimension 2
994               chars 94
995               mother =>>>jis-x0208
996               =>iso-ir 168
997               ;; final ?B
998               graphic 0))
999   (make-charset
1000    '=>>jis-x0208@1978
1001    "JIS X 0208:1978 abstract glyphs."
1002    '(registry "jisx0208\\.1978"
1003               dimension 2
1004               chars 94
1005               mother =>>jis-x0208
1006               =>iso-ir 42
1007               ;; final ?@
1008               graphic 0))
1009   (make-charset
1010    '=>>jis-x0208@1983
1011    "JIS X 0208:1983 abstract glyphs."
1012    '(registry "jisx0208\\.1983"
1013               dimension 2
1014               chars 94
1015               mother =>>jis-x0208
1016               =>iso-ir 87
1017               graphic 0))
1018   (make-charset
1019    '=>>jis-x0208@1990
1020    "JIS X 0208:1990 abstract glyphs."
1021    '(registry "jisx0208\\.1990"
1022               dimension 2
1023               chars 94
1024               mother =>>jis-x0208
1025               =>iso-ir 168
1026               graphic 0))
1027
1028   (make-charset
1029    '=>>jis-x0213-1
1030    "JIS X 0213 Plain 1 abstract glyphs (unchanged part)"
1031    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1032               dimension 2
1033               chars 94
1034               mother =>>>jis-x0213-1
1035               =>iso-ir 228
1036               ;; final ?O
1037               graphic 0
1038               ;; partial t
1039               ))
1040   (make-charset
1041    '=>>jis-x0213-1@2000
1042    "JIS X 0213:2000 Plain 1 abstract glyphs"
1043    '(registry "jisx0213\\(\\.2000\\)-1"
1044               dimension 2
1045               chars 94
1046               mother =>>jis-x0213-1
1047               =>iso-ir 228
1048               ;; final ?O
1049               graphic 0
1050               ;; partial t
1051               ))
1052   (make-charset
1053    '=>>jis-x0213-2
1054    "JIS X 0213 Plain 2 abstract glyphs"
1055    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1056               dimension 2
1057               chars 94
1058               mother =>>>jis-x0213-2
1059               =>iso-ir 229
1060               ;; final ?P
1061               graphic 0))
1062   (make-charset
1063    '=>>jis-x0213-1@2004
1064    "JIS X 0213:2004 Plain 1 abstract glyphs"
1065    '(registry "jisx0213\\(\\.2004\\)-1"
1066               dimension 2
1067               chars 94
1068               mother =>>jis-x0213-1
1069               =>iso-ir 233
1070               ;; final ?Q
1071               graphic 0
1072               ;; partial t
1073               ))
1074
1075   (make-charset
1076    '=+>jis-x0208
1077    "JIS X 0208 based on usual unification."
1078    '(registry "jisx0208\\.1990"
1079               dimension 2
1080               chars 94
1081               mother =>>jis-x0208
1082               =>iso-ir 168
1083               ;; final ?B
1084               graphic 0))
1085   (define-charset-alias '=>jis-x0208@usual '=+>jis-x0208)
1086   (make-charset
1087    '=+>jis-x0208@1978
1088    "JIS X 0208:1978 unified abstract glyphs."
1089    '(registry "jisx0208\\.1978"
1090               dimension 2
1091               chars 94
1092               mother =+>jis-x0208
1093               =>iso-ir 42
1094               ;; final ?@
1095               graphic 0))
1096   (make-charset
1097    '=+>jis-x0208@1983
1098    "JIS X 0208:1983 unified abstract glyphs."
1099    '(registry "jisx0208\\.1983"
1100               dimension 2
1101               chars 94
1102               mother =+>jis-x0208
1103               =>iso-ir 87
1104               graphic 0))
1105   (make-charset
1106    '=+>jis-x0208@1990
1107    "JIS X 0208:1990 unified abstract glyphs."
1108    '(registry "jisx0208\\.1990"
1109               dimension 2
1110               chars 94
1111               mother =+>jis-x0208
1112               =>iso-ir 168
1113               graphic 0))
1114   (make-charset
1115    '=+>jis-x0213-1
1116    "JIS X 0213 Plain 1 unified abstract glyphs (unchanged part)"
1117    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1118               dimension 2
1119               chars 94
1120               mother =>>jis-x0213-1
1121               =>iso-ir 228
1122               ;; final ?O
1123               graphic 0
1124               ;; partial t
1125               ))
1126   (make-charset
1127    '=+>jis-x0213-1@2000
1128    "JIS X 0213:2000 Plain 1 unified abstract glyphs"
1129    '(registry "jisx0213\\(\\.2000\\)-1"
1130               dimension 2
1131               chars 94
1132               mother =+>jis-x0213-1
1133               =>iso-ir 228
1134               ;; final ?O
1135               graphic 0
1136               ;; partial t
1137               ))
1138   (make-charset
1139    '=+>jis-x0213-1@2004
1140    "JIS X 0213:2004 Plain 1 unified abstract glyphs"
1141    '(registry "jisx0213\\(\\.2004\\)-1"
1142               dimension 2
1143               chars 94
1144               mother =+>jis-x0213-1
1145               =>iso-ir 233
1146               ;; final ?Q
1147               graphic 0
1148               ;; partial t
1149               ))
1150
1151   (make-charset
1152    '=>jis-x0208
1153    "JIS X 0208 based on the unchanged unification rules."
1154    '(registry "jisx0208\\.1990"
1155               dimension 2
1156               chars 94
1157               mother =+>jis-x0208
1158               =>iso-ir 168
1159               ;; final ?B
1160               graphic 0))
1161   (define-charset-alias '<=>jis-x0208 '=>jis-x0208)
1162   (make-charset
1163    '=>jis-x0208@1997
1164    "JIS X 0208 based on the unification rule of 1997 edition."
1165    '(registry "jisx0208\\.1990"
1166               dimension 2
1167               chars 94
1168               mother =>jis-x0208
1169               =>iso-ir 168
1170               ;; final ?B
1171               graphic 0))
1172   (define-charset-alias '<=>jis-x0208@1997 '=>jis-x0208@1997)
1173   (define-charset-alias '  =jis-x0208@1997 '=>jis-x0208@1997)
1174
1175   (make-charset
1176    '=>jis-x0213-1
1177    "JIS X 0213 Plain 1 abstract characters (unchanged part)"
1178    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1179               dimension 2
1180               chars 94
1181               mother =+>jis-x0213-1
1182               =>iso-ir 228
1183               ;; final ?O
1184               graphic 0
1185               ;; partial t
1186               ))
1187   (define-charset-alias '<=>jis-x0213-1 '=>jis-x0213-1)
1188   (make-charset
1189    '=>jis-x0213-1@2000
1190    "JIS X 0213:2000 Plain 1 abstract characters"
1191    '(registry "jisx0213\\(\\.2000\\)-1"
1192               dimension 2
1193               chars 94
1194               mother =>jis-x0213-1
1195               =>iso-ir 228
1196               ;; final ?O
1197               graphic 0
1198               ;; partial t
1199               ))
1200   (define-charset-alias '<=>jis-x0213-1@2000 '=>jis-x0213-1@2000)
1201   (make-charset
1202    '=>jis-x0213-1@2004
1203    "JIS X 0213:2004 Plain 1 abstract characters"
1204    '(registry "jisx0213\\(\\.2004\\)-1"
1205               dimension 2
1206               chars 94
1207               mother =>jis-x0213-1
1208               =>iso-ir 233
1209               ;; final ?Q
1210               graphic 0
1211               ;; partial t
1212               ))
1213   (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004)
1214   (make-charset
1215    '=+>jis-x0213-2
1216    "JIS X 0213 Plain 2 based on usual unification."
1217    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1218               dimension 2
1219               chars 94
1220               mother =>>jis-x0213-2
1221               =>iso-ir 229
1222               ;; final ?P
1223               graphic 0))
1224   (define-charset-alias '=>jis-x0213-2@usual '=+>jis-x0213-2)
1225   (make-charset
1226    '=>jis-x0213-2
1227    "JIS X 0213 Plain 2 abstract characters"
1228    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1229               dimension 2
1230               chars 94
1231               mother =+>jis-x0213-2
1232               =>iso-ir 229
1233               ;; final ?P
1234               graphic 0))
1235
1236   (make-charset
1237    '==cns11643-1
1238    "CNS 11643 Plane 1 representative glyph-images."
1239    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1240               dimension 2
1241               chars 94
1242               mother =cns11643-1
1243               =>iso-ir 171
1244               graphic 0))
1245   (make-charset
1246    '==cns11643-2
1247    "CNS 11643 Plane 2 representative glyph-images."
1248    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1249               dimension 2
1250               chars 94
1251               mother =cns11643-2
1252               =>iso-ir 172
1253               graphic 0))
1254   (make-charset
1255    '==cns11643-3
1256    "CNS 11643 Plane 3 representative glyph-images."
1257    '(registry "CNS11643[.-]\\(.*[.-]\\)?3$"
1258               dimension 2
1259               chars 94
1260               mother =cns11643-3
1261               =>iso-ir 183
1262               graphic 0))
1263   (make-charset
1264    '==cns11643-4
1265    "CNS 11643 Plane 4 representative glyph-images."
1266    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1267               dimension 2
1268               chars 94
1269               mother =cns11643-4
1270               =>iso-ir 184
1271               graphic 0))
1272   (make-charset
1273    '==cns11643-5
1274    "CNS 11643 Plane 5 representative glyph-images."
1275    '(registry "CNS11643[.-]\\(.*[.-]\\)?5$"
1276               dimension 2
1277               chars 94
1278               mother =cns11643-5
1279               =>iso-ir 185
1280               graphic 0))
1281   (make-charset
1282    '==cns11643-6
1283    "CNS 11643 Plane 6 representative glyph-images."
1284    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1285               dimension 2
1286               chars 94
1287               mother =cns11643-6
1288               =>iso-ir 186
1289               graphic 0))
1290   (make-charset
1291    '==cns11643-7
1292    "CNS 11643 Plane 7 representative glyph-images."
1293    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1294               dimension 2
1295               chars 94
1296               mother =cns11643-7
1297               =>iso-ir 187
1298               graphic 0))
1299
1300   (make-charset
1301    '=>>cns11643-4
1302    "CNS 11643 Plane 4 abstract glyphs."
1303    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1304               dimension 2
1305               chars 94
1306               mother =cns11643-4
1307               =>iso-ir 184
1308               graphic 0))
1309
1310   (make-charset
1311    '=>cns11643-2
1312    "CNS 11643 Plane 2 abstract characters."
1313    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1314               dimension 2
1315               chars 94
1316               mother =cns11643-2
1317               =>iso-ir 172
1318               graphic 0))
1319   (make-charset
1320    '=>cns11643-6
1321    "CNS 11643 Plane 6 abstract characters."
1322    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1323               dimension 2
1324               chars 94
1325               mother =cns11643-6
1326               =>iso-ir 186
1327               graphic 0))
1328   (make-charset
1329    '=>cns11643-7
1330    "CNS 11643 Plane 7 abstract characters."
1331    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1332               dimension 2
1333               chars 94
1334               mother =cns11643-7
1335               =>iso-ir 187
1336               graphic 0))
1337
1338   (make-charset '=big5-eten
1339                 "Big5 ETEN"
1340                 '(long-name     "Big5-ETEN"
1341                   chars         256
1342                   dimension     2
1343                   columns       2
1344                   graphic       2
1345                   direction     l2r
1346                   mother        chinese-big5
1347                   min-code      #x8140
1348                   max-code      #xFEFE
1349                   registry      "Big5\\.ETEN"))
1350   (define-charset-alias 'chinese-big5-eten '=big5-eten)
1351   (make-charset 'chinese-big5-eten-a
1352                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
1353                 '(long-name     "Big5-ETEN-a"
1354                   chars         256
1355                   dimension     2
1356                   columns       2
1357                   graphic       2
1358                   direction     l2r
1359                   mother        chinese-big5
1360                   min-code      #xF9D6
1361                   max-code      #xF9FE
1362                   registry      "Big5\\.ETEN"))
1363   (make-charset 'chinese-big5-eten-b
1364                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
1365                 '(long-name     "Big5-ETEN-b"
1366                   chars         256
1367                   dimension     2
1368                   columns       2
1369                   graphic       2
1370                   direction     l2r
1371                   mother        chinese-big5
1372                   min-code      #xC6A1
1373                   max-code      #xC8FE
1374                   registry      "Big5\\.ETEN"))
1375
1376   (make-charset '=big5-cdp
1377                 "Big5 with CDP extension"
1378                 '(long-name     "Big5-CDP"
1379                   chars         256
1380                   dimension     2
1381                   columns       2
1382                   graphic       2
1383                   direction     l2r
1384                   registry      "big5\\.cdp-0"
1385                   mother        chinese-big5
1386                   min-code      #x8140
1387                   max-code      #x8DFE))
1388   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
1389
1390   (make-charset '==big5-cdp
1391                 "Representative glyph-images of Big5-CDP"
1392                 '(long-name     "Big5-CDP glyph-images"
1393                   chars         256
1394                   dimension     2
1395                   columns       2
1396                   graphic       2
1397                   direction     l2r
1398                   registry      "big5\\.cdp-0"
1399                   mother        =big5-cdp))
1400
1401   (make-charset '=>>big5-cdp
1402                 "Abstract glyphs of Big5-CDP"
1403                 '(long-name     "Big5-CDP glyphs"
1404                   chars         256
1405                   dimension     2
1406                   columns       2
1407                   graphic       2
1408                   direction     l2r
1409                   registry      "big5\\.cdp-0"
1410                   mother        =big5-cdp))
1411
1412   (make-charset '=>big5-cdp
1413                 "Big5-CDP abstract characters"
1414                 '(long-name     "Big5-CDP abstract characters"
1415                   chars         256
1416                   dimension     2
1417                   columns       2
1418                   graphic       2
1419                   direction     l2r
1420                   registry      "big5\\.cdp-0"
1421                   mother        =>>big5-cdp))
1422
1423   (make-charset
1424    '=hanyo-denshi/ja
1425    "JA (JIS X0208) part of Han'you-Denshi characters"
1426    `(long-name "Han'you-Denshi/JA"
1427                chars 94
1428                dimension 2
1429                columns 2
1430                graphic 2
1431                direction l2r
1432                registry "HanyoDenshi\\.JA-0$"
1433                min-code ,(lsh #x6400 16)
1434                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1435                code-offset ,(lsh #x6400 16)))
1436   (make-charset
1437    '=hanyo-denshi/jb
1438    "JB (JIS X0212) part of Han'you-Denshi characters"
1439    `(long-name "Han'you-Denshi/JB"
1440                chars 94
1441                dimension 2
1442                columns 2
1443                graphic 2
1444                direction l2r
1445                registry "HanyoDenshi\\.JB-0$"
1446                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1447                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1448                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1449   (make-charset
1450    '=hanyo-denshi/jc
1451    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1452    `(long-name "Han'you-Denshi/JC"
1453                chars 94
1454                dimension 2
1455                columns 2
1456                graphic 2
1457                direction l2r
1458                registry "HanyoDenshi\\.JC-0$"
1459                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1460                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1461                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1462   (make-charset
1463    '=hanyo-denshi/jd
1464    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1465    `(long-name "Han'you-Denshi/JD"
1466                chars 94
1467                dimension 2
1468                columns 2
1469                graphic 2
1470                direction l2r
1471                registry "HanyoDenshi\\.JD-0$"
1472                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1473                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1474                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1475   (make-charset
1476    '=hanyo-denshi/ft
1477    "FT (FDPC additional) part of Han'you-Denshi characters"
1478    `(long-name "Han'you-Denshi/FT"
1479                chars 94
1480                dimension 2
1481                columns 2
1482                graphic 2
1483                direction l2r
1484                registry "HanyoDenshi\\.FT-0$"
1485                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1486                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1487                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1488   (make-charset
1489    '=hanyo-denshi/ia
1490    "IA part of Han'you-Denshi characters"
1491    `(long-name "Han'you-Denshi/IA"
1492                chars 94
1493                dimension 2
1494                columns 2
1495                graphic 2
1496                direction l2r
1497                registry "HanyoDenshi\\.IA-0$"
1498                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1499                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1500                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1501   (make-charset
1502    '=hanyo-denshi/ib
1503    "IB part of Han'you-Denshi characters"
1504    `(long-name "Han'you-Denshi/IB"
1505                chars 94
1506                dimension 2
1507                columns 2
1508                graphic 2
1509                direction l2r
1510                registry "HanyoDenshi\\.IB-0$"
1511                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1512                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1513                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1514   (make-charset
1515    '=hanyo-denshi/hg
1516    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1517    `(long-name "Han'you-Denshi/HG"
1518                chars 94
1519                dimension 2
1520                columns 2
1521                graphic 2
1522                direction l2r
1523                registry "HanyoDenshi\\.HG-0$"
1524                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
1525                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
1526                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
1527   (make-charset
1528    '=hanyo-denshi/ip
1529    "IP (for IPA) part of Han'you-Denshi characters"
1530    `(long-name "Han'you-Denshi/IP"
1531                chars 256
1532                dimension 2
1533                columns 2
1534                graphic 2
1535                direction l2r
1536                registry "HanyoDenshi\\.IP-0$"
1537                min-code    ,(+ (lsh #x6402 16) #x4E00)
1538                max-code    ,(+ (lsh #x6402 16) #x9FFF)
1539                code-offset ,(+ (lsh #x6402 16))))
1540   (make-charset
1541    '=hanyo-denshi/jt
1542    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
1543    `(long-name "Han'you-Denshi/JT"
1544                chars 256
1545                dimension 2
1546                columns 2
1547                graphic 2
1548                direction l2r
1549                registry "HanyoDenshi\\.JT-0$"
1550                min-code    ,(+ (lsh #x6402 16) #xAC00)
1551                max-code    ,(+ (lsh #x6402 16) #xD7AF)
1552                code-offset ,(+ (lsh #x6402 16))))
1553   (make-charset
1554    '=hanyo-denshi/ks
1555    "KS (KoSeki) part of Han'you-Denshi characters"
1556    `(long-name "Han'you-Denshi/KS font encoding"
1557                chars 256
1558                dimension 3
1559                columns 2
1560                graphic 2
1561                direction l2r))
1562
1563   (make-charset
1564    '==hanyo-denshi/ja
1565    "Han'you-Denshi/JA detailed glyph-images."
1566    '(long-name "Han'you-Denshi/JA glyph-images"
1567                chars 94
1568                dimension 2
1569                columns 2
1570                graphic 2
1571                direction l2r
1572                registry "HanyoDenshi\\.JA-0$"
1573                mother =hanyo-denshi/ja))
1574   (make-charset
1575    '==hanyo-denshi/jb
1576    "Han'you-Denshi/JB detailed glyph-images."
1577    '(long-name "Han'you-Denshi/JB glyph-images"
1578                chars 94
1579                dimension 2
1580                columns 2
1581                graphic 2
1582                direction l2r
1583                registry "HanyoDenshi\\.JB-0$"
1584                mother =hanyo-denshi/jb))
1585   (make-charset
1586    '==hanyo-denshi/jc
1587    "Han'you-Denshi/JC detailed glyph-images."
1588    '(long-name "Han'you-Denshi/JC glyph-images"
1589                chars 94
1590                dimension 2
1591                columns 2
1592                graphic 2
1593                direction l2r
1594                registry "HanyoDenshi\\.JC-0$"
1595                mother =hanyo-denshi/jc))
1596   (make-charset
1597    '==hanyo-denshi/jd
1598    "Han'you-Denshi/JD detailed glyph-images."
1599    '(long-name "Han'you-Denshi/JD glyph-images"
1600                chars 94
1601                dimension 2
1602                columns 2
1603                graphic 2
1604                direction l2r
1605                registry "HanyoDenshi\\.JD-0$"
1606                mother =hanyo-denshi/jd))
1607   (make-charset
1608    '==hanyo-denshi/ft
1609    "Han'you-Denshi/FT detailed glyph-images."
1610    '(long-name "Han'you-Denshi/FT glyph-images"
1611                chars 94
1612                dimension 2
1613                columns 2
1614                graphic 2
1615                direction l2r
1616                registry "HanyoDenshi\\.FT-0$"
1617                mother =hanyo-denshi/ft))
1618   (make-charset
1619    '==hanyo-denshi/ia
1620    "Han'you-Denshi/IA representative glyph-images."
1621    '(long-name "Han'you-Denshi/IA glyph-images"
1622                chars 94
1623                dimension 2
1624                columns 2
1625                graphic 2
1626                direction l2r
1627                registry "HanyoDenshi\\.IA-0$"
1628                mother =hanyo-denshi/ia))
1629   (make-charset
1630    '==hanyo-denshi/ib
1631    "Han'you-Denshi/IB detailed glyph-images."
1632    '(long-name "Han'you-Denshi/IB glyph-images"
1633                chars 94
1634                dimension 2
1635                columns 2
1636                graphic 2
1637                direction l2r
1638                registry "HanyoDenshi\\.IB-0$"
1639                mother =hanyo-denshi/ib))
1640   (make-charset
1641    '==hanyo-denshi/hg
1642    "Han'you-Denshi/HG detailed glyph-images."
1643    '(long-name "Han'you-Denshi/HG glyph-images"
1644                chars 94
1645                dimension 2
1646                columns 2
1647                graphic 2
1648                direction l2r
1649                registry "HanyoDenshi\\.HG-0$"
1650                mother =hanyo-denshi/hg))
1651   (make-charset
1652    '==hanyo-denshi/ip
1653    "Han'you-Denshi/IP detailed glyph-images."
1654    '(long-name "Han'you-Denshi/IP glyph-images"
1655                chars 256
1656                dimension 2
1657                columns 2
1658                graphic 2
1659                direction l2r
1660                registry "HanyoDenshi\\.IP-0$"
1661                mother =hanyo-denshi/ip))
1662   (make-charset
1663    '==hanyo-denshi/jt
1664    "JT (Juuki Touitsu Moji) detailed glyph-images."
1665    '(long-name "Han'you-Denshi/JT glyph-images"
1666                chars 256
1667                dimension 2
1668                columns 2
1669                graphic 2
1670                direction l2r
1671                registry "HanyoDenshi\\.JT-0$"
1672                mother =hanyo-denshi/jt))
1673   (make-charset
1674    '==hanyo-denshi/ks
1675    "KoSeki-touitsu-moji detailed glyph-images."
1676    '(long-name "Han'you-Denshi/KS glyph-images"
1677                chars 256
1678                dimension 3
1679                columns 2
1680                graphic 2
1681                direction l2r
1682                mother =hanyo-denshi/ks))
1683
1684   (make-charset
1685    '=hanyo-denshi/ks/mf
1686    "font encoding for KS (KoSeki) characters"
1687    `(long-name "Han'you-Denshi/KS font encoding"
1688                chars 256
1689                dimension 2
1690                columns 2
1691                graphic 2
1692                direction l2r
1693                registry "HanyoDenshi\\.KSMF-0$"
1694                min-code       ,(lsh #x6403 16)
1695                max-code    ,(+ (lsh #x6403 16) #xFFFF)
1696                code-offset    ,(lsh #x6403 16)))
1697
1698   (define-charset-alias '=>>>hanyo-denshi/ja '=hanyo-denshi/ja)
1699   ;; (make-charset
1700   ;;  '=>>>hanyo-denshi/ja
1701   ;;  "Han'you-Denshi/JA abstract glyph-forms"
1702   ;;  '(long-name "Han'you-Denshi/JA glyph-forms"
1703   ;;              chars 94
1704   ;;              dimension 2
1705   ;;              columns 2
1706   ;;              graphic 2
1707   ;;              direction l2r
1708   ;;              registry "HanyoDenshi\\.JA-0$"
1709   ;;              mother =hanyo-denshi/ja))
1710   (define-charset-alias '=>>>hanyo-denshi/jb '=hanyo-denshi/jb)
1711   ;; (make-charset
1712   ;;  '=>>>hanyo-denshi/jb
1713   ;;  "Han'you-Denshi/JB abstract glyph-forms"
1714   ;;  '(long-name "Han'you-Denshi/JB glyph-forms"
1715   ;;              chars 94
1716   ;;              dimension 2
1717   ;;              columns 2
1718   ;;              graphic 2
1719   ;;              direction l2r
1720   ;;              registry "HanyoDenshi\\.JB-0$"
1721   ;;              mother =hanyo-denshi/jb))
1722   (define-charset-alias '=>>>hanyo-denshi/jc '=hanyo-denshi/jc)
1723   ;; (make-charset
1724   ;;  '=>>>hanyo-denshi/jc
1725   ;;  "Han'you-Denshi/JC abstract glyph-forms"
1726   ;;  '(long-name "Han'you-Denshi/JC glyph-forms"
1727   ;;              chars 94
1728   ;;              dimension 2
1729   ;;              columns 2
1730   ;;              graphic 2
1731   ;;              direction l2r
1732   ;;              registry "HanyoDenshi\\.JC-0$"
1733   ;;              mother =hanyo-denshi/jc))
1734   (define-charset-alias '=>>>hanyo-denshi/jd '=hanyo-denshi/jd)
1735   ;; (make-charset
1736   ;;  '=>>>hanyo-denshi/jd
1737   ;;  "Han'you-Denshi/JD abstract glyph-forms"
1738   ;;  '(long-name "Han'you-Denshi/JD glyph-forms"
1739   ;;              chars 94
1740   ;;              dimension 2
1741   ;;              columns 2
1742   ;;              graphic 2
1743   ;;              direction l2r
1744   ;;              registry "HanyoDenshi\\.JD-0$"
1745   ;;              mother =hanyo-denshi/jd))
1746   (define-charset-alias '=>>>hanyo-denshi/ft '=hanyo-denshi/ft)
1747   ;; (make-charset
1748   ;;  '=>>>hanyo-denshi/ft
1749   ;;  "Han'you-Denshi/FT abstract glyph-forms"
1750   ;;  '(long-name "Han'you-Denshi/FT glyph-forms"
1751   ;;              chars 94
1752   ;;              dimension 2
1753   ;;              columns 2
1754   ;;              graphic 2
1755   ;;              direction l2r
1756   ;;              registry "HanyoDenshi\\.FT-0$"
1757   ;;              mother =hanyo-denshi/ft))
1758   (define-charset-alias '=>>>hanyo-denshi/ib '=hanyo-denshi/ib)
1759   ;; (make-charset
1760   ;;  '=>>>hanyo-denshi/ib
1761   ;;  "Han'you-Denshi/IB abstract glyph-forms"
1762   ;;  '(long-name "Han'you-Denshi/IB glyph-forms"
1763   ;;              chars 94
1764   ;;              dimension 2
1765   ;;              columns 2
1766   ;;              graphic 2
1767   ;;              direction l2r
1768   ;;              registry "HanyoDenshi\\.IB-0$"
1769   ;;              mother =hanyo-denshi/ib))
1770   (define-charset-alias '=>>>hanyo-denshi/hg '=hanyo-denshi/hg)
1771   ;; (make-charset
1772   ;;  '=>>>hanyo-denshi/hg
1773   ;;  "Han'you-Denshi/HG abstract glyph-forms"
1774   ;;  '(long-name "Han'you-Denshi/HG glyph-forms"
1775   ;;              chars 94
1776   ;;              dimension 2
1777   ;;              columns 2
1778   ;;              graphic 2
1779   ;;              direction l2r
1780   ;;              registry "HanyoDenshi\\.HG-0$"
1781   ;;              mother =hanyo-denshi/hg))
1782   (define-charset-alias '=>>>hanyo-denshi/jt '=hanyo-denshi/jt)
1783   ;; (make-charset
1784   ;;  '=>>>hanyo-denshi/jt
1785   ;;  "JT (Juuki Touitsu Moji) abstract glyph-forms"
1786   ;;  '(long-name "Han'you-Denshi/JT glyph-forms"
1787   ;;              chars 256
1788   ;;              dimension 2
1789   ;;              columns 2
1790   ;;              graphic 2
1791   ;;              direction l2r
1792   ;;              registry "HanyoDenshi\\.JT-0$"
1793   ;;              mother =hanyo-denshi/jt))
1794   (define-charset-alias '=>>>hanyo-denshi/ks '=hanyo-denshi/ks)
1795   ;; (make-charset
1796   ;;  '=>>>hanyo-denshi/ks
1797   ;;  "KoSeki-touitsu-moji abstract glyph-forms"
1798   ;;  '(long-name "Han'you-Denshi/KS glyph-forms"
1799   ;;              chars 256
1800   ;;              dimension 3
1801   ;;              columns 2
1802   ;;              graphic 2
1803   ;;              direction l2r
1804   ;;              mother =hanyo-denshi/ks))
1805
1806   (make-charset
1807    '=>>hanyo-denshi/ja
1808    "Han'you-Denshi/JA abstract glyphs"
1809    '(long-name "Han'you-Denshi/JA glyphs"
1810                chars 94
1811                dimension 2
1812                columns 2
1813                graphic 2
1814                direction l2r
1815                registry "HanyoDenshi\\.JA-0$"
1816                mother =>>>hanyo-denshi/ja))
1817   (make-charset
1818    '=>>hanyo-denshi/jb
1819    "Han'you-Denshi/JB abstract glyphs"
1820    '(long-name "Han'you-Denshi/JB glyphs"
1821                chars 94
1822                dimension 2
1823                columns 2
1824                graphic 2
1825                direction l2r
1826                registry "HanyoDenshi\\.JB-0$"
1827                mother =>>>hanyo-denshi/jb))
1828   (make-charset
1829    '=>>hanyo-denshi/jc
1830    "Han'you-Denshi/JC abstract glyphs"
1831    '(long-name "Han'you-Denshi/JC glyphs"
1832                chars 94
1833                dimension 2
1834                columns 2
1835                graphic 2
1836                direction l2r
1837                registry "HanyoDenshi\\.JC-0$"
1838                mother =>>>hanyo-denshi/jc))
1839   (make-charset
1840    '=>>hanyo-denshi/jd
1841    "Han'you-Denshi/JD abstract glyphs"
1842    '(long-name "Han'you-Denshi/JD glyphs"
1843                chars 94
1844                dimension 2
1845                columns 2
1846                graphic 2
1847                direction l2r
1848                registry "HanyoDenshi\\.JD-0$"
1849                mother =>>>hanyo-denshi/jd))
1850   (make-charset
1851    '=>>hanyo-denshi/ft
1852    "Han'you-Denshi/FT abstract glyphs"
1853    '(long-name "Han'you-Denshi/FT glyphs"
1854                chars 94
1855                dimension 2
1856                columns 2
1857                graphic 2
1858                direction l2r
1859                registry "HanyoDenshi\\.FT-0$"
1860                mother =>>>hanyo-denshi/ft))
1861   (make-charset
1862    '=>>hanyo-denshi/ia
1863    "Han'you-Denshi/IA abstract glyphs"
1864    '(long-name "Han'you-Denshi/IA glyphs"
1865                chars 94
1866                dimension 2
1867                columns 2
1868                graphic 2
1869                direction l2r
1870                registry "HanyoDenshi\\.IA-0$"
1871                mother =hanyo-denshi/ia))
1872   (make-charset
1873    '=>>hanyo-denshi/ib
1874    "Han'you-Denshi/IB abstract glyphs"
1875    '(long-name "Han'you-Denshi/IB abstract glyphs"
1876                chars 94
1877                dimension 2
1878                columns 2
1879                graphic 2
1880                direction l2r
1881                registry "HanyoDenshi\\.IB-0$"
1882                mother =>>>hanyo-denshi/ib))
1883   (make-charset
1884    '=>>hanyo-denshi/hg
1885    "Han'you-Denshi/HG abstract glyphs"
1886    '(long-name "Han'you-Denshi/HG abstract glyphs"
1887                chars 94
1888                dimension 2
1889                columns 2
1890                graphic 2
1891                direction l2r
1892                registry "HanyoDenshi\\.HG-0$"
1893                mother =>>>hanyo-denshi/hg))
1894   (make-charset
1895    '=>>hanyo-denshi/ip
1896    "Han'you-Denshi/IP abstract glyphs"
1897    '(long-name "Han'you-Denshi/IP abstract glyphs"
1898                chars 256
1899                dimension 2
1900                columns 2
1901                graphic 2
1902                direction l2r
1903                registry "HanyoDenshi\\.IP-0$"
1904                mother =hanyo-denshi/ip))
1905   (make-charset
1906    '=>>hanyo-denshi/jt
1907    "JT (Juuki Touitsu Moji) abstract glyphs"
1908    '(long-name "Han'you-Denshi/JT glyphs"
1909                chars 256
1910                dimension 2
1911                columns 2
1912                graphic 2
1913                direction l2r
1914                registry "HanyoDenshi\\.JT-0$"
1915                mother =>>>hanyo-denshi/jt))
1916   (make-charset
1917    '=>>hanyo-denshi/ks
1918    "Han'you-Denshi/KS abstract glyphs"
1919    '(long-name "Han'you-Denshi/KS glyphs"
1920                chars 256
1921                dimension 3
1922                columns 2
1923                graphic 2
1924                direction l2r
1925                mother =>>>hanyo-denshi/ks))
1926
1927   (make-charset '=gt
1928                 "GT 2000"
1929                 `(long-name     "GT"
1930                   chars         256
1931                   dimension     3
1932                   columns       2
1933                   graphic       2
1934                   direction     l2r
1935                   registry      ""
1936                   min-code      ,(lsh #x6100 16)
1937                   max-code      ,(+ (lsh #x6100 16) 67547)
1938                   code-offset   ,(lsh #x6100 16)))
1939   (make-charset '==gt
1940                 "GT 2000 detailed glyph-images."
1941                 '(long-name     "GT glyph-images"
1942                   chars         256
1943                   dimension     3
1944                   columns       2
1945                   graphic       2
1946                   direction     l2r
1947                   mother        =gt
1948                   ;; min-code   1
1949                   ;; max-code   67392
1950                   ))
1951   (define-charset-alias 'ideograph-gt '=gt)
1952   (define-charset-alias '=>>>gt '=gt)
1953   ;; (make-charset '=>>>gt
1954   ;;               "GT 2000 abstract glyph-forms"
1955   ;;               '(long-name     "GT abstract glyph-forms"
1956   ;;                 chars         256
1957   ;;                 dimension     3
1958   ;;                 columns       2
1959   ;;                 graphic       2
1960   ;;                 direction     l2r
1961   ;;                 mother        =gt))
1962   (make-charset '=>>gt
1963                 "GT 2000 abstract glyphs"
1964                 '(long-name     "GT abstract glyphs"
1965                   chars         256
1966                   dimension     3
1967                   columns       2
1968                   graphic       2
1969                   direction     l2r
1970                   mother        =>>>gt))
1971   (define-charset-alias '<=>gt '=>>gt)
1972   (define-charset-alias '<==>gt '=>>gt)
1973   (make-charset '=+>gt
1974                 "GT 2000 unified abstract glyphs"
1975                 '(long-name     "Unified abstract GT glyphs"
1976                   chars         256
1977                   dimension     3
1978                   columns       2
1979                   graphic       2
1980                   direction     l2r
1981                   mother        =>>gt))
1982   (make-charset '=>gt
1983                 "GT 2000 abstract characters"
1984                 '(long-name     "abstract GT characters"
1985                   chars         256
1986                   dimension     3
1987                   columns       2
1988                   graphic       2
1989                   direction     l2r
1990                   mother        =+>gt))
1991   (make-charset '=gt-k
1992                 "Ideographic components of GT"
1993                 `(long-name     "GT components"
1994                   chars         256
1995                   dimension     2
1996                   columns       2
1997                   graphic       2
1998                   direction     l2r
1999                   registry      ""
2000                   min-code      ,(lsh #x6110 16)
2001                   max-code      ,(+ (lsh #x6110 16) 17090)
2002                   code-offset   ,(lsh #x6110 16)))
2003   (define-charset-alias 'ideograph-gt-k '=gt-k)
2004   (make-charset '==gt-k
2005                 "Representative glyph-images of GT-K"
2006                 '(long-name     "GT-K glyph-images"
2007                   chars         256
2008                   dimension     2
2009                   columns       2
2010                   graphic       2
2011                   direction     l2r
2012                   mother        =gt-k))
2013   (make-charset '=>>gt-k
2014                 "abstract glyphs of GT-K"
2015                 '(long-name     "GT-K abstract glyphs"
2016                   chars         256
2017                   dimension     2
2018                   columns       2
2019                   graphic       2
2020                   direction     l2r
2021                   mother        =gt-k))
2022   (make-charset '=>gt-k
2023                 "GT-K abstract characters"
2024                 '(long-name     "GT-K abstract characters"
2025                   chars         256
2026                   dimension     2
2027                   columns       2
2028                   graphic       2
2029                   direction     l2r
2030                   mother        =>>gt-k))
2031   (let ((i 1))
2032     (while (<= i 11)
2033       (make-charset
2034        (intern (format "=gt-pj-%d" i))
2035        (format "GT 2000 (pseudo JIS encoding) part %d" i)
2036        `(long-name ,(format "GT PJ %d" i)
2037                    chars 94
2038                    dimension 2
2039                    columns 2
2040                    graphic 0
2041                    direction l2r
2042                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
2043       (define-charset-alias
2044         (intern (format "ideograph-gt-pj-%d" i))
2045         (intern (format "=gt-pj-%d" i)))
2046       (setq i (1+ i))))
2047   (make-charset
2048    '=gt-pj-k1
2049    "Ideographic parts of GT (pseudo JIS encoding) part 1"
2050    '(long-name "GT K1"
2051                chars 94
2052                dimension 2
2053                columns 2
2054                graphic 0
2055                direction l2r
2056                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
2057   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
2058   (make-charset
2059    '=gt-pj-k2
2060    "Ideographic parts of GT (pseudo JIS encoding) part 2"
2061    '(long-name "GT K2"
2062                chars 94
2063                dimension 2
2064                columns 2
2065                graphic 0
2066                direction l2r
2067                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
2068   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
2069
2070   (make-charset '=daikanwa
2071                 "Daikanwa dictionary (unchanged part)"
2072                 `(long-name     "Daikanwa"
2073                   chars         256
2074                   dimension     2
2075                   columns       2
2076                   graphic       2
2077                   direction     l2r
2078                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2079                   min-code      #xE00000
2080                   max-code      ,(+ #xE00000 50100)
2081                   code-offset   #xE00000))
2082   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
2083
2084   (make-charset '=daikanwa@rev1
2085                 "Daikanwa dictionary (revised version)"
2086                 '(long-name     "Daikanwa Rev."
2087                   chars         256
2088                   dimension     2
2089                   columns       2
2090                   graphic       2
2091                   direction     l2r
2092                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
2093                   mother        =daikanwa))
2094   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
2095   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
2096
2097   (make-charset '=daikanwa@rev2
2098                 "Daikanwa dictionary (revised version 2)"
2099                 '(long-name     "Daikanwa"
2100                   chars         256
2101                   dimension     2
2102                   columns       2
2103                   graphic       2
2104                   direction     l2r
2105                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2106                   mother        =daikanwa
2107                   min-code      1
2108                   max-code      49964))
2109   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
2110
2111   (make-charset '=daikanwa/+p
2112                 "Daikanwa dictionary (ddddd')"
2113                 '(long-name     "Daikanwa ddddd'"
2114                   chars         256
2115                   dimension     2
2116                   columns       2
2117                   graphic       2
2118                   direction     l2r))
2119   (make-charset '=daikanwa/+2p
2120                 "Daikanwa dictionary (ddddd'')"
2121                 '(long-name     "Daikanwa ddddd''"
2122                   chars         256
2123                   dimension     2
2124                   columns       2
2125                   graphic       2
2126                   direction     l2r))
2127   (make-charset '=daikanwa/ho
2128                 "Daikanwa dictionary (Hokan)"
2129                 '(long-name     "Daikanwa-ho"
2130                   chars         256
2131                   dimension     2
2132                   columns       2
2133                   graphic       2
2134                   direction     l2r))
2135
2136   (make-charset '==daikanwa
2137                 "Daikanwa detailed glyph-images."
2138                 '(long-name     "Daikanwa detailed glyph-images"
2139                   chars         256
2140                   dimension     2
2141                   columns       2
2142                   graphic       2
2143                   direction     l2r
2144                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2145                   mother        =daikanwa))
2146   (make-charset '==daikanwa/+p
2147                 "Daikanwa detailed glyph-images (ddddd')"
2148                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2149                   chars         256
2150                   dimension     2
2151                   columns       2
2152                   graphic       2
2153                   direction     l2r
2154                   mother        =daikanwa/+p))
2155   (make-charset '==daikanwa/ho
2156                 "Daikanwa detailed glyph-images (Hokan)"
2157                 '(long-name     "Daikanwa-ho detailed glyph-images"
2158                   chars         256
2159                   dimension     2
2160                   columns       2
2161                   graphic       2
2162                   direction     l2r
2163                   mother        =daikanwa/ho))
2164
2165   (make-charset '=>>daikanwa
2166                 "Daikanwa abstract glyphs"
2167                 '(long-name     "Daikanwa glyphs"
2168                   chars         256
2169                   dimension     2
2170                   columns       2
2171                   graphic       2
2172                   direction     l2r
2173                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2174                   mother        =daikanwa))
2175   (make-charset '=>>daikanwa/+p
2176                 "Daikanwa abstract glyphs (ddddd')"
2177                 '(long-name     "Daikanwa glyphs (ddddd')"
2178                   chars         256
2179                   dimension     2
2180                   columns       2
2181                   graphic       2
2182                   direction     l2r
2183                   mother        =daikanwa/+p))
2184   (make-charset '=>>daikanwa/+2p
2185                 "Daikanwa abstract glyphs (ddddd'')"
2186                 '(long-name     "Daikanwa glyphs (ddddd'')"
2187                   chars         256
2188                   dimension     2
2189                   columns       2
2190                   graphic       2
2191                   direction     l2r
2192                   mother        =daikanwa/+2p))
2193   (make-charset '=>>daikanwa/ho
2194                 "Daikanwa abstract glyphs (Hokan)"
2195                 '(long-name     "Daikanwa-ho glyph"
2196                   chars         256
2197                   dimension     2
2198                   columns       2
2199                   graphic       2
2200                   direction     l2r
2201                   mother        =daikanwa/ho))
2202
2203   (make-charset '=>daikanwa
2204                 "Daikanwa abstract characters"
2205                 '(long-name     "abstract Daikanwa"
2206                   chars         256
2207                   dimension     2
2208                   columns       2
2209                   graphic       2
2210                   direction     l2r
2211                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2212                   mother        =>>daikanwa))
2213   (make-charset '=>daikanwa/ho
2214                 "Daikanwa abstract characters (Hokan)"
2215                 '(long-name     "abstract Daikanwa-ho"
2216                   chars         256
2217                   dimension     2
2218                   columns       2
2219                   graphic       2
2220                   direction     l2r
2221                   mother        =>>daikanwa/ho))
2222
2223   (make-charset '=shinjigen
2224                 "Kadokawa ShinJigen dictionary (common parts)"
2225                 `(long-name     "Shinjigen common parts"
2226                   chars         256
2227                   dimension     2
2228                   columns       2
2229                   graphic       2
2230                   direction     l2r
2231                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2232
2233   (make-charset '=shinjigen@1ed
2234                 "Kadokawa ShinJigen dictionary (the first edition)"
2235                 `(long-name     "Shinjigen-1"
2236                   chars         256
2237                   dimension     2
2238                   columns       2
2239                   graphic       2
2240                   direction     l2r
2241                   mother        =shinjigen
2242                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2243   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
2244
2245   (make-charset '=shinjigen@1ed/24pr
2246                 "Kadokawa ShinJigen dictionary (the 24th impression)"
2247                 `(long-name     "Shinjigen-1 24pr"
2248                   chars         256
2249                   dimension     2
2250                   columns       2
2251                   graphic       2
2252                   direction     l2r
2253                   mother        =shinjigen@1ed))
2254
2255   (make-charset '=shinjigen@rev
2256                 "Kadokawa ShinJigen dictionary (the revised edition)"
2257                 `(long-name     "Shinjigen-2"
2258                   chars         256
2259                   dimension     2
2260                   columns       2
2261                   graphic       2
2262                   direction     l2r
2263                   mother        =shinjigen
2264                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2265   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
2266   (make-charset '=shinjigen/+p@rev
2267                 "ShinJigen (the second edition) number with '"
2268                 `(long-name     "Shinjigen-2 with '"
2269                   chars         256
2270                   dimension     2
2271                   columns       2
2272                   graphic       2
2273                   direction     l2r))
2274   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
2275
2276   (make-charset '==shinjigen
2277                 "Detailed glyph-images of ShinJigen (common parts)"
2278                 '(long-name     "Shinjigen common parts"
2279                   chars         256
2280                   dimension     2
2281                   columns       2
2282                   graphic       2
2283                   direction     l2r
2284                   mother        =shinjigen
2285                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2286   (make-charset '==shinjigen@1ed
2287                 "Detailed glyph-images of ShinJigen (the first edition)"
2288                 '(long-name     "Detailed glyph-images of Shinjigen-1"
2289                   chars         256
2290                   dimension     2
2291                   columns       2
2292                   graphic       2
2293                   direction     l2r
2294                   mother        ==shinjigen
2295                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2296   (make-charset '==shinjigen@rev
2297                 "Detailed glyph-images of ShinJigen (the revised edition)"
2298                 '(long-name     "Detailed glyph-images of Shinjigen-2"
2299                   chars         256
2300                   dimension     2
2301                   columns       2
2302                   graphic       2
2303                   direction     l2r
2304                   mother        ==shinjigen
2305                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2306   (make-charset
2307    '==shinjigen/+p@rev
2308    "Detailed glyph-images of ShinJigen (the second edition) number with '"
2309    '(long-name  "Detailed glyph-images of Shinjigen-2 with '"
2310                 mother  =shinjigen/+p@rev
2311                 chars           256
2312                 dimension       2
2313                 columns 2
2314                 graphic 2
2315                 direction       l2r))
2316
2317   (make-charset '=big5-pua
2318                 "Big5 with private used area"
2319                 '(long-name     "Big5-PUA"
2320                   chars         256
2321                   dimension     2
2322                   columns       2
2323                   graphic       2
2324                   direction     l2r
2325                   mother        chinese-big5
2326                   registry      "Big5\\.ETEN"))
2327   (define-charset-alias 'chinese-big5-pua '=big5-pua)
2328
2329   (let* ((i 1)
2330          (hzk-min (+ (lsh #x6200 16) 65536))
2331          (hzk-max (+ hzk-min 65535)))
2332     (while (<= i 12)
2333       (make-charset
2334        (intern (format "=hanziku-%d" i))
2335        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
2336        `(long-name ,(format "HANZIKU-%d" i)
2337                    chars 256
2338                    dimension 2
2339                    columns 2
2340                    graphic 2
2341                    direction l2r
2342                    registry ,(format "hanziku-%d$" i i)
2343                    min-code ,hzk-min
2344                    max-code ,hzk-max
2345                    code-offset ,hzk-min))
2346       (define-charset-alias
2347         (intern (format "ideograph-hanziku-%d" i))
2348         (intern (format "=hanziku-%d" i)))
2349       (setq hzk-min (1+ hzk-max)
2350             hzk-max (+ hzk-min 65535))
2351       (setq i (1+ i))))
2352
2353   (make-charset '=cbeta "CBETA private characters"
2354                 '(long-name     "CBETA PUA"
2355                   chars         256
2356                   dimension     2
2357                   registry      "cbeta-0"
2358                   graphic       2
2359                   min-code      #xE20000
2360                   max-code      #xE2FFFF
2361                   code-offset   #xE20000
2362                   columns       2
2363                   direction     l2r))
2364   (define-charset-alias 'ideograph-cbeta '=cbeta)
2365
2366   (make-charset '=>>cbeta "CBETA abstract glyphs"
2367                 '(long-name     "CBETA glyphs"
2368                   chars         256
2369                   dimension     2
2370                   registry      "cbeta-0"
2371                   graphic       2
2372                   columns       2
2373                   direction     l2r
2374                   mother        =cbeta))
2375
2376   (make-charset '=zinbun-oracle
2377                 "Oracle Bones Script"
2378                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
2379                   chars         256
2380                   dimension     2
2381                   registry      "zob1968-0"
2382                   graphic       2
2383                   min-code      #xE70000
2384                   max-code      ,(+ #xE70000 8192)
2385                   code-offset   #xE70000
2386                   columns       2
2387                   direction     l2r))
2388
2389   (make-charset '=>zinbun-oracle
2390                 "Abstract Oracle Bones"
2391                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
2392                   chars         256
2393                   dimension     2
2394                   mother        =zinbun-oracle
2395                   registry      "zob1968-0"
2396                   graphic       2
2397                   columns       2
2398                   direction     l2r))
2399
2400   (make-charset '=jef-china3
2401                 "JEF + CHINA3 private characters"
2402                 '(long-name     "JEF + CHINA3"
2403                   chars         256
2404                   dimension     2
2405                   columns       2
2406                   graphic       2
2407                   direction     l2r
2408                   registry      "china3jef-0"
2409                   min-code      #xE80000
2410                   max-code      #xE8FFFF
2411                   code-offset   #xE80000))
2412   (define-charset-alias 'china3-jef '=jef-china3)
2413
2414   (make-charset '=ruimoku-v6
2415                 "private characters used in RUIMOKU Version.6"
2416                 `(long-name     "RUI6"
2417                   chars         256
2418                   dimension     2
2419                   columns       2
2420                   graphic       2
2421                   direction     l2r
2422                   registry      "rui6-0"
2423                   ;; mother     ucs
2424                   min-code      #xE90000 ; #xE000
2425                   max-code      #xE908FF ; #xE8FF
2426                   code-offset   ,(- #xE90000 #xE000)))
2427   (make-charset '=>>ruimoku-v6
2428                 "RUIMOKU Version.6 glyphs"
2429                 '(long-name     "RUI6 glyphs"
2430                   chars         256
2431                   dimension     2
2432                   columns       2
2433                   graphic       2
2434                   direction     l2r
2435                   registry      "rui6-0"
2436                   mother        =ruimoku-v6))
2437
2438   ;; (make-charset
2439   ;;  '=zihai
2440   ;;  "ZhongHua-ZiHai glyph-images"
2441   ;;  '(long-name "ZhongHua-ZiHai (pppp-nn)"
2442   ;;              chars 256
2443   ;;              dimension 3
2444   ;;              columns 2
2445   ;;              graphic 2
2446   ;;              direction l2r))
2447
2448   ;; (make-charset
2449   ;;  '=zihai-17xx
2450   ;;  "ZhongHua-ZiHai (pp.1700\e$B!A\e(B1781) glyph-images"
2451   ;;  '(long-name "ZhongHua-ZiHai pp.17xx"
2452   ;;              chars 256
2453   ;;              dimension 2
2454   ;;              columns 2
2455   ;;              graphic 2
2456   ;;              direction l2r
2457   ;;              registry "zihai\\.cp-17$"))
2458
2459   (make-charset '=big5-cdp-var-3
2460                 "Big5-CDP-var-3 glyph-images of GlyphWiki"
2461                 '(long-name     "Big5-CDP-var-3"
2462                   chars         256
2463                   dimension     2
2464                   columns       2
2465                   graphic       2
2466                   direction     l2r
2467                   registry      "cdp\\.var-3$"
2468                   mother        =big5-cdp))
2469
2470   (make-charset '=big5-cdp-var-5
2471                 "Big5-CDP-var-5 glyph-images of GlyphWiki"
2472                 '(long-name     "Big5-CDP-var-5"
2473                   chars         256
2474                   dimension     2
2475                   columns       2
2476                   graphic       2
2477                   direction     l2r
2478                   registry      "cdp\\.var-5$"
2479                   mother        =big5-cdp))
2480
2481   (make-charset '==>ucs@bucs
2482                 "Basic Subset of Coded Character Sets (BUCS)"
2483                 '(long-name     "BUCS abstract characters"
2484                   chars         256
2485                   dimension     3
2486                   columns       2
2487                   graphic       2
2488                   direction     l2r
2489                   =>iso-ir      177
2490                   mother        =ucs))
2491
2492   (make-charset '=>ucs@iso
2493                 "Abstract characters of ISO/IEC 10646 representatives"
2494                 '(long-name     "UCS characters for ISO"
2495                   chars         256
2496                   dimension     3
2497                   columns       2
2498                   graphic       2
2499                   direction     l2r
2500                   =>iso-ir      177
2501                   mother        =ucs))
2502   (make-charset '=>ucs@unicode
2503                 "Abstract characters of Unicode representatives"
2504                 '(long-name     "UCS characters for Unicode"
2505                   chars         256
2506                   dimension     3
2507                   columns       2
2508                   graphic       2
2509                   direction     l2r
2510                   =>iso-ir      177
2511                   mother        =>ucs@iso))
2512   (make-charset '=>ucs@jis
2513                 "UCS representative characters for JIS X0208/0212/0213"
2514                 '(long-name     "UCS characters for JIS"
2515                   chars         256
2516                   dimension     3
2517                   columns       2
2518                   graphic       2
2519                   direction     l2r
2520                   =>iso-ir      177
2521                   mother        =>ucs@unicode))
2522   (make-charset '=>ucs@ks
2523                 "UCS representative characters for Korean Standards"
2524                 '(long-name     "UCS characters for KS"
2525                   chars         256
2526                   dimension     3
2527                   columns       2
2528                   graphic       2
2529                   direction     l2r
2530                   =>iso-ir      177
2531                   mother        =>ucs@unicode))
2532   (make-charset '=>ucs@cns
2533                 "UCS representatives characters for CNS 11643 sources"
2534                 '(long-name     "UCS characters for CNS 11643"
2535                   chars         256
2536                   dimension     3
2537                   columns       2
2538                   graphic       2
2539                   direction     l2r
2540                   =>iso-ir      177
2541                   mother        =>ucs@unicode))
2542
2543   (make-charset '=+>ucs@iso
2544                 "UCS based on ISO/IEC 10646 representative glyphs"
2545                 '(long-name     "Unified abstract glyphs of UCS"
2546                   chars         256
2547                   dimension     3
2548                   columns       2
2549                   graphic       2
2550                   direction     l2r
2551                   =>iso-ir      177
2552                   mother        =>ucs@iso))
2553   (make-charset '=+>ucs@unicode
2554                 "Unicode representative unified abstract glyphs"
2555                 '(long-name     "UCS unified abstract glyphs for Unicode"
2556                   chars         256
2557                   dimension     3
2558                   columns       2
2559                   graphic       2
2560                   direction     l2r
2561                   =>iso-ir      177
2562                   mother        =+>ucs@iso))
2563   (make-charset '=+>ucs@jis
2564                 "UCS based on Japanese usual unification"
2565                 '(long-name     "UCS unified abstract glyphs for JP"
2566                   chars         256
2567                   dimension     3
2568                   columns       2
2569                   graphic       2
2570                   direction     l2r
2571                   =>iso-ir      177
2572                   mother        =+>ucs@unicode))
2573   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
2574   (make-charset '=+>ucs@jis/1990
2575                 "UCS representative characters for JIS X0208/0212:1990"
2576                 '(long-name     "UCS characters for JIS:1990"
2577                   chars         256
2578                   dimension     3
2579                   columns       2
2580                   graphic       2
2581                   direction     l2r
2582                   =>iso-ir      177
2583                   mother        =+>ucs@jis))
2584   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
2585   (make-charset '=+>ucs@jis/2004
2586                 "UCS representative characters for JIS X 0213:2004"
2587                 '(long-name     "UCS characters for JIS:2004"
2588                   chars         256
2589                   dimension     3
2590                   columns       2
2591                   graphic       2
2592                   direction     l2r
2593                   =>iso-ir      177
2594                   mother        =+>ucs@jis))
2595   (make-charset '=+>ucs@ks
2596                 "UCS representative unified abstract glyphs for Korean Standards"
2597                 '(long-name     "UCS unified abstract glyphs for KS"
2598                   chars         256
2599                   dimension     3
2600                   columns       2
2601                   graphic       2
2602                   direction     l2r
2603                   =>iso-ir      177
2604                   mother        =+>ucs@unicode))
2605   (make-charset '=+>ucs@cns
2606                 "UCS representatives unified abstract glyphs for CNS 11643 sources"
2607                 '(long-name     "UCS unified abstract glyphs for CNS"
2608                   chars         256
2609                   dimension     3
2610                   columns       2
2611                   graphic       2
2612                   direction     l2r
2613                   =>iso-ir      177
2614                   mother        =+>ucs@unicode))
2615
2616   (make-charset '=>>ucs@iso
2617                 "Representative abstract-glyphs of ISO/IEC 10646"
2618                 '(long-name     "UCS abstract glyphs for UCS"
2619                   chars         256
2620                   dimension     3
2621                   columns       2
2622                   graphic       2
2623                   direction     l2r
2624                   =>iso-ir      177
2625                   mother        =+>ucs@iso))
2626   (make-charset '=>>ucs@unicode
2627                 "Representative abstract-glyphs of Unicode"
2628                 '(long-name     "Unicode abstract glyphs"
2629                   chars         256
2630                   dimension     3
2631                   columns       2
2632                   graphic       2
2633                   direction     l2r
2634                   =>iso-ir      177
2635                   mother        =>>ucs@iso))
2636   (make-charset '=>>ucs@jis
2637                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
2638                 '(long-name     "UCS abstract glyphs for JIS"
2639                   chars         256
2640                   dimension     3
2641                   columns       2
2642                   graphic       2
2643                   direction     l2r
2644                   =>iso-ir      177
2645                   mother        =>>ucs@unicode))
2646   (make-charset '=>>ucs@jis/1990
2647                 "UCS Representative glyphs for JIS X 0208/0212:1990"
2648                 '(long-name     "UCS glyphs for JIS:1990"
2649                   chars         256
2650                   dimension     3
2651                   columns       2
2652                   graphic       2
2653                   direction     l2r
2654                   =>iso-ir      177
2655                   mother        =>>ucs@jis))
2656   (make-charset '=>>ucs@jis/2000
2657                 "UCS Representative glyphs for JIS X 0213:2000"
2658                 '(long-name     "UCS glyphs for JIS:2000"
2659                   chars         256
2660                   dimension     3
2661                   columns       2
2662                   graphic       2
2663                   direction     l2r
2664                   =>iso-ir      177
2665                   mother        =>>ucs@jis))
2666   (make-charset '=>>ucs@jis/2004
2667                 "UCS Representative glyphs for JIS X 0213:2004"
2668                 '(long-name     "UCS glyphs for JIS:2004"
2669                   chars         256
2670                   dimension     3
2671                   columns       2
2672                   graphic       2
2673                   direction     l2r
2674                   =>iso-ir      177
2675                   mother        =>>ucs@jis))
2676   (make-charset '=>>ucs@JP
2677                 "UCS abstract-glyphs based on Japanese style glyphs"
2678                 '(long-name     "UCS glyphs for JP"
2679                   chars         256
2680                   dimension     3
2681                   columns       2
2682                   graphic       2
2683                   direction     l2r
2684                   =>iso-ir      177
2685                   mother        =>>ucs@jis/2004))
2686   (make-charset '=>>ucs@ks
2687                 "UCS Representative glyphs for Korean Standards"
2688                 '(long-name     "UCS glyphs for KS"
2689                   chars         256
2690                   dimension     3
2691                   columns       2
2692                   graphic       2
2693                   direction     l2r
2694                   =>iso-ir      177
2695                   mother        =>>ucs@unicode))
2696   (make-charset '=>>ucs@cns
2697                 "UCS Representative glyphs for CNS 11643 sources"
2698                 '(long-name     "UCS glyphs for CNS"
2699                   chars         256
2700                   dimension     3
2701                   columns       2
2702                   graphic       2
2703                   direction     l2r
2704                   =>iso-ir      177
2705                   mother        =>>ucs@unicode))
2706
2707   ;; (make-charset '=>>>ucs@iso
2708   ;;               "Representative glyph-forms of ISO/IEC 10646"
2709   ;;               '(long-name     "UCS glyph-forms for UCS"
2710   ;;                 chars         256
2711   ;;                 dimension     3
2712   ;;                 columns       2
2713   ;;                 graphic       2
2714   ;;                 direction     l2r
2715   ;;                 =>iso-ir      177
2716   ;;                 mother        =>>ucs@iso))
2717   ;; (make-charset '=>>>ucs@unicode
2718   ;;               "Representative glyph-forms of Unicode"
2719   ;;               '(long-name     "UCS glyph-forms for Unicode"
2720   ;;                 chars         256
2721   ;;                 dimension     3
2722   ;;                 columns       2
2723   ;;                 graphic       2
2724   ;;                 direction     l2r
2725   ;;                 =>iso-ir      177
2726   ;;                 mother        =>>>ucs@iso))
2727   ;; (make-charset '=>>>ucs@jis
2728   ;;               "UCS Representative glyph-forms for JIS X0208/0212/0213"
2729   ;;               '(long-name     "UCS glyph-forms for JIS"
2730   ;;                 chars         256
2731   ;;                 dimension     3
2732   ;;                 columns       2
2733   ;;                 graphic       2
2734   ;;                 direction     l2r
2735   ;;                 =>iso-ir      177
2736   ;;                 mother        =>>>ucs@unicode))
2737   ;; (make-charset '=>>>ucs@jis/1990
2738   ;;               "UCS Representative glyph-forms for JIS X 0208/0212:1990"
2739   ;;               '(long-name     "UCS glyph-forms for JIS:1990"
2740   ;;                 chars         256
2741   ;;                 dimension     3
2742   ;;                 columns       2
2743   ;;                 graphic       2
2744   ;;                 direction     l2r
2745   ;;                 =>iso-ir      177
2746   ;;                 mother        =>>>ucs@jis))
2747   ;; (make-charset '=>>>ucs@jis/2000
2748   ;;               "UCS Representative glyph-forms for JIS X 0213:2000"
2749   ;;               '(long-name     "UCS glyph-forms for JIS:2000"
2750   ;;                 chars         256
2751   ;;                 dimension     3
2752   ;;                 columns       2
2753   ;;                 graphic       2
2754   ;;                 direction     l2r
2755   ;;                 =>iso-ir      177
2756   ;;                 mother        =>>>ucs@jis))
2757   ;; (make-charset '=>>>ucs@jis/2004
2758   ;;               "UCS Representative glyph-forms for JIS X 0213:2004"
2759   ;;               '(long-name     "UCS glyph-forms for JIS:2004"
2760   ;;                 chars         256
2761   ;;                 dimension     3
2762   ;;                 columns       2
2763   ;;                 graphic       2
2764   ;;                 direction     l2r
2765   ;;                 =>iso-ir      177
2766   ;;                 mother        =>>>ucs@jis))
2767   ;; (make-charset '=>>>ucs@ks
2768   ;;               "UCS Representative glyph-forms for Korean Standards"
2769   ;;               '(long-name     "UCS glyph-forms for KS"
2770   ;;                 chars         256
2771   ;;                 dimension     3
2772   ;;                 columns       2
2773   ;;                 graphic       2
2774   ;;                 direction     l2r
2775   ;;                 =>iso-ir      177
2776   ;;                 mother        =>>>ucs@unicode))
2777   ;; (make-charset '=>>>ucs@cns
2778   ;;               "UCS Representative glyph-forms for CNS 11643 sources"
2779   ;;               '(long-name     "UCS glyph-forms for CNS"
2780   ;;                 chars         256
2781   ;;                 dimension     3
2782   ;;                 columns       2
2783   ;;                 graphic       2
2784   ;;                 direction     l2r
2785   ;;                 =>iso-ir      177
2786   ;;                 mother        =>>>ucs@unicode))
2787
2788   (make-charset '=ucs@iso
2789                 "ISO/IEC 10646 for its representative glyphs"
2790                 '(long-name     "UCS for ISO"
2791                   chars         256
2792                   dimension     3
2793                   columns       2
2794                   graphic       2
2795                   direction     l2r
2796                   =>iso-ir      177
2797                   mother        =>>ucs@iso
2798                   ;; mother     =>>>ucs@iso
2799                   ))
2800   (define-charset-alias '=>>>ucs@iso '=ucs@iso)
2801   (make-charset '=ucs@unicode
2802                 "Unicode for its representative glyphs"
2803                 '(long-name     "UCS for Unicode"
2804                   chars         256
2805                   dimension     3
2806                   columns       2
2807                   graphic       2
2808                   direction     l2r
2809                   =>iso-ir      177
2810                   mother        =ucs@iso))
2811   (define-charset-alias '=>>>ucs@unicode '=ucs@unicode)
2812   (make-charset '=ucs@gb
2813                 "ISO/IEC 10646 for GB"
2814                 '(long-name     "UCS for GB"
2815                   chars         256
2816                   dimension     3
2817                   columns       2
2818                   graphic       2
2819                   direction     l2r
2820                   =>iso-ir      177
2821                   mother        =ucs@unicode))
2822   (define-charset-alias 'ucs-gb '=ucs@gb)
2823   (make-charset '=ucs@gb/fw
2824                 "ISO/IEC 10646 for GB with fullwidth"
2825                 '(long-name     "UCS for GB-fullwidth"
2826                   chars         256
2827                   dimension     3
2828                   columns       2
2829                   graphic       2
2830                   direction     l2r
2831                   =>iso-ir      177
2832                   mother        =ucs@gb))
2833   (make-charset '=ucs-bmp@gb
2834                 "ISO/IEC 10646 BMP for GB"
2835                 '(long-name     "BMP for GB"
2836                   chars         256
2837                   dimension     3
2838                   columns       2
2839                   graphic       2
2840                   direction     l2r
2841                   mother        =ucs@gb
2842                   min-code      #x0000
2843                   max-code      #xFFFF))
2844   (make-charset '=ucs@cns
2845                 "ISO/IEC 10646 for CNS 11643"
2846                 '(long-name     "UCS for CNS"
2847                   chars         256
2848                   dimension     3
2849                   columns       2
2850                   graphic       2
2851                   direction     l2r
2852                   =>iso-ir      177
2853                   mother        =ucs@unicode))
2854   (define-charset-alias 'ucs-cns '=ucs@cns)
2855   (define-charset-alias '=>>>ucs@cns '=ucs@cns)
2856   (make-charset '=ucs@cns/fw
2857                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
2858                 '(long-name     "UCS for CNS-fullwidth"
2859                   chars         256
2860                   dimension     3
2861                   columns       2
2862                   graphic       2
2863                   direction     l2r
2864                   =>iso-ir      177
2865                   mother        =ucs@cns))
2866   (make-charset '=ucs-bmp@cns
2867                 "ISO/IEC 10646 BMP for CNS"
2868                 '(long-name     "BMP for CNS"
2869                   chars         256
2870                   dimension     3
2871                   columns       2
2872                   graphic       2
2873                   direction     l2r
2874                   mother        =ucs@cns
2875                   min-code      #x0000
2876                   max-code      #xFFFF))
2877   (make-charset '=ucs@jis
2878                 "ISO/IEC 10646 for JIS X0208/0212/0213"
2879                 '(long-name     "UCS for JIS"
2880                   chars         256
2881                   dimension     3
2882                   columns       2
2883                   graphic       2
2884                   direction     l2r
2885                   =>iso-ir      177
2886                   mother        =ucs@unicode))
2887   (define-charset-alias 'ucs-jis '=ucs@jis)
2888   (define-charset-alias '=>>>ucs@jis '=ucs@jis)
2889   (make-charset '=ucs@jis/fw
2890                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
2891                 '(long-name     "UCS for JIS-fullwidth"
2892                   chars         256
2893                   dimension     3
2894                   columns       2
2895                   graphic       2
2896                   direction     l2r
2897                   =>iso-ir      177
2898                   mother        =ucs@jis))
2899   (make-charset '=ucs-bmp@jis
2900                 "ISO/IEC 10646 BMP for JIS"
2901                 '(long-name     "BMP for JIS"
2902                   chars         256
2903                   dimension     3
2904                   columns       2
2905                   graphic       2
2906                   direction     l2r
2907                   mother        =ucs@jis
2908                   min-code      #x0000
2909                   max-code      #xFFFF))
2910   ;; (make-charset '=ucs@jis/1983
2911   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
2912   ;;               '(long-name     "UCS for JIS:1983"
2913   ;;                 chars         256
2914   ;;                 dimension     3
2915   ;;                 columns       2
2916   ;;                 graphic       2
2917   ;;                 direction     l2r
2918   ;;                 =>iso-ir      177
2919   ;;                 mother        =ucs@jis))
2920   (make-charset '=ucs@jis/1990
2921                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
2922                 '(long-name     "UCS for JIS:1990"
2923                   chars         256
2924                   dimension     3
2925                   columns       2
2926                   graphic       2
2927                   direction     l2r
2928                   =>iso-ir      177
2929                   mother        =ucs@jis))
2930   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
2931   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
2932   (define-charset-alias '=>>>ucs@jis/1990 '=ucs@jis/1990)
2933   (make-charset '=ucs@jis/2000
2934                 "ISO/IEC 10646 for JIS X 0213:2000"
2935                 '(long-name     "UCS for JIS:2000"
2936                   chars         256
2937                   dimension     3
2938                   columns       2
2939                   graphic       2
2940                   direction     l2r
2941                   =>iso-ir      177
2942                   mother        =ucs@jis))
2943   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
2944   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
2945   (define-charset-alias '=>>>ucs@jis/2000 '=ucs@jis/2000)
2946   (make-charset '=ucs@jis/2004
2947                 "ISO/IEC 10646 for JIS X 0213:2004"
2948                 '(long-name     "UCS for JIS:2004"
2949                   chars         256
2950                   dimension     3
2951                   columns       2
2952                   graphic       2
2953                   direction     l2r
2954                   =>iso-ir      177
2955                   mother        =ucs@jis))
2956   (define-charset-alias '=>>>ucs@jis/2004 '=ucs@jis/2004)
2957   (make-charset '=ucs@JP
2958                 "UCS for common glyphs used in Japan"
2959                 '(long-name     "UCS for Japan"
2960                   chars         256
2961                   dimension     3
2962                   columns       2
2963                   graphic       2
2964                   direction     l2r
2965                   =>iso-ir      177
2966                   mother        =ucs@jis/2004))
2967   (define-charset-alias '=ucs@jp '=ucs@JP)
2968   (make-charset '=ucs@JP/hanazono
2969                 "Japanese glyph-images of Hanazono Mincho"
2970                 '(long-name     "UCS for Hana-Min"
2971                   chars         256
2972                   dimension     3
2973                   columns       2
2974                   graphic       2
2975                   direction     l2r
2976                   =>iso-ir      177
2977                   mother        =ucs@JP))
2978   (make-charset '=ucs@ks
2979                 "ISO/IEC 10646 for Korean Standards"
2980                 '(long-name     "UCS for KS"
2981                   chars         256
2982                   dimension     3
2983                   columns       2
2984                   graphic       2
2985                   direction     l2r
2986                   =>iso-ir      177
2987                   mother        =ucs@unicode))
2988   (define-charset-alias 'ucs-ks '=ucs@ks)
2989   (define-charset-alias '=>>>ucs@ks '=ucs@ks)
2990   (make-charset '=ucs-bmp@ks
2991                 "ISO/IEC 10646 BMP for KS"
2992                 '(long-name     "BMP for KS"
2993                   chars         256
2994                   dimension     3
2995                   columns       2
2996                   graphic       2
2997                   direction     l2r
2998                   mother        =ucs@ks
2999                   min-code      #x0000
3000                   max-code      #xFFFF))
3001   (make-charset '=ucs@cns11643
3002                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
3003                 '(long-name     "UCS for CNS11643"
3004                   chars         256
3005                   dimension     3
3006                   columns       2
3007                   graphic       2
3008                   direction     l2r
3009                   =>iso-ir      177
3010                   mother        =ucs@cns))
3011   (make-charset '=ucs@big5
3012                 "ISO/IEC 10646 for Big5"
3013                 '(long-name     "UCS for Big5"
3014                   chars         256
3015                   dimension     3
3016                   columns       2
3017                   graphic       2
3018                   direction     l2r
3019                   =>iso-ir      177
3020                   mother        =>>ucs@cns))
3021   (define-charset-alias 'ucs-big5 '=ucs@big5)
3022   (make-charset '=ucs@big5/cns11643
3023                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
3024                 '(long-name     "UCS for Big5@CNS11643"
3025                   chars         256
3026                   dimension     3
3027                   columns       2
3028                   graphic       2
3029                   direction     l2r
3030                   =>iso-ir      177
3031                   mother        =ucs@big5))
3032
3033   (make-charset '==ucs@iso
3034                 "ISO/IEC 10646 for its representative glyph-images."
3035                 '(long-name     "ISO rep-image for UCS"
3036                   chars         256
3037                   dimension     3
3038                   columns       2
3039                   graphic       2
3040                   direction     l2r
3041                   =>iso-ir      177
3042                   mother        =ucs@iso))
3043   (make-charset '==ucs@unicode
3044                 "Unicode for its representative glyph-images."
3045                 '(long-name     "UCS for Unicode"
3046                   chars         256
3047                   dimension     3
3048                   columns       2
3049                   graphic       2
3050                   direction     l2r
3051                   =>iso-ir      177
3052                   mother        ==ucs@iso))
3053   (make-charset '==ucs@gb
3054                 "ISO/IEC 10646 for GB"
3055                 '(long-name     "UCS for GB"
3056                   chars         256
3057                   dimension     3
3058                   columns       2
3059                   graphic       2
3060                   direction     l2r
3061                   =>iso-ir      177
3062                   mother        ==ucs@unicode))
3063   (make-charset '==ucs-bmp@gb
3064                 "ISO/IEC 10646 BMP for GB"
3065                 '(long-name     "BMP for GB"
3066                   chars         256
3067                   dimension     3
3068                   columns       2
3069                   graphic       2
3070                   direction     l2r
3071                   mother        ==ucs@gb
3072                   min-code      #x0000
3073                   max-code      #xFFFF))
3074   (make-charset '==ucs@cns
3075                 "ISO/IEC 10646 for CNS 11643"
3076                 '(long-name     "UCS for CNS"
3077                   chars         256
3078                   dimension     3
3079                   columns       2
3080                   graphic       2
3081                   direction     l2r
3082                   =>iso-ir      177
3083                   mother        ==ucs@unicode))
3084   (make-charset '==ucs-bmp@cns
3085                 "ISO/IEC 10646 BMP for CNS"
3086                 '(long-name     "BMP for CNS"
3087                   chars         256
3088                   dimension     3
3089                   columns       2
3090                   graphic       2
3091                   direction     l2r
3092                   mother        ==ucs@cns
3093                   min-code      #x0000
3094                   max-code      #xFFFF))
3095   (make-charset '==ucs@jis
3096                 "ISO/IEC 10646 for JIS X0208/0212/0213"
3097                 '(long-name     "UCS for JIS"
3098                   chars         256
3099                   dimension     3
3100                   columns       2
3101                   graphic       2
3102                   direction     l2r
3103                   =>iso-ir      177
3104                   mother        ==ucs@unicode))
3105   (make-charset '==ucs@jis/1990
3106                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
3107                 '(long-name     "UCS for JIS:1990"
3108                   chars         256
3109                   dimension     3
3110                   columns       2
3111                   graphic       2
3112                   direction     l2r
3113                   =>iso-ir      177
3114                   mother        ==ucs@jis))
3115   (make-charset '==ucs@jis/2000
3116                 "ISO/IEC 10646 for JIS X 0213:2000"
3117                 '(long-name     "UCS for JIS:2000"
3118                   chars         256
3119                   dimension     3
3120                   columns       2
3121                   graphic       2
3122                   direction     l2r
3123                   =>iso-ir      177
3124                   mother        ==ucs@jis))
3125   (make-charset '==ucs@jis/2004
3126                 "ISO/IEC 10646 for JIS X 0213:2004"
3127                 '(long-name     "UCS for JIS:2004"
3128                   chars         256
3129                   dimension     3
3130                   columns       2
3131                   graphic       2
3132                   direction     l2r
3133                   =>iso-ir      177
3134                   mother        ==ucs@jis))
3135   (make-charset '==ucs@JP
3136                 "UCS for common glyph-images used in Japan."
3137                 '(long-name     "UCS for Japan"
3138                   chars         256
3139                   dimension     3
3140                   columns       2
3141                   graphic       2
3142                   direction     l2r
3143                   =>iso-ir      177
3144                   mother        ==ucs@jis/2004))
3145   (make-charset '==ucs@JP/hanazono
3146                 "Japanese glyph-images of Hanazono Mincho."
3147                 '(long-name     "UCS for Hana-Min"
3148                   chars         256
3149                   dimension     3
3150                   columns       2
3151                   graphic       2
3152                   direction     l2r
3153                   =>iso-ir      177
3154                   mother        ==ucs@JP))
3155   (make-charset '==ucs@ks
3156                 "ISO/IEC 10646 for Korean Standards."
3157                 '(long-name     "UCS for KS"
3158                   chars         256
3159                   dimension     3
3160                   columns       2
3161                   graphic       2
3162                   direction     l2r
3163                   =>iso-ir      177
3164                   mother        ==ucs@unicode))
3165   (make-charset '==ucs-bmp@ks
3166                 "ISO/IEC 10646 BMP for KS."
3167                 '(long-name     "BMP for KS"
3168                   chars         256
3169                   dimension     3
3170                   columns       2
3171                   graphic       2
3172                   direction     l2r
3173                   mother        ==ucs@ks
3174                   min-code      #x0000
3175                   max-code      #xFFFF))
3176   (make-charset '==ucs@cns11643
3177                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw."
3178                 '(long-name     "UCS for CNS11643"
3179                   chars         256
3180                   dimension     3
3181                   columns       2
3182                   graphic       2
3183                   direction     l2r
3184                   =>iso-ir      177
3185                   mother        ==ucs@cns))
3186
3187   (make-charset '=ucs-itaiji-084
3188                 "uXXXX-itaiji-084 glyph-images of GlyphWiki"
3189                 '(long-name     "UCS-itaiji-084"
3190                   chars         256
3191                   dimension     3
3192                   columns       2
3193                   graphic       2
3194                   direction     l2r
3195                   ;; =>iso-ir   177
3196                   mother        =ucs))
3197   (make-charset '=ucs-bmp-itaiji-084
3198                 "uXXXX-itaiji-084 glyph-images in BMP"
3199                 '(long-name     "UCS-BMP-itaiji-084"
3200                   chars         256
3201                   dimension     2
3202                   columns       2
3203                   graphic       2
3204                   direction     l2r
3205                   ;; =>iso-ir   177
3206                   mother        =ucs-itaiji-084
3207                   min-code #x2E00
3208                   max-code #x9FA5
3209                   registry "ucs\\.itaiji084-0"))
3210
3211   (make-charset
3212    '=ucs-radicals
3213    "CJK Radicals of UCS"
3214    '(long-name "UCS-Radicals"
3215                chars 256
3216                dimension 2
3217                columns 2
3218                graphic 2
3219                direction l2r
3220                registry "-zhRadicals-.*-ucs-0"
3221                mother ucs-bmp
3222                min-code #x2E00 max-code #x2FFF))
3223   (make-charset
3224    '=ucs-radicals@unicode
3225    "CJK Radicals of UCS"
3226    '(long-name "UCS-Radicals"
3227                chars 256
3228                dimension 2
3229                columns 2
3230                graphic 2
3231                direction l2r
3232                registry "-zhRadicals-.*-ucs-0"
3233                mother =ucs@unicode
3234                min-code #x2E00 max-code #x2FFF))
3235   (make-charset
3236    '=ucs-hangul
3237    "Hangul Syllables of UCS"
3238    '(long-name "UCS-Hangul-Syllables"
3239                chars 256
3240                dimension 2
3241                columns 2
3242                graphic 2
3243                direction l2r
3244                registry "-Hangul-.*-ucs-0"
3245                mother =ucs
3246                min-code #xAC00 max-code #xD7AF))
3247   (make-charset
3248    '=ucs-bmp-cjk
3249    "CJK Characters in BMP of UCS"
3250    '(long-name "UCS-BMP-CJK"
3251                chars 256
3252                dimension 2
3253                columns 2
3254                graphic 2
3255                direction l2r
3256                registry "-zh-.*-ucs-0"
3257                mother ucs-bmp
3258                min-code #x2E00
3259                max-code #x9FA5
3260                ;; max-code #xA4CF
3261                ))
3262   (make-charset
3263    '=ucs-bmp-cjk@gb
3264    "CJK Characters in BMP with GB representative glyph-images."
3265    '(long-name "CJK in BMP@GB"
3266                chars 256
3267                dimension 2
3268                columns 2
3269                graphic 2
3270                direction l2r
3271                registry "-zh-.*-ucs-0"
3272                mother =ucs@gb
3273                min-code #x2E00
3274                max-code #x9FA5
3275                ;; max-code #xA4CF
3276                ))
3277   (make-charset
3278    '==ucs-bmp-cjk@gb
3279    "CJK Characters in BMP with GB representative glyph-images."
3280    '(long-name "CJK in BMP@GB"
3281                chars 256
3282                dimension 2
3283                columns 2
3284                graphic 2
3285                direction l2r
3286                registry "-zh-.*-ucs-0"
3287                mother ==ucs@gb
3288                min-code #x2E00
3289                max-code #x9FA5
3290                ;; max-code #xA4CF
3291                ))
3292   (make-charset
3293    '=ucs-bmp-cjk@JP
3294    "CJK Characters in BMP with JIS representative glyphs"
3295    '(long-name "CJK in BMP@JP"
3296                chars 256
3297                dimension 2
3298                columns 2
3299                graphic 2
3300                direction l2r
3301                registry "-ja-.*-ucs-0"
3302                mother =ucs@JP
3303                min-code #x2E00
3304                max-code #x9FA5
3305                ;; max-code #xA4CF
3306                ))
3307   (make-charset
3308    '=ucs-bmp-cjk@JP/hanazono
3309    "CJK Characters in BMP with Hanazono font"
3310    '(long-name "CJK in BMP@JP/Hanazono"
3311                chars 256
3312                dimension 2
3313                columns 2
3314                graphic 2
3315                direction l2r
3316                registry "-ja-.*-ucs-0"
3317                mother =ucs@JP/hanazono
3318                min-code #x2E00
3319                max-code #x9FA5
3320                ;; max-code #xA4CF
3321                ))
3322   (make-charset
3323    '==ucs-bmp-cjk@JP/hanazono
3324    "CJK Characters in BMP with Hanazono font"
3325    '(long-name "CJK in BMP@JP/Hanazono"
3326                chars 256
3327                dimension 2
3328                columns 2
3329                graphic 2
3330                direction l2r
3331                registry "-ja-.*-ucs-0"
3332                mother ==ucs@JP/hanazono
3333                min-code #x2E00
3334                max-code #x9FA5
3335                ;; max-code #xA4CF
3336                ))
3337   (make-charset
3338    '=+>ucs-bmp-cjk@unicode
3339    "Unicode representative characters of CJK Unified Ideographs in BMP"
3340    '(long-name "Unicode-BMP-CJK unified abstract glyphs"
3341                chars 256
3342                dimension 2
3343                columns 2
3344                graphic 2
3345                direction l2r
3346                registry "-zh-.*-ucs-0"
3347                mother =+>ucs@unicode
3348                min-code #x2E00
3349                max-code #x9FA5
3350                ;; max-code #xA4CF
3351                ))
3352   (make-charset
3353    '=>ucs-bmp-cjk@unicode
3354    "Unicode representative characters of CJK Unified Ideographs in BMP"
3355    '(long-name "Unicode-BMP-CJK"
3356                chars 256
3357                dimension 2
3358                columns 2
3359                graphic 2
3360                direction l2r
3361                registry "-zh-.*-ucs-0"
3362                mother =>ucs@unicode
3363                min-code #x2E00
3364                max-code #x9FA5
3365                ;; max-code #xA4CF
3366                ))
3367   (make-charset
3368    '==>ucs-bmp-cjk@bucs
3369    "CJK Characters in BMP of BUCS"
3370    '(long-name "BUCS-BMP-CJK"
3371                chars 256
3372                dimension 2
3373                columns 2
3374                graphic 2
3375                direction l2r
3376                registry "-zh-.*-ucs-0"
3377                mother ==>ucs@bucs
3378                min-code #x2E00
3379                max-code #x9FA5
3380                ;; max-code #xA4CF
3381                ))
3382   (make-charset
3383    '=ucs-bmp-cjk-compat
3384    "CJK Compatibility Ideographs in BMP of UCS"
3385    '(long-name "CJK Compatibility Ideographs"
3386                chars 256
3387                dimension 2
3388                columns 2
3389                graphic 2
3390                direction l2r
3391                registry "-ja-.*-ucs-0"
3392                mother ucs-bmp
3393                min-code #xF900
3394                max-code #xFAFF
3395                ))
3396   (make-charset
3397    '=ucs-bmp-cjk-compat@unicode
3398    "CJK Compatibility Ideographs of Unicode representatives"
3399    '(long-name "CJK Compatibility Ideographs of Unicode"
3400                chars 256
3401                dimension 2
3402                columns 2
3403                graphic 2
3404                direction l2r
3405                registry "-ja-.*-ucs-0"
3406                mother =ucs@unicode
3407                min-code #xF900
3408                max-code #xFAFF
3409                ))
3410   (make-charset
3411    '=+>ucs-bmp-cjk-compat@jis
3412    "CJK Compatibility Ideographs of JIS representatives unified glyphs"
3413    '(long-name "JIS unified glyphs for CJK Compat chars"
3414                chars 256
3415                dimension 2
3416                columns 2
3417                graphic 2
3418                direction l2r
3419                registry "-ja-.*-ucs-0"
3420                mother =+>ucs@jis
3421                min-code #xF900
3422                max-code #xFAFF
3423                ))
3424   (make-charset
3425    '=ucs-sip-ext-b
3426    "CJK Ideographs Extension B"
3427    '(long-name "UCS CJK Ext-B"
3428                chars 256
3429                dimension 2
3430                columns 2
3431                graphic 2
3432                direction l2r
3433                registry "\\(iso10646\\|ucs02\\)-2$"
3434                mother ucs
3435                min-code #x20000 max-code #x2A6D6
3436                code-offset #x20000))
3437   (make-charset
3438    '=ucs-sip-ext-b@iso
3439    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
3440    '(long-name "UCS CJK Ext-B"
3441                chars 256
3442                dimension 2
3443                columns 2
3444                graphic 2
3445                direction l2r
3446                registry "\\(iso10646\\|ucs02\\)-2$"
3447                mother =ucs@iso
3448                min-code #x20000 max-code #x2A6D6
3449                code-offset #x20000))
3450   (make-charset
3451    '==ucs-sip-ext-b@iso
3452    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
3453    '(long-name "UCS CJK Ext-B"
3454                chars 256
3455                dimension 2
3456                columns 2
3457                graphic 2
3458                direction l2r
3459                registry "\\(iso10646\\|ucs02\\)-2$"
3460                mother ==ucs@iso
3461                min-code #x20000 max-code #x2A6D6
3462                code-offset #x20000))
3463   )
3464
3465 ;;; mule-conf.el ends here