(=+>jis-x0213-2): Renamed from `=>jis-x0213-2@usual'.
[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/1990
1091                 "UCS Representative characters for JIS X0208/0212:1990"
1092                 '(long-name     "UCS characters for JIS:1990"
1093                   chars         256
1094                   dimension     3
1095                   columns       2
1096                   graphic       2
1097                   direction     l2r
1098                   =>iso-ir      177
1099                   mother        =>ucs@jis))
1100   (make-charset '=+>ucs@jis
1101                 "UCS based on Japanese usual unification"
1102                 '(long-name     "UCS unified abstract glyphs for JP"
1103                   chars         256
1104                   dimension     3
1105                   columns       2
1106                   graphic       2
1107                   direction     l2r
1108                   =>iso-ir      177
1109                   mother        =>ucs@jis))
1110   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
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                 "Representative abstract-glyphs of ISO/IEC 10646"
1134                 '(long-name     "UCS abstract glyphs for 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                 "Representative abstract-glyphs of Unicode"
1144                 '(long-name     "Unicode abstract glyphs"
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 Representative abstract-glyphs for JIS X0208/0212/0213"
1154                 '(long-name     "UCS abstract glyphs for JIS"
1155                   chars         256
1156                   dimension     3
1157                   columns       2
1158                   graphic       2
1159                   direction     l2r
1160                   =>iso-ir      177
1161                   mother        =>>ucs@unicode))
1162   (make-charset '=>>ucs@jis/1990
1163                 "UCS Representative glyphs for JIS X 0208/0212:1990"
1164                 '(long-name     "UCS glyphs for JIS:1990"
1165                   chars         256
1166                   dimension     3
1167                   columns       2
1168                   graphic       2
1169                   direction     l2r
1170                   =>iso-ir      177
1171                   mother        =>>ucs@jis))
1172   (make-charset '=>>ucs@jis/2000
1173                 "UCS Representative glyphs for JIS X 0213:2000"
1174                 '(long-name     "UCS glyphs for JIS:2000"
1175                   chars         256
1176                   dimension     3
1177                   columns       2
1178                   graphic       2
1179                   direction     l2r
1180                   =>iso-ir      177
1181                   mother        =>>ucs@jis))
1182   (make-charset '=>>ucs@jis/2004
1183                 "UCS Representative glyphs for JIS X 0213:2004"
1184                 '(long-name     "UCS glyphs for JIS:2004"
1185                   chars         256
1186                   dimension     3
1187                   columns       2
1188                   graphic       2
1189                   direction     l2r
1190                   =>iso-ir      177
1191                   mother        =>>ucs@jis))
1192   (make-charset '=>>ucs@JP
1193                 "UCS abstract-glyphs based on Japanese style glyphs"
1194                 '(long-name     "UCS glyphs for JP"
1195                   chars         256
1196                   dimension     3
1197                   columns       2
1198                   graphic       2
1199                   direction     l2r
1200                   =>iso-ir      177
1201                   mother        =>>ucs@jis/2004))
1202   (make-charset '=>>ucs@ks
1203                 "UCS Representative glyphs for Korean Standards"
1204                 '(long-name     "UCS glyphs for KS"
1205                   chars         256
1206                   dimension     3
1207                   columns       2
1208                   graphic       2
1209                   direction     l2r
1210                   =>iso-ir      177
1211                   mother        =>>ucs@unicode))
1212   (make-charset '=>>ucs@cns
1213                 "UCS Representative glyphs for CNS 11643 sources"
1214                 '(long-name     "UCS glyphs for CNS"
1215                   chars         256
1216                   dimension     3
1217                   columns       2
1218                   graphic       2
1219                   direction     l2r
1220                   =>iso-ir      177
1221                   mother        =>>ucs@unicode))
1222
1223   (make-charset '=>>>ucs@iso
1224                 "Representative glyph-forms of ISO/IEC 10646"
1225                 '(long-name     "UCS glyph-forms for UCS"
1226                   chars         256
1227                   dimension     3
1228                   columns       2
1229                   graphic       2
1230                   direction     l2r
1231                   =>iso-ir      177
1232                   mother        =>>ucs@iso))
1233   (make-charset '=>>>ucs@unicode
1234                 "Representative glyph-forms of Unicode"
1235                 '(long-name     "UCS glyph-forms for Unicode"
1236                   chars         256
1237                   dimension     3
1238                   columns       2
1239                   graphic       2
1240                   direction     l2r
1241                   =>iso-ir      177
1242                   mother        =>>>ucs@iso))
1243   (make-charset '=>>>ucs@jis
1244                 "UCS Representative glyph-forms for JIS X0208/0212/0213"
1245                 '(long-name     "UCS glyph-forms for JIS"
1246                   chars         256
1247                   dimension     3
1248                   columns       2
1249                   graphic       2
1250                   direction     l2r
1251                   =>iso-ir      177
1252                   mother        =>>>ucs@unicode))
1253   (make-charset '=>>>ucs@jis/1990
1254                 "UCS Representative glyph-forms for JIS X 0208/0212:1990"
1255                 '(long-name     "UCS glyph-forms for JIS:1990"
1256                   chars         256
1257                   dimension     3
1258                   columns       2
1259                   graphic       2
1260                   direction     l2r
1261                   =>iso-ir      177
1262                   mother        =>>>ucs@jis))
1263   (make-charset '=>>>ucs@jis/2000
1264                 "UCS Representative glyph-forms for JIS X 0213:2000"
1265                 '(long-name     "UCS glyph-forms for JIS:2000"
1266                   chars         256
1267                   dimension     3
1268                   columns       2
1269                   graphic       2
1270                   direction     l2r
1271                   =>iso-ir      177
1272                   mother        =>>>ucs@jis))
1273   (make-charset '=>>>ucs@jis/2004
1274                 "UCS Representative glyph-forms for JIS X 0213:2004"
1275                 '(long-name     "UCS glyph-forms for JIS:2004"
1276                   chars         256
1277                   dimension     3
1278                   columns       2
1279                   graphic       2
1280                   direction     l2r
1281                   =>iso-ir      177
1282                   mother        =>>>ucs@jis))
1283   (make-charset '=>>>ucs@ks
1284                 "UCS Representative glyph-forms for Korean Standards"
1285                 '(long-name     "UCS glyph-forms for KS"
1286                   chars         256
1287                   dimension     3
1288                   columns       2
1289                   graphic       2
1290                   direction     l2r
1291                   =>iso-ir      177
1292                   mother        =>>>ucs@unicode))
1293   (make-charset '=>>>ucs@cns
1294                 "UCS Representative glyph-forms for CNS 11643 sources"
1295                 '(long-name     "UCS glyph-forms for CNS"
1296                   chars         256
1297                   dimension     3
1298                   columns       2
1299                   graphic       2
1300                   direction     l2r
1301                   =>iso-ir      177
1302                   mother        =>>>ucs@unicode))
1303
1304   (make-charset '=ucs@iso
1305                 "ISO/IEC 10646 for its representative glyphs"
1306                 '(long-name     "UCS for ISO"
1307                   chars         256
1308                   dimension     3
1309                   columns       2
1310                   graphic       2
1311                   direction     l2r
1312                   =>iso-ir      177
1313                   mother        =>>>ucs@iso))
1314   (make-charset '=ucs@unicode
1315                 "Unicode for its representative glyphs"
1316                 '(long-name     "UCS for Unicode"
1317                   chars         256
1318                   dimension     3
1319                   columns       2
1320                   graphic       2
1321                   direction     l2r
1322                   =>iso-ir      177
1323                   mother        =ucs@iso))
1324   (make-charset '=ucs@gb
1325                 "ISO/IEC 10646 for GB"
1326                 '(long-name     "UCS for GB"
1327                   chars         256
1328                   dimension     3
1329                   columns       2
1330                   graphic       2
1331                   direction     l2r
1332                   =>iso-ir      177
1333                   mother        =ucs@unicode))
1334   (define-charset-alias 'ucs-gb '=ucs@gb)
1335   (make-charset '=ucs@gb/fw
1336                 "ISO/IEC 10646 for GB with fullwidth"
1337                 '(long-name     "UCS for GB-fullwidth"
1338                   chars         256
1339                   dimension     3
1340                   columns       2
1341                   graphic       2
1342                   direction     l2r
1343                   =>iso-ir      177
1344                   mother        =ucs@gb))
1345   (make-charset '=ucs-bmp@gb
1346                 "ISO/IEC 10646 BMP for GB"
1347                 '(long-name     "BMP for GB"
1348                   chars         256
1349                   dimension     3
1350                   columns       2
1351                   graphic       2
1352                   direction     l2r
1353                   mother        =ucs@gb
1354                   min-code      #x0000
1355                   max-code      #xFFFF))
1356   (make-charset '=ucs@cns
1357                 "ISO/IEC 10646 for CNS 11643"
1358                 '(long-name     "UCS 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   (define-charset-alias 'ucs-cns '=ucs@cns)
1367   (make-charset '=ucs@cns/fw
1368                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
1369                 '(long-name     "UCS for CNS-fullwidth"
1370                   chars         256
1371                   dimension     3
1372                   columns       2
1373                   graphic       2
1374                   direction     l2r
1375                   =>iso-ir      177
1376                   mother        =ucs@cns))
1377   (make-charset '=ucs-bmp@cns
1378                 "ISO/IEC 10646 BMP for CNS"
1379                 '(long-name     "BMP for CNS"
1380                   chars         256
1381                   dimension     3
1382                   columns       2
1383                   graphic       2
1384                   direction     l2r
1385                   mother        =ucs@cns
1386                   min-code      #x0000
1387                   max-code      #xFFFF))
1388   (make-charset '=ucs@jis
1389                 "ISO/IEC 10646 for JIS X0208/0212/0213"
1390                 '(long-name     "UCS for JIS"
1391                   chars         256
1392                   dimension     3
1393                   columns       2
1394                   graphic       2
1395                   direction     l2r
1396                   =>iso-ir      177
1397                   mother        =ucs@unicode))
1398   (define-charset-alias 'ucs-jis '=ucs@jis)
1399   (make-charset '=ucs@jis/fw
1400                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
1401                 '(long-name     "UCS for JIS-fullwidth"
1402                   chars         256
1403                   dimension     3
1404                   columns       2
1405                   graphic       2
1406                   direction     l2r
1407                   =>iso-ir      177
1408                   mother        =ucs@jis))
1409   (make-charset '=ucs-bmp@jis
1410                 "ISO/IEC 10646 BMP for JIS"
1411                 '(long-name     "BMP for JIS"
1412                   chars         256
1413                   dimension     3
1414                   columns       2
1415                   graphic       2
1416                   direction     l2r
1417                   mother        =ucs@jis
1418                   min-code      #x0000
1419                   max-code      #xFFFF))
1420   ;; (make-charset '=ucs@jis/1983
1421   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
1422   ;;               '(long-name     "UCS for JIS:1983"
1423   ;;                 chars         256
1424   ;;                 dimension     3
1425   ;;                 columns       2
1426   ;;                 graphic       2
1427   ;;                 direction     l2r
1428   ;;                 =>iso-ir      177
1429   ;;                 mother        =ucs@jis))
1430   (make-charset '=ucs@jis/1990
1431                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
1432                 '(long-name     "UCS for JIS:1990"
1433                   chars         256
1434                   dimension     3
1435                   columns       2
1436                   graphic       2
1437                   direction     l2r
1438                   =>iso-ir      177
1439                   mother        =ucs@jis))
1440   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
1441   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
1442   (make-charset '=ucs@jis/2000
1443                 "ISO/IEC 10646 for JIS X 0213:2000"
1444                 '(long-name     "UCS for JIS:2000"
1445                   chars         256
1446                   dimension     3
1447                   columns       2
1448                   graphic       2
1449                   direction     l2r
1450                   =>iso-ir      177
1451                   mother        =ucs@jis))
1452   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
1453   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
1454   (make-charset '=ucs@jis/2004
1455                 "ISO/IEC 10646 for JIS X 0213:2004"
1456                 '(long-name     "UCS for JIS:2004"
1457                   chars         256
1458                   dimension     3
1459                   columns       2
1460                   graphic       2
1461                   direction     l2r
1462                   =>iso-ir      177
1463                   mother        =ucs@jis))
1464   (make-charset '=ucs@JP
1465                 "UCS for common glyphs used in Japan"
1466                 '(long-name     "UCS for Japan"
1467                   chars         256
1468                   dimension     3
1469                   columns       2
1470                   graphic       2
1471                   direction     l2r
1472                   =>iso-ir      177
1473                   mother        =ucs@jis/2004))
1474   (define-charset-alias '=ucs@jp '=ucs@JP)
1475   (make-charset '=ucs@JP/hanazono
1476                 "Japanese glyph-images of Hanazono Mincho"
1477                 '(long-name     "UCS for Hana-Min"
1478                   chars         256
1479                   dimension     3
1480                   columns       2
1481                   graphic       2
1482                   direction     l2r
1483                   =>iso-ir      177
1484                   mother        =ucs@JP))
1485   (make-charset '=ucs@ks
1486                 "ISO/IEC 10646 for Korean Standards"
1487                 '(long-name     "UCS for KS"
1488                   chars         256
1489                   dimension     3
1490                   columns       2
1491                   graphic       2
1492                   direction     l2r
1493                   =>iso-ir      177
1494                   mother        =ucs@unicode))
1495   (define-charset-alias 'ucs-ks '=ucs@ks)
1496   (make-charset '=ucs-bmp@ks
1497                 "ISO/IEC 10646 BMP for KS"
1498                 '(long-name     "BMP for KS"
1499                   chars         256
1500                   dimension     3
1501                   columns       2
1502                   graphic       2
1503                   direction     l2r
1504                   mother        =ucs@ks
1505                   min-code      #x0000
1506                   max-code      #xFFFF))
1507   (make-charset '=ucs@cns11643
1508                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
1509                 '(long-name     "UCS for CNS11643"
1510                   chars         256
1511                   dimension     3
1512                   columns       2
1513                   graphic       2
1514                   direction     l2r
1515                   =>iso-ir      177
1516                   mother        =ucs@cns))
1517   (make-charset '=ucs@big5
1518                 "ISO/IEC 10646 for Big5"
1519                 '(long-name     "UCS for Big5"
1520                   chars         256
1521                   dimension     3
1522                   columns       2
1523                   graphic       2
1524                   direction     l2r
1525                   =>iso-ir      177
1526                   mother        =>>ucs@cns))
1527   (define-charset-alias 'ucs-big5 '=ucs@big5)
1528   (make-charset '=ucs@big5/cns11643
1529                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
1530                 '(long-name     "UCS for Big5@CNS11643"
1531                   chars         256
1532                   dimension     3
1533                   columns       2
1534                   graphic       2
1535                   direction     l2r
1536                   =>iso-ir      177
1537                   mother        =ucs@big5))
1538
1539   (make-charset
1540    '=ucs-radicals
1541    "CJK Radicals of UCS"
1542    '(long-name "UCS-Radicals"
1543                chars 256
1544                dimension 2
1545                columns 2
1546                graphic 2
1547                direction l2r
1548                registry "-zhRadicals-.*-ucs-0"
1549                mother ucs-bmp
1550                min-code #x2E00 max-code #x2FFF))
1551   (make-charset
1552    '=ucs-radicals@unicode
1553    "CJK Radicals of UCS"
1554    '(long-name "UCS-Radicals"
1555                chars 256
1556                dimension 2
1557                columns 2
1558                graphic 2
1559                direction l2r
1560                registry "-zhRadicals-.*-ucs-0"
1561                mother =ucs@unicode
1562                min-code #x2E00 max-code #x2FFF))
1563   (make-charset
1564    '=ucs-hangul
1565    "Hangul Syllables of UCS"
1566    '(long-name "UCS-Hangul-Syllables"
1567                chars 256
1568                dimension 2
1569                columns 2
1570                graphic 2
1571                direction l2r
1572                registry "-Hangul-.*-ucs-0"
1573                mother =ucs
1574                min-code #xAC00 max-code #xD7AF))
1575   (make-charset
1576    '=ucs-bmp-cjk
1577    "CJK Characters in BMP of UCS"
1578    '(long-name "UCS-BMP-CJK"
1579                chars 256
1580                dimension 2
1581                columns 2
1582                graphic 2
1583                direction l2r
1584                registry "-zh-.*-ucs-0"
1585                mother ucs-bmp
1586                min-code #x2E00
1587                max-code #x9FA5
1588                ;; max-code #xA4CF
1589                ))
1590   (make-charset
1591    '=ucs-bmp-cjk@unicode
1592    "CJK Characters in BMP of Unicode"
1593    '(long-name "Unicode-BMP-CJK"
1594                chars 256
1595                dimension 2
1596                columns 2
1597                graphic 2
1598                direction l2r
1599                registry "-zh-.*-ucs-0"
1600                mother =ucs@unicode
1601                min-code #x2E00
1602                max-code #x9FA5
1603                ;; max-code #xA4CF
1604                ))
1605   (make-charset
1606    '=ucs-bmp-cjk@JP
1607    "CJK Characters in BMP with JIS representative glyphs"
1608    '(long-name "CJK in BMP@JP"
1609                chars 256
1610                dimension 2
1611                columns 2
1612                graphic 2
1613                direction l2r
1614                registry "-ja-.*-ucs-0"
1615                mother =ucs@JP
1616                min-code #x2E00
1617                max-code #x9FA5
1618                ;; max-code #xA4CF
1619                ))
1620   (make-charset
1621    '=ucs-bmp-cjk@JP/hanazono
1622    "CJK Characters in BMP with Hanazono font"
1623    '(long-name "CJK in BMP@JP/Hanazono"
1624                chars 256
1625                dimension 2
1626                columns 2
1627                graphic 2
1628                direction l2r
1629                registry "-ja-.*-ucs-0"
1630                mother =ucs@JP/hanazono
1631                min-code #x2E00
1632                max-code #x9FA5
1633                ;; max-code #xA4CF
1634                ))
1635   (make-charset
1636    '==>ucs-bmp-cjk@bucs
1637    "CJK Characters in BMP of BUCS"
1638    '(long-name "BUCS-BMP-CJK"
1639                chars 256
1640                dimension 2
1641                columns 2
1642                graphic 2
1643                direction l2r
1644                registry "-zh-.*-ucs-0"
1645                mother ==>ucs@bucs
1646                min-code #x2E00
1647                max-code #x9FA5
1648                ;; max-code #xA4CF
1649                ))
1650   (make-charset
1651    '=ucs-sip-ext-b
1652    "CJK Ideographs Extension B"
1653    '(long-name "UCS CJK Ext-B"
1654                chars 256
1655                dimension 2
1656                columns 2
1657                graphic 2
1658                direction l2r
1659                registry "\\(iso10646\\|ucs02\\)-2$"
1660                mother ucs
1661                min-code #x20000 max-code #x2A6D6
1662                code-offset #x20000))
1663   (make-charset
1664    '=ucs-sip-ext-b@iso
1665    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
1666    '(long-name "UCS CJK Ext-B"
1667                chars 256
1668                dimension 2
1669                columns 2
1670                graphic 2
1671                direction l2r
1672                registry "\\(iso10646\\|ucs02\\)-2$"
1673                mother =ucs@iso
1674                min-code #x20000 max-code #x2A6D6
1675                code-offset #x20000))
1676
1677   (make-charset
1678    '=adobe-japan1-base
1679    "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
1680    `(long-name "Adobe-Japan1"
1681                chars 256
1682                dimension 2
1683                columns 2
1684                graphic 2
1685                direction l2r
1686                registry "AdobeJapan1-[0-6]$"
1687                min-code ,(lsh #x6300 16)
1688                max-code ,(+ (lsh #x6300 16) 23057)
1689                code-offset      ,(lsh #x6300 16)))
1690   (make-charset
1691    '=adobe-japan1-0
1692    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
1693    '(long-name "Adobe-Japan1-0"
1694                chars 256
1695                dimension 2
1696                columns 2
1697                graphic 2
1698                direction l2r
1699                mother =adobe-japan1-base
1700                min-code 0
1701                max-code 8283
1702                registry "AdobeJapan1-0$"))
1703   (make-charset
1704    '=adobe-japan1-1
1705    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
1706    '(long-name "Adobe-Japan1-1"
1707                chars 256
1708                dimension 2
1709                columns 2
1710                graphic 2
1711                direction l2r
1712                mother =adobe-japan1-0
1713                min-code 0
1714                max-code 8358
1715                registry "AdobeJapan1-1$"))
1716   (make-charset
1717    '=adobe-japan1-2
1718    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
1719    '(long-name "Adobe-Japan1-2"
1720                chars 256
1721                dimension 2
1722                columns 2
1723                graphic 2
1724                direction l2r
1725                mother =adobe-japan1-1
1726                min-code 0
1727                max-code 8719
1728                registry "AdobeJapan1-2$"))
1729   (make-charset
1730    '=adobe-japan1-3
1731    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
1732    '(long-name "Adobe-Japan1-3"
1733                chars 256
1734                dimension 2
1735                columns 2
1736                graphic 2
1737                direction l2r
1738                mother =adobe-japan1-2
1739                min-code 0
1740                max-code 9353
1741                registry "AdobeJapan1-3$"))
1742   (make-charset
1743    '=adobe-japan1-4
1744    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
1745    '(long-name "Adobe-Japan1-4"
1746                chars 256
1747                dimension 2
1748                columns 2
1749                graphic 2
1750                direction l2r
1751                mother =adobe-japan1-3
1752                min-code 0
1753                max-code 15443
1754                registry "AdobeJapan1-4$"))
1755   (make-charset
1756    '=adobe-japan1-5
1757    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
1758    '(long-name "Adobe-Japan1-5"
1759                chars 256
1760                dimension 2
1761                columns 2
1762                graphic 2
1763                direction l2r
1764                mother =adobe-japan1-4
1765                min-code 0
1766                max-code 20316
1767                registry "AdobeJapan1-5$"))
1768   (make-charset
1769    '=adobe-japan1-6
1770    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
1771    '(long-name "Adobe-Japan1-6"
1772                chars 256
1773                dimension 2
1774                columns 2
1775                graphic 2
1776                direction l2r
1777                mother =adobe-japan1-5
1778                min-code 0
1779                max-code 23057
1780                registry "AdobeJapan1-6$"))
1781   (make-charset
1782    '=>>adobe-japan1
1783    "Adobe-Japan1 abstract glyphs"
1784    '(long-name "Adobe-Japan1 abstract glyphs"
1785                chars 256
1786                dimension 2
1787                columns 2
1788                graphic 2
1789                direction l2r
1790                mother =adobe-japan1-6
1791                registry "AdobeJapan1-6$"))
1792
1793   (make-charset
1794    '=hanyo-denshi/ja
1795    "JA (JIS X0208) part of Han'you-Denshi characters"
1796    `(long-name "Han'you-Denshi/JA"
1797                chars 94
1798                dimension 2
1799                columns 2
1800                graphic 2
1801                direction l2r
1802                registry "HanyoDenshi\\.JA-0$"
1803                min-code ,(lsh #x6400 16)
1804                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1805                code-offset ,(lsh #x6400 16)))
1806   (make-charset
1807    '=hanyo-denshi/jb
1808    "JB (JIS X0212) part of Han'you-Denshi characters"
1809    `(long-name "Han'you-Denshi/JB"
1810                chars 94
1811                dimension 2
1812                columns 2
1813                graphic 2
1814                direction l2r
1815                registry "HanyoDenshi\\.JB-0$"
1816                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1817                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1818                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1819   (make-charset
1820    '=hanyo-denshi/jc
1821    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1822    `(long-name "Han'you-Denshi/JC"
1823                chars 94
1824                dimension 2
1825                columns 2
1826                graphic 2
1827                direction l2r
1828                registry "HanyoDenshi\\.JC-0$"
1829                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1830                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1831                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1832   (make-charset
1833    '=hanyo-denshi/jd
1834    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1835    `(long-name "Han'you-Denshi/JD"
1836                chars 94
1837                dimension 2
1838                columns 2
1839                graphic 2
1840                direction l2r
1841                registry "HanyoDenshi\\.JD-0$"
1842                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1843                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1844                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1845   (make-charset
1846    '=hanyo-denshi/ft
1847    "FT (FDPC additional) part of Han'you-Denshi characters"
1848    `(long-name "Han'you-Denshi/FT"
1849                chars 94
1850                dimension 2
1851                columns 2
1852                graphic 2
1853                direction l2r
1854                registry "HanyoDenshi\\.FT-0$"
1855                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1856                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1857                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1858   (make-charset
1859    '=hanyo-denshi/ia
1860    "IA part of Han'you-Denshi characters"
1861    `(long-name "Han'you-Denshi/IA"
1862                chars 94
1863                dimension 2
1864                columns 2
1865                graphic 2
1866                direction l2r
1867                registry "HanyoDenshi\\.IA-0$"
1868                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1869                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1870                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1871   (make-charset
1872    '=hanyo-denshi/ib
1873    "IB part of Han'you-Denshi characters"
1874    `(long-name "Han'you-Denshi/IB"
1875                chars 94
1876                dimension 2
1877                columns 2
1878                graphic 2
1879                direction l2r
1880                registry "HanyoDenshi\\.IB-0$"
1881                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1882                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1883                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1884   (make-charset
1885    '=hanyo-denshi/hg
1886    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1887    `(long-name "Han'you-Denshi/HG"
1888                chars 94
1889                dimension 2
1890                columns 2
1891                graphic 2
1892                direction l2r
1893                registry "HanyoDenshi\\.HG-0$"
1894                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
1895                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
1896                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
1897   (make-charset
1898    '=hanyo-denshi/ip
1899    "IP (for IPA) part of Han'you-Denshi characters"
1900    `(long-name "Han'you-Denshi/IP"
1901                chars 256
1902                dimension 2
1903                columns 2
1904                graphic 2
1905                direction l2r
1906                registry "HanyoDenshi\\.IP-0$"
1907                min-code    ,(+ (lsh #x6402 16) #x4E00)
1908                max-code    ,(+ (lsh #x6402 16) #x9FFF)
1909                code-offset ,(+ (lsh #x6402 16))))
1910   (make-charset
1911    '=hanyo-denshi/jt
1912    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
1913    `(long-name "Han'you-Denshi/JT"
1914                chars 256
1915                dimension 2
1916                columns 2
1917                graphic 2
1918                direction l2r
1919                registry "HanyoDenshi\\.JT-0$"
1920                min-code    ,(+ (lsh #x6402 16) #xAC00)
1921                max-code    ,(+ (lsh #x6402 16) #xD7AF)
1922                code-offset ,(+ (lsh #x6402 16))))
1923   (make-charset
1924    '=hanyo-denshi/ks
1925    "KS (KoSeki) part of Han'you-Denshi characters"
1926    `(long-name "Han'you-Denshi/KS font encoding"
1927                chars 256
1928                dimension 3
1929                columns 2
1930                graphic 2
1931                direction l2r))
1932   (make-charset
1933    '=hanyo-denshi/ks/mf
1934    "font encoding for KS (KoSeki) characters"
1935    `(long-name "Han'you-Denshi/KS font encoding"
1936                chars 256
1937                dimension 2
1938                columns 2
1939                graphic 2
1940                direction l2r
1941                registry "HanyoDenshi\\.KSMF-0$"
1942                min-code       ,(lsh #x6403 16)
1943                max-code    ,(+ (lsh #x6403 16) #xFFFF)
1944                code-offset    ,(lsh #x6403 16)))
1945
1946   (make-charset
1947    '=>>>hanyo-denshi/jt
1948    "JT (Juuki Touitsu Moji) abstract glyph-forms"
1949    '(long-name "Han'you-Denshi/JT glyph-forms"
1950                chars 256
1951                dimension 2
1952                columns 2
1953                graphic 2
1954                direction l2r
1955                registry "HanyoDenshi\\.JT-0$"
1956                mother =hanyo-denshi/jt))
1957
1958   (make-charset
1959    '=>>hanyo-denshi/jb
1960    "Han'you-Denshi/JB abstract glyphs"
1961    '(long-name "Han'you-Denshi/JB glyphs"
1962                chars 94
1963                dimension 2
1964                columns 2
1965                graphic 2
1966                direction l2r
1967                registry "HanyoDenshi\\.JB-0$"
1968                mother =hanyo-denshi/jb))
1969   (make-charset
1970    '=>>hanyo-denshi/jc
1971    "Han'you-Denshi/JC abstract glyphs"
1972    '(long-name "Han'you-Denshi/JC glyphs"
1973                chars 94
1974                dimension 2
1975                columns 2
1976                graphic 2
1977                direction l2r
1978                registry "HanyoDenshi\\.JC-0$"
1979                mother =hanyo-denshi/jc))
1980   (make-charset
1981    '=>>hanyo-denshi/jd
1982    "Han'you-Denshi/JD abstract glyphs"
1983    '(long-name "Han'you-Denshi/JD glyphs"
1984                chars 94
1985                dimension 2
1986                columns 2
1987                graphic 2
1988                direction l2r
1989                registry "HanyoDenshi\\.JD-0$"
1990                mother =hanyo-denshi/jd))
1991   (make-charset
1992    '=>>hanyo-denshi/ft
1993    "Han'you-Denshi/FT abstract glyphs"
1994    '(long-name "Han'you-Denshi/FT glyphs"
1995                chars 94
1996                dimension 2
1997                columns 2
1998                graphic 2
1999                direction l2r
2000                registry "HanyoDenshi\\.FT-0$"
2001                mother =hanyo-denshi/ft))
2002   (make-charset
2003    '=>>hanyo-denshi/ia
2004    "Han'you-Denshi/IA abstract glyphs"
2005    '(long-name "Han'you-Denshi/IA glyphs"
2006                chars 94
2007                dimension 2
2008                columns 2
2009                graphic 2
2010                direction l2r
2011                registry "HanyoDenshi\\.IA-0$"
2012                mother =hanyo-denshi/ia))
2013   (make-charset
2014    '=>>hanyo-denshi/ib
2015    "Han'you-Denshi/IB abstract glyphs"
2016    '(long-name "Han'you-Denshi/IB abstract glyphs"
2017                chars 94
2018                dimension 2
2019                columns 2
2020                graphic 2
2021                direction l2r
2022                registry "HanyoDenshi\\.IB-0$"
2023                mother =hanyo-denshi/ib))
2024   (make-charset
2025    '=>>hanyo-denshi/hg
2026    "Han'you-Denshi/HG abstract glyphs"
2027    '(long-name "Han'you-Denshi/HG abstract glyphs"
2028                chars 94
2029                dimension 2
2030                columns 2
2031                graphic 2
2032                direction l2r
2033                registry "HanyoDenshi\\.HG-0$"
2034                mother =hanyo-denshi/hg))
2035   (make-charset
2036    '=>>hanyo-denshi/jt
2037    "JT (Juuki Touitsu Moji) abstract glyphs"
2038    '(long-name "Han'you-Denshi/JT glyphs"
2039                chars 256
2040                dimension 2
2041                columns 2
2042                graphic 2
2043                direction l2r
2044                registry "HanyoDenshi\\.JT-0$"
2045                mother =>>>hanyo-denshi/jt))
2046   (make-charset
2047    '=>>hanyo-denshi/ks
2048    "Han'you-Denshi/KS abstract glyphs"
2049    '(long-name "Han'you-Denshi/KS glyphs"
2050                chars 256
2051                dimension 3
2052                columns 2
2053                graphic 2
2054                direction l2r
2055                mother =hanyo-denshi/ks))
2056   )
2057
2058 ;;; mule-conf.el ends here