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