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