(=+>ucs@ks): 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 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    '=jis-x0208@1978
33    "JIS X 0208:1978, unchanged part."
34    '(registry "jisx0208\\.1978"
35               dimension 2
36               chars 94
37               mother =jis-x0208
38               =>iso-ir 42
39               final ?@
40               graphic 0
41               partial t))
42   (make-charset
43    '=jis-x0208@1978/-4pr
44    "JIS X 0208:1978, 1st - 3rd impressions."
45    '(registry "jisx0208\\.1978"
46               dimension 2
47               chars 94
48               mother =jis-x0208@1978
49               =>iso-ir 42
50               final ?@
51               graphic 0
52               partial t))
53   (make-charset
54    '=jis-x0208@1978/1pr
55    "JIS X 0208:1978, 1st impression."
56    '(iso-ir 42
57             registry "jisx0208\\.1978"
58             dimension 2
59             chars 94
60             mother =jis-x0208@1978/-4pr
61             final ?@
62             graphic 0))
63   (make-charset
64    '=jis-x0208@1978/-4X
65    "JIS X 0208:1978, index before the 4th impression."
66    '(registry "jisx0208\\.1978"
67               dimension 2
68               chars 94
69               mother =jis-x0208@1978
70               =>iso-ir 42
71               ;; final ?@
72               graphic 0
73               partial t))
74   (make-charset
75    '=jis-x0208@1978/1er-pr
76    "JIS X 0208:1978, fixed by errata [Nov 1978]."
77    '(registry "jisx0208\\.1978"
78               dimension 2
79               chars 94
80               mother =jis-x0208@1978
81               =>iso-ir 42
82               ;; final ?@
83               graphic 0
84               partial t))
85   (make-charset
86    '=jis-x0208@1978/2-pr
87    "JIS X 0208:1978, 2nd impression or later."
88    '(registry "jisx0208\\.1978"
89               dimension 2
90               chars 94
91               mother =jis-x0208@1978/1er-pr
92               =>iso-ir 42
93               ;; final ?@
94               graphic 0
95               partial t))
96   (make-charset
97    '=jis-x0208@1978/4er
98    "JIS X 0208:1978, replaced by errata of 4th impression."
99    '(registry "jisx0208\\.1978"
100               dimension 2
101               chars 94
102               mother =jis-x0208@1978/2-pr
103               =>iso-ir 42
104               ;; final ?@
105               graphic 0
106               partial t))
107   (make-charset
108    '=jis-x0208@1978/4-pr
109    "JIS X 0208:1978, 4th impression or later."
110    '(registry "jisx0208\\.1978"
111               dimension 2
112               chars 94
113               mother =jis-x0208@1978/2-pr
114               =>iso-ir 42
115               ;; final ?@
116               graphic 0
117               partial t))
118   (make-charset
119    '=jis-x0208@1978/5pr
120    "JIS X 0208:1978, 5th impression."
121    '(registry "jisx0208\\.1978"
122               dimension 2
123               chars 94
124               mother =jis-x0208@1978/4-pr
125               =>iso-ir 42
126               ;; final ?@
127               graphic 0
128               partial t))
129   (define-charset-alias '=jis-x0208@1978/i1 '=jis-x0208@1978/1pr)
130   (define-charset-alias '=jis-x0208@1978/i-4 '=jis-x0208@1978/-4pr)
131   (define-charset-alias '=jis-x0208@1978/i4- '=jis-x0208@1978/4-pr)
132   )
133  (t
134   (make-charset
135    '=jis-x0208@1978
136    "JIS X0208:1978 Japanese Kanji (so called \"old JIS\")."
137    '(iso-ir 42
138             registry "jisx0208\\.1978"
139             dimension 2
140             chars 94
141             mother =jis-x0208
142             final ?@
143             graphic 0))
144   ))
145
146 (define-charset-alias '=jis-x0208-1978          '=jis-x0208@1978)
147 (define-charset-alias 'japanese-jisx0208-1978   '=jis-x0208@1978)
148 (define-charset-alias 'chinese-gb2312           '=gb2312)
149 (define-charset-alias '=jis-x0208-1983          '=jis-x0208@1983)
150 (define-charset-alias 'japanese-jisx0208        '=jis-x0208@1983)
151 (define-charset-alias 'korean-ksc5601           '=ks-x1001)
152 (define-charset-alias 'japanese-jisx0212        '=jis-x0212)
153 (define-charset-alias 'chinese-cns11643-1       '=cns11643-1)
154 (define-charset-alias 'chinese-cns11643-2       '=cns11643-2)
155 (define-charset-alias 'chinese-gb12345          '=gb12345)
156 (define-charset-alias 'chinese-big5             '=big5)
157
158 ;; PinYin-ZhuYin
159 (make-charset 'sisheng "PinYin-ZhuYin"
160               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
161                 dimension 1
162                 chars 94
163                 final ?0
164                 graphic 0
165                 ))
166
167 ;; Lao script.
168 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
169 (make-charset 'lao "Lao script"
170               '(registry "MuleLao-1"
171                 dimension 1
172                 chars 94
173                 final ?1
174                 graphic 1))
175
176 ;; IPA (International Phonetic Alphabet)
177 (make-charset 'ipa "International Phonetic Alphabet"
178               '(registry "MuleIPA"
179                 dimension 1
180                 chars 96
181                 final ?0
182                 graphic 1))
183
184 ;; Ethiopic
185 (make-charset 'ethiopic "Ethiopic"
186               '(registry "Ethio"
187                 dimension 2
188                 chars 94
189                 final ?3
190                 graphic 0
191                 ))
192
193 ;; ISO-IR-165 (CCITT Extended GB)
194 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
195 ;;    GB 8565-88 table A4 + 293 characters.
196 (if (featurep 'utf-2000)
197     (progn
198       (make-charset '=iso-ir165
199                     "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
200                     '(iso-ir 165
201                              dimension 2
202                              chars 94
203                              mother =gb2312
204                              final ?E
205                              registry "isoir165"
206                              graphic 0))
207       (define-charset-alias 'chinese-isoir165 '=iso-ir165))
208   (make-charset 'chinese-isoir165
209                 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
210                 '(iso-ir 165
211                          dimension 2
212                          chars 94
213                          final ?E
214                          registry "isoir165"
215                          graphic 0)))
216
217 ;; CNS11643 Plane3 thru Plane7
218 ;; These represent more and more obscure Chinese characters.
219 ;; By the time you get to Plane 7, we're talking about characters
220 ;; that appear once in some ancient manuscript and whose meaning
221 ;; is unknown.
222
223 (flet
224     ((make-chinese-cns11643-charset
225       (name iso-ir plane final)
226       (make-charset
227        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
228        `(iso-ir ,iso-ir
229          registry 
230          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
231          dimension 2
232          chars 94
233          final ,final
234          graphic 0))
235       ))
236   (make-chinese-cns11643-charset '=cns11643-3 183 "3" ?I)
237   (make-chinese-cns11643-charset '=cns11643-4 184 "4" ?J)
238   (make-chinese-cns11643-charset '=cns11643-5 185 "5" ?K)
239   (make-chinese-cns11643-charset '=cns11643-6 186 "6" ?L)
240   (make-chinese-cns11643-charset '=cns11643-7 187 "7" ?M)
241   (define-charset-alias 'chinese-cns11643-3     '=cns11643-3)
242   (define-charset-alias 'chinese-cns11643-4     '=cns11643-4)
243   (define-charset-alias 'chinese-cns11643-5     '=cns11643-5)
244   (define-charset-alias 'chinese-cns11643-6     '=cns11643-6)
245   (define-charset-alias 'chinese-cns11643-7     '=cns11643-7)
246   )
247
248 ;; JIS X 0213:2000
249 (cond
250  ((featurep 'utf-2000)
251   (make-charset
252    '=jis-x0213-1
253    "JIS X 0213 Plain 1 (unchanged part)"
254    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
255               dimension 2
256               chars 94
257               =>iso-ir 228
258               final ?O
259               graphic 0
260               partial t))
261
262   (make-charset
263    '=jis-x0213-1@2000
264    "JIS X 0213:2000 Plain 1"
265    '(iso-ir 228
266             registry "jisx0213\\(\\.2000\\)-1"
267             dimension 2
268             chars 94
269             mother =jis-x0213-1
270             final ?O
271             graphic 0))
272   (make-charset
273    '=jis-x0213-2
274    "JIS X 0213 Plain 2"
275    '(iso-ir 229
276             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
277             dimension 2
278             chars 94
279             final ?P
280             graphic 0))
281
282   (make-charset
283    '=jis-x0213-1@2004
284    "JIS X 0213:2004 Plain 1"
285    '(iso-ir 233
286             registry "jisx0213\\(\\.2004\\)-1"
287             dimension 2
288             chars 94
289             mother =jis-x0213-1
290             final ?Q
291             graphic 0))
292
293   (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1@2000)
294   (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2)
295   (define-charset-alias '=jis-x0213-1-2000 '=jis-x0213-1@2000)
296   (define-charset-alias '=jis-x0213-2-2000 '=jis-x0213-2)
297   )
298  (t
299   (make-charset
300    'japanese-jisx0213-1
301    "JIS X 0213:2000 Plain 1"
302    '(registry "jisx0213\\(\\.2000\\)-1"
303               dimension 2
304               chars 94
305               final ?O
306               graphic 0))
307   (make-charset
308    'japanese-jisx0213-2
309    "JIS X 0213:2000 Plain 2"
310    '(registry "jisx0213\\(\\.2000\\)-2"
311               dimension 2
312               chars 94
313               final ?P
314               graphic 0))
315   ))
316
317 (when (featurep 'utf-2000)
318   (define-charset-alias 'ucs '=ucs)
319   (define-charset-alias '=jis-x0208-1990 '=jis-x0208@1990)
320   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990)
321
322   (make-charset
323    '=>>>jis-x0208
324    "JIS X 0208 abstract glyph-forms (unchanged part)."
325    '(registry "jisx0208\\.1990"
326               dimension 2
327               chars 94
328               mother =jis-x0208
329               =>iso-ir 168
330               ;; final ?B
331               graphic 0))
332   (make-charset
333    '=>>>jis-x0208@1978
334    "JIS X 0208:1978 abstract glyph-forms."
335    '(registry "jisx0208\\.1978"
336               dimension 2
337               chars 94
338               mother =>>>jis-x0208
339               =>iso-ir 42
340               ;; final ?@
341               graphic 0))
342   (make-charset
343    '=>>>jis-x0208@1983
344    "JIS X 0208:1983 abstract glyph-forms."
345    '(registry "jisx0208\\.1983"
346               dimension 2
347               chars 94
348               mother =>>>jis-x0208
349               =>iso-ir 87
350               graphic 0))
351   (make-charset
352    '=>>>jis-x0208@1990
353    "JIS X 0208:1990 abstract glyph-forms."
354    '(registry "jisx0208\\.1990"
355               dimension 2
356               chars 94
357               mother =>>>jis-x0208
358               =>iso-ir 168
359               ;; final ?B
360               graphic 0))
361   (make-charset
362    '=>>>jis-x0213-1
363    "JIS X 0213 Plain 1 abstract glyph-forms (unchanged part)"
364    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
365               dimension 2
366               chars 94
367               mother =jis-x0213-1
368               =>iso-ir 228
369               ;; final ?O
370               graphic 0
371               ;; partial t
372               ))
373   (make-charset
374    '=>>>jis-x0213-1@2000
375    "JIS X 0213:2000 Plain 1 abstract glyph-forms"
376    '(registry "jisx0213\\(\\.2000\\)-1"
377               dimension 2
378               chars 94
379               mother =>>>jis-x0213-1
380               =>iso-ir 228
381               ;; final ?O
382               graphic 0
383               ;; partial t
384               ))
385   (make-charset
386    '=>>>jis-x0213-1@2004
387    "JIS X 0213:2004 Plain 1 abstract glyph-forms"
388    '(mother =>>>jis-x0213-1
389             =>iso-ir 233
390             ;; registry "jisx0213\\(\\.2004\\)-1"
391             dimension 2
392             chars 94
393             graphic 0))
394   (make-charset
395    '=>>>jis-x0213-2
396    "JIS X 0213 Plain 2 abstract glyph-forms"
397    '(mother =jis-x0213-2
398             =>iso-ir 229
399             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
400             dimension 2
401             chars 94
402             graphic 0))
403
404   (make-charset
405    '=>>jis-x0208
406    "JIS X 0208 abstract glyphs (unchanged part)."
407    '(registry "jisx0208\\.1990"
408               dimension 2
409               chars 94
410               mother =>>>jis-x0208
411               =>iso-ir 168
412               ;; final ?B
413               graphic 0))
414   (make-charset
415    '=>>jis-x0208@1978
416    "JIS X 0208:1978 abstract glyphs."
417    '(registry "jisx0208\\.1978"
418               dimension 2
419               chars 94
420               mother =>>jis-x0208
421               =>iso-ir 42
422               ;; final ?@
423               graphic 0))
424   (make-charset
425    '=>>jis-x0208@1983
426    "JIS X 0208:1983 abstract glyphs."
427    '(registry "jisx0208\\.1983"
428               dimension 2
429               chars 94
430               mother =>>jis-x0208
431               =>iso-ir 87
432               graphic 0))
433   (make-charset
434    '=>>jis-x0208@1990
435    "JIS X 0208:1990 abstract glyphs."
436    '(registry "jisx0208\\.1990"
437               dimension 2
438               chars 94
439               mother =>>jis-x0208
440               =>iso-ir 168
441               graphic 0))
442
443   (make-charset
444    '=>>jis-x0213-1
445    "JIS X 0213 Plain 1 abstract glyphs (unchanged part)"
446    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
447               dimension 2
448               chars 94
449               mother =>>>jis-x0213-1
450               =>iso-ir 228
451               ;; final ?O
452               graphic 0
453               ;; partial t
454               ))
455   (make-charset
456    '=>>jis-x0213-1@2000
457    "JIS X 0213:2000 Plain 1 abstract glyphs"
458    '(registry "jisx0213\\(\\.2000\\)-1"
459               dimension 2
460               chars 94
461               mother =>>jis-x0213-1
462               =>iso-ir 228
463               ;; final ?O
464               graphic 0
465               ;; partial t
466               ))
467   (make-charset
468    '=>>jis-x0213-2
469    "JIS X 0213 Plain 2 abstract glyphs"
470    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
471               dimension 2
472               chars 94
473               mother =>>>jis-x0213-2
474               =>iso-ir 229
475               ;; final ?P
476               graphic 0))
477   (make-charset
478    '=>>jis-x0213-1@2004
479    "JIS X 0213:2004 Plain 1 abstract glyphs"
480    '(registry "jisx0213\\(\\.2004\\)-1"
481               dimension 2
482               chars 94
483               mother =>>jis-x0213-1
484               =>iso-ir 233
485               ;; final ?Q
486               graphic 0
487               ;; partial t
488               ))
489
490   (make-charset
491    '=+>jis-x0208
492    "JIS X 0208 based on usual unification."
493    '(registry "jisx0208\\.1990"
494               dimension 2
495               chars 94
496               mother =>>jis-x0208
497               =>iso-ir 168
498               ;; final ?B
499               graphic 0))
500   (define-charset-alias '=>jis-x0208@usual '=+>jis-x0208)
501   (make-charset
502    '=+>jis-x0208@1978
503    "JIS X 0208:1978 unified abstract glyphs."
504    '(registry "jisx0208\\.1978"
505               dimension 2
506               chars 94
507               mother =+>jis-x0208
508               =>iso-ir 42
509               ;; final ?@
510               graphic 0))
511
512   (make-charset
513    '=>jis-x0208
514    "JIS X 0208 based on the unchanged unification rules."
515    '(registry "jisx0208\\.1990"
516               dimension 2
517               chars 94
518               mother =+>jis-x0208
519               =>iso-ir 168
520               ;; final ?B
521               graphic 0))
522   (define-charset-alias '<=>jis-x0208 '=>jis-x0208)
523   (make-charset
524    '=>jis-x0208@1997
525    "JIS X 0208 based on the unification rule of 1997 edition."
526    '(registry "jisx0208\\.1990"
527               dimension 2
528               chars 94
529               mother =>jis-x0208
530               =>iso-ir 168
531               ;; final ?B
532               graphic 0))
533   (define-charset-alias '<=>jis-x0208@1997 '=>jis-x0208@1997)
534   (define-charset-alias '  =jis-x0208@1997 '=>jis-x0208@1997)
535
536   (make-charset
537    '=>jis-x0213-1
538    "JIS X 0213 Plain 1 abstract characters (unchanged part)"
539    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
540               dimension 2
541               chars 94
542               mother =>>jis-x0213-1
543               =>iso-ir 228
544               ;; final ?O
545               graphic 0
546               ;; partial t
547               ))
548   (define-charset-alias '<=>jis-x0213-1 '=>jis-x0213-1)
549   (make-charset
550    '=>jis-x0213-1@2000
551    "JIS X 0213:2000 Plain 1 abstract characters"
552    '(registry "jisx0213\\(\\.2000\\)-1"
553               dimension 2
554               chars 94
555               mother =>jis-x0213-1
556               =>iso-ir 228
557               ;; final ?O
558               graphic 0
559               ;; partial t
560               ))
561   (define-charset-alias '<=>jis-x0213-1@2000 '=>jis-x0213-1@2000)
562   (make-charset
563    '=>jis-x0213-1@2004
564    "JIS X 0213:2004 Plain 1 abstract characters"
565    '(registry "jisx0213\\(\\.2004\\)-1"
566               dimension 2
567               chars 94
568               mother =>jis-x0213-1
569               =>iso-ir 233
570               ;; final ?Q
571               graphic 0
572               ;; partial t
573               ))
574   (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004)
575   (make-charset
576    '=+>jis-x0213-2
577    "JIS X 0213 Plain 2 based on usual unification."
578    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
579               dimension 2
580               chars 94
581               mother =>>jis-x0213-2
582               =>iso-ir 229
583               ;; final ?P
584               graphic 0))
585   (define-charset-alias '=>jis-x0213-2@usual '=+>jis-x0213-2)
586   (make-charset
587    '=>jis-x0213-2
588    "JIS X 0213 Plain 2 abstract characters"
589    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
590               dimension 2
591               chars 94
592               mother =+>jis-x0213-2
593               =>iso-ir 229
594               ;; final ?P
595               graphic 0))
596
597   (make-charset '=big5-cdp
598                 "Big5 with CDP extension"
599                 '(long-name     "Big5-CDP"
600                   chars         256
601                   dimension     2
602                   columns       2
603                   graphic       2
604                   direction     l2r
605                   registry      "big5\\.cdp-0"
606                   mother        chinese-big5
607                   min-code      #x8140
608                   max-code      #x8DFE))
609   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
610
611   (make-charset '=>>big5-cdp
612                 "Abstract glyphs of Big5-CDP"
613                 '(long-name     "Big5-CDP glyphs"
614                   chars         256
615                   dimension     2
616                   columns       2
617                   graphic       2
618                   direction     l2r
619                   registry      "big5\\.cdp-0"
620                   mother        =big5-cdp))
621
622   (make-charset '=>big5-cdp
623                 "Big5-CDP abstract characters"
624                 '(long-name     "Big5-CDP abstract characters"
625                   chars         256
626                   dimension     2
627                   columns       2
628                   graphic       2
629                   direction     l2r
630                   registry      "big5\\.cdp-0"
631                   mother        =>>big5-cdp))
632
633   (make-charset '=gt
634                 "GT 2000"
635                 `(long-name     "GT"
636                   chars         256
637                   dimension     3
638                   columns       2
639                   graphic       2
640                   direction     l2r
641                   registry      ""
642                   min-code      ,(lsh #x6100 16)
643                   max-code      ,(+ (lsh #x6100 16) 67547)
644                   code-offset   ,(lsh #x6100 16)))
645   (define-charset-alias 'ideograph-gt '=gt)
646   (make-charset '=>>>gt
647                 "GT 2000 abstract glyph-forms"
648                 '(long-name     "GT abstract glyph-forms"
649                   chars         256
650                   dimension     3
651                   columns       2
652                   graphic       2
653                   direction     l2r
654                   mother        =gt))
655   (make-charset '=>>gt
656                 "GT 2000 abstract glyphs"
657                 '(long-name     "GT abstract glyphs"
658                   chars         256
659                   dimension     3
660                   columns       2
661                   graphic       2
662                   direction     l2r
663                   mother        =>>>gt))
664   (define-charset-alias '<=>gt '=>>gt)
665   (define-charset-alias '<==>gt '=>>gt)
666   (make-charset '=>gt
667                 "GT 2000 abstract characters"
668                 '(long-name     "abstract GT characters"
669                   chars         256
670                   dimension     3
671                   columns       2
672                   graphic       2
673                   direction     l2r
674                   mother        =>>gt))
675   (make-charset '=gt-k
676                 "Ideographic components of GT"
677                 `(long-name     "GT components"
678                   chars         256
679                   dimension     2
680                   columns       2
681                   graphic       2
682                   direction     l2r
683                   registry      ""
684                   min-code      ,(lsh #x6110 16)
685                   max-code      ,(+ (lsh #x6110 16) 17090)
686                   code-offset   ,(lsh #x6110 16)))
687   (define-charset-alias 'ideograph-gt-k '=gt-k)
688   (make-charset '=>>gt-k
689                 "abstract glyphs of GT-K"
690                 '(long-name     "GT-K abstract glyphs"
691                   chars         256
692                   dimension     2
693                   columns       2
694                   graphic       2
695                   direction     l2r
696                   mother        =gt-k))
697   (make-charset '=>gt-k
698                 "GT-K abstract characters"
699                 '(long-name     "GT-K abstract characters"
700                   chars         256
701                   dimension     2
702                   columns       2
703                   graphic       2
704                   direction     l2r
705                   mother        =>>gt-k))
706   (let ((i 1))
707     (while (<= i 11)
708       (make-charset
709        (intern (format "=gt-pj-%d" i))
710        (format "GT 2000 (pseudo JIS encoding) part %d" i)
711        `(long-name ,(format "GT PJ %d" i)
712                    chars 94
713                    dimension 2
714                    columns 2
715                    graphic 0
716                    direction l2r
717                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
718       (define-charset-alias
719         (intern (format "ideograph-gt-pj-%d" i))
720         (intern (format "=gt-pj-%d" i)))
721       (setq i (1+ i))))
722   (make-charset
723    '=gt-pj-k1
724    "Ideographic parts of GT (pseudo JIS encoding) part 1"
725    '(long-name "GT K1"
726                chars 94
727                dimension 2
728                columns 2
729                graphic 0
730                direction l2r
731                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
732   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
733   (make-charset
734    '=gt-pj-k2
735    "Ideographic parts of GT (pseudo JIS encoding) part 2"
736    '(long-name "GT K2"
737                chars 94
738                dimension 2
739                columns 2
740                graphic 0
741                direction l2r
742                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
743   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
744
745   (make-charset '=daikanwa
746                 "Daikanwa dictionary (unchanged part)"
747                 `(long-name     "Daikanwa"
748                   chars         256
749                   dimension     2
750                   columns       2
751                   graphic       2
752                   direction     l2r
753                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
754                   min-code      #xE00000
755                   max-code      ,(+ #xE00000 50100)
756                   code-offset   #xE00000))
757   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
758
759   (make-charset '=daikanwa@rev1
760                 "Daikanwa dictionary (revised version)"
761                 `(long-name     "Daikanwa Rev."
762                   chars         256
763                   dimension     2
764                   columns       2
765                   graphic       2
766                   direction     l2r
767                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
768                   mother        =daikanwa
769                   ))
770   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
771   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
772
773   (make-charset '=daikanwa@rev2
774                 "Daikanwa dictionary (revised version 2)"
775                 `(long-name     "Daikanwa"
776                   chars         256
777                   dimension     2
778                   columns       2
779                   graphic       2
780                   direction     l2r
781                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
782                   mother        =daikanwa
783                   min-code      1
784                   max-code      49964
785                   ;; min-code   #xE00000
786                   ;; max-code   ,(+ #xE00000 50100)
787                   ;; code-offset        #xE00000
788                   ))
789   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
790
791   (make-charset '=daikanwa/+p
792                 "Daikanwa dictionary (ddddd')"
793                 `(long-name     "Daikanwa ddddd'"
794                   chars         256
795                   dimension     2
796                   columns       2
797                   graphic       2
798                   direction     l2r))
799   (make-charset '=daikanwa/+2p
800                 "Daikanwa dictionary (ddddd'')"
801                 `(long-name     "Daikanwa ddddd''"
802                   chars         256
803                   dimension     2
804                   columns       2
805                   graphic       2
806                   direction     l2r))
807   (make-charset '=daikanwa/ho
808                 "Daikanwa dictionary (Hokan)"
809                 `(long-name     "Daikanwa-ho"
810                   chars         256
811                   dimension     2
812                   columns       2
813                   graphic       2
814                   direction     l2r))
815
816   (make-charset '=>>daikanwa
817                 "Daikanwa abstract glyphs"
818                 '(long-name     "Daikanwa glyphs"
819                   chars         256
820                   dimension     2
821                   columns       2
822                   graphic       2
823                   direction     l2r
824                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
825                   mother        =daikanwa))
826
827   (make-charset '=>daikanwa
828                 "Daikanwa abstract characters"
829                 '(long-name     "abstract Daikanwa"
830                   chars         256
831                   dimension     2
832                   columns       2
833                   graphic       2
834                   direction     l2r
835                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
836                   mother        =>>daikanwa))
837
838   (make-charset '=shinjigen
839                 "Kadokawa ShinJigen dictionary (common parts)"
840                 `(long-name     "Shinjigen common parts"
841                   chars         256
842                   dimension     2
843                   columns       2
844                   graphic       2
845                   direction     l2r
846                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
847
848   (make-charset '=shinjigen@1ed
849                 "Kadokawa ShinJigen dictionary (the first edition)"
850                 `(long-name     "Shinjigen-1"
851                   chars         256
852                   dimension     2
853                   columns       2
854                   graphic       2
855                   direction     l2r
856                   mother        =shinjigen
857                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
858   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
859
860   (make-charset '=shinjigen@1ed/24pr
861                 "Kadokawa ShinJigen dictionary (the 24th impression)"
862                 `(long-name     "Shinjigen-1 24pr"
863                   chars         256
864                   dimension     2
865                   columns       2
866                   graphic       2
867                   direction     l2r
868                   mother        =shinjigen@1ed))
869
870   (make-charset '=shinjigen@rev
871                 "Kadokawa ShinJigen dictionary (the revised edition)"
872                 `(long-name     "Shinjigen-2"
873                   chars         256
874                   dimension     2
875                   columns       2
876                   graphic       2
877                   direction     l2r
878                   mother        =shinjigen
879                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
880   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
881   (make-charset '=shinjigen/+p@rev
882                 "ShinJigen (the second edition) number with '"
883                 `(long-name     "Shinjigen-2 with '"
884                   chars         256
885                   dimension     2
886                   columns       2
887                   graphic       2
888                   direction     l2r))
889   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
890
891   (make-charset '=big5-pua
892                 "Big5 with private used area"
893                 '(long-name     "Big5-PUA"
894                   chars         256
895                   dimension     2
896                   columns       2
897                   graphic       2
898                   direction     l2r
899                   mother        chinese-big5
900                   registry      "Big5\\.ETEN"))
901   (define-charset-alias 'chinese-big5-pua '=big5-pua)
902   (make-charset '=big5-eten
903                 "Big5 ETEN"
904                 '(long-name     "Big5-ETEN"
905                   chars         256
906                   dimension     2
907                   columns       2
908                   graphic       2
909                   direction     l2r
910                   mother        chinese-big5
911                   min-code      #x8140
912                   max-code      #xFEFE
913                   registry      "Big5\\.ETEN"))
914   (define-charset-alias 'chinese-big5-eten '=big5-eten)
915   (make-charset 'chinese-big5-eten-a
916                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
917                 '(long-name     "Big5-ETEN-a"
918                   chars         256
919                   dimension     2
920                   columns       2
921                   graphic       2
922                   direction     l2r
923                   mother        chinese-big5
924                   min-code      #xF9D6
925                   max-code      #xF9FE
926                   registry      "Big5\\.ETEN"))
927   (make-charset 'chinese-big5-eten-b
928                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
929                 '(long-name     "Big5-ETEN-b"
930                   chars         256
931                   dimension     2
932                   columns       2
933                   graphic       2
934                   direction     l2r
935                   mother        chinese-big5
936                   min-code      #xC6A1
937                   max-code      #xC8FE
938                   registry      "Big5\\.ETEN"))
939
940   (let* ((i 1)
941          (hzk-min (+ (lsh #x6200 16) 65536))
942          (hzk-max (+ hzk-min 65535)))
943     (while (<= i 12)
944       (make-charset
945        (intern (format "=hanziku-%d" i))
946        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
947        `(long-name ,(format "HANZIKU-%d" i)
948                    chars 256
949                    dimension 2
950                    columns 2
951                    graphic 2
952                    direction l2r
953                    registry ,(format "hanziku-%d$" i i)
954                    min-code ,hzk-min
955                    max-code ,hzk-max
956                    code-offset ,hzk-min))
957       (define-charset-alias
958         (intern (format "ideograph-hanziku-%d" i))
959         (intern (format "=hanziku-%d" i)))
960       (setq hzk-min (1+ hzk-max)
961             hzk-max (+ hzk-min 65535))
962       (setq i (1+ i))))
963
964   (make-charset '=cbeta "CBETA private characters"
965                 '(long-name     "CBETA PUA"
966                   chars         256
967                   dimension     2
968                   registry      "cbeta-0"
969                   graphic       2
970                   min-code      #xE20000
971                   max-code      #xE2FFFF
972                   code-offset   #xE20000
973                   columns       2
974                   direction     l2r))
975   (define-charset-alias 'ideograph-cbeta '=cbeta)
976
977   (make-charset '=>>cbeta "CBETA abstract glyphs"
978                 '(long-name     "CBETA glyphs"
979                   chars         256
980                   dimension     2
981                   registry      "cbeta-0"
982                   graphic       2
983                   columns       2
984                   direction     l2r
985                   mother        =cbeta))
986
987   (make-charset '=zinbun-oracle
988                 "Oracle Bones Script"
989                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
990                   chars         256
991                   dimension     2
992                   registry      "zob1968-0"
993                   graphic       2
994                   min-code      #xE70000
995                   max-code      ,(+ #xE70000 8192)
996                   code-offset   #xE70000
997                   columns       2
998                   direction     l2r))
999
1000   (make-charset '=>zinbun-oracle
1001                 "Abstract Oracle Bones"
1002                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
1003                   chars         256
1004                   dimension     2
1005                   mother        =zinbun-oracle
1006                   registry      "zob1968-0"
1007                   graphic       2
1008                   columns       2
1009                   direction     l2r))
1010
1011   (make-charset '=jef-china3
1012                 "JEF + CHINA3 private characters"
1013                 '(long-name     "JEF + CHINA3"
1014                   chars         256
1015                   dimension     2
1016                   columns       2
1017                   graphic       2
1018                   direction     l2r
1019                   registry      "china3jef-0"
1020                   min-code      #xE80000
1021                   max-code      #xE8FFFF
1022                   code-offset   #xE80000))
1023   (define-charset-alias 'china3-jef '=jef-china3)
1024
1025   (make-charset '=ruimoku-v6
1026                 "private characters used in RUIMOKU Version.6"
1027                 `(long-name     "RUI6"
1028                   chars         256
1029                   dimension     2
1030                   columns       2
1031                   graphic       2
1032                   direction     l2r
1033                   registry      "rui6-0"
1034                   ;; mother     ucs
1035                   min-code      #xE90000 ; #xE000
1036                   max-code      #xE908FF ; #xE8FF
1037                   code-offset   ,(- #xE90000 #xE000)))
1038   (make-charset '=>>ruimoku-v6
1039                 "RUIMOKU Version.6 glyphs"
1040                 '(long-name     "RUI6 glyphs"
1041                   chars         256
1042                   dimension     2
1043                   columns       2
1044                   graphic       2
1045                   direction     l2r
1046                   registry      "rui6-0"
1047                   mother        =ruimoku-v6))
1048
1049   (make-charset '==>ucs@bucs
1050                 "Basic Subset of Coded Character Sets (BUCS)"
1051                 '(long-name     "BUCS abstract characters"
1052                   chars         256
1053                   dimension     3
1054                   columns       2
1055                   graphic       2
1056                   direction     l2r
1057                   =>iso-ir      177
1058                   mother        =ucs))
1059
1060   (make-charset '=>ucs@iso
1061                 "Abstract characters of ISO/IEC 10646 representatives"
1062                 '(long-name     "UCS characters for ISO"
1063                   chars         256
1064                   dimension     3
1065                   columns       2
1066                   graphic       2
1067                   direction     l2r
1068                   =>iso-ir      177
1069                   mother        =ucs))
1070   (make-charset '=>ucs@unicode
1071                 "Abstract characters of Unicode representatives"
1072                 '(long-name     "UCS characters for Unicode"
1073                   chars         256
1074                   dimension     3
1075                   columns       2
1076                   graphic       2
1077                   direction     l2r
1078                   =>iso-ir      177
1079                   mother        =>ucs@iso))
1080   (make-charset '=>ucs@jis
1081                 "UCS Representative characters for JIS X0208/0212/0213"
1082                 '(long-name     "UCS characters for JIS"
1083                   chars         256
1084                   dimension     3
1085                   columns       2
1086                   graphic       2
1087                   direction     l2r
1088                   =>iso-ir      177
1089                   mother        =>ucs@unicode))
1090   (make-charset '=+>ucs@jis
1091                 "UCS based on Japanese usual unification"
1092                 '(long-name     "UCS unified abstract glyphs for JP"
1093                   chars         256
1094                   dimension     3
1095                   columns       2
1096                   graphic       2
1097                   direction     l2r
1098                   =>iso-ir      177
1099                   mother        =>ucs@jis))
1100   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
1101   (make-charset '=+>ucs@jis/1990
1102                 "UCS Representative characters for JIS X0208/0212:1990"
1103                 '(long-name     "UCS characters for JIS:1990"
1104                   chars         256
1105                   dimension     3
1106                   columns       2
1107                   graphic       2
1108                   direction     l2r
1109                   =>iso-ir      177
1110                   mother        =+>ucs@jis))
1111   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
1112   (make-charset '=>ucs@ks
1113                 "UCS Representative characters for Korean Standards"
1114                 '(long-name     "UCS characters for KS"
1115                   chars         256
1116                   dimension     3
1117                   columns       2
1118                   graphic       2
1119                   direction     l2r
1120                   =>iso-ir      177
1121                   mother        =>ucs@unicode))
1122   (make-charset '=+>ucs@ks
1123                 "UCS Representative unified abstract glyphs for Korean Standards"
1124                 '(long-name     "UCS unified abstract glyphs for KS"
1125                   chars         256
1126                   dimension     3
1127                   columns       2
1128                   graphic       2
1129                   direction     l2r
1130                   =>iso-ir      177
1131                   mother        =>ucs@ks))
1132   (make-charset '=>ucs@cns
1133                 "UCS representatives characters for CNS 11643 sources"
1134                 '(long-name     "UCS characters for CNS 11643"
1135                   chars         256
1136                   dimension     3
1137                   columns       2
1138                   graphic       2
1139                   direction     l2r
1140                   =>iso-ir      177
1141                   mother        =>ucs@unicode))
1142
1143   (make-charset '=+>ucs@iso
1144                 "UCS based on ISO/IEC 10646 representative glyphs"
1145                 '(long-name     "Unified abstract glyphs of UCS"
1146                   chars         256
1147                   dimension     3
1148                   columns       2
1149                   graphic       2
1150                   direction     l2r
1151                   =>iso-ir      177
1152                   mother        =>ucs@iso))
1153
1154   (make-charset '=>>ucs@iso
1155                 "Representative abstract-glyphs of ISO/IEC 10646"
1156                 '(long-name     "UCS abstract glyphs for UCS"
1157                   chars         256
1158                   dimension     3
1159                   columns       2
1160                   graphic       2
1161                   direction     l2r
1162                   =>iso-ir      177
1163                   mother        =+>ucs@iso))
1164   (make-charset '=>>ucs@unicode
1165                 "Representative abstract-glyphs of Unicode"
1166                 '(long-name     "Unicode abstract glyphs"
1167                   chars         256
1168                   dimension     3
1169                   columns       2
1170                   graphic       2
1171                   direction     l2r
1172                   =>iso-ir      177
1173                   mother        =>>ucs@iso))
1174   (make-charset '=>>ucs@jis
1175                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
1176                 '(long-name     "UCS abstract glyphs for JIS"
1177                   chars         256
1178                   dimension     3
1179                   columns       2
1180                   graphic       2
1181                   direction     l2r
1182                   =>iso-ir      177
1183                   mother        =>>ucs@unicode))
1184   (make-charset '=>>ucs@jis/1990
1185                 "UCS Representative glyphs for JIS X 0208/0212:1990"
1186                 '(long-name     "UCS glyphs for JIS:1990"
1187                   chars         256
1188                   dimension     3
1189                   columns       2
1190                   graphic       2
1191                   direction     l2r
1192                   =>iso-ir      177
1193                   mother        =>>ucs@jis))
1194   (make-charset '=>>ucs@jis/2000
1195                 "UCS Representative glyphs for JIS X 0213:2000"
1196                 '(long-name     "UCS glyphs for JIS:2000"
1197                   chars         256
1198                   dimension     3
1199                   columns       2
1200                   graphic       2
1201                   direction     l2r
1202                   =>iso-ir      177
1203                   mother        =>>ucs@jis))
1204   (make-charset '=>>ucs@jis/2004
1205                 "UCS Representative glyphs for JIS X 0213:2004"
1206                 '(long-name     "UCS glyphs for JIS:2004"
1207                   chars         256
1208                   dimension     3
1209                   columns       2
1210                   graphic       2
1211                   direction     l2r
1212                   =>iso-ir      177
1213                   mother        =>>ucs@jis))
1214   (make-charset '=>>ucs@JP
1215                 "UCS abstract-glyphs based on Japanese style glyphs"
1216                 '(long-name     "UCS glyphs for JP"
1217                   chars         256
1218                   dimension     3
1219                   columns       2
1220                   graphic       2
1221                   direction     l2r
1222                   =>iso-ir      177
1223                   mother        =>>ucs@jis/2004))
1224   (make-charset '=>>ucs@ks
1225                 "UCS Representative glyphs for Korean Standards"
1226                 '(long-name     "UCS glyphs for KS"
1227                   chars         256
1228                   dimension     3
1229                   columns       2
1230                   graphic       2
1231                   direction     l2r
1232                   =>iso-ir      177
1233                   mother        =>>ucs@unicode))
1234   (make-charset '=>>ucs@cns
1235                 "UCS Representative glyphs for CNS 11643 sources"
1236                 '(long-name     "UCS glyphs for CNS"
1237                   chars         256
1238                   dimension     3
1239                   columns       2
1240                   graphic       2
1241                   direction     l2r
1242                   =>iso-ir      177
1243                   mother        =>>ucs@unicode))
1244
1245   (make-charset '=>>>ucs@iso
1246                 "Representative glyph-forms of ISO/IEC 10646"
1247                 '(long-name     "UCS glyph-forms for UCS"
1248                   chars         256
1249                   dimension     3
1250                   columns       2
1251                   graphic       2
1252                   direction     l2r
1253                   =>iso-ir      177
1254                   mother        =>>ucs@iso))
1255   (make-charset '=>>>ucs@unicode
1256                 "Representative glyph-forms of Unicode"
1257                 '(long-name     "UCS glyph-forms for Unicode"
1258                   chars         256
1259                   dimension     3
1260                   columns       2
1261                   graphic       2
1262                   direction     l2r
1263                   =>iso-ir      177
1264                   mother        =>>>ucs@iso))
1265   (make-charset '=>>>ucs@jis
1266                 "UCS Representative glyph-forms for JIS X0208/0212/0213"
1267                 '(long-name     "UCS glyph-forms for JIS"
1268                   chars         256
1269                   dimension     3
1270                   columns       2
1271                   graphic       2
1272                   direction     l2r
1273                   =>iso-ir      177
1274                   mother        =>>>ucs@unicode))
1275   (make-charset '=>>>ucs@jis/1990
1276                 "UCS Representative glyph-forms for JIS X 0208/0212:1990"
1277                 '(long-name     "UCS glyph-forms for JIS:1990"
1278                   chars         256
1279                   dimension     3
1280                   columns       2
1281                   graphic       2
1282                   direction     l2r
1283                   =>iso-ir      177
1284                   mother        =>>>ucs@jis))
1285   (make-charset '=>>>ucs@jis/2000
1286                 "UCS Representative glyph-forms for JIS X 0213:2000"
1287                 '(long-name     "UCS glyph-forms for JIS:2000"
1288                   chars         256
1289                   dimension     3
1290                   columns       2
1291                   graphic       2
1292                   direction     l2r
1293                   =>iso-ir      177
1294                   mother        =>>>ucs@jis))
1295   (make-charset '=>>>ucs@jis/2004
1296                 "UCS Representative glyph-forms for JIS X 0213:2004"
1297                 '(long-name     "UCS glyph-forms for JIS:2004"
1298                   chars         256
1299                   dimension     3
1300                   columns       2
1301                   graphic       2
1302                   direction     l2r
1303                   =>iso-ir      177
1304                   mother        =>>>ucs@jis))
1305   (make-charset '=>>>ucs@ks
1306                 "UCS Representative glyph-forms for Korean Standards"
1307                 '(long-name     "UCS glyph-forms for KS"
1308                   chars         256
1309                   dimension     3
1310                   columns       2
1311                   graphic       2
1312                   direction     l2r
1313                   =>iso-ir      177
1314                   mother        =>>>ucs@unicode))
1315   (make-charset '=>>>ucs@cns
1316                 "UCS Representative glyph-forms for CNS 11643 sources"
1317                 '(long-name     "UCS glyph-forms for CNS"
1318                   chars         256
1319                   dimension     3
1320                   columns       2
1321                   graphic       2
1322                   direction     l2r
1323                   =>iso-ir      177
1324                   mother        =>>>ucs@unicode))
1325
1326   (make-charset '=ucs@iso
1327                 "ISO/IEC 10646 for its representative glyphs"
1328                 '(long-name     "UCS for ISO"
1329                   chars         256
1330                   dimension     3
1331                   columns       2
1332                   graphic       2
1333                   direction     l2r
1334                   =>iso-ir      177
1335                   mother        =>>>ucs@iso))
1336   (make-charset '=ucs@unicode
1337                 "Unicode for its representative glyphs"
1338                 '(long-name     "UCS for Unicode"
1339                   chars         256
1340                   dimension     3
1341                   columns       2
1342                   graphic       2
1343                   direction     l2r
1344                   =>iso-ir      177
1345                   mother        =ucs@iso))
1346   (make-charset '=ucs@gb
1347                 "ISO/IEC 10646 for GB"
1348                 '(long-name     "UCS for GB"
1349                   chars         256
1350                   dimension     3
1351                   columns       2
1352                   graphic       2
1353                   direction     l2r
1354                   =>iso-ir      177
1355                   mother        =ucs@unicode))
1356   (define-charset-alias 'ucs-gb '=ucs@gb)
1357   (make-charset '=ucs@gb/fw
1358                 "ISO/IEC 10646 for GB with fullwidth"
1359                 '(long-name     "UCS for GB-fullwidth"
1360                   chars         256
1361                   dimension     3
1362                   columns       2
1363                   graphic       2
1364                   direction     l2r
1365                   =>iso-ir      177
1366                   mother        =ucs@gb))
1367   (make-charset '=ucs-bmp@gb
1368                 "ISO/IEC 10646 BMP for GB"
1369                 '(long-name     "BMP for GB"
1370                   chars         256
1371                   dimension     3
1372                   columns       2
1373                   graphic       2
1374                   direction     l2r
1375                   mother        =ucs@gb
1376                   min-code      #x0000
1377                   max-code      #xFFFF))
1378   (make-charset '=ucs@cns
1379                 "ISO/IEC 10646 for CNS 11643"
1380                 '(long-name     "UCS for CNS"
1381                   chars         256
1382                   dimension     3
1383                   columns       2
1384                   graphic       2
1385                   direction     l2r
1386                   =>iso-ir      177
1387                   mother        =ucs@unicode))
1388   (define-charset-alias 'ucs-cns '=ucs@cns)
1389   (make-charset '=ucs@cns/fw
1390                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
1391                 '(long-name     "UCS for CNS-fullwidth"
1392                   chars         256
1393                   dimension     3
1394                   columns       2
1395                   graphic       2
1396                   direction     l2r
1397                   =>iso-ir      177
1398                   mother        =ucs@cns))
1399   (make-charset '=ucs-bmp@cns
1400                 "ISO/IEC 10646 BMP for CNS"
1401                 '(long-name     "BMP for CNS"
1402                   chars         256
1403                   dimension     3
1404                   columns       2
1405                   graphic       2
1406                   direction     l2r
1407                   mother        =ucs@cns
1408                   min-code      #x0000
1409                   max-code      #xFFFF))
1410   (make-charset '=ucs@jis
1411                 "ISO/IEC 10646 for JIS X0208/0212/0213"
1412                 '(long-name     "UCS for JIS"
1413                   chars         256
1414                   dimension     3
1415                   columns       2
1416                   graphic       2
1417                   direction     l2r
1418                   =>iso-ir      177
1419                   mother        =ucs@unicode))
1420   (define-charset-alias 'ucs-jis '=ucs@jis)
1421   (make-charset '=ucs@jis/fw
1422                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
1423                 '(long-name     "UCS for JIS-fullwidth"
1424                   chars         256
1425                   dimension     3
1426                   columns       2
1427                   graphic       2
1428                   direction     l2r
1429                   =>iso-ir      177
1430                   mother        =ucs@jis))
1431   (make-charset '=ucs-bmp@jis
1432                 "ISO/IEC 10646 BMP for JIS"
1433                 '(long-name     "BMP for JIS"
1434                   chars         256
1435                   dimension     3
1436                   columns       2
1437                   graphic       2
1438                   direction     l2r
1439                   mother        =ucs@jis
1440                   min-code      #x0000
1441                   max-code      #xFFFF))
1442   ;; (make-charset '=ucs@jis/1983
1443   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
1444   ;;               '(long-name     "UCS for JIS:1983"
1445   ;;                 chars         256
1446   ;;                 dimension     3
1447   ;;                 columns       2
1448   ;;                 graphic       2
1449   ;;                 direction     l2r
1450   ;;                 =>iso-ir      177
1451   ;;                 mother        =ucs@jis))
1452   (make-charset '=ucs@jis/1990
1453                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
1454                 '(long-name     "UCS for JIS:1990"
1455                   chars         256
1456                   dimension     3
1457                   columns       2
1458                   graphic       2
1459                   direction     l2r
1460                   =>iso-ir      177
1461                   mother        =ucs@jis))
1462   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
1463   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
1464   (make-charset '=ucs@jis/2000
1465                 "ISO/IEC 10646 for JIS X 0213:2000"
1466                 '(long-name     "UCS for JIS:2000"
1467                   chars         256
1468                   dimension     3
1469                   columns       2
1470                   graphic       2
1471                   direction     l2r
1472                   =>iso-ir      177
1473                   mother        =ucs@jis))
1474   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
1475   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
1476   (make-charset '=ucs@jis/2004
1477                 "ISO/IEC 10646 for JIS X 0213:2004"
1478                 '(long-name     "UCS for JIS:2004"
1479                   chars         256
1480                   dimension     3
1481                   columns       2
1482                   graphic       2
1483                   direction     l2r
1484                   =>iso-ir      177
1485                   mother        =ucs@jis))
1486   (make-charset '=ucs@JP
1487                 "UCS for common glyphs used in Japan"
1488                 '(long-name     "UCS for Japan"
1489                   chars         256
1490                   dimension     3
1491                   columns       2
1492                   graphic       2
1493                   direction     l2r
1494                   =>iso-ir      177
1495                   mother        =ucs@jis/2004))
1496   (define-charset-alias '=ucs@jp '=ucs@JP)
1497   (make-charset '=ucs@JP/hanazono
1498                 "Japanese glyph-images of Hanazono Mincho"
1499                 '(long-name     "UCS for Hana-Min"
1500                   chars         256
1501                   dimension     3
1502                   columns       2
1503                   graphic       2
1504                   direction     l2r
1505                   =>iso-ir      177
1506                   mother        =ucs@JP))
1507   (make-charset '=ucs@ks
1508                 "ISO/IEC 10646 for Korean Standards"
1509                 '(long-name     "UCS for KS"
1510                   chars         256
1511                   dimension     3
1512                   columns       2
1513                   graphic       2
1514                   direction     l2r
1515                   =>iso-ir      177
1516                   mother        =ucs@unicode))
1517   (define-charset-alias 'ucs-ks '=ucs@ks)
1518   (make-charset '=ucs-bmp@ks
1519                 "ISO/IEC 10646 BMP for KS"
1520                 '(long-name     "BMP for KS"
1521                   chars         256
1522                   dimension     3
1523                   columns       2
1524                   graphic       2
1525                   direction     l2r
1526                   mother        =ucs@ks
1527                   min-code      #x0000
1528                   max-code      #xFFFF))
1529   (make-charset '=ucs@cns11643
1530                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
1531                 '(long-name     "UCS for CNS11643"
1532                   chars         256
1533                   dimension     3
1534                   columns       2
1535                   graphic       2
1536                   direction     l2r
1537                   =>iso-ir      177
1538                   mother        =ucs@cns))
1539   (make-charset '=ucs@big5
1540                 "ISO/IEC 10646 for Big5"
1541                 '(long-name     "UCS for Big5"
1542                   chars         256
1543                   dimension     3
1544                   columns       2
1545                   graphic       2
1546                   direction     l2r
1547                   =>iso-ir      177
1548                   mother        =>>ucs@cns))
1549   (define-charset-alias 'ucs-big5 '=ucs@big5)
1550   (make-charset '=ucs@big5/cns11643
1551                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
1552                 '(long-name     "UCS for Big5@CNS11643"
1553                   chars         256
1554                   dimension     3
1555                   columns       2
1556                   graphic       2
1557                   direction     l2r
1558                   =>iso-ir      177
1559                   mother        =ucs@big5))
1560
1561   (make-charset
1562    '=ucs-radicals
1563    "CJK Radicals of UCS"
1564    '(long-name "UCS-Radicals"
1565                chars 256
1566                dimension 2
1567                columns 2
1568                graphic 2
1569                direction l2r
1570                registry "-zhRadicals-.*-ucs-0"
1571                mother ucs-bmp
1572                min-code #x2E00 max-code #x2FFF))
1573   (make-charset
1574    '=ucs-radicals@unicode
1575    "CJK Radicals of UCS"
1576    '(long-name "UCS-Radicals"
1577                chars 256
1578                dimension 2
1579                columns 2
1580                graphic 2
1581                direction l2r
1582                registry "-zhRadicals-.*-ucs-0"
1583                mother =ucs@unicode
1584                min-code #x2E00 max-code #x2FFF))
1585   (make-charset
1586    '=ucs-hangul
1587    "Hangul Syllables of UCS"
1588    '(long-name "UCS-Hangul-Syllables"
1589                chars 256
1590                dimension 2
1591                columns 2
1592                graphic 2
1593                direction l2r
1594                registry "-Hangul-.*-ucs-0"
1595                mother =ucs
1596                min-code #xAC00 max-code #xD7AF))
1597   (make-charset
1598    '=ucs-bmp-cjk
1599    "CJK Characters in BMP of UCS"
1600    '(long-name "UCS-BMP-CJK"
1601                chars 256
1602                dimension 2
1603                columns 2
1604                graphic 2
1605                direction l2r
1606                registry "-zh-.*-ucs-0"
1607                mother ucs-bmp
1608                min-code #x2E00
1609                max-code #x9FA5
1610                ;; max-code #xA4CF
1611                ))
1612   (make-charset
1613    '=ucs-bmp-cjk@unicode
1614    "CJK Characters in BMP of Unicode"
1615    '(long-name "Unicode-BMP-CJK"
1616                chars 256
1617                dimension 2
1618                columns 2
1619                graphic 2
1620                direction l2r
1621                registry "-zh-.*-ucs-0"
1622                mother =ucs@unicode
1623                min-code #x2E00
1624                max-code #x9FA5
1625                ;; max-code #xA4CF
1626                ))
1627   (make-charset
1628    '=ucs-bmp-cjk@JP
1629    "CJK Characters in BMP with JIS representative glyphs"
1630    '(long-name "CJK in BMP@JP"
1631                chars 256
1632                dimension 2
1633                columns 2
1634                graphic 2
1635                direction l2r
1636                registry "-ja-.*-ucs-0"
1637                mother =ucs@JP
1638                min-code #x2E00
1639                max-code #x9FA5
1640                ;; max-code #xA4CF
1641                ))
1642   (make-charset
1643    '=ucs-bmp-cjk@JP/hanazono
1644    "CJK Characters in BMP with Hanazono font"
1645    '(long-name "CJK in BMP@JP/Hanazono"
1646                chars 256
1647                dimension 2
1648                columns 2
1649                graphic 2
1650                direction l2r
1651                registry "-ja-.*-ucs-0"
1652                mother =ucs@JP/hanazono
1653                min-code #x2E00
1654                max-code #x9FA5
1655                ;; max-code #xA4CF
1656                ))
1657   (make-charset
1658    '==>ucs-bmp-cjk@bucs
1659    "CJK Characters in BMP of BUCS"
1660    '(long-name "BUCS-BMP-CJK"
1661                chars 256
1662                dimension 2
1663                columns 2
1664                graphic 2
1665                direction l2r
1666                registry "-zh-.*-ucs-0"
1667                mother ==>ucs@bucs
1668                min-code #x2E00
1669                max-code #x9FA5
1670                ;; max-code #xA4CF
1671                ))
1672   (make-charset
1673    '=ucs-sip-ext-b
1674    "CJK Ideographs Extension B"
1675    '(long-name "UCS CJK Ext-B"
1676                chars 256
1677                dimension 2
1678                columns 2
1679                graphic 2
1680                direction l2r
1681                registry "\\(iso10646\\|ucs02\\)-2$"
1682                mother ucs
1683                min-code #x20000 max-code #x2A6D6
1684                code-offset #x20000))
1685   (make-charset
1686    '=ucs-sip-ext-b@iso
1687    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
1688    '(long-name "UCS CJK Ext-B"
1689                chars 256
1690                dimension 2
1691                columns 2
1692                graphic 2
1693                direction l2r
1694                registry "\\(iso10646\\|ucs02\\)-2$"
1695                mother =ucs@iso
1696                min-code #x20000 max-code #x2A6D6
1697                code-offset #x20000))
1698
1699   (make-charset
1700    '=adobe-japan1-base
1701    "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
1702    `(long-name "Adobe-Japan1"
1703                chars 256
1704                dimension 2
1705                columns 2
1706                graphic 2
1707                direction l2r
1708                registry "AdobeJapan1-[0-6]$"
1709                min-code ,(lsh #x6300 16)
1710                max-code ,(+ (lsh #x6300 16) 23057)
1711                code-offset      ,(lsh #x6300 16)))
1712   (make-charset
1713    '=adobe-japan1-0
1714    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
1715    '(long-name "Adobe-Japan1-0"
1716                chars 256
1717                dimension 2
1718                columns 2
1719                graphic 2
1720                direction l2r
1721                mother =adobe-japan1-base
1722                min-code 0
1723                max-code 8283
1724                registry "AdobeJapan1-0$"))
1725   (make-charset
1726    '=adobe-japan1-1
1727    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
1728    '(long-name "Adobe-Japan1-1"
1729                chars 256
1730                dimension 2
1731                columns 2
1732                graphic 2
1733                direction l2r
1734                mother =adobe-japan1-0
1735                min-code 0
1736                max-code 8358
1737                registry "AdobeJapan1-1$"))
1738   (make-charset
1739    '=adobe-japan1-2
1740    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
1741    '(long-name "Adobe-Japan1-2"
1742                chars 256
1743                dimension 2
1744                columns 2
1745                graphic 2
1746                direction l2r
1747                mother =adobe-japan1-1
1748                min-code 0
1749                max-code 8719
1750                registry "AdobeJapan1-2$"))
1751   (make-charset
1752    '=adobe-japan1-3
1753    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
1754    '(long-name "Adobe-Japan1-3"
1755                chars 256
1756                dimension 2
1757                columns 2
1758                graphic 2
1759                direction l2r
1760                mother =adobe-japan1-2
1761                min-code 0
1762                max-code 9353
1763                registry "AdobeJapan1-3$"))
1764   (make-charset
1765    '=adobe-japan1-4
1766    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
1767    '(long-name "Adobe-Japan1-4"
1768                chars 256
1769                dimension 2
1770                columns 2
1771                graphic 2
1772                direction l2r
1773                mother =adobe-japan1-3
1774                min-code 0
1775                max-code 15443
1776                registry "AdobeJapan1-4$"))
1777   (make-charset
1778    '=adobe-japan1-5
1779    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
1780    '(long-name "Adobe-Japan1-5"
1781                chars 256
1782                dimension 2
1783                columns 2
1784                graphic 2
1785                direction l2r
1786                mother =adobe-japan1-4
1787                min-code 0
1788                max-code 20316
1789                registry "AdobeJapan1-5$"))
1790   (make-charset
1791    '=adobe-japan1-6
1792    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
1793    '(long-name "Adobe-Japan1-6"
1794                chars 256
1795                dimension 2
1796                columns 2
1797                graphic 2
1798                direction l2r
1799                mother =adobe-japan1-5
1800                min-code 0
1801                max-code 23057
1802                registry "AdobeJapan1-6$"))
1803   (make-charset
1804    '=>>adobe-japan1
1805    "Adobe-Japan1 abstract glyphs"
1806    '(long-name "Adobe-Japan1 abstract glyphs"
1807                chars 256
1808                dimension 2
1809                columns 2
1810                graphic 2
1811                direction l2r
1812                mother =adobe-japan1-6
1813                registry "AdobeJapan1-6$"))
1814
1815   (make-charset
1816    '=hanyo-denshi/ja
1817    "JA (JIS X0208) part of Han'you-Denshi characters"
1818    `(long-name "Han'you-Denshi/JA"
1819                chars 94
1820                dimension 2
1821                columns 2
1822                graphic 2
1823                direction l2r
1824                registry "HanyoDenshi\\.JA-0$"
1825                min-code ,(lsh #x6400 16)
1826                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1827                code-offset ,(lsh #x6400 16)))
1828   (make-charset
1829    '=hanyo-denshi/jb
1830    "JB (JIS X0212) part of Han'you-Denshi characters"
1831    `(long-name "Han'you-Denshi/JB"
1832                chars 94
1833                dimension 2
1834                columns 2
1835                graphic 2
1836                direction l2r
1837                registry "HanyoDenshi\\.JB-0$"
1838                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1839                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1840                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1841   (make-charset
1842    '=hanyo-denshi/jc
1843    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1844    `(long-name "Han'you-Denshi/JC"
1845                chars 94
1846                dimension 2
1847                columns 2
1848                graphic 2
1849                direction l2r
1850                registry "HanyoDenshi\\.JC-0$"
1851                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1852                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1853                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1854   (make-charset
1855    '=hanyo-denshi/jd
1856    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1857    `(long-name "Han'you-Denshi/JD"
1858                chars 94
1859                dimension 2
1860                columns 2
1861                graphic 2
1862                direction l2r
1863                registry "HanyoDenshi\\.JD-0$"
1864                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1865                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1866                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1867   (make-charset
1868    '=hanyo-denshi/ft
1869    "FT (FDPC additional) part of Han'you-Denshi characters"
1870    `(long-name "Han'you-Denshi/FT"
1871                chars 94
1872                dimension 2
1873                columns 2
1874                graphic 2
1875                direction l2r
1876                registry "HanyoDenshi\\.FT-0$"
1877                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1878                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1879                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1880   (make-charset
1881    '=hanyo-denshi/ia
1882    "IA part of Han'you-Denshi characters"
1883    `(long-name "Han'you-Denshi/IA"
1884                chars 94
1885                dimension 2
1886                columns 2
1887                graphic 2
1888                direction l2r
1889                registry "HanyoDenshi\\.IA-0$"
1890                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1891                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1892                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1893   (make-charset
1894    '=hanyo-denshi/ib
1895    "IB part of Han'you-Denshi characters"
1896    `(long-name "Han'you-Denshi/IB"
1897                chars 94
1898                dimension 2
1899                columns 2
1900                graphic 2
1901                direction l2r
1902                registry "HanyoDenshi\\.IB-0$"
1903                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1904                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1905                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1906   (make-charset
1907    '=hanyo-denshi/hg
1908    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1909    `(long-name "Han'you-Denshi/HG"
1910                chars 94
1911                dimension 2
1912                columns 2
1913                graphic 2
1914                direction l2r
1915                registry "HanyoDenshi\\.HG-0$"
1916                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
1917                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
1918                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
1919   (make-charset
1920    '=hanyo-denshi/ip
1921    "IP (for IPA) part of Han'you-Denshi characters"
1922    `(long-name "Han'you-Denshi/IP"
1923                chars 256
1924                dimension 2
1925                columns 2
1926                graphic 2
1927                direction l2r
1928                registry "HanyoDenshi\\.IP-0$"
1929                min-code    ,(+ (lsh #x6402 16) #x4E00)
1930                max-code    ,(+ (lsh #x6402 16) #x9FFF)
1931                code-offset ,(+ (lsh #x6402 16))))
1932   (make-charset
1933    '=hanyo-denshi/jt
1934    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
1935    `(long-name "Han'you-Denshi/JT"
1936                chars 256
1937                dimension 2
1938                columns 2
1939                graphic 2
1940                direction l2r
1941                registry "HanyoDenshi\\.JT-0$"
1942                min-code    ,(+ (lsh #x6402 16) #xAC00)
1943                max-code    ,(+ (lsh #x6402 16) #xD7AF)
1944                code-offset ,(+ (lsh #x6402 16))))
1945   (make-charset
1946    '=hanyo-denshi/ks
1947    "KS (KoSeki) part of Han'you-Denshi characters"
1948    `(long-name "Han'you-Denshi/KS font encoding"
1949                chars 256
1950                dimension 3
1951                columns 2
1952                graphic 2
1953                direction l2r))
1954   (make-charset
1955    '=hanyo-denshi/ks/mf
1956    "font encoding for KS (KoSeki) characters"
1957    `(long-name "Han'you-Denshi/KS font encoding"
1958                chars 256
1959                dimension 2
1960                columns 2
1961                graphic 2
1962                direction l2r
1963                registry "HanyoDenshi\\.KSMF-0$"
1964                min-code       ,(lsh #x6403 16)
1965                max-code    ,(+ (lsh #x6403 16) #xFFFF)
1966                code-offset    ,(lsh #x6403 16)))
1967
1968   (make-charset
1969    '=>>>hanyo-denshi/jt
1970    "JT (Juuki Touitsu Moji) abstract glyph-forms"
1971    '(long-name "Han'you-Denshi/JT glyph-forms"
1972                chars 256
1973                dimension 2
1974                columns 2
1975                graphic 2
1976                direction l2r
1977                registry "HanyoDenshi\\.JT-0$"
1978                mother =hanyo-denshi/jt))
1979
1980   (make-charset
1981    '=>>hanyo-denshi/jb
1982    "Han'you-Denshi/JB abstract glyphs"
1983    '(long-name "Han'you-Denshi/JB glyphs"
1984                chars 94
1985                dimension 2
1986                columns 2
1987                graphic 2
1988                direction l2r
1989                registry "HanyoDenshi\\.JB-0$"
1990                mother =hanyo-denshi/jb))
1991   (make-charset
1992    '=>>hanyo-denshi/jc
1993    "Han'you-Denshi/JC abstract glyphs"
1994    '(long-name "Han'you-Denshi/JC glyphs"
1995                chars 94
1996                dimension 2
1997                columns 2
1998                graphic 2
1999                direction l2r
2000                registry "HanyoDenshi\\.JC-0$"
2001                mother =hanyo-denshi/jc))
2002   (make-charset
2003    '=>>hanyo-denshi/jd
2004    "Han'you-Denshi/JD abstract glyphs"
2005    '(long-name "Han'you-Denshi/JD glyphs"
2006                chars 94
2007                dimension 2
2008                columns 2
2009                graphic 2
2010                direction l2r
2011                registry "HanyoDenshi\\.JD-0$"
2012                mother =hanyo-denshi/jd))
2013   (make-charset
2014    '=>>hanyo-denshi/ft
2015    "Han'you-Denshi/FT abstract glyphs"
2016    '(long-name "Han'you-Denshi/FT glyphs"
2017                chars 94
2018                dimension 2
2019                columns 2
2020                graphic 2
2021                direction l2r
2022                registry "HanyoDenshi\\.FT-0$"
2023                mother =hanyo-denshi/ft))
2024   (make-charset
2025    '=>>hanyo-denshi/ia
2026    "Han'you-Denshi/IA abstract glyphs"
2027    '(long-name "Han'you-Denshi/IA glyphs"
2028                chars 94
2029                dimension 2
2030                columns 2
2031                graphic 2
2032                direction l2r
2033                registry "HanyoDenshi\\.IA-0$"
2034                mother =hanyo-denshi/ia))
2035   (make-charset
2036    '=>>hanyo-denshi/ib
2037    "Han'you-Denshi/IB abstract glyphs"
2038    '(long-name "Han'you-Denshi/IB abstract glyphs"
2039                chars 94
2040                dimension 2
2041                columns 2
2042                graphic 2
2043                direction l2r
2044                registry "HanyoDenshi\\.IB-0$"
2045                mother =hanyo-denshi/ib))
2046   (make-charset
2047    '=>>hanyo-denshi/hg
2048    "Han'you-Denshi/HG abstract glyphs"
2049    '(long-name "Han'you-Denshi/HG abstract glyphs"
2050                chars 94
2051                dimension 2
2052                columns 2
2053                graphic 2
2054                direction l2r
2055                registry "HanyoDenshi\\.HG-0$"
2056                mother =hanyo-denshi/hg))
2057   (make-charset
2058    '=>>hanyo-denshi/jt
2059    "JT (Juuki Touitsu Moji) abstract glyphs"
2060    '(long-name "Han'you-Denshi/JT glyphs"
2061                chars 256
2062                dimension 2
2063                columns 2
2064                graphic 2
2065                direction l2r
2066                registry "HanyoDenshi\\.JT-0$"
2067                mother =>>>hanyo-denshi/jt))
2068   (make-charset
2069    '=>>hanyo-denshi/ks
2070    "Han'you-Denshi/KS abstract glyphs"
2071    '(long-name "Han'you-Denshi/KS glyphs"
2072                chars 256
2073                dimension 3
2074                columns 2
2075                graphic 2
2076                direction l2r
2077                mother =hanyo-denshi/ks))
2078   )
2079
2080 ;;; mule-conf.el ends here