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