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