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