(=+>gt): 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   (make-charset
512    '=+>jis-x0213-1
513    "JIS X 0213 Plain 1 unified abstract glyphs (unchanged part)"
514    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
515               dimension 2
516               chars 94
517               mother =>>jis-x0213-1
518               =>iso-ir 228
519               ;; final ?O
520               graphic 0
521               ;; partial t
522               ))
523
524   (make-charset
525    '=>jis-x0208
526    "JIS X 0208 based on the unchanged unification rules."
527    '(registry "jisx0208\\.1990"
528               dimension 2
529               chars 94
530               mother =+>jis-x0208
531               =>iso-ir 168
532               ;; final ?B
533               graphic 0))
534   (define-charset-alias '<=>jis-x0208 '=>jis-x0208)
535   (make-charset
536    '=>jis-x0208@1997
537    "JIS X 0208 based on the unification rule of 1997 edition."
538    '(registry "jisx0208\\.1990"
539               dimension 2
540               chars 94
541               mother =>jis-x0208
542               =>iso-ir 168
543               ;; final ?B
544               graphic 0))
545   (define-charset-alias '<=>jis-x0208@1997 '=>jis-x0208@1997)
546   (define-charset-alias '  =jis-x0208@1997 '=>jis-x0208@1997)
547
548   (make-charset
549    '=>jis-x0213-1
550    "JIS X 0213 Plain 1 abstract characters (unchanged part)"
551    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
552               dimension 2
553               chars 94
554               mother =+>jis-x0213-1
555               =>iso-ir 228
556               ;; final ?O
557               graphic 0
558               ;; partial t
559               ))
560   (define-charset-alias '<=>jis-x0213-1 '=>jis-x0213-1)
561   (make-charset
562    '=>jis-x0213-1@2000
563    "JIS X 0213:2000 Plain 1 abstract characters"
564    '(registry "jisx0213\\(\\.2000\\)-1"
565               dimension 2
566               chars 94
567               mother =>jis-x0213-1
568               =>iso-ir 228
569               ;; final ?O
570               graphic 0
571               ;; partial t
572               ))
573   (define-charset-alias '<=>jis-x0213-1@2000 '=>jis-x0213-1@2000)
574   (make-charset
575    '=>jis-x0213-1@2004
576    "JIS X 0213:2004 Plain 1 abstract characters"
577    '(registry "jisx0213\\(\\.2004\\)-1"
578               dimension 2
579               chars 94
580               mother =>jis-x0213-1
581               =>iso-ir 233
582               ;; final ?Q
583               graphic 0
584               ;; partial t
585               ))
586   (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004)
587   (make-charset
588    '=+>jis-x0213-2
589    "JIS X 0213 Plain 2 based on usual unification."
590    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
591               dimension 2
592               chars 94
593               mother =>>jis-x0213-2
594               =>iso-ir 229
595               ;; final ?P
596               graphic 0))
597   (define-charset-alias '=>jis-x0213-2@usual '=+>jis-x0213-2)
598   (make-charset
599    '=>jis-x0213-2
600    "JIS X 0213 Plain 2 abstract characters"
601    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
602               dimension 2
603               chars 94
604               mother =+>jis-x0213-2
605               =>iso-ir 229
606               ;; final ?P
607               graphic 0))
608
609   (make-charset '=big5-cdp
610                 "Big5 with CDP extension"
611                 '(long-name     "Big5-CDP"
612                   chars         256
613                   dimension     2
614                   columns       2
615                   graphic       2
616                   direction     l2r
617                   registry      "big5\\.cdp-0"
618                   mother        chinese-big5
619                   min-code      #x8140
620                   max-code      #x8DFE))
621   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
622
623   (make-charset '=>>big5-cdp
624                 "Abstract glyphs of Big5-CDP"
625                 '(long-name     "Big5-CDP glyphs"
626                   chars         256
627                   dimension     2
628                   columns       2
629                   graphic       2
630                   direction     l2r
631                   registry      "big5\\.cdp-0"
632                   mother        =big5-cdp))
633
634   (make-charset '=>big5-cdp
635                 "Big5-CDP abstract characters"
636                 '(long-name     "Big5-CDP abstract characters"
637                   chars         256
638                   dimension     2
639                   columns       2
640                   graphic       2
641                   direction     l2r
642                   registry      "big5\\.cdp-0"
643                   mother        =>>big5-cdp))
644
645   (make-charset '=gt
646                 "GT 2000"
647                 `(long-name     "GT"
648                   chars         256
649                   dimension     3
650                   columns       2
651                   graphic       2
652                   direction     l2r
653                   registry      ""
654                   min-code      ,(lsh #x6100 16)
655                   max-code      ,(+ (lsh #x6100 16) 67547)
656                   code-offset   ,(lsh #x6100 16)))
657   (define-charset-alias 'ideograph-gt '=gt)
658   (make-charset '=>>>gt
659                 "GT 2000 abstract glyph-forms"
660                 '(long-name     "GT abstract glyph-forms"
661                   chars         256
662                   dimension     3
663                   columns       2
664                   graphic       2
665                   direction     l2r
666                   mother        =gt))
667   (make-charset '=>>gt
668                 "GT 2000 abstract glyphs"
669                 '(long-name     "GT abstract glyphs"
670                   chars         256
671                   dimension     3
672                   columns       2
673                   graphic       2
674                   direction     l2r
675                   mother        =>>>gt))
676   (define-charset-alias '<=>gt '=>>gt)
677   (define-charset-alias '<==>gt '=>>gt)
678   (make-charset '=+>gt
679                 "GT 2000 unified abstract glyphs"
680                 '(long-name     "Unified abstract GT glyphs"
681                   chars         256
682                   dimension     3
683                   columns       2
684                   graphic       2
685                   direction     l2r
686                   mother        =>>gt))
687   (make-charset '=>gt
688                 "GT 2000 abstract characters"
689                 '(long-name     "abstract GT characters"
690                   chars         256
691                   dimension     3
692                   columns       2
693                   graphic       2
694                   direction     l2r
695                   mother        =+>gt))
696   (make-charset '=gt-k
697                 "Ideographic components of GT"
698                 `(long-name     "GT components"
699                   chars         256
700                   dimension     2
701                   columns       2
702                   graphic       2
703                   direction     l2r
704                   registry      ""
705                   min-code      ,(lsh #x6110 16)
706                   max-code      ,(+ (lsh #x6110 16) 17090)
707                   code-offset   ,(lsh #x6110 16)))
708   (define-charset-alias 'ideograph-gt-k '=gt-k)
709   (make-charset '=>>gt-k
710                 "abstract glyphs of GT-K"
711                 '(long-name     "GT-K abstract glyphs"
712                   chars         256
713                   dimension     2
714                   columns       2
715                   graphic       2
716                   direction     l2r
717                   mother        =gt-k))
718   (make-charset '=>gt-k
719                 "GT-K abstract characters"
720                 '(long-name     "GT-K abstract characters"
721                   chars         256
722                   dimension     2
723                   columns       2
724                   graphic       2
725                   direction     l2r
726                   mother        =>>gt-k))
727   (let ((i 1))
728     (while (<= i 11)
729       (make-charset
730        (intern (format "=gt-pj-%d" i))
731        (format "GT 2000 (pseudo JIS encoding) part %d" i)
732        `(long-name ,(format "GT PJ %d" i)
733                    chars 94
734                    dimension 2
735                    columns 2
736                    graphic 0
737                    direction l2r
738                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
739       (define-charset-alias
740         (intern (format "ideograph-gt-pj-%d" i))
741         (intern (format "=gt-pj-%d" i)))
742       (setq i (1+ i))))
743   (make-charset
744    '=gt-pj-k1
745    "Ideographic parts of GT (pseudo JIS encoding) part 1"
746    '(long-name "GT K1"
747                chars 94
748                dimension 2
749                columns 2
750                graphic 0
751                direction l2r
752                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
753   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
754   (make-charset
755    '=gt-pj-k2
756    "Ideographic parts of GT (pseudo JIS encoding) part 2"
757    '(long-name "GT K2"
758                chars 94
759                dimension 2
760                columns 2
761                graphic 0
762                direction l2r
763                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
764   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
765
766   (make-charset '=daikanwa
767                 "Daikanwa dictionary (unchanged part)"
768                 `(long-name     "Daikanwa"
769                   chars         256
770                   dimension     2
771                   columns       2
772                   graphic       2
773                   direction     l2r
774                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
775                   min-code      #xE00000
776                   max-code      ,(+ #xE00000 50100)
777                   code-offset   #xE00000))
778   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
779
780   (make-charset '=daikanwa@rev1
781                 "Daikanwa dictionary (revised version)"
782                 `(long-name     "Daikanwa Rev."
783                   chars         256
784                   dimension     2
785                   columns       2
786                   graphic       2
787                   direction     l2r
788                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
789                   mother        =daikanwa
790                   ))
791   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
792   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
793
794   (make-charset '=daikanwa@rev2
795                 "Daikanwa dictionary (revised version 2)"
796                 `(long-name     "Daikanwa"
797                   chars         256
798                   dimension     2
799                   columns       2
800                   graphic       2
801                   direction     l2r
802                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
803                   mother        =daikanwa
804                   min-code      1
805                   max-code      49964
806                   ;; min-code   #xE00000
807                   ;; max-code   ,(+ #xE00000 50100)
808                   ;; code-offset        #xE00000
809                   ))
810   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
811
812   (make-charset '=daikanwa/+p
813                 "Daikanwa dictionary (ddddd')"
814                 `(long-name     "Daikanwa ddddd'"
815                   chars         256
816                   dimension     2
817                   columns       2
818                   graphic       2
819                   direction     l2r))
820   (make-charset '=daikanwa/+2p
821                 "Daikanwa dictionary (ddddd'')"
822                 `(long-name     "Daikanwa ddddd''"
823                   chars         256
824                   dimension     2
825                   columns       2
826                   graphic       2
827                   direction     l2r))
828   (make-charset '=daikanwa/ho
829                 "Daikanwa dictionary (Hokan)"
830                 `(long-name     "Daikanwa-ho"
831                   chars         256
832                   dimension     2
833                   columns       2
834                   graphic       2
835                   direction     l2r))
836
837   (make-charset '=>>daikanwa
838                 "Daikanwa abstract glyphs"
839                 '(long-name     "Daikanwa glyphs"
840                   chars         256
841                   dimension     2
842                   columns       2
843                   graphic       2
844                   direction     l2r
845                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
846                   mother        =daikanwa))
847
848   (make-charset '=>daikanwa
849                 "Daikanwa abstract characters"
850                 '(long-name     "abstract Daikanwa"
851                   chars         256
852                   dimension     2
853                   columns       2
854                   graphic       2
855                   direction     l2r
856                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
857                   mother        =>>daikanwa))
858
859   (make-charset '=shinjigen
860                 "Kadokawa ShinJigen dictionary (common parts)"
861                 `(long-name     "Shinjigen common parts"
862                   chars         256
863                   dimension     2
864                   columns       2
865                   graphic       2
866                   direction     l2r
867                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
868
869   (make-charset '=shinjigen@1ed
870                 "Kadokawa ShinJigen dictionary (the first edition)"
871                 `(long-name     "Shinjigen-1"
872                   chars         256
873                   dimension     2
874                   columns       2
875                   graphic       2
876                   direction     l2r
877                   mother        =shinjigen
878                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
879   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
880
881   (make-charset '=shinjigen@1ed/24pr
882                 "Kadokawa ShinJigen dictionary (the 24th impression)"
883                 `(long-name     "Shinjigen-1 24pr"
884                   chars         256
885                   dimension     2
886                   columns       2
887                   graphic       2
888                   direction     l2r
889                   mother        =shinjigen@1ed))
890
891   (make-charset '=shinjigen@rev
892                 "Kadokawa ShinJigen dictionary (the revised edition)"
893                 `(long-name     "Shinjigen-2"
894                   chars         256
895                   dimension     2
896                   columns       2
897                   graphic       2
898                   direction     l2r
899                   mother        =shinjigen
900                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
901   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
902   (make-charset '=shinjigen/+p@rev
903                 "ShinJigen (the second edition) number with '"
904                 `(long-name     "Shinjigen-2 with '"
905                   chars         256
906                   dimension     2
907                   columns       2
908                   graphic       2
909                   direction     l2r))
910   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
911
912   (make-charset '=big5-pua
913                 "Big5 with private used area"
914                 '(long-name     "Big5-PUA"
915                   chars         256
916                   dimension     2
917                   columns       2
918                   graphic       2
919                   direction     l2r
920                   mother        chinese-big5
921                   registry      "Big5\\.ETEN"))
922   (define-charset-alias 'chinese-big5-pua '=big5-pua)
923   (make-charset '=big5-eten
924                 "Big5 ETEN"
925                 '(long-name     "Big5-ETEN"
926                   chars         256
927                   dimension     2
928                   columns       2
929                   graphic       2
930                   direction     l2r
931                   mother        chinese-big5
932                   min-code      #x8140
933                   max-code      #xFEFE
934                   registry      "Big5\\.ETEN"))
935   (define-charset-alias 'chinese-big5-eten '=big5-eten)
936   (make-charset 'chinese-big5-eten-a
937                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
938                 '(long-name     "Big5-ETEN-a"
939                   chars         256
940                   dimension     2
941                   columns       2
942                   graphic       2
943                   direction     l2r
944                   mother        chinese-big5
945                   min-code      #xF9D6
946                   max-code      #xF9FE
947                   registry      "Big5\\.ETEN"))
948   (make-charset 'chinese-big5-eten-b
949                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
950                 '(long-name     "Big5-ETEN-b"
951                   chars         256
952                   dimension     2
953                   columns       2
954                   graphic       2
955                   direction     l2r
956                   mother        chinese-big5
957                   min-code      #xC6A1
958                   max-code      #xC8FE
959                   registry      "Big5\\.ETEN"))
960
961   (let* ((i 1)
962          (hzk-min (+ (lsh #x6200 16) 65536))
963          (hzk-max (+ hzk-min 65535)))
964     (while (<= i 12)
965       (make-charset
966        (intern (format "=hanziku-%d" i))
967        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
968        `(long-name ,(format "HANZIKU-%d" i)
969                    chars 256
970                    dimension 2
971                    columns 2
972                    graphic 2
973                    direction l2r
974                    registry ,(format "hanziku-%d$" i i)
975                    min-code ,hzk-min
976                    max-code ,hzk-max
977                    code-offset ,hzk-min))
978       (define-charset-alias
979         (intern (format "ideograph-hanziku-%d" i))
980         (intern (format "=hanziku-%d" i)))
981       (setq hzk-min (1+ hzk-max)
982             hzk-max (+ hzk-min 65535))
983       (setq i (1+ i))))
984
985   (make-charset '=cbeta "CBETA private characters"
986                 '(long-name     "CBETA PUA"
987                   chars         256
988                   dimension     2
989                   registry      "cbeta-0"
990                   graphic       2
991                   min-code      #xE20000
992                   max-code      #xE2FFFF
993                   code-offset   #xE20000
994                   columns       2
995                   direction     l2r))
996   (define-charset-alias 'ideograph-cbeta '=cbeta)
997
998   (make-charset '=>>cbeta "CBETA abstract glyphs"
999                 '(long-name     "CBETA glyphs"
1000                   chars         256
1001                   dimension     2
1002                   registry      "cbeta-0"
1003                   graphic       2
1004                   columns       2
1005                   direction     l2r
1006                   mother        =cbeta))
1007
1008   (make-charset '=zinbun-oracle
1009                 "Oracle Bones Script"
1010                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
1011                   chars         256
1012                   dimension     2
1013                   registry      "zob1968-0"
1014                   graphic       2
1015                   min-code      #xE70000
1016                   max-code      ,(+ #xE70000 8192)
1017                   code-offset   #xE70000
1018                   columns       2
1019                   direction     l2r))
1020
1021   (make-charset '=>zinbun-oracle
1022                 "Abstract Oracle Bones"
1023                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
1024                   chars         256
1025                   dimension     2
1026                   mother        =zinbun-oracle
1027                   registry      "zob1968-0"
1028                   graphic       2
1029                   columns       2
1030                   direction     l2r))
1031
1032   (make-charset '=jef-china3
1033                 "JEF + CHINA3 private characters"
1034                 '(long-name     "JEF + CHINA3"
1035                   chars         256
1036                   dimension     2
1037                   columns       2
1038                   graphic       2
1039                   direction     l2r
1040                   registry      "china3jef-0"
1041                   min-code      #xE80000
1042                   max-code      #xE8FFFF
1043                   code-offset   #xE80000))
1044   (define-charset-alias 'china3-jef '=jef-china3)
1045
1046   (make-charset '=ruimoku-v6
1047                 "private characters used in RUIMOKU Version.6"
1048                 `(long-name     "RUI6"
1049                   chars         256
1050                   dimension     2
1051                   columns       2
1052                   graphic       2
1053                   direction     l2r
1054                   registry      "rui6-0"
1055                   ;; mother     ucs
1056                   min-code      #xE90000 ; #xE000
1057                   max-code      #xE908FF ; #xE8FF
1058                   code-offset   ,(- #xE90000 #xE000)))
1059   (make-charset '=>>ruimoku-v6
1060                 "RUIMOKU Version.6 glyphs"
1061                 '(long-name     "RUI6 glyphs"
1062                   chars         256
1063                   dimension     2
1064                   columns       2
1065                   graphic       2
1066                   direction     l2r
1067                   registry      "rui6-0"
1068                   mother        =ruimoku-v6))
1069
1070   (make-charset '==>ucs@bucs
1071                 "Basic Subset of Coded Character Sets (BUCS)"
1072                 '(long-name     "BUCS abstract characters"
1073                   chars         256
1074                   dimension     3
1075                   columns       2
1076                   graphic       2
1077                   direction     l2r
1078                   =>iso-ir      177
1079                   mother        =ucs))
1080
1081   (make-charset '=>ucs@iso
1082                 "Abstract characters of ISO/IEC 10646 representatives"
1083                 '(long-name     "UCS characters for ISO"
1084                   chars         256
1085                   dimension     3
1086                   columns       2
1087                   graphic       2
1088                   direction     l2r
1089                   =>iso-ir      177
1090                   mother        =ucs))
1091   (make-charset '=>ucs@unicode
1092                 "Abstract characters of Unicode representatives"
1093                 '(long-name     "UCS characters for Unicode"
1094                   chars         256
1095                   dimension     3
1096                   columns       2
1097                   graphic       2
1098                   direction     l2r
1099                   =>iso-ir      177
1100                   mother        =>ucs@iso))
1101   (make-charset '=>ucs@jis
1102                 "UCS representative characters for JIS X0208/0212/0213"
1103                 '(long-name     "UCS characters for JIS"
1104                   chars         256
1105                   dimension     3
1106                   columns       2
1107                   graphic       2
1108                   direction     l2r
1109                   =>iso-ir      177
1110                   mother        =>ucs@unicode))
1111   (make-charset '=>ucs@ks
1112                 "UCS representative characters for Korean Standards"
1113                 '(long-name     "UCS characters for KS"
1114                   chars         256
1115                   dimension     3
1116                   columns       2
1117                   graphic       2
1118                   direction     l2r
1119                   =>iso-ir      177
1120                   mother        =>ucs@unicode))
1121   (make-charset '=>ucs@cns
1122                 "UCS representatives characters for CNS 11643 sources"
1123                 '(long-name     "UCS characters for CNS 11643"
1124                   chars         256
1125                   dimension     3
1126                   columns       2
1127                   graphic       2
1128                   direction     l2r
1129                   =>iso-ir      177
1130                   mother        =>ucs@unicode))
1131
1132   (make-charset '=+>ucs@iso
1133                 "UCS based on ISO/IEC 10646 representative glyphs"
1134                 '(long-name     "Unified abstract glyphs of UCS"
1135                   chars         256
1136                   dimension     3
1137                   columns       2
1138                   graphic       2
1139                   direction     l2r
1140                   =>iso-ir      177
1141                   mother        =>ucs@iso))
1142   (make-charset '=+>ucs@unicode
1143                 "Unicode representative unified abstract glyphs"
1144                 '(long-name     "UCS unified abstract glyphs for Unicode"
1145                   chars         256
1146                   dimension     3
1147                   columns       2
1148                   graphic       2
1149                   direction     l2r
1150                   =>iso-ir      177
1151                   mother        =+>ucs@iso))
1152   (make-charset '=+>ucs@jis
1153                 "UCS based on Japanese usual unification"
1154                 '(long-name     "UCS unified abstract glyphs for JP"
1155                   chars         256
1156                   dimension     3
1157                   columns       2
1158                   graphic       2
1159                   direction     l2r
1160                   =>iso-ir      177
1161                   mother        =+>ucs@unicode))
1162   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
1163   (make-charset '=+>ucs@jis/1990
1164                 "UCS representative characters for JIS X0208/0212:1990"
1165                 '(long-name     "UCS characters for JIS:1990"
1166                   chars         256
1167                   dimension     3
1168                   columns       2
1169                   graphic       2
1170                   direction     l2r
1171                   =>iso-ir      177
1172                   mother        =+>ucs@jis))
1173   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
1174   (make-charset '=+>ucs@ks
1175                 "UCS representative unified abstract glyphs for Korean Standards"
1176                 '(long-name     "UCS unified abstract glyphs for KS"
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@cns
1185                 "UCS representatives unified abstract glyphs for CNS 11643 sources"
1186                 '(long-name     "UCS unified abstract glyphs for CNS"
1187                   chars         256
1188                   dimension     3
1189                   columns       2
1190                   graphic       2
1191                   direction     l2r
1192                   =>iso-ir      177
1193                   mother        =+>ucs@unicode))
1194
1195   (make-charset '=>>ucs@iso
1196                 "Representative abstract-glyphs of ISO/IEC 10646"
1197                 '(long-name     "UCS abstract glyphs for UCS"
1198                   chars         256
1199                   dimension     3
1200                   columns       2
1201                   graphic       2
1202                   direction     l2r
1203                   =>iso-ir      177
1204                   mother        =+>ucs@iso))
1205   (make-charset '=>>ucs@unicode
1206                 "Representative abstract-glyphs of Unicode"
1207                 '(long-name     "Unicode abstract glyphs"
1208                   chars         256
1209                   dimension     3
1210                   columns       2
1211                   graphic       2
1212                   direction     l2r
1213                   =>iso-ir      177
1214                   mother        =>>ucs@iso))
1215   (make-charset '=>>ucs@jis
1216                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
1217                 '(long-name     "UCS abstract glyphs for JIS"
1218                   chars         256
1219                   dimension     3
1220                   columns       2
1221                   graphic       2
1222                   direction     l2r
1223                   =>iso-ir      177
1224                   mother        =>>ucs@unicode))
1225   (make-charset '=>>ucs@jis/1990
1226                 "UCS Representative glyphs for JIS X 0208/0212:1990"
1227                 '(long-name     "UCS glyphs for JIS:1990"
1228                   chars         256
1229                   dimension     3
1230                   columns       2
1231                   graphic       2
1232                   direction     l2r
1233                   =>iso-ir      177
1234                   mother        =>>ucs@jis))
1235   (make-charset '=>>ucs@jis/2000
1236                 "UCS Representative glyphs for JIS X 0213:2000"
1237                 '(long-name     "UCS glyphs for JIS:2000"
1238                   chars         256
1239                   dimension     3
1240                   columns       2
1241                   graphic       2
1242                   direction     l2r
1243                   =>iso-ir      177
1244                   mother        =>>ucs@jis))
1245   (make-charset '=>>ucs@jis/2004
1246                 "UCS Representative glyphs for JIS X 0213:2004"
1247                 '(long-name     "UCS glyphs for JIS:2004"
1248                   chars         256
1249                   dimension     3
1250                   columns       2
1251                   graphic       2
1252                   direction     l2r
1253                   =>iso-ir      177
1254                   mother        =>>ucs@jis))
1255   (make-charset '=>>ucs@JP
1256                 "UCS abstract-glyphs based on Japanese style glyphs"
1257                 '(long-name     "UCS glyphs for JP"
1258                   chars         256
1259                   dimension     3
1260                   columns       2
1261                   graphic       2
1262                   direction     l2r
1263                   =>iso-ir      177
1264                   mother        =>>ucs@jis/2004))
1265   (make-charset '=>>ucs@ks
1266                 "UCS Representative glyphs for Korean Standards"
1267                 '(long-name     "UCS glyphs for KS"
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@cns
1276                 "UCS Representative glyphs for CNS 11643 sources"
1277                 '(long-name     "UCS glyphs for CNS"
1278                   chars         256
1279                   dimension     3
1280                   columns       2
1281                   graphic       2
1282                   direction     l2r
1283                   =>iso-ir      177
1284                   mother        =>>ucs@unicode))
1285
1286   (make-charset '=>>>ucs@iso
1287                 "Representative glyph-forms of ISO/IEC 10646"
1288                 '(long-name     "UCS glyph-forms for UCS"
1289                   chars         256
1290                   dimension     3
1291                   columns       2
1292                   graphic       2
1293                   direction     l2r
1294                   =>iso-ir      177
1295                   mother        =>>ucs@iso))
1296   (make-charset '=>>>ucs@unicode
1297                 "Representative glyph-forms of Unicode"
1298                 '(long-name     "UCS glyph-forms for Unicode"
1299                   chars         256
1300                   dimension     3
1301                   columns       2
1302                   graphic       2
1303                   direction     l2r
1304                   =>iso-ir      177
1305                   mother        =>>>ucs@iso))
1306   (make-charset '=>>>ucs@jis
1307                 "UCS Representative glyph-forms for JIS X0208/0212/0213"
1308                 '(long-name     "UCS glyph-forms for JIS"
1309                   chars         256
1310                   dimension     3
1311                   columns       2
1312                   graphic       2
1313                   direction     l2r
1314                   =>iso-ir      177
1315                   mother        =>>>ucs@unicode))
1316   (make-charset '=>>>ucs@jis/1990
1317                 "UCS Representative glyph-forms for JIS X 0208/0212:1990"
1318                 '(long-name     "UCS glyph-forms for JIS:1990"
1319                   chars         256
1320                   dimension     3
1321                   columns       2
1322                   graphic       2
1323                   direction     l2r
1324                   =>iso-ir      177
1325                   mother        =>>>ucs@jis))
1326   (make-charset '=>>>ucs@jis/2000
1327                 "UCS Representative glyph-forms for JIS X 0213:2000"
1328                 '(long-name     "UCS glyph-forms for JIS:2000"
1329                   chars         256
1330                   dimension     3
1331                   columns       2
1332                   graphic       2
1333                   direction     l2r
1334                   =>iso-ir      177
1335                   mother        =>>>ucs@jis))
1336   (make-charset '=>>>ucs@jis/2004
1337                 "UCS Representative glyph-forms for JIS X 0213:2004"
1338                 '(long-name     "UCS glyph-forms for JIS:2004"
1339                   chars         256
1340                   dimension     3
1341                   columns       2
1342                   graphic       2
1343                   direction     l2r
1344                   =>iso-ir      177
1345                   mother        =>>>ucs@jis))
1346   (make-charset '=>>>ucs@ks
1347                 "UCS Representative glyph-forms for Korean Standards"
1348                 '(long-name     "UCS glyph-forms for KS"
1349                   chars         256
1350                   dimension     3
1351                   columns       2
1352                   graphic       2
1353                   direction     l2r
1354                   =>iso-ir      177
1355                   mother        =>>>ucs@unicode))
1356   (make-charset '=>>>ucs@cns
1357                 "UCS Representative glyph-forms for CNS 11643 sources"
1358                 '(long-name     "UCS glyph-forms for CNS"
1359                   chars         256
1360                   dimension     3
1361                   columns       2
1362                   graphic       2
1363                   direction     l2r
1364                   =>iso-ir      177
1365                   mother        =>>>ucs@unicode))
1366
1367   (make-charset '=ucs@iso
1368                 "ISO/IEC 10646 for its representative glyphs"
1369                 '(long-name     "UCS for ISO"
1370                   chars         256
1371                   dimension     3
1372                   columns       2
1373                   graphic       2
1374                   direction     l2r
1375                   =>iso-ir      177
1376                   mother        =>>>ucs@iso))
1377   (make-charset '=ucs@unicode
1378                 "Unicode for its representative glyphs"
1379                 '(long-name     "UCS for Unicode"
1380                   chars         256
1381                   dimension     3
1382                   columns       2
1383                   graphic       2
1384                   direction     l2r
1385                   =>iso-ir      177
1386                   mother        =ucs@iso))
1387   (make-charset '=ucs@gb
1388                 "ISO/IEC 10646 for GB"
1389                 '(long-name     "UCS for GB"
1390                   chars         256
1391                   dimension     3
1392                   columns       2
1393                   graphic       2
1394                   direction     l2r
1395                   =>iso-ir      177
1396                   mother        =ucs@unicode))
1397   (define-charset-alias 'ucs-gb '=ucs@gb)
1398   (make-charset '=ucs@gb/fw
1399                 "ISO/IEC 10646 for GB with fullwidth"
1400                 '(long-name     "UCS for GB-fullwidth"
1401                   chars         256
1402                   dimension     3
1403                   columns       2
1404                   graphic       2
1405                   direction     l2r
1406                   =>iso-ir      177
1407                   mother        =ucs@gb))
1408   (make-charset '=ucs-bmp@gb
1409                 "ISO/IEC 10646 BMP for GB"
1410                 '(long-name     "BMP for GB"
1411                   chars         256
1412                   dimension     3
1413                   columns       2
1414                   graphic       2
1415                   direction     l2r
1416                   mother        =ucs@gb
1417                   min-code      #x0000
1418                   max-code      #xFFFF))
1419   (make-charset '=ucs@cns
1420                 "ISO/IEC 10646 for CNS 11643"
1421                 '(long-name     "UCS for CNS"
1422                   chars         256
1423                   dimension     3
1424                   columns       2
1425                   graphic       2
1426                   direction     l2r
1427                   =>iso-ir      177
1428                   mother        =ucs@unicode))
1429   (define-charset-alias 'ucs-cns '=ucs@cns)
1430   (make-charset '=ucs@cns/fw
1431                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
1432                 '(long-name     "UCS for CNS-fullwidth"
1433                   chars         256
1434                   dimension     3
1435                   columns       2
1436                   graphic       2
1437                   direction     l2r
1438                   =>iso-ir      177
1439                   mother        =ucs@cns))
1440   (make-charset '=ucs-bmp@cns
1441                 "ISO/IEC 10646 BMP for CNS"
1442                 '(long-name     "BMP for CNS"
1443                   chars         256
1444                   dimension     3
1445                   columns       2
1446                   graphic       2
1447                   direction     l2r
1448                   mother        =ucs@cns
1449                   min-code      #x0000
1450                   max-code      #xFFFF))
1451   (make-charset '=ucs@jis
1452                 "ISO/IEC 10646 for JIS X0208/0212/0213"
1453                 '(long-name     "UCS for JIS"
1454                   chars         256
1455                   dimension     3
1456                   columns       2
1457                   graphic       2
1458                   direction     l2r
1459                   =>iso-ir      177
1460                   mother        =ucs@unicode))
1461   (define-charset-alias 'ucs-jis '=ucs@jis)
1462   (make-charset '=ucs@jis/fw
1463                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
1464                 '(long-name     "UCS for JIS-fullwidth"
1465                   chars         256
1466                   dimension     3
1467                   columns       2
1468                   graphic       2
1469                   direction     l2r
1470                   =>iso-ir      177
1471                   mother        =ucs@jis))
1472   (make-charset '=ucs-bmp@jis
1473                 "ISO/IEC 10646 BMP for JIS"
1474                 '(long-name     "BMP for JIS"
1475                   chars         256
1476                   dimension     3
1477                   columns       2
1478                   graphic       2
1479                   direction     l2r
1480                   mother        =ucs@jis
1481                   min-code      #x0000
1482                   max-code      #xFFFF))
1483   ;; (make-charset '=ucs@jis/1983
1484   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
1485   ;;               '(long-name     "UCS for JIS:1983"
1486   ;;                 chars         256
1487   ;;                 dimension     3
1488   ;;                 columns       2
1489   ;;                 graphic       2
1490   ;;                 direction     l2r
1491   ;;                 =>iso-ir      177
1492   ;;                 mother        =ucs@jis))
1493   (make-charset '=ucs@jis/1990
1494                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
1495                 '(long-name     "UCS for JIS:1990"
1496                   chars         256
1497                   dimension     3
1498                   columns       2
1499                   graphic       2
1500                   direction     l2r
1501                   =>iso-ir      177
1502                   mother        =ucs@jis))
1503   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
1504   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
1505   (make-charset '=ucs@jis/2000
1506                 "ISO/IEC 10646 for JIS X 0213:2000"
1507                 '(long-name     "UCS for JIS:2000"
1508                   chars         256
1509                   dimension     3
1510                   columns       2
1511                   graphic       2
1512                   direction     l2r
1513                   =>iso-ir      177
1514                   mother        =ucs@jis))
1515   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
1516   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
1517   (make-charset '=ucs@jis/2004
1518                 "ISO/IEC 10646 for JIS X 0213:2004"
1519                 '(long-name     "UCS for JIS:2004"
1520                   chars         256
1521                   dimension     3
1522                   columns       2
1523                   graphic       2
1524                   direction     l2r
1525                   =>iso-ir      177
1526                   mother        =ucs@jis))
1527   (make-charset '=ucs@JP
1528                 "UCS for common glyphs used in Japan"
1529                 '(long-name     "UCS for Japan"
1530                   chars         256
1531                   dimension     3
1532                   columns       2
1533                   graphic       2
1534                   direction     l2r
1535                   =>iso-ir      177
1536                   mother        =ucs@jis/2004))
1537   (define-charset-alias '=ucs@jp '=ucs@JP)
1538   (make-charset '=ucs@JP/hanazono
1539                 "Japanese glyph-images of Hanazono Mincho"
1540                 '(long-name     "UCS for Hana-Min"
1541                   chars         256
1542                   dimension     3
1543                   columns       2
1544                   graphic       2
1545                   direction     l2r
1546                   =>iso-ir      177
1547                   mother        =ucs@JP))
1548   (make-charset '=ucs@ks
1549                 "ISO/IEC 10646 for Korean Standards"
1550                 '(long-name     "UCS for KS"
1551                   chars         256
1552                   dimension     3
1553                   columns       2
1554                   graphic       2
1555                   direction     l2r
1556                   =>iso-ir      177
1557                   mother        =ucs@unicode))
1558   (define-charset-alias 'ucs-ks '=ucs@ks)
1559   (make-charset '=ucs-bmp@ks
1560                 "ISO/IEC 10646 BMP for KS"
1561                 '(long-name     "BMP for KS"
1562                   chars         256
1563                   dimension     3
1564                   columns       2
1565                   graphic       2
1566                   direction     l2r
1567                   mother        =ucs@ks
1568                   min-code      #x0000
1569                   max-code      #xFFFF))
1570   (make-charset '=ucs@cns11643
1571                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
1572                 '(long-name     "UCS for CNS11643"
1573                   chars         256
1574                   dimension     3
1575                   columns       2
1576                   graphic       2
1577                   direction     l2r
1578                   =>iso-ir      177
1579                   mother        =ucs@cns))
1580   (make-charset '=ucs@big5
1581                 "ISO/IEC 10646 for Big5"
1582                 '(long-name     "UCS for Big5"
1583                   chars         256
1584                   dimension     3
1585                   columns       2
1586                   graphic       2
1587                   direction     l2r
1588                   =>iso-ir      177
1589                   mother        =>>ucs@cns))
1590   (define-charset-alias 'ucs-big5 '=ucs@big5)
1591   (make-charset '=ucs@big5/cns11643
1592                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
1593                 '(long-name     "UCS for Big5@CNS11643"
1594                   chars         256
1595                   dimension     3
1596                   columns       2
1597                   graphic       2
1598                   direction     l2r
1599                   =>iso-ir      177
1600                   mother        =ucs@big5))
1601
1602   (make-charset
1603    '=ucs-radicals
1604    "CJK Radicals of UCS"
1605    '(long-name "UCS-Radicals"
1606                chars 256
1607                dimension 2
1608                columns 2
1609                graphic 2
1610                direction l2r
1611                registry "-zhRadicals-.*-ucs-0"
1612                mother ucs-bmp
1613                min-code #x2E00 max-code #x2FFF))
1614   (make-charset
1615    '=ucs-radicals@unicode
1616    "CJK Radicals of UCS"
1617    '(long-name "UCS-Radicals"
1618                chars 256
1619                dimension 2
1620                columns 2
1621                graphic 2
1622                direction l2r
1623                registry "-zhRadicals-.*-ucs-0"
1624                mother =ucs@unicode
1625                min-code #x2E00 max-code #x2FFF))
1626   (make-charset
1627    '=ucs-hangul
1628    "Hangul Syllables of UCS"
1629    '(long-name "UCS-Hangul-Syllables"
1630                chars 256
1631                dimension 2
1632                columns 2
1633                graphic 2
1634                direction l2r
1635                registry "-Hangul-.*-ucs-0"
1636                mother =ucs
1637                min-code #xAC00 max-code #xD7AF))
1638   (make-charset
1639    '=ucs-bmp-cjk
1640    "CJK Characters in BMP of UCS"
1641    '(long-name "UCS-BMP-CJK"
1642                chars 256
1643                dimension 2
1644                columns 2
1645                graphic 2
1646                direction l2r
1647                registry "-zh-.*-ucs-0"
1648                mother ucs-bmp
1649                min-code #x2E00
1650                max-code #x9FA5
1651                ;; max-code #xA4CF
1652                ))
1653   (make-charset
1654    '=ucs-bmp-cjk@unicode
1655    "CJK Characters in BMP of Unicode"
1656    '(long-name "Unicode-BMP-CJK"
1657                chars 256
1658                dimension 2
1659                columns 2
1660                graphic 2
1661                direction l2r
1662                registry "-zh-.*-ucs-0"
1663                mother =ucs@unicode
1664                min-code #x2E00
1665                max-code #x9FA5
1666                ;; max-code #xA4CF
1667                ))
1668   (make-charset
1669    '=ucs-bmp-cjk@JP
1670    "CJK Characters in BMP with JIS representative glyphs"
1671    '(long-name "CJK in BMP@JP"
1672                chars 256
1673                dimension 2
1674                columns 2
1675                graphic 2
1676                direction l2r
1677                registry "-ja-.*-ucs-0"
1678                mother =ucs@JP
1679                min-code #x2E00
1680                max-code #x9FA5
1681                ;; max-code #xA4CF
1682                ))
1683   (make-charset
1684    '=ucs-bmp-cjk@JP/hanazono
1685    "CJK Characters in BMP with Hanazono font"
1686    '(long-name "CJK in BMP@JP/Hanazono"
1687                chars 256
1688                dimension 2
1689                columns 2
1690                graphic 2
1691                direction l2r
1692                registry "-ja-.*-ucs-0"
1693                mother =ucs@JP/hanazono
1694                min-code #x2E00
1695                max-code #x9FA5
1696                ;; max-code #xA4CF
1697                ))
1698   (make-charset
1699    '=>ucs-bmp-cjk@unicode
1700    "Unicode representative characters of CJK Unified Ideographs in BMP"
1701    '(long-name "Unicode-BMP-CJK"
1702                chars 256
1703                dimension 2
1704                columns 2
1705                graphic 2
1706                direction l2r
1707                registry "-zh-.*-ucs-0"
1708                mother =>ucs@unicode
1709                min-code #x2E00
1710                max-code #x9FA5
1711                ;; max-code #xA4CF
1712                ))
1713   (make-charset
1714    '==>ucs-bmp-cjk@bucs
1715    "CJK Characters in BMP of BUCS"
1716    '(long-name "BUCS-BMP-CJK"
1717                chars 256
1718                dimension 2
1719                columns 2
1720                graphic 2
1721                direction l2r
1722                registry "-zh-.*-ucs-0"
1723                mother ==>ucs@bucs
1724                min-code #x2E00
1725                max-code #x9FA5
1726                ;; max-code #xA4CF
1727                ))
1728   (make-charset
1729    '=ucs-bmp-cjk-compat
1730    "CJK Compatibility Ideographs in BMP of UCS"
1731    '(long-name "CJK Compatibility Ideographs"
1732                chars 256
1733                dimension 2
1734                columns 2
1735                graphic 2
1736                direction l2r
1737                registry "-ja-.*-ucs-0"
1738                mother ucs-bmp
1739                min-code #xF900
1740                max-code #xFAFF
1741                ))
1742   (make-charset
1743    '=ucs-bmp-cjk-compat@unicode
1744    "CJK Compatibility Ideographs of Unicode representatives"
1745    '(long-name "CJK Compatibility Ideographs of Unicode"
1746                chars 256
1747                dimension 2
1748                columns 2
1749                graphic 2
1750                direction l2r
1751                registry "-ja-.*-ucs-0"
1752                mother =ucs@unicode
1753                min-code #xF900
1754                max-code #xFAFF
1755                ))
1756   (make-charset
1757    '=ucs-sip-ext-b
1758    "CJK Ideographs Extension B"
1759    '(long-name "UCS CJK Ext-B"
1760                chars 256
1761                dimension 2
1762                columns 2
1763                graphic 2
1764                direction l2r
1765                registry "\\(iso10646\\|ucs02\\)-2$"
1766                mother ucs
1767                min-code #x20000 max-code #x2A6D6
1768                code-offset #x20000))
1769   (make-charset
1770    '=ucs-sip-ext-b@iso
1771    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
1772    '(long-name "UCS CJK Ext-B"
1773                chars 256
1774                dimension 2
1775                columns 2
1776                graphic 2
1777                direction l2r
1778                registry "\\(iso10646\\|ucs02\\)-2$"
1779                mother =ucs@iso
1780                min-code #x20000 max-code #x2A6D6
1781                code-offset #x20000))
1782
1783   (make-charset
1784    '=adobe-japan1-base
1785    "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
1786    `(long-name "Adobe-Japan1"
1787                chars 256
1788                dimension 2
1789                columns 2
1790                graphic 2
1791                direction l2r
1792                registry "AdobeJapan1-[0-6]$"
1793                min-code ,(lsh #x6300 16)
1794                max-code ,(+ (lsh #x6300 16) 23057)
1795                code-offset      ,(lsh #x6300 16)))
1796   (make-charset
1797    '=adobe-japan1-0
1798    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
1799    '(long-name "Adobe-Japan1-0"
1800                chars 256
1801                dimension 2
1802                columns 2
1803                graphic 2
1804                direction l2r
1805                mother =adobe-japan1-base
1806                min-code 0
1807                max-code 8283
1808                registry "AdobeJapan1-0$"))
1809   (make-charset
1810    '=adobe-japan1-1
1811    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
1812    '(long-name "Adobe-Japan1-1"
1813                chars 256
1814                dimension 2
1815                columns 2
1816                graphic 2
1817                direction l2r
1818                mother =adobe-japan1-0
1819                min-code 0
1820                max-code 8358
1821                registry "AdobeJapan1-1$"))
1822   (make-charset
1823    '=adobe-japan1-2
1824    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
1825    '(long-name "Adobe-Japan1-2"
1826                chars 256
1827                dimension 2
1828                columns 2
1829                graphic 2
1830                direction l2r
1831                mother =adobe-japan1-1
1832                min-code 0
1833                max-code 8719
1834                registry "AdobeJapan1-2$"))
1835   (make-charset
1836    '=adobe-japan1-3
1837    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
1838    '(long-name "Adobe-Japan1-3"
1839                chars 256
1840                dimension 2
1841                columns 2
1842                graphic 2
1843                direction l2r
1844                mother =adobe-japan1-2
1845                min-code 0
1846                max-code 9353
1847                registry "AdobeJapan1-3$"))
1848   (make-charset
1849    '=adobe-japan1-4
1850    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
1851    '(long-name "Adobe-Japan1-4"
1852                chars 256
1853                dimension 2
1854                columns 2
1855                graphic 2
1856                direction l2r
1857                mother =adobe-japan1-3
1858                min-code 0
1859                max-code 15443
1860                registry "AdobeJapan1-4$"))
1861   (make-charset
1862    '=adobe-japan1-5
1863    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
1864    '(long-name "Adobe-Japan1-5"
1865                chars 256
1866                dimension 2
1867                columns 2
1868                graphic 2
1869                direction l2r
1870                mother =adobe-japan1-4
1871                min-code 0
1872                max-code 20316
1873                registry "AdobeJapan1-5$"))
1874   (make-charset
1875    '=adobe-japan1-6
1876    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
1877    '(long-name "Adobe-Japan1-6"
1878                chars 256
1879                dimension 2
1880                columns 2
1881                graphic 2
1882                direction l2r
1883                mother =adobe-japan1-5
1884                min-code 0
1885                max-code 23057
1886                registry "AdobeJapan1-6$"))
1887   (make-charset
1888    '=>>adobe-japan1
1889    "Adobe-Japan1 abstract glyphs"
1890    '(long-name "Adobe-Japan1 abstract glyphs"
1891                chars 256
1892                dimension 2
1893                columns 2
1894                graphic 2
1895                direction l2r
1896                mother =adobe-japan1-6
1897                registry "AdobeJapan1-6$"))
1898
1899   (make-charset
1900    '=hanyo-denshi/ja
1901    "JA (JIS X0208) part of Han'you-Denshi characters"
1902    `(long-name "Han'you-Denshi/JA"
1903                chars 94
1904                dimension 2
1905                columns 2
1906                graphic 2
1907                direction l2r
1908                registry "HanyoDenshi\\.JA-0$"
1909                min-code ,(lsh #x6400 16)
1910                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1911                code-offset ,(lsh #x6400 16)))
1912   (make-charset
1913    '=hanyo-denshi/jb
1914    "JB (JIS X0212) part of Han'you-Denshi characters"
1915    `(long-name "Han'you-Denshi/JB"
1916                chars 94
1917                dimension 2
1918                columns 2
1919                graphic 2
1920                direction l2r
1921                registry "HanyoDenshi\\.JB-0$"
1922                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1923                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1924                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1925   (make-charset
1926    '=hanyo-denshi/jc
1927    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1928    `(long-name "Han'you-Denshi/JC"
1929                chars 94
1930                dimension 2
1931                columns 2
1932                graphic 2
1933                direction l2r
1934                registry "HanyoDenshi\\.JC-0$"
1935                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1936                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1937                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1938   (make-charset
1939    '=hanyo-denshi/jd
1940    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1941    `(long-name "Han'you-Denshi/JD"
1942                chars 94
1943                dimension 2
1944                columns 2
1945                graphic 2
1946                direction l2r
1947                registry "HanyoDenshi\\.JD-0$"
1948                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1949                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1950                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1951   (make-charset
1952    '=hanyo-denshi/ft
1953    "FT (FDPC additional) part of Han'you-Denshi characters"
1954    `(long-name "Han'you-Denshi/FT"
1955                chars 94
1956                dimension 2
1957                columns 2
1958                graphic 2
1959                direction l2r
1960                registry "HanyoDenshi\\.FT-0$"
1961                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1962                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1963                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1964   (make-charset
1965    '=hanyo-denshi/ia
1966    "IA part of Han'you-Denshi characters"
1967    `(long-name "Han'you-Denshi/IA"
1968                chars 94
1969                dimension 2
1970                columns 2
1971                graphic 2
1972                direction l2r
1973                registry "HanyoDenshi\\.IA-0$"
1974                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1975                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1976                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1977   (make-charset
1978    '=hanyo-denshi/ib
1979    "IB part of Han'you-Denshi characters"
1980    `(long-name "Han'you-Denshi/IB"
1981                chars 94
1982                dimension 2
1983                columns 2
1984                graphic 2
1985                direction l2r
1986                registry "HanyoDenshi\\.IB-0$"
1987                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1988                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1989                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1990   (make-charset
1991    '=hanyo-denshi/hg
1992    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1993    `(long-name "Han'you-Denshi/HG"
1994                chars 94
1995                dimension 2
1996                columns 2
1997                graphic 2
1998                direction l2r
1999                registry "HanyoDenshi\\.HG-0$"
2000                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
2001                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
2002                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
2003   (make-charset
2004    '=hanyo-denshi/ip
2005    "IP (for IPA) part of Han'you-Denshi characters"
2006    `(long-name "Han'you-Denshi/IP"
2007                chars 256
2008                dimension 2
2009                columns 2
2010                graphic 2
2011                direction l2r
2012                registry "HanyoDenshi\\.IP-0$"
2013                min-code    ,(+ (lsh #x6402 16) #x4E00)
2014                max-code    ,(+ (lsh #x6402 16) #x9FFF)
2015                code-offset ,(+ (lsh #x6402 16))))
2016   (make-charset
2017    '=hanyo-denshi/jt
2018    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
2019    `(long-name "Han'you-Denshi/JT"
2020                chars 256
2021                dimension 2
2022                columns 2
2023                graphic 2
2024                direction l2r
2025                registry "HanyoDenshi\\.JT-0$"
2026                min-code    ,(+ (lsh #x6402 16) #xAC00)
2027                max-code    ,(+ (lsh #x6402 16) #xD7AF)
2028                code-offset ,(+ (lsh #x6402 16))))
2029   (make-charset
2030    '=hanyo-denshi/ks
2031    "KS (KoSeki) part of Han'you-Denshi characters"
2032    `(long-name "Han'you-Denshi/KS font encoding"
2033                chars 256
2034                dimension 3
2035                columns 2
2036                graphic 2
2037                direction l2r))
2038   (make-charset
2039    '=hanyo-denshi/ks/mf
2040    "font encoding for KS (KoSeki) characters"
2041    `(long-name "Han'you-Denshi/KS font encoding"
2042                chars 256
2043                dimension 2
2044                columns 2
2045                graphic 2
2046                direction l2r
2047                registry "HanyoDenshi\\.KSMF-0$"
2048                min-code       ,(lsh #x6403 16)
2049                max-code    ,(+ (lsh #x6403 16) #xFFFF)
2050                code-offset    ,(lsh #x6403 16)))
2051
2052   (make-charset
2053    '=>>>hanyo-denshi/jt
2054    "JT (Juuki Touitsu Moji) abstract glyph-forms"
2055    '(long-name "Han'you-Denshi/JT glyph-forms"
2056                chars 256
2057                dimension 2
2058                columns 2
2059                graphic 2
2060                direction l2r
2061                registry "HanyoDenshi\\.JT-0$"
2062                mother =hanyo-denshi/jt))
2063
2064   (make-charset
2065    '=>>hanyo-denshi/jb
2066    "Han'you-Denshi/JB abstract glyphs"
2067    '(long-name "Han'you-Denshi/JB glyphs"
2068                chars 94
2069                dimension 2
2070                columns 2
2071                graphic 2
2072                direction l2r
2073                registry "HanyoDenshi\\.JB-0$"
2074                mother =hanyo-denshi/jb))
2075   (make-charset
2076    '=>>hanyo-denshi/jc
2077    "Han'you-Denshi/JC abstract glyphs"
2078    '(long-name "Han'you-Denshi/JC glyphs"
2079                chars 94
2080                dimension 2
2081                columns 2
2082                graphic 2
2083                direction l2r
2084                registry "HanyoDenshi\\.JC-0$"
2085                mother =hanyo-denshi/jc))
2086   (make-charset
2087    '=>>hanyo-denshi/jd
2088    "Han'you-Denshi/JD abstract glyphs"
2089    '(long-name "Han'you-Denshi/JD glyphs"
2090                chars 94
2091                dimension 2
2092                columns 2
2093                graphic 2
2094                direction l2r
2095                registry "HanyoDenshi\\.JD-0$"
2096                mother =hanyo-denshi/jd))
2097   (make-charset
2098    '=>>hanyo-denshi/ft
2099    "Han'you-Denshi/FT abstract glyphs"
2100    '(long-name "Han'you-Denshi/FT glyphs"
2101                chars 94
2102                dimension 2
2103                columns 2
2104                graphic 2
2105                direction l2r
2106                registry "HanyoDenshi\\.FT-0$"
2107                mother =hanyo-denshi/ft))
2108   (make-charset
2109    '=>>hanyo-denshi/ia
2110    "Han'you-Denshi/IA abstract glyphs"
2111    '(long-name "Han'you-Denshi/IA glyphs"
2112                chars 94
2113                dimension 2
2114                columns 2
2115                graphic 2
2116                direction l2r
2117                registry "HanyoDenshi\\.IA-0$"
2118                mother =hanyo-denshi/ia))
2119   (make-charset
2120    '=>>hanyo-denshi/ib
2121    "Han'you-Denshi/IB abstract glyphs"
2122    '(long-name "Han'you-Denshi/IB abstract glyphs"
2123                chars 94
2124                dimension 2
2125                columns 2
2126                graphic 2
2127                direction l2r
2128                registry "HanyoDenshi\\.IB-0$"
2129                mother =hanyo-denshi/ib))
2130   (make-charset
2131    '=>>hanyo-denshi/hg
2132    "Han'you-Denshi/HG abstract glyphs"
2133    '(long-name "Han'you-Denshi/HG abstract glyphs"
2134                chars 94
2135                dimension 2
2136                columns 2
2137                graphic 2
2138                direction l2r
2139                registry "HanyoDenshi\\.HG-0$"
2140                mother =hanyo-denshi/hg))
2141   (make-charset
2142    '=>>hanyo-denshi/jt
2143    "JT (Juuki Touitsu Moji) abstract glyphs"
2144    '(long-name "Han'you-Denshi/JT glyphs"
2145                chars 256
2146                dimension 2
2147                columns 2
2148                graphic 2
2149                direction l2r
2150                registry "HanyoDenshi\\.JT-0$"
2151                mother =>>>hanyo-denshi/jt))
2152   (make-charset
2153    '=>>hanyo-denshi/ks
2154    "Han'you-Denshi/KS abstract glyphs"
2155    '(long-name "Han'you-Denshi/KS glyphs"
2156                chars 256
2157                dimension 3
2158                columns 2
2159                graphic 2
2160                direction l2r
2161                mother =hanyo-denshi/ks))
2162   )
2163
2164 ;;; mule-conf.el ends here