(=>>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/ho
883                 "Daikanwa abstract glyphs (Hokan)"
884                 '(long-name     "Daikanwa-ho glyph"
885                   chars         256
886                   dimension     2
887                   columns       2
888                   graphic       2
889                   direction     l2r
890                   mother        =daikanwa/ho))
891
892   (make-charset '=>daikanwa
893                 "Daikanwa abstract characters"
894                 '(long-name     "abstract Daikanwa"
895                   chars         256
896                   dimension     2
897                   columns       2
898                   graphic       2
899                   direction     l2r
900                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
901                   mother        =>>daikanwa))
902
903   (make-charset '=shinjigen
904                 "Kadokawa ShinJigen dictionary (common parts)"
905                 `(long-name     "Shinjigen common parts"
906                   chars         256
907                   dimension     2
908                   columns       2
909                   graphic       2
910                   direction     l2r
911                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
912
913   (make-charset '=shinjigen@1ed
914                 "Kadokawa ShinJigen dictionary (the first edition)"
915                 `(long-name     "Shinjigen-1"
916                   chars         256
917                   dimension     2
918                   columns       2
919                   graphic       2
920                   direction     l2r
921                   mother        =shinjigen
922                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
923   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
924
925   (make-charset '=shinjigen@1ed/24pr
926                 "Kadokawa ShinJigen dictionary (the 24th impression)"
927                 `(long-name     "Shinjigen-1 24pr"
928                   chars         256
929                   dimension     2
930                   columns       2
931                   graphic       2
932                   direction     l2r
933                   mother        =shinjigen@1ed))
934
935   (make-charset '=shinjigen@rev
936                 "Kadokawa ShinJigen dictionary (the revised edition)"
937                 `(long-name     "Shinjigen-2"
938                   chars         256
939                   dimension     2
940                   columns       2
941                   graphic       2
942                   direction     l2r
943                   mother        =shinjigen
944                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
945   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
946   (make-charset '=shinjigen/+p@rev
947                 "ShinJigen (the second edition) number with '"
948                 `(long-name     "Shinjigen-2 with '"
949                   chars         256
950                   dimension     2
951                   columns       2
952                   graphic       2
953                   direction     l2r))
954   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
955
956   (make-charset '=big5-pua
957                 "Big5 with private used area"
958                 '(long-name     "Big5-PUA"
959                   chars         256
960                   dimension     2
961                   columns       2
962                   graphic       2
963                   direction     l2r
964                   mother        chinese-big5
965                   registry      "Big5\\.ETEN"))
966   (define-charset-alias 'chinese-big5-pua '=big5-pua)
967   (make-charset '=big5-eten
968                 "Big5 ETEN"
969                 '(long-name     "Big5-ETEN"
970                   chars         256
971                   dimension     2
972                   columns       2
973                   graphic       2
974                   direction     l2r
975                   mother        chinese-big5
976                   min-code      #x8140
977                   max-code      #xFEFE
978                   registry      "Big5\\.ETEN"))
979   (define-charset-alias 'chinese-big5-eten '=big5-eten)
980   (make-charset 'chinese-big5-eten-a
981                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
982                 '(long-name     "Big5-ETEN-a"
983                   chars         256
984                   dimension     2
985                   columns       2
986                   graphic       2
987                   direction     l2r
988                   mother        chinese-big5
989                   min-code      #xF9D6
990                   max-code      #xF9FE
991                   registry      "Big5\\.ETEN"))
992   (make-charset 'chinese-big5-eten-b
993                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
994                 '(long-name     "Big5-ETEN-b"
995                   chars         256
996                   dimension     2
997                   columns       2
998                   graphic       2
999                   direction     l2r
1000                   mother        chinese-big5
1001                   min-code      #xC6A1
1002                   max-code      #xC8FE
1003                   registry      "Big5\\.ETEN"))
1004
1005   (let* ((i 1)
1006          (hzk-min (+ (lsh #x6200 16) 65536))
1007          (hzk-max (+ hzk-min 65535)))
1008     (while (<= i 12)
1009       (make-charset
1010        (intern (format "=hanziku-%d" i))
1011        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
1012        `(long-name ,(format "HANZIKU-%d" i)
1013                    chars 256
1014                    dimension 2
1015                    columns 2
1016                    graphic 2
1017                    direction l2r
1018                    registry ,(format "hanziku-%d$" i i)
1019                    min-code ,hzk-min
1020                    max-code ,hzk-max
1021                    code-offset ,hzk-min))
1022       (define-charset-alias
1023         (intern (format "ideograph-hanziku-%d" i))
1024         (intern (format "=hanziku-%d" i)))
1025       (setq hzk-min (1+ hzk-max)
1026             hzk-max (+ hzk-min 65535))
1027       (setq i (1+ i))))
1028
1029   (make-charset '=cbeta "CBETA private characters"
1030                 '(long-name     "CBETA PUA"
1031                   chars         256
1032                   dimension     2
1033                   registry      "cbeta-0"
1034                   graphic       2
1035                   min-code      #xE20000
1036                   max-code      #xE2FFFF
1037                   code-offset   #xE20000
1038                   columns       2
1039                   direction     l2r))
1040   (define-charset-alias 'ideograph-cbeta '=cbeta)
1041
1042   (make-charset '=>>cbeta "CBETA abstract glyphs"
1043                 '(long-name     "CBETA glyphs"
1044                   chars         256
1045                   dimension     2
1046                   registry      "cbeta-0"
1047                   graphic       2
1048                   columns       2
1049                   direction     l2r
1050                   mother        =cbeta))
1051
1052   (make-charset '=zinbun-oracle
1053                 "Oracle Bones Script"
1054                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
1055                   chars         256
1056                   dimension     2
1057                   registry      "zob1968-0"
1058                   graphic       2
1059                   min-code      #xE70000
1060                   max-code      ,(+ #xE70000 8192)
1061                   code-offset   #xE70000
1062                   columns       2
1063                   direction     l2r))
1064
1065   (make-charset '=>zinbun-oracle
1066                 "Abstract Oracle Bones"
1067                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
1068                   chars         256
1069                   dimension     2
1070                   mother        =zinbun-oracle
1071                   registry      "zob1968-0"
1072                   graphic       2
1073                   columns       2
1074                   direction     l2r))
1075
1076   (make-charset '=jef-china3
1077                 "JEF + CHINA3 private characters"
1078                 '(long-name     "JEF + CHINA3"
1079                   chars         256
1080                   dimension     2
1081                   columns       2
1082                   graphic       2
1083                   direction     l2r
1084                   registry      "china3jef-0"
1085                   min-code      #xE80000
1086                   max-code      #xE8FFFF
1087                   code-offset   #xE80000))
1088   (define-charset-alias 'china3-jef '=jef-china3)
1089
1090   (make-charset '=ruimoku-v6
1091                 "private characters used in RUIMOKU Version.6"
1092                 `(long-name     "RUI6"
1093                   chars         256
1094                   dimension     2
1095                   columns       2
1096                   graphic       2
1097                   direction     l2r
1098                   registry      "rui6-0"
1099                   ;; mother     ucs
1100                   min-code      #xE90000 ; #xE000
1101                   max-code      #xE908FF ; #xE8FF
1102                   code-offset   ,(- #xE90000 #xE000)))
1103   (make-charset '=>>ruimoku-v6
1104                 "RUIMOKU Version.6 glyphs"
1105                 '(long-name     "RUI6 glyphs"
1106                   chars         256
1107                   dimension     2
1108                   columns       2
1109                   graphic       2
1110                   direction     l2r
1111                   registry      "rui6-0"
1112                   mother        =ruimoku-v6))
1113
1114   (make-charset '==>ucs@bucs
1115                 "Basic Subset of Coded Character Sets (BUCS)"
1116                 '(long-name     "BUCS abstract characters"
1117                   chars         256
1118                   dimension     3
1119                   columns       2
1120                   graphic       2
1121                   direction     l2r
1122                   =>iso-ir      177
1123                   mother        =ucs))
1124
1125   (make-charset '=>ucs@iso
1126                 "Abstract characters of ISO/IEC 10646 representatives"
1127                 '(long-name     "UCS characters for ISO"
1128                   chars         256
1129                   dimension     3
1130                   columns       2
1131                   graphic       2
1132                   direction     l2r
1133                   =>iso-ir      177
1134                   mother        =ucs))
1135   (make-charset '=>ucs@unicode
1136                 "Abstract characters of Unicode representatives"
1137                 '(long-name     "UCS characters for Unicode"
1138                   chars         256
1139                   dimension     3
1140                   columns       2
1141                   graphic       2
1142                   direction     l2r
1143                   =>iso-ir      177
1144                   mother        =>ucs@iso))
1145   (make-charset '=>ucs@jis
1146                 "UCS representative characters for JIS X0208/0212/0213"
1147                 '(long-name     "UCS characters for JIS"
1148                   chars         256
1149                   dimension     3
1150                   columns       2
1151                   graphic       2
1152                   direction     l2r
1153                   =>iso-ir      177
1154                   mother        =>ucs@unicode))
1155   (make-charset '=>ucs@ks
1156                 "UCS representative characters for Korean Standards"
1157                 '(long-name     "UCS characters for KS"
1158                   chars         256
1159                   dimension     3
1160                   columns       2
1161                   graphic       2
1162                   direction     l2r
1163                   =>iso-ir      177
1164                   mother        =>ucs@unicode))
1165   (make-charset '=>ucs@cns
1166                 "UCS representatives characters for CNS 11643 sources"
1167                 '(long-name     "UCS characters for CNS 11643"
1168                   chars         256
1169                   dimension     3
1170                   columns       2
1171                   graphic       2
1172                   direction     l2r
1173                   =>iso-ir      177
1174                   mother        =>ucs@unicode))
1175
1176   (make-charset '=+>ucs@iso
1177                 "UCS based on ISO/IEC 10646 representative glyphs"
1178                 '(long-name     "Unified abstract glyphs of UCS"
1179                   chars         256
1180                   dimension     3
1181                   columns       2
1182                   graphic       2
1183                   direction     l2r
1184                   =>iso-ir      177
1185                   mother        =>ucs@iso))
1186   (make-charset '=+>ucs@unicode
1187                 "Unicode representative unified abstract glyphs"
1188                 '(long-name     "UCS unified abstract glyphs for Unicode"
1189                   chars         256
1190                   dimension     3
1191                   columns       2
1192                   graphic       2
1193                   direction     l2r
1194                   =>iso-ir      177
1195                   mother        =+>ucs@iso))
1196   (make-charset '=+>ucs@jis
1197                 "UCS based on Japanese usual unification"
1198                 '(long-name     "UCS unified abstract glyphs for JP"
1199                   chars         256
1200                   dimension     3
1201                   columns       2
1202                   graphic       2
1203                   direction     l2r
1204                   =>iso-ir      177
1205                   mother        =+>ucs@unicode))
1206   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
1207   (make-charset '=+>ucs@jis/1990
1208                 "UCS representative characters for JIS X0208/0212:1990"
1209                 '(long-name     "UCS characters for JIS:1990"
1210                   chars         256
1211                   dimension     3
1212                   columns       2
1213                   graphic       2
1214                   direction     l2r
1215                   =>iso-ir      177
1216                   mother        =+>ucs@jis))
1217   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
1218   (make-charset '=+>ucs@jis/2004
1219                 "UCS representative characters for JIS X 0213:2004"
1220                 '(long-name     "UCS characters for JIS:2004"
1221                   chars         256
1222                   dimension     3
1223                   columns       2
1224                   graphic       2
1225                   direction     l2r
1226                   =>iso-ir      177
1227                   mother        =+>ucs@jis))
1228   (make-charset '=+>ucs@ks
1229                 "UCS representative unified abstract glyphs for Korean Standards"
1230                 '(long-name     "UCS unified abstract glyphs for KS"
1231                   chars         256
1232                   dimension     3
1233                   columns       2
1234                   graphic       2
1235                   direction     l2r
1236                   =>iso-ir      177
1237                   mother        =+>ucs@unicode))
1238   (make-charset '=+>ucs@cns
1239                 "UCS representatives unified abstract glyphs for CNS 11643 sources"
1240                 '(long-name     "UCS unified abstract glyphs for CNS"
1241                   chars         256
1242                   dimension     3
1243                   columns       2
1244                   graphic       2
1245                   direction     l2r
1246                   =>iso-ir      177
1247                   mother        =+>ucs@unicode))
1248
1249   (make-charset '=>>ucs@iso
1250                 "Representative abstract-glyphs of ISO/IEC 10646"
1251                 '(long-name     "UCS abstract glyphs for UCS"
1252                   chars         256
1253                   dimension     3
1254                   columns       2
1255                   graphic       2
1256                   direction     l2r
1257                   =>iso-ir      177
1258                   mother        =+>ucs@iso))
1259   (make-charset '=>>ucs@unicode
1260                 "Representative abstract-glyphs of Unicode"
1261                 '(long-name     "Unicode abstract glyphs"
1262                   chars         256
1263                   dimension     3
1264                   columns       2
1265                   graphic       2
1266                   direction     l2r
1267                   =>iso-ir      177
1268                   mother        =>>ucs@iso))
1269   (make-charset '=>>ucs@jis
1270                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
1271                 '(long-name     "UCS abstract glyphs for JIS"
1272                   chars         256
1273                   dimension     3
1274                   columns       2
1275                   graphic       2
1276                   direction     l2r
1277                   =>iso-ir      177
1278                   mother        =>>ucs@unicode))
1279   (make-charset '=>>ucs@jis/1990
1280                 "UCS Representative glyphs for JIS X 0208/0212:1990"
1281                 '(long-name     "UCS glyphs for JIS:1990"
1282                   chars         256
1283                   dimension     3
1284                   columns       2
1285                   graphic       2
1286                   direction     l2r
1287                   =>iso-ir      177
1288                   mother        =>>ucs@jis))
1289   (make-charset '=>>ucs@jis/2000
1290                 "UCS Representative glyphs for JIS X 0213:2000"
1291                 '(long-name     "UCS glyphs for JIS:2000"
1292                   chars         256
1293                   dimension     3
1294                   columns       2
1295                   graphic       2
1296                   direction     l2r
1297                   =>iso-ir      177
1298                   mother        =>>ucs@jis))
1299   (make-charset '=>>ucs@jis/2004
1300                 "UCS Representative glyphs for JIS X 0213:2004"
1301                 '(long-name     "UCS glyphs for JIS:2004"
1302                   chars         256
1303                   dimension     3
1304                   columns       2
1305                   graphic       2
1306                   direction     l2r
1307                   =>iso-ir      177
1308                   mother        =>>ucs@jis))
1309   (make-charset '=>>ucs@JP
1310                 "UCS abstract-glyphs based on Japanese style glyphs"
1311                 '(long-name     "UCS glyphs for JP"
1312                   chars         256
1313                   dimension     3
1314                   columns       2
1315                   graphic       2
1316                   direction     l2r
1317                   =>iso-ir      177
1318                   mother        =>>ucs@jis/2004))
1319   (make-charset '=>>ucs@ks
1320                 "UCS Representative glyphs for Korean Standards"
1321                 '(long-name     "UCS glyphs for KS"
1322                   chars         256
1323                   dimension     3
1324                   columns       2
1325                   graphic       2
1326                   direction     l2r
1327                   =>iso-ir      177
1328                   mother        =>>ucs@unicode))
1329   (make-charset '=>>ucs@cns
1330                 "UCS Representative glyphs for CNS 11643 sources"
1331                 '(long-name     "UCS glyphs for CNS"
1332                   chars         256
1333                   dimension     3
1334                   columns       2
1335                   graphic       2
1336                   direction     l2r
1337                   =>iso-ir      177
1338                   mother        =>>ucs@unicode))
1339
1340   (make-charset '=>>>ucs@iso
1341                 "Representative glyph-forms of ISO/IEC 10646"
1342                 '(long-name     "UCS glyph-forms for UCS"
1343                   chars         256
1344                   dimension     3
1345                   columns       2
1346                   graphic       2
1347                   direction     l2r
1348                   =>iso-ir      177
1349                   mother        =>>ucs@iso))
1350   (make-charset '=>>>ucs@unicode
1351                 "Representative glyph-forms of Unicode"
1352                 '(long-name     "UCS glyph-forms for Unicode"
1353                   chars         256
1354                   dimension     3
1355                   columns       2
1356                   graphic       2
1357                   direction     l2r
1358                   =>iso-ir      177
1359                   mother        =>>>ucs@iso))
1360   (make-charset '=>>>ucs@jis
1361                 "UCS Representative glyph-forms for JIS X0208/0212/0213"
1362                 '(long-name     "UCS glyph-forms for JIS"
1363                   chars         256
1364                   dimension     3
1365                   columns       2
1366                   graphic       2
1367                   direction     l2r
1368                   =>iso-ir      177
1369                   mother        =>>>ucs@unicode))
1370   (make-charset '=>>>ucs@jis/1990
1371                 "UCS Representative glyph-forms for JIS X 0208/0212:1990"
1372                 '(long-name     "UCS glyph-forms for JIS:1990"
1373                   chars         256
1374                   dimension     3
1375                   columns       2
1376                   graphic       2
1377                   direction     l2r
1378                   =>iso-ir      177
1379                   mother        =>>>ucs@jis))
1380   (make-charset '=>>>ucs@jis/2000
1381                 "UCS Representative glyph-forms for JIS X 0213:2000"
1382                 '(long-name     "UCS glyph-forms for JIS:2000"
1383                   chars         256
1384                   dimension     3
1385                   columns       2
1386                   graphic       2
1387                   direction     l2r
1388                   =>iso-ir      177
1389                   mother        =>>>ucs@jis))
1390   (make-charset '=>>>ucs@jis/2004
1391                 "UCS Representative glyph-forms for JIS X 0213:2004"
1392                 '(long-name     "UCS glyph-forms for JIS:2004"
1393                   chars         256
1394                   dimension     3
1395                   columns       2
1396                   graphic       2
1397                   direction     l2r
1398                   =>iso-ir      177
1399                   mother        =>>>ucs@jis))
1400   (make-charset '=>>>ucs@ks
1401                 "UCS Representative glyph-forms for Korean Standards"
1402                 '(long-name     "UCS glyph-forms for KS"
1403                   chars         256
1404                   dimension     3
1405                   columns       2
1406                   graphic       2
1407                   direction     l2r
1408                   =>iso-ir      177
1409                   mother        =>>>ucs@unicode))
1410   (make-charset '=>>>ucs@cns
1411                 "UCS Representative glyph-forms for CNS 11643 sources"
1412                 '(long-name     "UCS glyph-forms for CNS"
1413                   chars         256
1414                   dimension     3
1415                   columns       2
1416                   graphic       2
1417                   direction     l2r
1418                   =>iso-ir      177
1419                   mother        =>>>ucs@unicode))
1420
1421   (make-charset '=ucs@iso
1422                 "ISO/IEC 10646 for its representative glyphs"
1423                 '(long-name     "UCS for ISO"
1424                   chars         256
1425                   dimension     3
1426                   columns       2
1427                   graphic       2
1428                   direction     l2r
1429                   =>iso-ir      177
1430                   mother        =>>>ucs@iso))
1431   (make-charset '=ucs@unicode
1432                 "Unicode for its representative glyphs"
1433                 '(long-name     "UCS for Unicode"
1434                   chars         256
1435                   dimension     3
1436                   columns       2
1437                   graphic       2
1438                   direction     l2r
1439                   =>iso-ir      177
1440                   mother        =ucs@iso))
1441   (make-charset '=ucs@gb
1442                 "ISO/IEC 10646 for GB"
1443                 '(long-name     "UCS for GB"
1444                   chars         256
1445                   dimension     3
1446                   columns       2
1447                   graphic       2
1448                   direction     l2r
1449                   =>iso-ir      177
1450                   mother        =ucs@unicode))
1451   (define-charset-alias 'ucs-gb '=ucs@gb)
1452   (make-charset '=ucs@gb/fw
1453                 "ISO/IEC 10646 for GB with fullwidth"
1454                 '(long-name     "UCS for GB-fullwidth"
1455                   chars         256
1456                   dimension     3
1457                   columns       2
1458                   graphic       2
1459                   direction     l2r
1460                   =>iso-ir      177
1461                   mother        =ucs@gb))
1462   (make-charset '=ucs-bmp@gb
1463                 "ISO/IEC 10646 BMP for GB"
1464                 '(long-name     "BMP for GB"
1465                   chars         256
1466                   dimension     3
1467                   columns       2
1468                   graphic       2
1469                   direction     l2r
1470                   mother        =ucs@gb
1471                   min-code      #x0000
1472                   max-code      #xFFFF))
1473   (make-charset '=ucs@cns
1474                 "ISO/IEC 10646 for CNS 11643"
1475                 '(long-name     "UCS for CNS"
1476                   chars         256
1477                   dimension     3
1478                   columns       2
1479                   graphic       2
1480                   direction     l2r
1481                   =>iso-ir      177
1482                   mother        =ucs@unicode))
1483   (define-charset-alias 'ucs-cns '=ucs@cns)
1484   (make-charset '=ucs@cns/fw
1485                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
1486                 '(long-name     "UCS for CNS-fullwidth"
1487                   chars         256
1488                   dimension     3
1489                   columns       2
1490                   graphic       2
1491                   direction     l2r
1492                   =>iso-ir      177
1493                   mother        =ucs@cns))
1494   (make-charset '=ucs-bmp@cns
1495                 "ISO/IEC 10646 BMP for CNS"
1496                 '(long-name     "BMP for CNS"
1497                   chars         256
1498                   dimension     3
1499                   columns       2
1500                   graphic       2
1501                   direction     l2r
1502                   mother        =ucs@cns
1503                   min-code      #x0000
1504                   max-code      #xFFFF))
1505   (make-charset '=ucs@jis
1506                 "ISO/IEC 10646 for JIS X0208/0212/0213"
1507                 '(long-name     "UCS for JIS"
1508                   chars         256
1509                   dimension     3
1510                   columns       2
1511                   graphic       2
1512                   direction     l2r
1513                   =>iso-ir      177
1514                   mother        =ucs@unicode))
1515   (define-charset-alias 'ucs-jis '=ucs@jis)
1516   (make-charset '=ucs@jis/fw
1517                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
1518                 '(long-name     "UCS for JIS-fullwidth"
1519                   chars         256
1520                   dimension     3
1521                   columns       2
1522                   graphic       2
1523                   direction     l2r
1524                   =>iso-ir      177
1525                   mother        =ucs@jis))
1526   (make-charset '=ucs-bmp@jis
1527                 "ISO/IEC 10646 BMP for JIS"
1528                 '(long-name     "BMP for JIS"
1529                   chars         256
1530                   dimension     3
1531                   columns       2
1532                   graphic       2
1533                   direction     l2r
1534                   mother        =ucs@jis
1535                   min-code      #x0000
1536                   max-code      #xFFFF))
1537   ;; (make-charset '=ucs@jis/1983
1538   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
1539   ;;               '(long-name     "UCS for JIS:1983"
1540   ;;                 chars         256
1541   ;;                 dimension     3
1542   ;;                 columns       2
1543   ;;                 graphic       2
1544   ;;                 direction     l2r
1545   ;;                 =>iso-ir      177
1546   ;;                 mother        =ucs@jis))
1547   (make-charset '=ucs@jis/1990
1548                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
1549                 '(long-name     "UCS for JIS:1990"
1550                   chars         256
1551                   dimension     3
1552                   columns       2
1553                   graphic       2
1554                   direction     l2r
1555                   =>iso-ir      177
1556                   mother        =ucs@jis))
1557   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
1558   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
1559   (make-charset '=ucs@jis/2000
1560                 "ISO/IEC 10646 for JIS X 0213:2000"
1561                 '(long-name     "UCS for JIS:2000"
1562                   chars         256
1563                   dimension     3
1564                   columns       2
1565                   graphic       2
1566                   direction     l2r
1567                   =>iso-ir      177
1568                   mother        =ucs@jis))
1569   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
1570   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
1571   (make-charset '=ucs@jis/2004
1572                 "ISO/IEC 10646 for JIS X 0213:2004"
1573                 '(long-name     "UCS for JIS:2004"
1574                   chars         256
1575                   dimension     3
1576                   columns       2
1577                   graphic       2
1578                   direction     l2r
1579                   =>iso-ir      177
1580                   mother        =ucs@jis))
1581   (make-charset '=ucs@JP
1582                 "UCS for common glyphs used in Japan"
1583                 '(long-name     "UCS for Japan"
1584                   chars         256
1585                   dimension     3
1586                   columns       2
1587                   graphic       2
1588                   direction     l2r
1589                   =>iso-ir      177
1590                   mother        =ucs@jis/2004))
1591   (define-charset-alias '=ucs@jp '=ucs@JP)
1592   (make-charset '=ucs@JP/hanazono
1593                 "Japanese glyph-images of Hanazono Mincho"
1594                 '(long-name     "UCS for Hana-Min"
1595                   chars         256
1596                   dimension     3
1597                   columns       2
1598                   graphic       2
1599                   direction     l2r
1600                   =>iso-ir      177
1601                   mother        =ucs@JP))
1602   (make-charset '=ucs@ks
1603                 "ISO/IEC 10646 for Korean Standards"
1604                 '(long-name     "UCS for KS"
1605                   chars         256
1606                   dimension     3
1607                   columns       2
1608                   graphic       2
1609                   direction     l2r
1610                   =>iso-ir      177
1611                   mother        =ucs@unicode))
1612   (define-charset-alias 'ucs-ks '=ucs@ks)
1613   (make-charset '=ucs-bmp@ks
1614                 "ISO/IEC 10646 BMP for KS"
1615                 '(long-name     "BMP for KS"
1616                   chars         256
1617                   dimension     3
1618                   columns       2
1619                   graphic       2
1620                   direction     l2r
1621                   mother        =ucs@ks
1622                   min-code      #x0000
1623                   max-code      #xFFFF))
1624   (make-charset '=ucs@cns11643
1625                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
1626                 '(long-name     "UCS for CNS11643"
1627                   chars         256
1628                   dimension     3
1629                   columns       2
1630                   graphic       2
1631                   direction     l2r
1632                   =>iso-ir      177
1633                   mother        =ucs@cns))
1634   (make-charset '=ucs@big5
1635                 "ISO/IEC 10646 for Big5"
1636                 '(long-name     "UCS for Big5"
1637                   chars         256
1638                   dimension     3
1639                   columns       2
1640                   graphic       2
1641                   direction     l2r
1642                   =>iso-ir      177
1643                   mother        =>>ucs@cns))
1644   (define-charset-alias 'ucs-big5 '=ucs@big5)
1645   (make-charset '=ucs@big5/cns11643
1646                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
1647                 '(long-name     "UCS for Big5@CNS11643"
1648                   chars         256
1649                   dimension     3
1650                   columns       2
1651                   graphic       2
1652                   direction     l2r
1653                   =>iso-ir      177
1654                   mother        =ucs@big5))
1655
1656   (make-charset
1657    '=ucs-radicals
1658    "CJK Radicals of UCS"
1659    '(long-name "UCS-Radicals"
1660                chars 256
1661                dimension 2
1662                columns 2
1663                graphic 2
1664                direction l2r
1665                registry "-zhRadicals-.*-ucs-0"
1666                mother ucs-bmp
1667                min-code #x2E00 max-code #x2FFF))
1668   (make-charset
1669    '=ucs-radicals@unicode
1670    "CJK Radicals of UCS"
1671    '(long-name "UCS-Radicals"
1672                chars 256
1673                dimension 2
1674                columns 2
1675                graphic 2
1676                direction l2r
1677                registry "-zhRadicals-.*-ucs-0"
1678                mother =ucs@unicode
1679                min-code #x2E00 max-code #x2FFF))
1680   (make-charset
1681    '=ucs-hangul
1682    "Hangul Syllables of UCS"
1683    '(long-name "UCS-Hangul-Syllables"
1684                chars 256
1685                dimension 2
1686                columns 2
1687                graphic 2
1688                direction l2r
1689                registry "-Hangul-.*-ucs-0"
1690                mother =ucs
1691                min-code #xAC00 max-code #xD7AF))
1692   (make-charset
1693    '=ucs-bmp-cjk
1694    "CJK Characters in BMP of UCS"
1695    '(long-name "UCS-BMP-CJK"
1696                chars 256
1697                dimension 2
1698                columns 2
1699                graphic 2
1700                direction l2r
1701                registry "-zh-.*-ucs-0"
1702                mother ucs-bmp
1703                min-code #x2E00
1704                max-code #x9FA5
1705                ;; max-code #xA4CF
1706                ))
1707   (make-charset
1708    '=ucs-bmp-cjk@unicode
1709    "CJK Characters in BMP of Unicode"
1710    '(long-name "Unicode-BMP-CJK"
1711                chars 256
1712                dimension 2
1713                columns 2
1714                graphic 2
1715                direction l2r
1716                registry "-zh-.*-ucs-0"
1717                mother =ucs@unicode
1718                min-code #x2E00
1719                max-code #x9FA5
1720                ;; max-code #xA4CF
1721                ))
1722   (make-charset
1723    '=ucs-bmp-cjk@JP
1724    "CJK Characters in BMP with JIS representative glyphs"
1725    '(long-name "CJK in BMP@JP"
1726                chars 256
1727                dimension 2
1728                columns 2
1729                graphic 2
1730                direction l2r
1731                registry "-ja-.*-ucs-0"
1732                mother =ucs@JP
1733                min-code #x2E00
1734                max-code #x9FA5
1735                ;; max-code #xA4CF
1736                ))
1737   (make-charset
1738    '=ucs-bmp-cjk@JP/hanazono
1739    "CJK Characters in BMP with Hanazono font"
1740    '(long-name "CJK in BMP@JP/Hanazono"
1741                chars 256
1742                dimension 2
1743                columns 2
1744                graphic 2
1745                direction l2r
1746                registry "-ja-.*-ucs-0"
1747                mother =ucs@JP/hanazono
1748                min-code #x2E00
1749                max-code #x9FA5
1750                ;; max-code #xA4CF
1751                ))
1752   (make-charset
1753    '=+>ucs-bmp-cjk@unicode
1754    "Unicode representative characters of CJK Unified Ideographs in BMP"
1755    '(long-name "Unicode-BMP-CJK unified abstract glyphs"
1756                chars 256
1757                dimension 2
1758                columns 2
1759                graphic 2
1760                direction l2r
1761                registry "-zh-.*-ucs-0"
1762                mother =+>ucs@unicode
1763                min-code #x2E00
1764                max-code #x9FA5
1765                ;; max-code #xA4CF
1766                ))
1767   (make-charset
1768    '=>ucs-bmp-cjk@unicode
1769    "Unicode representative characters of CJK Unified Ideographs in BMP"
1770    '(long-name "Unicode-BMP-CJK"
1771                chars 256
1772                dimension 2
1773                columns 2
1774                graphic 2
1775                direction l2r
1776                registry "-zh-.*-ucs-0"
1777                mother =>ucs@unicode
1778                min-code #x2E00
1779                max-code #x9FA5
1780                ;; max-code #xA4CF
1781                ))
1782   (make-charset
1783    '==>ucs-bmp-cjk@bucs
1784    "CJK Characters in BMP of BUCS"
1785    '(long-name "BUCS-BMP-CJK"
1786                chars 256
1787                dimension 2
1788                columns 2
1789                graphic 2
1790                direction l2r
1791                registry "-zh-.*-ucs-0"
1792                mother ==>ucs@bucs
1793                min-code #x2E00
1794                max-code #x9FA5
1795                ;; max-code #xA4CF
1796                ))
1797   (make-charset
1798    '=ucs-bmp-cjk-compat
1799    "CJK Compatibility Ideographs in BMP of UCS"
1800    '(long-name "CJK Compatibility Ideographs"
1801                chars 256
1802                dimension 2
1803                columns 2
1804                graphic 2
1805                direction l2r
1806                registry "-ja-.*-ucs-0"
1807                mother ucs-bmp
1808                min-code #xF900
1809                max-code #xFAFF
1810                ))
1811   (make-charset
1812    '=ucs-bmp-cjk-compat@unicode
1813    "CJK Compatibility Ideographs of Unicode representatives"
1814    '(long-name "CJK Compatibility Ideographs of Unicode"
1815                chars 256
1816                dimension 2
1817                columns 2
1818                graphic 2
1819                direction l2r
1820                registry "-ja-.*-ucs-0"
1821                mother =ucs@unicode
1822                min-code #xF900
1823                max-code #xFAFF
1824                ))
1825   (make-charset
1826    '=ucs-sip-ext-b
1827    "CJK Ideographs Extension B"
1828    '(long-name "UCS CJK Ext-B"
1829                chars 256
1830                dimension 2
1831                columns 2
1832                graphic 2
1833                direction l2r
1834                registry "\\(iso10646\\|ucs02\\)-2$"
1835                mother ucs
1836                min-code #x20000 max-code #x2A6D6
1837                code-offset #x20000))
1838   (make-charset
1839    '=ucs-sip-ext-b@iso
1840    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
1841    '(long-name "UCS CJK Ext-B"
1842                chars 256
1843                dimension 2
1844                columns 2
1845                graphic 2
1846                direction l2r
1847                registry "\\(iso10646\\|ucs02\\)-2$"
1848                mother =ucs@iso
1849                min-code #x20000 max-code #x2A6D6
1850                code-offset #x20000))
1851
1852   (make-charset
1853    '=adobe-japan1-base
1854    "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
1855    `(long-name "Adobe-Japan1"
1856                chars 256
1857                dimension 2
1858                columns 2
1859                graphic 2
1860                direction l2r
1861                registry "AdobeJapan1-[0-6]$"
1862                min-code ,(lsh #x6300 16)
1863                max-code ,(+ (lsh #x6300 16) 23057)
1864                code-offset      ,(lsh #x6300 16)))
1865   (make-charset
1866    '=adobe-japan1-0
1867    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
1868    '(long-name "Adobe-Japan1-0"
1869                chars 256
1870                dimension 2
1871                columns 2
1872                graphic 2
1873                direction l2r
1874                mother =adobe-japan1-base
1875                min-code 0
1876                max-code 8283
1877                registry "AdobeJapan1-0$"))
1878   (make-charset
1879    '=adobe-japan1-1
1880    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
1881    '(long-name "Adobe-Japan1-1"
1882                chars 256
1883                dimension 2
1884                columns 2
1885                graphic 2
1886                direction l2r
1887                mother =adobe-japan1-0
1888                min-code 0
1889                max-code 8358
1890                registry "AdobeJapan1-1$"))
1891   (make-charset
1892    '=adobe-japan1-2
1893    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
1894    '(long-name "Adobe-Japan1-2"
1895                chars 256
1896                dimension 2
1897                columns 2
1898                graphic 2
1899                direction l2r
1900                mother =adobe-japan1-1
1901                min-code 0
1902                max-code 8719
1903                registry "AdobeJapan1-2$"))
1904   (make-charset
1905    '=adobe-japan1-3
1906    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
1907    '(long-name "Adobe-Japan1-3"
1908                chars 256
1909                dimension 2
1910                columns 2
1911                graphic 2
1912                direction l2r
1913                mother =adobe-japan1-2
1914                min-code 0
1915                max-code 9353
1916                registry "AdobeJapan1-3$"))
1917   (make-charset
1918    '=adobe-japan1-4
1919    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
1920    '(long-name "Adobe-Japan1-4"
1921                chars 256
1922                dimension 2
1923                columns 2
1924                graphic 2
1925                direction l2r
1926                mother =adobe-japan1-3
1927                min-code 0
1928                max-code 15443
1929                registry "AdobeJapan1-4$"))
1930   (make-charset
1931    '=adobe-japan1-5
1932    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
1933    '(long-name "Adobe-Japan1-5"
1934                chars 256
1935                dimension 2
1936                columns 2
1937                graphic 2
1938                direction l2r
1939                mother =adobe-japan1-4
1940                min-code 0
1941                max-code 20316
1942                registry "AdobeJapan1-5$"))
1943   (make-charset
1944    '=adobe-japan1-6
1945    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
1946    '(long-name "Adobe-Japan1-6"
1947                chars 256
1948                dimension 2
1949                columns 2
1950                graphic 2
1951                direction l2r
1952                mother =adobe-japan1-5
1953                min-code 0
1954                max-code 23057
1955                registry "AdobeJapan1-6$"))
1956   (define-charset-alias '=adobe-japan1 '=adobe-japan1-6)
1957
1958   (make-charset
1959    '=>>>adobe-japan1-0
1960    "Adobe-Japan1-0 abstract glyph-forms"
1961    '(long-name "Adobe-Japan1-0 abstract glyph-forms"
1962                chars 256
1963                dimension 2
1964                columns 2
1965                graphic 2
1966                direction l2r
1967                mother =adobe-japan1-0
1968                registry "AdobeJapan1-0$"))
1969   (make-charset
1970    '=>>>adobe-japan1-1
1971    "Adobe-Japan1-1 abstract glyph-forms"
1972    '(long-name "Adobe-Japan1-1 abstract glyph-forms"
1973                chars 256
1974                dimension 2
1975                columns 2
1976                graphic 2
1977                direction l2r
1978                mother =>>>adobe-japan1-0
1979                registry "AdobeJapan1-1$"))
1980   (make-charset
1981    '=>>>adobe-japan1-2
1982    "Adobe-Japan1-2 abstract glyph-forms"
1983    '(long-name "Adobe-Japan1-2 abstract glyph-forms"
1984                chars 256
1985                dimension 2
1986                columns 2
1987                graphic 2
1988                direction l2r
1989                mother =>>>adobe-japan1-1
1990                registry "AdobeJapan1-2$"))
1991   (make-charset
1992    '=>>>adobe-japan1-3
1993    "Adobe-Japan1-3 abstract glyph-forms"
1994    '(long-name "Adobe-Japan1-3 abstract glyph-forms"
1995                chars 256
1996                dimension 2
1997                columns 2
1998                graphic 2
1999                direction l2r
2000                mother =>>>adobe-japan1-2
2001                registry "AdobeJapan1-3$"))
2002   (make-charset
2003    '=>>>adobe-japan1-4
2004    "Adobe-Japan1-4 abstract glyph-forms"
2005    '(long-name "Adobe-Japan1-4 abstract glyph-forms"
2006                chars 256
2007                dimension 2
2008                columns 2
2009                graphic 2
2010                direction l2r
2011                mother =>>>adobe-japan1-3
2012                registry "AdobeJapan1-4$"))
2013   (make-charset
2014    '=>>>adobe-japan1-5
2015    "Adobe-Japan1-5 abstract glyph-forms"
2016    '(long-name "Adobe-Japan1-5 abstract glyph-forms"
2017                chars 256
2018                dimension 2
2019                columns 2
2020                graphic 2
2021                direction l2r
2022                mother =>>>adobe-japan1-4
2023                registry "AdobeJapan1-5$"))
2024   (make-charset
2025    '=>>>adobe-japan1-6
2026    "Adobe-Japan1-6 abstract glyph-forms"
2027    '(long-name "Adobe-Japan1-6 abstract glyph-forms"
2028                chars 256
2029                dimension 2
2030                columns 2
2031                graphic 2
2032                direction l2r
2033                mother =>>>adobe-japan1-5
2034                registry "AdobeJapan1-6$"))
2035   (define-charset-alias '=>>>adobe-japan1 '=>>>adobe-japan1-6)
2036
2037   (make-charset
2038    '=>>adobe-japan1-0
2039    "Adobe-Japan1-0 abstract glyphs"
2040    '(long-name "Adobe-Japan1-0 abstract glyphs"
2041                chars 256
2042                dimension 2
2043                columns 2
2044                graphic 2
2045                direction l2r
2046                mother =>>>adobe-japan1
2047                registry "AdobeJapan1-0$"))
2048   (make-charset
2049    '=>>adobe-japan1-1
2050    "Adobe-Japan1-1 abstract glyphs"
2051    '(long-name "Adobe-Japan1-1 abstract glyphs"
2052                chars 256
2053                dimension 2
2054                columns 2
2055                graphic 2
2056                direction l2r
2057                mother =>>adobe-japan1-0
2058                registry "AdobeJapan1-1"))
2059   (make-charset
2060    '=>>adobe-japan1-2
2061    "Adobe-Japan1-2 abstract glyphs"
2062    '(long-name "Adobe-Japan1-2 abstract glyphs"
2063                chars 256
2064                dimension 2
2065                columns 2
2066                graphic 2
2067                direction l2r
2068                mother =>>adobe-japan1-1
2069                registry "AdobeJapan1-2"))
2070   (make-charset
2071    '=>>adobe-japan1-3
2072    "Adobe-Japan1-3 abstract glyphs"
2073    '(long-name "Adobe-Japan1-3 abstract glyphs"
2074                chars 256
2075                dimension 2
2076                columns 2
2077                graphic 2
2078                direction l2r
2079                mother =>>adobe-japan1-2
2080                registry "AdobeJapan1-3"))
2081   (make-charset
2082    '=>>adobe-japan1-4
2083    "Adobe-Japan1-4 abstract glyphs"
2084    '(long-name "Adobe-Japan1-4 abstract glyphs"
2085                chars 256
2086                dimension 2
2087                columns 2
2088                graphic 2
2089                direction l2r
2090                mother =>>adobe-japan1-3
2091                registry "AdobeJapan1-4"))
2092   (make-charset
2093    '=>>adobe-japan1-5
2094    "Adobe-Japan1-5 abstract glyphs"
2095    '(long-name "Adobe-Japan1-5 abstract glyphs"
2096                chars 256
2097                dimension 2
2098                columns 2
2099                graphic 2
2100                direction l2r
2101                mother =>>adobe-japan1-4
2102                registry "AdobeJapan1-5"))
2103   (make-charset
2104    '=>>adobe-japan1-6
2105    "Adobe-Japan1-6 abstract glyphs"
2106    '(long-name "Adobe-Japan1-6 abstract glyphs"
2107                chars 256
2108                dimension 2
2109                columns 2
2110                graphic 2
2111                direction l2r
2112                mother =>>adobe-japan1-5
2113                registry "AdobeJapan1-6"))
2114   (define-charset-alias '=>>adobe-japan1 '=>>adobe-japan1-6)
2115
2116   (make-charset
2117    '=+>adobe-japan1
2118    "Adobe-Japan1 unified abstract glyphs"
2119    '(long-name "Adobe-Japan1 unified abstract glyphs"
2120                chars 256
2121                dimension 2
2122                columns 2
2123                graphic 2
2124                direction l2r
2125                mother =>>adobe-japan1
2126                registry "AdobeJapan1-6$"))
2127
2128   (make-charset
2129    '=hanyo-denshi/ja
2130    "JA (JIS X0208) part of Han'you-Denshi characters"
2131    `(long-name "Han'you-Denshi/JA"
2132                chars 94
2133                dimension 2
2134                columns 2
2135                graphic 2
2136                direction l2r
2137                registry "HanyoDenshi\\.JA-0$"
2138                min-code ,(lsh #x6400 16)
2139                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
2140                code-offset ,(lsh #x6400 16)))
2141   (make-charset
2142    '=hanyo-denshi/jb
2143    "JB (JIS X0212) part of Han'you-Denshi characters"
2144    `(long-name "Han'you-Denshi/JB"
2145                chars 94
2146                dimension 2
2147                columns 2
2148                graphic 2
2149                direction l2r
2150                registry "HanyoDenshi\\.JB-0$"
2151                min-code    ,(+ (lsh #x6400 16) (* 94 94))
2152                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
2153                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
2154   (make-charset
2155    '=hanyo-denshi/jc
2156    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
2157    `(long-name "Han'you-Denshi/JC"
2158                chars 94
2159                dimension 2
2160                columns 2
2161                graphic 2
2162                direction l2r
2163                registry "HanyoDenshi\\.JC-0$"
2164                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
2165                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
2166                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
2167   (make-charset
2168    '=hanyo-denshi/jd
2169    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
2170    `(long-name "Han'you-Denshi/JD"
2171                chars 94
2172                dimension 2
2173                columns 2
2174                graphic 2
2175                direction l2r
2176                registry "HanyoDenshi\\.JD-0$"
2177                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
2178                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
2179                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
2180   (make-charset
2181    '=hanyo-denshi/ft
2182    "FT (FDPC additional) part of Han'you-Denshi characters"
2183    `(long-name "Han'you-Denshi/FT"
2184                chars 94
2185                dimension 2
2186                columns 2
2187                graphic 2
2188                direction l2r
2189                registry "HanyoDenshi\\.FT-0$"
2190                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
2191                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
2192                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
2193   (make-charset
2194    '=hanyo-denshi/ia
2195    "IA part of Han'you-Denshi characters"
2196    `(long-name "Han'you-Denshi/IA"
2197                chars 94
2198                dimension 2
2199                columns 2
2200                graphic 2
2201                direction l2r
2202                registry "HanyoDenshi\\.IA-0$"
2203                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
2204                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
2205                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
2206   (make-charset
2207    '=hanyo-denshi/ib
2208    "IB part of Han'you-Denshi characters"
2209    `(long-name "Han'you-Denshi/IB"
2210                chars 94
2211                dimension 2
2212                columns 2
2213                graphic 2
2214                direction l2r
2215                registry "HanyoDenshi\\.IB-0$"
2216                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
2217                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
2218                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
2219   (make-charset
2220    '=hanyo-denshi/hg
2221    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
2222    `(long-name "Han'you-Denshi/HG"
2223                chars 94
2224                dimension 2
2225                columns 2
2226                graphic 2
2227                direction l2r
2228                registry "HanyoDenshi\\.HG-0$"
2229                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
2230                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
2231                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
2232   (make-charset
2233    '=hanyo-denshi/ip
2234    "IP (for IPA) part of Han'you-Denshi characters"
2235    `(long-name "Han'you-Denshi/IP"
2236                chars 256
2237                dimension 2
2238                columns 2
2239                graphic 2
2240                direction l2r
2241                registry "HanyoDenshi\\.IP-0$"
2242                min-code    ,(+ (lsh #x6402 16) #x4E00)
2243                max-code    ,(+ (lsh #x6402 16) #x9FFF)
2244                code-offset ,(+ (lsh #x6402 16))))
2245   (make-charset
2246    '=hanyo-denshi/jt
2247    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
2248    `(long-name "Han'you-Denshi/JT"
2249                chars 256
2250                dimension 2
2251                columns 2
2252                graphic 2
2253                direction l2r
2254                registry "HanyoDenshi\\.JT-0$"
2255                min-code    ,(+ (lsh #x6402 16) #xAC00)
2256                max-code    ,(+ (lsh #x6402 16) #xD7AF)
2257                code-offset ,(+ (lsh #x6402 16))))
2258   (make-charset
2259    '=hanyo-denshi/ks
2260    "KS (KoSeki) part of Han'you-Denshi characters"
2261    `(long-name "Han'you-Denshi/KS font encoding"
2262                chars 256
2263                dimension 3
2264                columns 2
2265                graphic 2
2266                direction l2r))
2267   (make-charset
2268    '=hanyo-denshi/ks/mf
2269    "font encoding for KS (KoSeki) characters"
2270    `(long-name "Han'you-Denshi/KS font encoding"
2271                chars 256
2272                dimension 2
2273                columns 2
2274                graphic 2
2275                direction l2r
2276                registry "HanyoDenshi\\.KSMF-0$"
2277                min-code       ,(lsh #x6403 16)
2278                max-code    ,(+ (lsh #x6403 16) #xFFFF)
2279                code-offset    ,(lsh #x6403 16)))
2280
2281   (make-charset
2282    '=>>>hanyo-denshi/jc
2283    "Han'you-Denshi/JC abstract glyph-forms"
2284    '(long-name "Han'you-Denshi/JC glyph-forms"
2285                chars 94
2286                dimension 2
2287                columns 2
2288                graphic 2
2289                direction l2r
2290                registry "HanyoDenshi\\.JC-0$"
2291                mother =hanyo-denshi/jc))
2292   (make-charset
2293    '=>>>hanyo-denshi/jt
2294    "JT (Juuki Touitsu Moji) abstract glyph-forms"
2295    '(long-name "Han'you-Denshi/JT glyph-forms"
2296                chars 256
2297                dimension 2
2298                columns 2
2299                graphic 2
2300                direction l2r
2301                registry "HanyoDenshi\\.JT-0$"
2302                mother =hanyo-denshi/jt))
2303
2304   (make-charset
2305    '=>>hanyo-denshi/ja
2306    "Han'you-Denshi/JA abstract glyphs"
2307    '(long-name "Han'you-Denshi/JA glyphs"
2308                chars 94
2309                dimension 2
2310                columns 2
2311                graphic 2
2312                direction l2r
2313                registry "HanyoDenshi\\.JA-0$"
2314                mother =hanyo-denshi/ja))
2315   (make-charset
2316    '=>>hanyo-denshi/jb
2317    "Han'you-Denshi/JB abstract glyphs"
2318    '(long-name "Han'you-Denshi/JB glyphs"
2319                chars 94
2320                dimension 2
2321                columns 2
2322                graphic 2
2323                direction l2r
2324                registry "HanyoDenshi\\.JB-0$"
2325                mother =hanyo-denshi/jb))
2326   (make-charset
2327    '=>>hanyo-denshi/jc
2328    "Han'you-Denshi/JC abstract glyphs"
2329    '(long-name "Han'you-Denshi/JC glyphs"
2330                chars 94
2331                dimension 2
2332                columns 2
2333                graphic 2
2334                direction l2r
2335                registry "HanyoDenshi\\.JC-0$"
2336                mother =>>>hanyo-denshi/jc))
2337   (make-charset
2338    '=>>hanyo-denshi/jd
2339    "Han'you-Denshi/JD abstract glyphs"
2340    '(long-name "Han'you-Denshi/JD glyphs"
2341                chars 94
2342                dimension 2
2343                columns 2
2344                graphic 2
2345                direction l2r
2346                registry "HanyoDenshi\\.JD-0$"
2347                mother =hanyo-denshi/jd))
2348   (make-charset
2349    '=>>hanyo-denshi/ft
2350    "Han'you-Denshi/FT abstract glyphs"
2351    '(long-name "Han'you-Denshi/FT glyphs"
2352                chars 94
2353                dimension 2
2354                columns 2
2355                graphic 2
2356                direction l2r
2357                registry "HanyoDenshi\\.FT-0$"
2358                mother =hanyo-denshi/ft))
2359   (make-charset
2360    '=>>hanyo-denshi/ia
2361    "Han'you-Denshi/IA abstract glyphs"
2362    '(long-name "Han'you-Denshi/IA glyphs"
2363                chars 94
2364                dimension 2
2365                columns 2
2366                graphic 2
2367                direction l2r
2368                registry "HanyoDenshi\\.IA-0$"
2369                mother =hanyo-denshi/ia))
2370   (make-charset
2371    '=>>hanyo-denshi/ib
2372    "Han'you-Denshi/IB abstract glyphs"
2373    '(long-name "Han'you-Denshi/IB abstract glyphs"
2374                chars 94
2375                dimension 2
2376                columns 2
2377                graphic 2
2378                direction l2r
2379                registry "HanyoDenshi\\.IB-0$"
2380                mother =hanyo-denshi/ib))
2381   (make-charset
2382    '=>>hanyo-denshi/hg
2383    "Han'you-Denshi/HG abstract glyphs"
2384    '(long-name "Han'you-Denshi/HG abstract glyphs"
2385                chars 94
2386                dimension 2
2387                columns 2
2388                graphic 2
2389                direction l2r
2390                registry "HanyoDenshi\\.HG-0$"
2391                mother =hanyo-denshi/hg))
2392   (make-charset
2393    '=>>hanyo-denshi/jt
2394    "JT (Juuki Touitsu Moji) abstract glyphs"
2395    '(long-name "Han'you-Denshi/JT glyphs"
2396                chars 256
2397                dimension 2
2398                columns 2
2399                graphic 2
2400                direction l2r
2401                registry "HanyoDenshi\\.JT-0$"
2402                mother =>>>hanyo-denshi/jt))
2403   (make-charset
2404    '=>>hanyo-denshi/ks
2405    "Han'you-Denshi/KS abstract glyphs"
2406    '(long-name "Han'you-Denshi/KS glyphs"
2407                chars 256
2408                dimension 3
2409                columns 2
2410                graphic 2
2411                direction l2r
2412                mother =hanyo-denshi/ks))
2413   )
2414
2415 ;;; mule-conf.el ends here