Sync up with r21-4-22-chise-0_25-10.
[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@usual
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   (make-charset
501    '=+>jis-x0208@1978
502    "JIS X 0208:1978 unified abstract glyphs."
503    '(registry "jisx0208\\.1978"
504               dimension 2
505               chars 94
506               mother =>jis-x0208@usual
507               =>iso-ir 42
508               ;; final ?@
509               graphic 0))
510
511   (make-charset
512    '=>jis-x0208
513    "JIS X 0208 based on the unchanged unification rules."
514    '(registry "jisx0208\\.1990"
515               dimension 2
516               chars 94
517               mother =>jis-x0208@usual
518               =>iso-ir 168
519               ;; final ?B
520               graphic 0))
521   (define-charset-alias '<=>jis-x0208 '=>jis-x0208)
522   (make-charset
523    '=>jis-x0208@1997
524    "JIS X 0208 based on the unification rule of 1997 edition."
525    '(registry "jisx0208\\.1990"
526               dimension 2
527               chars 94
528               mother =>jis-x0208
529               =>iso-ir 168
530               ;; final ?B
531               graphic 0))
532   (define-charset-alias '<=>jis-x0208@1997 '=>jis-x0208@1997)
533   (define-charset-alias '  =jis-x0208@1997 '=>jis-x0208@1997)
534
535   (make-charset
536    '=>jis-x0213-1
537    "JIS X 0213 Plain 1 abstract characters (unchanged part)"
538    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
539               dimension 2
540               chars 94
541               mother =>>jis-x0213-1
542               =>iso-ir 228
543               ;; final ?O
544               graphic 0
545               ;; partial t
546               ))
547   (define-charset-alias '<=>jis-x0213-1 '=>jis-x0213-1)
548   (make-charset
549    '=>jis-x0213-1@2000
550    "JIS X 0213:2000 Plain 1 abstract characters"
551    '(registry "jisx0213\\(\\.2000\\)-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@2000 '=>jis-x0213-1@2000)
561   (make-charset
562    '=>jis-x0213-1@2004
563    "JIS X 0213:2004 Plain 1 abstract characters"
564    '(registry "jisx0213\\(\\.2004\\)-1"
565               dimension 2
566               chars 94
567               mother =>jis-x0213-1
568               =>iso-ir 233
569               ;; final ?Q
570               graphic 0
571               ;; partial t
572               ))
573   (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004)
574   (make-charset
575    '=>jis-x0213-2@usual
576    "JIS X 0213 Plain 2 based on usual unification."
577    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
578               dimension 2
579               chars 94
580               mother =>>jis-x0213-2
581               =>iso-ir 229
582               ;; final ?P
583               graphic 0))
584   (make-charset
585    '=>jis-x0213-2
586    "JIS X 0213 Plain 2 abstract characters"
587    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
588               dimension 2
589               chars 94
590               mother =>jis-x0213-2@usual
591               =>iso-ir 229
592               ;; final ?P
593               graphic 0))
594
595   (make-charset '=big5-cdp
596                 "Big5 with CDP extension"
597                 '(long-name     "Big5-CDP"
598                   chars         256
599                   dimension     2
600                   columns       2
601                   graphic       2
602                   direction     l2r
603                   registry      "big5\\.cdp-0"
604                   mother        chinese-big5
605                   min-code      #x8140
606                   max-code      #x8DFE))
607   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
608
609   (make-charset '=>>big5-cdp
610                 "Abstract glyphs of Big5-CDP"
611                 '(long-name     "Big5-CDP glyphs"
612                   chars         256
613                   dimension     2
614                   columns       2
615                   graphic       2
616                   direction     l2r
617                   registry      "big5\\.cdp-0"
618                   mother        =big5-cdp))
619
620   (make-charset '=>big5-cdp
621                 "Big5-CDP abstract characters"
622                 '(long-name     "Big5-CDP abstract characters"
623                   chars         256
624                   dimension     2
625                   columns       2
626                   graphic       2
627                   direction     l2r
628                   registry      "big5\\.cdp-0"
629                   mother        =>>big5-cdp))
630
631   (make-charset '=gt
632                 "GT 2000"
633                 `(long-name     "GT"
634                   chars         256
635                   dimension     3
636                   columns       2
637                   graphic       2
638                   direction     l2r
639                   registry      ""
640                   min-code      ,(lsh #x6100 16)
641                   max-code      ,(+ (lsh #x6100 16) 67547)
642                   code-offset   ,(lsh #x6100 16)))
643   (define-charset-alias 'ideograph-gt '=gt)
644   (make-charset '=>>>gt
645                 "GT 2000 abstract glyph-forms"
646                 '(long-name     "GT abstract glyph-forms"
647                   chars         256
648                   dimension     3
649                   columns       2
650                   graphic       2
651                   direction     l2r
652                   mother        =gt))
653   (make-charset '=>>gt
654                 "GT 2000 abstract glyphs"
655                 '(long-name     "GT abstract glyphs"
656                   chars         256
657                   dimension     3
658                   columns       2
659                   graphic       2
660                   direction     l2r
661                   mother        =>>>gt))
662   (define-charset-alias '<=>gt '=>>gt)
663   (define-charset-alias '<==>gt '=>>gt)
664   (make-charset '=>gt
665                 "GT 2000 abstract characters"
666                 '(long-name     "abstract GT characters"
667                   chars         256
668                   dimension     3
669                   columns       2
670                   graphic       2
671                   direction     l2r
672                   mother        =>>gt))
673   (make-charset '=gt-k
674                 "Ideographic components of GT"
675                 `(long-name     "GT components"
676                   chars         256
677                   dimension     2
678                   columns       2
679                   graphic       2
680                   direction     l2r
681                   registry      ""
682                   min-code      ,(lsh #x6110 16)
683                   max-code      ,(+ (lsh #x6110 16) 17090)
684                   code-offset   ,(lsh #x6110 16)))
685   (define-charset-alias 'ideograph-gt-k '=gt-k)
686   (make-charset '=>>gt-k
687                 "abstract glyphs of GT-K"
688                 '(long-name     "GT-K abstract glyphs"
689                   chars         256
690                   dimension     2
691                   columns       2
692                   graphic       2
693                   direction     l2r
694                   mother        =gt-k))
695   (make-charset '=>gt-k
696                 "GT-K abstract characters"
697                 '(long-name     "GT-K abstract characters"
698                   chars         256
699                   dimension     2
700                   columns       2
701                   graphic       2
702                   direction     l2r
703                   mother        =>>gt-k))
704   (let ((i 1))
705     (while (<= i 11)
706       (make-charset
707        (intern (format "=gt-pj-%d" i))
708        (format "GT 2000 (pseudo JIS encoding) part %d" i)
709        `(long-name ,(format "GT PJ %d" i)
710                    chars 94
711                    dimension 2
712                    columns 2
713                    graphic 0
714                    direction l2r
715                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
716       (define-charset-alias
717         (intern (format "ideograph-gt-pj-%d" i))
718         (intern (format "=gt-pj-%d" i)))
719       (setq i (1+ i))))
720   (make-charset
721    '=gt-pj-k1
722    "Ideographic parts of GT (pseudo JIS encoding) part 1"
723    '(long-name "GT K1"
724                chars 94
725                dimension 2
726                columns 2
727                graphic 0
728                direction l2r
729                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
730   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
731   (make-charset
732    '=gt-pj-k2
733    "Ideographic parts of GT (pseudo JIS encoding) part 2"
734    '(long-name "GT K2"
735                chars 94
736                dimension 2
737                columns 2
738                graphic 0
739                direction l2r
740                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
741   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
742
743   (make-charset '=daikanwa
744                 "Daikanwa dictionary (unchanged part)"
745                 `(long-name     "Daikanwa"
746                   chars         256
747                   dimension     2
748                   columns       2
749                   graphic       2
750                   direction     l2r
751                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
752                   min-code      #xE00000
753                   max-code      ,(+ #xE00000 50100)
754                   code-offset   #xE00000))
755   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
756
757   (make-charset '=daikanwa@rev1
758                 "Daikanwa dictionary (revised version)"
759                 `(long-name     "Daikanwa Rev."
760                   chars         256
761                   dimension     2
762                   columns       2
763                   graphic       2
764                   direction     l2r
765                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
766                   mother        =daikanwa
767                   ))
768   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
769   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
770
771   (make-charset '=daikanwa@rev2
772                 "Daikanwa dictionary (revised version 2)"
773                 `(long-name     "Daikanwa"
774                   chars         256
775                   dimension     2
776                   columns       2
777                   graphic       2
778                   direction     l2r
779                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
780                   mother        =daikanwa
781                   min-code      1
782                   max-code      49964
783                   ;; min-code   #xE00000
784                   ;; max-code   ,(+ #xE00000 50100)
785                   ;; code-offset        #xE00000
786                   ))
787   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
788
789   (make-charset '=daikanwa/+p
790                 "Daikanwa dictionary (ddddd')"
791                 `(long-name     "Daikanwa ddddd'"
792                   chars         256
793                   dimension     2
794                   columns       2
795                   graphic       2
796                   direction     l2r))
797   (make-charset '=daikanwa/+2p
798                 "Daikanwa dictionary (ddddd'')"
799                 `(long-name     "Daikanwa ddddd''"
800                   chars         256
801                   dimension     2
802                   columns       2
803                   graphic       2
804                   direction     l2r))
805   (make-charset '=daikanwa/ho
806                 "Daikanwa dictionary (Hokan)"
807                 `(long-name     "Daikanwa-ho"
808                   chars         256
809                   dimension     2
810                   columns       2
811                   graphic       2
812                   direction     l2r))
813
814   (make-charset '=>>daikanwa
815                 "Daikanwa abstract glyphs"
816                 '(long-name     "Daikanwa glyphs"
817                   chars         256
818                   dimension     2
819                   columns       2
820                   graphic       2
821                   direction     l2r
822                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
823                   mother        =daikanwa))
824
825   (make-charset '=>daikanwa
826                 "Daikanwa abstract characters"
827                 '(long-name     "abstract Daikanwa"
828                   chars         256
829                   dimension     2
830                   columns       2
831                   graphic       2
832                   direction     l2r
833                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
834                   mother        =>>daikanwa))
835
836   (make-charset '=shinjigen
837                 "Kadokawa ShinJigen dictionary (common parts)"
838                 `(long-name     "Shinjigen common parts"
839                   chars         256
840                   dimension     2
841                   columns       2
842                   graphic       2
843                   direction     l2r
844                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
845
846   (make-charset '=shinjigen@1ed
847                 "Kadokawa ShinJigen dictionary (the first edition)"
848                 `(long-name     "Shinjigen-1"
849                   chars         256
850                   dimension     2
851                   columns       2
852                   graphic       2
853                   direction     l2r
854                   mother        =shinjigen
855                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
856   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
857
858   (make-charset '=shinjigen@1ed/24pr
859                 "Kadokawa ShinJigen dictionary (the 24th impression)"
860                 `(long-name     "Shinjigen-1 24pr"
861                   chars         256
862                   dimension     2
863                   columns       2
864                   graphic       2
865                   direction     l2r
866                   mother        =shinjigen@1ed))
867
868   (make-charset '=shinjigen@rev
869                 "Kadokawa ShinJigen dictionary (the revised edition)"
870                 `(long-name     "Shinjigen-2"
871                   chars         256
872                   dimension     2
873                   columns       2
874                   graphic       2
875                   direction     l2r
876                   mother        =shinjigen
877                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
878   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
879   (make-charset '=shinjigen/+p@rev
880                 "ShinJigen (the second edition) number with '"
881                 `(long-name     "Shinjigen-2 with '"
882                   chars         256
883                   dimension     2
884                   columns       2
885                   graphic       2
886                   direction     l2r))
887   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
888
889   (make-charset '=big5-pua
890                 "Big5 with private used area"
891                 '(long-name     "Big5-PUA"
892                   chars         256
893                   dimension     2
894                   columns       2
895                   graphic       2
896                   direction     l2r
897                   mother        chinese-big5
898                   registry      "Big5\\.ETEN"))
899   (define-charset-alias 'chinese-big5-pua '=big5-pua)
900   (make-charset '=big5-eten
901                 "Big5 ETEN"
902                 '(long-name     "Big5-ETEN"
903                   chars         256
904                   dimension     2
905                   columns       2
906                   graphic       2
907                   direction     l2r
908                   mother        chinese-big5
909                   min-code      #x8140
910                   max-code      #xFEFE
911                   registry      "Big5\\.ETEN"))
912   (define-charset-alias 'chinese-big5-eten '=big5-eten)
913   (make-charset 'chinese-big5-eten-a
914                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
915                 '(long-name     "Big5-ETEN-a"
916                   chars         256
917                   dimension     2
918                   columns       2
919                   graphic       2
920                   direction     l2r
921                   mother        chinese-big5
922                   min-code      #xF9D6
923                   max-code      #xF9FE
924                   registry      "Big5\\.ETEN"))
925   (make-charset 'chinese-big5-eten-b
926                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
927                 '(long-name     "Big5-ETEN-b"
928                   chars         256
929                   dimension     2
930                   columns       2
931                   graphic       2
932                   direction     l2r
933                   mother        chinese-big5
934                   min-code      #xC6A1
935                   max-code      #xC8FE
936                   registry      "Big5\\.ETEN"))
937
938   (let* ((i 1)
939          (hzk-min (+ (lsh #x6200 16) 65536))
940          (hzk-max (+ hzk-min 65535)))
941     (while (<= i 12)
942       (make-charset
943        (intern (format "=hanziku-%d" i))
944        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
945        `(long-name ,(format "HANZIKU-%d" i)
946                    chars 256
947                    dimension 2
948                    columns 2
949                    graphic 2
950                    direction l2r
951                    registry ,(format "hanziku-%d$" i i)
952                    min-code ,hzk-min
953                    max-code ,hzk-max
954                    code-offset ,hzk-min))
955       (define-charset-alias
956         (intern (format "ideograph-hanziku-%d" i))
957         (intern (format "=hanziku-%d" i)))
958       (setq hzk-min (1+ hzk-max)
959             hzk-max (+ hzk-min 65535))
960       (setq i (1+ i))))
961
962   (make-charset '=cbeta "CBETA private characters"
963                 '(long-name     "CBETA PUA"
964                   chars         256
965                   dimension     2
966                   registry      "cbeta-0"
967                   graphic       2
968                   min-code      #xE20000
969                   max-code      #xE2FFFF
970                   code-offset   #xE20000
971                   columns       2
972                   direction     l2r))
973   (define-charset-alias 'ideograph-cbeta '=cbeta)
974
975   (make-charset '=>>cbeta "CBETA abstract glyphs"
976                 '(long-name     "CBETA glyphs"
977                   chars         256
978                   dimension     2
979                   registry      "cbeta-0"
980                   graphic       2
981                   columns       2
982                   direction     l2r
983                   mother        =cbeta))
984
985   (make-charset '=zinbun-oracle
986                 "Oracle Bones Script"
987                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
988                   chars         256
989                   dimension     2
990                   registry      "zob1968-0"
991                   graphic       2
992                   min-code      #xE70000
993                   max-code      ,(+ #xE70000 8192)
994                   code-offset   #xE70000
995                   columns       2
996                   direction     l2r))
997
998   (make-charset '=>zinbun-oracle
999                 "Abstract Oracle Bones"
1000                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
1001                   chars         256
1002                   dimension     2
1003                   mother        =zinbun-oracle
1004                   registry      "zob1968-0"
1005                   graphic       2
1006                   columns       2
1007                   direction     l2r))
1008
1009   (make-charset '=jef-china3
1010                 "JEF + CHINA3 private characters"
1011                 '(long-name     "JEF + CHINA3"
1012                   chars         256
1013                   dimension     2
1014                   columns       2
1015                   graphic       2
1016                   direction     l2r
1017                   registry      "china3jef-0"
1018                   min-code      #xE80000
1019                   max-code      #xE8FFFF
1020                   code-offset   #xE80000))
1021   (define-charset-alias 'china3-jef '=jef-china3)
1022
1023   (make-charset '=ruimoku-v6
1024                 "private characters used in RUIMOKU Version.6"
1025                 `(long-name     "RUI6"
1026                   chars         256
1027                   dimension     2
1028                   columns       2
1029                   graphic       2
1030                   direction     l2r
1031                   registry      "rui6-0"
1032                   ;; mother     ucs
1033                   min-code      #xE90000 ; #xE000
1034                   max-code      #xE908FF ; #xE8FF
1035                   code-offset   ,(- #xE90000 #xE000)))
1036   (make-charset '=>>ruimoku-v6
1037                 "RUIMOKU Version.6 glyphs"
1038                 '(long-name     "RUI6 glyphs"
1039                   chars         256
1040                   dimension     2
1041                   columns       2
1042                   graphic       2
1043                   direction     l2r
1044                   registry      "rui6-0"
1045                   mother        =ruimoku-v6))
1046
1047   (make-charset '==>ucs@bucs
1048                 "Basic Subset of Coded Character Sets (BUCS)"
1049                 '(long-name     "BUCS abstract characters"
1050                   chars         256
1051                   dimension     3
1052                   columns       2
1053                   graphic       2
1054                   direction     l2r
1055                   =>iso-ir      177
1056                   mother        =ucs))
1057
1058   (make-charset '=>ucs@iso
1059                 "Abstract characters of ISO/IEC 10646 representatives"
1060                 '(long-name     "UCS characters for ISO"
1061                   chars         256
1062                   dimension     3
1063                   columns       2
1064                   graphic       2
1065                   direction     l2r
1066                   =>iso-ir      177
1067                   mother        =ucs))
1068   (make-charset '=>ucs@unicode
1069                 "Abstract characters of Unicode representatives"
1070                 '(long-name     "UCS characters for Unicode"
1071                   chars         256
1072                   dimension     3
1073                   columns       2
1074                   graphic       2
1075                   direction     l2r
1076                   =>iso-ir      177
1077                   mother        =>ucs@iso))
1078   (make-charset '=>ucs@jis
1079                 "UCS Representative characters for JIS X0208/0212/0213"
1080                 '(long-name     "UCS characters for JIS"
1081                   chars         256
1082                   dimension     3
1083                   columns       2
1084                   graphic       2
1085                   direction     l2r
1086                   =>iso-ir      177
1087                   mother        =>ucs@unicode))
1088   (make-charset '=>ucs@jis/1990
1089                 "UCS Representative characters for JIS X0208/0212:1990"
1090                 '(long-name     "UCS characters for JIS:1990"
1091                   chars         256
1092                   dimension     3
1093                   columns       2
1094                   graphic       2
1095                   direction     l2r
1096                   =>iso-ir      177
1097                   mother        =>ucs@jis))
1098   (make-charset '=>ucs@JP
1099                 "UCS Representative characters for Japanese usual unification"
1100                 '(long-name     "UCS characters for JP"
1101                   chars         256
1102                   dimension     3
1103                   columns       2
1104                   graphic       2
1105                   direction     l2r
1106                   =>iso-ir      177
1107                   mother        =>ucs@jis))
1108   (make-charset '=>ucs@ks
1109                 "UCS Representative characters for Korean Standards"
1110                 '(long-name     "UCS characters for KS"
1111                   chars         256
1112                   dimension     3
1113                   columns       2
1114                   graphic       2
1115                   direction     l2r
1116                   =>iso-ir      177
1117                   mother        =>ucs@unicode))
1118   (make-charset '=>ucs@cns
1119                 "UCS representatives characters for CNS 11643 sources"
1120                 '(long-name     "UCS characters for CNS 11643"
1121                   chars         256
1122                   dimension     3
1123                   columns       2
1124                   graphic       2
1125                   direction     l2r
1126                   =>iso-ir      177
1127                   mother        =>ucs@unicode))
1128
1129   (make-charset '=>>ucs@iso
1130                 "Representative abstract-glyphs of ISO/IEC 10646"
1131                 '(long-name     "UCS abstract glyphs for UCS"
1132                   chars         256
1133                   dimension     3
1134                   columns       2
1135                   graphic       2
1136                   direction     l2r
1137                   =>iso-ir      177
1138                   mother        =>ucs@iso))
1139   (make-charset '=>>ucs@unicode
1140                 "Representative abstract-glyphs of Unicode"
1141                 '(long-name     "Unicode abstract glyphs"
1142                   chars         256
1143                   dimension     3
1144                   columns       2
1145                   graphic       2
1146                   direction     l2r
1147                   =>iso-ir      177
1148                   mother        =>>ucs@iso))
1149   (make-charset '=>>ucs@jis
1150                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
1151                 '(long-name     "UCS abstract glyphs for JIS"
1152                   chars         256
1153                   dimension     3
1154                   columns       2
1155                   graphic       2
1156                   direction     l2r
1157                   =>iso-ir      177
1158                   mother        =>>ucs@unicode))
1159   (make-charset '=>>ucs@jis/1990
1160                 "UCS Representative glyphs for JIS X 0208/0212:1990"
1161                 '(long-name     "UCS glyphs for JIS:1990"
1162                   chars         256
1163                   dimension     3
1164                   columns       2
1165                   graphic       2
1166                   direction     l2r
1167                   =>iso-ir      177
1168                   mother        =>>ucs@jis))
1169   (make-charset '=>>ucs@jis/2000
1170                 "UCS Representative glyphs for JIS X 0213:2000"
1171                 '(long-name     "UCS glyphs for JIS:2000"
1172                   chars         256
1173                   dimension     3
1174                   columns       2
1175                   graphic       2
1176                   direction     l2r
1177                   =>iso-ir      177
1178                   mother        =>>ucs@jis))
1179   (make-charset '=>>ucs@jis/2004
1180                 "UCS Representative glyphs for JIS X 0213:2004"
1181                 '(long-name     "UCS glyphs for JIS:2004"
1182                   chars         256
1183                   dimension     3
1184                   columns       2
1185                   graphic       2
1186                   direction     l2r
1187                   =>iso-ir      177
1188                   mother        =>>ucs@jis))
1189   (make-charset '=>>ucs@JP
1190                 "UCS abstract-glyphs based on Japanese style glyphs"
1191                 '(long-name     "UCS glyphs for JP"
1192                   chars         256
1193                   dimension     3
1194                   columns       2
1195                   graphic       2
1196                   direction     l2r
1197                   =>iso-ir      177
1198                   mother        =>>ucs@jis/2004))
1199   (make-charset '=>>ucs@ks
1200                 "UCS Representative glyphs for Korean Standards"
1201                 '(long-name     "UCS glyphs for KS"
1202                   chars         256
1203                   dimension     3
1204                   columns       2
1205                   graphic       2
1206                   direction     l2r
1207                   =>iso-ir      177
1208                   mother        =>>ucs@unicode))
1209   (make-charset '=>>ucs@cns
1210                 "UCS Representative glyphs for CNS 11643 sources"
1211                 '(long-name     "UCS glyphs for CNS"
1212                   chars         256
1213                   dimension     3
1214                   columns       2
1215                   graphic       2
1216                   direction     l2r
1217                   =>iso-ir      177
1218                   mother        =>>ucs@unicode))
1219
1220   (make-charset '=>>>ucs@iso
1221                 "Representative glyph-forms of ISO/IEC 10646"
1222                 '(long-name     "UCS glyph-forms for UCS"
1223                   chars         256
1224                   dimension     3
1225                   columns       2
1226                   graphic       2
1227                   direction     l2r
1228                   =>iso-ir      177
1229                   mother        =>>ucs@iso))
1230   (make-charset '=>>>ucs@unicode
1231                 "Representative glyph-forms of Unicode"
1232                 '(long-name     "UCS glyph-forms for Unicode"
1233                   chars         256
1234                   dimension     3
1235                   columns       2
1236                   graphic       2
1237                   direction     l2r
1238                   =>iso-ir      177
1239                   mother        =>>>ucs@iso))
1240   (make-charset '=>>>ucs@jis
1241                 "UCS Representative glyph-forms for JIS X0208/0212/0213"
1242                 '(long-name     "UCS glyph-forms for JIS"
1243                   chars         256
1244                   dimension     3
1245                   columns       2
1246                   graphic       2
1247                   direction     l2r
1248                   =>iso-ir      177
1249                   mother        =>>>ucs@unicode))
1250   (make-charset '=>>>ucs@jis/1990
1251                 "UCS Representative glyph-forms for JIS X 0208/0212:1990"
1252                 '(long-name     "UCS glyph-forms for JIS:1990"
1253                   chars         256
1254                   dimension     3
1255                   columns       2
1256                   graphic       2
1257                   direction     l2r
1258                   =>iso-ir      177
1259                   mother        =>>>ucs@jis))
1260   (make-charset '=>>>ucs@jis/2000
1261                 "UCS Representative glyph-forms for JIS X 0213:2000"
1262                 '(long-name     "UCS glyph-forms for JIS:2000"
1263                   chars         256
1264                   dimension     3
1265                   columns       2
1266                   graphic       2
1267                   direction     l2r
1268                   =>iso-ir      177
1269                   mother        =>>>ucs@jis))
1270   (make-charset '=>>>ucs@jis/2004
1271                 "UCS Representative glyph-forms for JIS X 0213:2004"
1272                 '(long-name     "UCS glyph-forms for JIS:2004"
1273                   chars         256
1274                   dimension     3
1275                   columns       2
1276                   graphic       2
1277                   direction     l2r
1278                   =>iso-ir      177
1279                   mother        =>>>ucs@jis))
1280   (make-charset '=>>>ucs@ks
1281                 "UCS Representative glyph-forms for Korean Standards"
1282                 '(long-name     "UCS glyph-forms for KS"
1283                   chars         256
1284                   dimension     3
1285                   columns       2
1286                   graphic       2
1287                   direction     l2r
1288                   =>iso-ir      177
1289                   mother        =>>>ucs@unicode))
1290   (make-charset '=>>>ucs@cns
1291                 "UCS Representative glyph-forms for CNS 11643 sources"
1292                 '(long-name     "UCS glyph-forms for CNS"
1293                   chars         256
1294                   dimension     3
1295                   columns       2
1296                   graphic       2
1297                   direction     l2r
1298                   =>iso-ir      177
1299                   mother        =>>>ucs@unicode))
1300
1301   (make-charset '=ucs@iso
1302                 "ISO/IEC 10646 for its representative glyphs"
1303                 '(long-name     "UCS for ISO"
1304                   chars         256
1305                   dimension     3
1306                   columns       2
1307                   graphic       2
1308                   direction     l2r
1309                   =>iso-ir      177
1310                   mother        =>>>ucs@iso))
1311   (make-charset '=ucs@unicode
1312                 "Unicode for its representative glyphs"
1313                 '(long-name     "UCS for Unicode"
1314                   chars         256
1315                   dimension     3
1316                   columns       2
1317                   graphic       2
1318                   direction     l2r
1319                   =>iso-ir      177
1320                   mother        =ucs@iso))
1321   (make-charset '=ucs@gb
1322                 "ISO/IEC 10646 for GB"
1323                 '(long-name     "UCS for GB"
1324                   chars         256
1325                   dimension     3
1326                   columns       2
1327                   graphic       2
1328                   direction     l2r
1329                   =>iso-ir      177
1330                   mother        =ucs@unicode))
1331   (define-charset-alias 'ucs-gb '=ucs@gb)
1332   (make-charset '=ucs@gb/fw
1333                 "ISO/IEC 10646 for GB with fullwidth"
1334                 '(long-name     "UCS for GB-fullwidth"
1335                   chars         256
1336                   dimension     3
1337                   columns       2
1338                   graphic       2
1339                   direction     l2r
1340                   =>iso-ir      177
1341                   mother        =ucs@gb))
1342   (make-charset '=ucs-bmp@gb
1343                 "ISO/IEC 10646 BMP for GB"
1344                 '(long-name     "BMP for GB"
1345                   chars         256
1346                   dimension     3
1347                   columns       2
1348                   graphic       2
1349                   direction     l2r
1350                   mother        =ucs@gb
1351                   min-code      #x0000
1352                   max-code      #xFFFF))
1353   (make-charset '=ucs@cns
1354                 "ISO/IEC 10646 for CNS 11643"
1355                 '(long-name     "UCS for CNS"
1356                   chars         256
1357                   dimension     3
1358                   columns       2
1359                   graphic       2
1360                   direction     l2r
1361                   =>iso-ir      177
1362                   mother        =ucs@unicode))
1363   (define-charset-alias 'ucs-cns '=ucs@cns)
1364   (make-charset '=ucs@cns/fw
1365                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
1366                 '(long-name     "UCS for CNS-fullwidth"
1367                   chars         256
1368                   dimension     3
1369                   columns       2
1370                   graphic       2
1371                   direction     l2r
1372                   =>iso-ir      177
1373                   mother        =ucs@cns))
1374   (make-charset '=ucs-bmp@cns
1375                 "ISO/IEC 10646 BMP for CNS"
1376                 '(long-name     "BMP for CNS"
1377                   chars         256
1378                   dimension     3
1379                   columns       2
1380                   graphic       2
1381                   direction     l2r
1382                   mother        =ucs@cns
1383                   min-code      #x0000
1384                   max-code      #xFFFF))
1385   (make-charset '=ucs@jis
1386                 "ISO/IEC 10646 for JIS X0208/0212/0213"
1387                 '(long-name     "UCS for JIS"
1388                   chars         256
1389                   dimension     3
1390                   columns       2
1391                   graphic       2
1392                   direction     l2r
1393                   =>iso-ir      177
1394                   mother        =ucs@unicode))
1395   (define-charset-alias 'ucs-jis '=ucs@jis)
1396   (make-charset '=ucs@jis/fw
1397                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
1398                 '(long-name     "UCS for JIS-fullwidth"
1399                   chars         256
1400                   dimension     3
1401                   columns       2
1402                   graphic       2
1403                   direction     l2r
1404                   =>iso-ir      177
1405                   mother        =ucs@jis))
1406   (make-charset '=ucs-bmp@jis
1407                 "ISO/IEC 10646 BMP for JIS"
1408                 '(long-name     "BMP for JIS"
1409                   chars         256
1410                   dimension     3
1411                   columns       2
1412                   graphic       2
1413                   direction     l2r
1414                   mother        =ucs@jis
1415                   min-code      #x0000
1416                   max-code      #xFFFF))
1417   ;; (make-charset '=ucs@jis/1983
1418   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
1419   ;;               '(long-name     "UCS for JIS:1983"
1420   ;;                 chars         256
1421   ;;                 dimension     3
1422   ;;                 columns       2
1423   ;;                 graphic       2
1424   ;;                 direction     l2r
1425   ;;                 =>iso-ir      177
1426   ;;                 mother        =ucs@jis))
1427   (make-charset '=ucs@jis/1990
1428                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
1429                 '(long-name     "UCS for JIS:1990"
1430                   chars         256
1431                   dimension     3
1432                   columns       2
1433                   graphic       2
1434                   direction     l2r
1435                   =>iso-ir      177
1436                   mother        =ucs@jis))
1437   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
1438   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
1439   (make-charset '=ucs@jis/2000
1440                 "ISO/IEC 10646 for JIS X 0213:2000"
1441                 '(long-name     "UCS for JIS:2000"
1442                   chars         256
1443                   dimension     3
1444                   columns       2
1445                   graphic       2
1446                   direction     l2r
1447                   =>iso-ir      177
1448                   mother        =ucs@jis))
1449   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
1450   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
1451   (make-charset '=ucs@jis/2004
1452                 "ISO/IEC 10646 for JIS X 0213:2004"
1453                 '(long-name     "UCS for JIS:2004"
1454                   chars         256
1455                   dimension     3
1456                   columns       2
1457                   graphic       2
1458                   direction     l2r
1459                   =>iso-ir      177
1460                   mother        =ucs@jis))
1461   (make-charset '=ucs@JP
1462                 "UCS for common glyphs used in Japan"
1463                 '(long-name     "UCS for Japan"
1464                   chars         256
1465                   dimension     3
1466                   columns       2
1467                   graphic       2
1468                   direction     l2r
1469                   =>iso-ir      177
1470                   mother        =ucs@jis/2004))
1471   (define-charset-alias '=ucs@jp '=ucs@JP)
1472   (make-charset '=ucs@JP/hanazono
1473                 "Japanese glyph-images of Hanazono Mincho"
1474                 '(long-name     "UCS for Hana-Min"
1475                   chars         256
1476                   dimension     3
1477                   columns       2
1478                   graphic       2
1479                   direction     l2r
1480                   =>iso-ir      177
1481                   mother        =ucs@JP))
1482   (make-charset '=ucs@ks
1483                 "ISO/IEC 10646 for Korean Standards"
1484                 '(long-name     "UCS for KS"
1485                   chars         256
1486                   dimension     3
1487                   columns       2
1488                   graphic       2
1489                   direction     l2r
1490                   =>iso-ir      177
1491                   mother        =ucs@unicode))
1492   (define-charset-alias 'ucs-ks '=ucs@ks)
1493   (make-charset '=ucs-bmp@ks
1494                 "ISO/IEC 10646 BMP for KS"
1495                 '(long-name     "BMP for KS"
1496                   chars         256
1497                   dimension     3
1498                   columns       2
1499                   graphic       2
1500                   direction     l2r
1501                   mother        =ucs@ks
1502                   min-code      #x0000
1503                   max-code      #xFFFF))
1504   (make-charset '=ucs@cns11643
1505                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
1506                 '(long-name     "UCS for CNS11643"
1507                   chars         256
1508                   dimension     3
1509                   columns       2
1510                   graphic       2
1511                   direction     l2r
1512                   =>iso-ir      177
1513                   mother        =ucs@cns))
1514   (make-charset '=ucs@big5
1515                 "ISO/IEC 10646 for Big5"
1516                 '(long-name     "UCS for Big5"
1517                   chars         256
1518                   dimension     3
1519                   columns       2
1520                   graphic       2
1521                   direction     l2r
1522                   =>iso-ir      177
1523                   mother        =>>ucs@cns))
1524   (define-charset-alias 'ucs-big5 '=ucs@big5)
1525   (make-charset '=ucs@big5/cns11643
1526                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
1527                 '(long-name     "UCS for Big5@CNS11643"
1528                   chars         256
1529                   dimension     3
1530                   columns       2
1531                   graphic       2
1532                   direction     l2r
1533                   =>iso-ir      177
1534                   mother        =ucs@big5))
1535
1536   (make-charset
1537    '=ucs-radicals
1538    "CJK Radicals of UCS"
1539    '(long-name "UCS-Radicals"
1540                chars 256
1541                dimension 2
1542                columns 2
1543                graphic 2
1544                direction l2r
1545                registry "-zhRadicals-.*-ucs-0"
1546                mother ucs-bmp
1547                min-code #x2E00 max-code #x2FFF))
1548   (make-charset
1549    '=ucs-radicals@unicode
1550    "CJK Radicals of UCS"
1551    '(long-name "UCS-Radicals"
1552                chars 256
1553                dimension 2
1554                columns 2
1555                graphic 2
1556                direction l2r
1557                registry "-zhRadicals-.*-ucs-0"
1558                mother =ucs@unicode
1559                min-code #x2E00 max-code #x2FFF))
1560   (make-charset
1561    '=ucs-hangul
1562    "Hangul Syllables of UCS"
1563    '(long-name "UCS-Hangul-Syllables"
1564                chars 256
1565                dimension 2
1566                columns 2
1567                graphic 2
1568                direction l2r
1569                registry "-Hangul-.*-ucs-0"
1570                mother =ucs
1571                min-code #xAC00 max-code #xD7AF))
1572   (make-charset
1573    '=ucs-bmp-cjk
1574    "CJK Characters in BMP of UCS"
1575    '(long-name "UCS-BMP-CJK"
1576                chars 256
1577                dimension 2
1578                columns 2
1579                graphic 2
1580                direction l2r
1581                registry "-zh-.*-ucs-0"
1582                mother ucs-bmp
1583                min-code #x2E00
1584                max-code #x9FA5
1585                ;; max-code #xA4CF
1586                ))
1587   (make-charset
1588    '=ucs-bmp-cjk@unicode
1589    "CJK Characters in BMP of Unicode"
1590    '(long-name "Unicode-BMP-CJK"
1591                chars 256
1592                dimension 2
1593                columns 2
1594                graphic 2
1595                direction l2r
1596                registry "-zh-.*-ucs-0"
1597                mother =ucs@unicode
1598                min-code #x2E00
1599                max-code #x9FA5
1600                ;; max-code #xA4CF
1601                ))
1602   (make-charset
1603    '=ucs-bmp-cjk@JP
1604    "CJK Characters in BMP with JIS representative glyphs"
1605    '(long-name "CJK in BMP@JP"
1606                chars 256
1607                dimension 2
1608                columns 2
1609                graphic 2
1610                direction l2r
1611                registry "-ja-.*-ucs-0"
1612                mother =ucs@JP
1613                min-code #x2E00
1614                max-code #x9FA5
1615                ;; max-code #xA4CF
1616                ))
1617   (make-charset
1618    '=ucs-bmp-cjk@JP/hanazono
1619    "CJK Characters in BMP with Hanazono font"
1620    '(long-name "CJK in BMP@JP/Hanazono"
1621                chars 256
1622                dimension 2
1623                columns 2
1624                graphic 2
1625                direction l2r
1626                registry "-ja-.*-ucs-0"
1627                mother =ucs@JP/hanazono
1628                min-code #x2E00
1629                max-code #x9FA5
1630                ;; max-code #xA4CF
1631                ))
1632   (make-charset
1633    '==>ucs-bmp-cjk@bucs
1634    "CJK Characters in BMP of BUCS"
1635    '(long-name "BUCS-BMP-CJK"
1636                chars 256
1637                dimension 2
1638                columns 2
1639                graphic 2
1640                direction l2r
1641                registry "-zh-.*-ucs-0"
1642                mother ==>ucs@bucs
1643                min-code #x2E00
1644                max-code #x9FA5
1645                ;; max-code #xA4CF
1646                ))
1647   (make-charset
1648    '=ucs-sip-ext-b
1649    "CJK Ideographs Extension B"
1650    '(long-name "UCS CJK Ext-B"
1651                chars 256
1652                dimension 2
1653                columns 2
1654                graphic 2
1655                direction l2r
1656                registry "\\(iso10646\\|ucs02\\)-2$"
1657                mother ucs
1658                min-code #x20000 max-code #x2A6D6
1659                code-offset #x20000))
1660   (make-charset
1661    '=ucs-sip-ext-b@iso
1662    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
1663    '(long-name "UCS CJK Ext-B"
1664                chars 256
1665                dimension 2
1666                columns 2
1667                graphic 2
1668                direction l2r
1669                registry "\\(iso10646\\|ucs02\\)-2$"
1670                mother =ucs@iso
1671                min-code #x20000 max-code #x2A6D6
1672                code-offset #x20000))
1673
1674   (make-charset
1675    '=adobe-japan1-base
1676    "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
1677    `(long-name "Adobe-Japan1"
1678                chars 256
1679                dimension 2
1680                columns 2
1681                graphic 2
1682                direction l2r
1683                registry "AdobeJapan1-[0-6]$"
1684                min-code ,(lsh #x6300 16)
1685                max-code ,(+ (lsh #x6300 16) 23057)
1686                code-offset      ,(lsh #x6300 16)))
1687   (make-charset
1688    '=adobe-japan1-0
1689    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
1690    '(long-name "Adobe-Japan1-0"
1691                chars 256
1692                dimension 2
1693                columns 2
1694                graphic 2
1695                direction l2r
1696                mother =adobe-japan1-base
1697                min-code 0
1698                max-code 8283
1699                registry "AdobeJapan1-0$"))
1700   (make-charset
1701    '=adobe-japan1-1
1702    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
1703    '(long-name "Adobe-Japan1-1"
1704                chars 256
1705                dimension 2
1706                columns 2
1707                graphic 2
1708                direction l2r
1709                mother =adobe-japan1-0
1710                min-code 0
1711                max-code 8358
1712                registry "AdobeJapan1-1$"))
1713   (make-charset
1714    '=adobe-japan1-2
1715    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
1716    '(long-name "Adobe-Japan1-2"
1717                chars 256
1718                dimension 2
1719                columns 2
1720                graphic 2
1721                direction l2r
1722                mother =adobe-japan1-1
1723                min-code 0
1724                max-code 8719
1725                registry "AdobeJapan1-2$"))
1726   (make-charset
1727    '=adobe-japan1-3
1728    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
1729    '(long-name "Adobe-Japan1-3"
1730                chars 256
1731                dimension 2
1732                columns 2
1733                graphic 2
1734                direction l2r
1735                mother =adobe-japan1-2
1736                min-code 0
1737                max-code 9353
1738                registry "AdobeJapan1-3$"))
1739   (make-charset
1740    '=adobe-japan1-4
1741    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
1742    '(long-name "Adobe-Japan1-4"
1743                chars 256
1744                dimension 2
1745                columns 2
1746                graphic 2
1747                direction l2r
1748                mother =adobe-japan1-3
1749                min-code 0
1750                max-code 15443
1751                registry "AdobeJapan1-4$"))
1752   (make-charset
1753    '=adobe-japan1-5
1754    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
1755    '(long-name "Adobe-Japan1-5"
1756                chars 256
1757                dimension 2
1758                columns 2
1759                graphic 2
1760                direction l2r
1761                mother =adobe-japan1-4
1762                min-code 0
1763                max-code 20316
1764                registry "AdobeJapan1-5$"))
1765   (make-charset
1766    '=adobe-japan1-6
1767    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
1768    '(long-name "Adobe-Japan1-6"
1769                chars 256
1770                dimension 2
1771                columns 2
1772                graphic 2
1773                direction l2r
1774                mother =adobe-japan1-5
1775                min-code 0
1776                max-code 23057
1777                registry "AdobeJapan1-6$"))
1778   (make-charset
1779    '=>>adobe-japan1
1780    "Adobe-Japan1 abstract glyphs"
1781    '(long-name "Adobe-Japan1 abstract glyphs"
1782                chars 256
1783                dimension 2
1784                columns 2
1785                graphic 2
1786                direction l2r
1787                mother =adobe-japan1-6
1788                registry "AdobeJapan1-6$"))
1789
1790   (make-charset
1791    '=hanyo-denshi/ja
1792    "JA (JIS X0208) part of Han'you-Denshi characters"
1793    `(long-name "Han'you-Denshi/JA"
1794                chars 94
1795                dimension 2
1796                columns 2
1797                graphic 2
1798                direction l2r
1799                registry "HanyoDenshi\\.JA-0$"
1800                min-code ,(lsh #x6400 16)
1801                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1802                code-offset ,(lsh #x6400 16)))
1803   (make-charset
1804    '=hanyo-denshi/jb
1805    "JB (JIS X0212) part of Han'you-Denshi characters"
1806    `(long-name "Han'you-Denshi/JB"
1807                chars 94
1808                dimension 2
1809                columns 2
1810                graphic 2
1811                direction l2r
1812                registry "HanyoDenshi\\.JB-0$"
1813                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1814                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1815                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1816   (make-charset
1817    '=hanyo-denshi/jc
1818    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1819    `(long-name "Han'you-Denshi/JC"
1820                chars 94
1821                dimension 2
1822                columns 2
1823                graphic 2
1824                direction l2r
1825                registry "HanyoDenshi\\.JC-0$"
1826                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1827                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1828                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1829   (make-charset
1830    '=hanyo-denshi/jd
1831    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1832    `(long-name "Han'you-Denshi/JD"
1833                chars 94
1834                dimension 2
1835                columns 2
1836                graphic 2
1837                direction l2r
1838                registry "HanyoDenshi\\.JD-0$"
1839                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1840                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1841                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1842   (make-charset
1843    '=hanyo-denshi/ft
1844    "FT (FDPC additional) part of Han'you-Denshi characters"
1845    `(long-name "Han'you-Denshi/FT"
1846                chars 94
1847                dimension 2
1848                columns 2
1849                graphic 2
1850                direction l2r
1851                registry "HanyoDenshi\\.FT-0$"
1852                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1853                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1854                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1855   (make-charset
1856    '=hanyo-denshi/ia
1857    "IA part of Han'you-Denshi characters"
1858    `(long-name "Han'you-Denshi/IA"
1859                chars 94
1860                dimension 2
1861                columns 2
1862                graphic 2
1863                direction l2r
1864                registry "HanyoDenshi\\.IA-0$"
1865                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1866                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1867                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1868   (make-charset
1869    '=hanyo-denshi/ib
1870    "IB part of Han'you-Denshi characters"
1871    `(long-name "Han'you-Denshi/IB"
1872                chars 94
1873                dimension 2
1874                columns 2
1875                graphic 2
1876                direction l2r
1877                registry "HanyoDenshi\\.IB-0$"
1878                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1879                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1880                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1881   (make-charset
1882    '=hanyo-denshi/hg
1883    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1884    `(long-name "Han'you-Denshi/HG"
1885                chars 94
1886                dimension 2
1887                columns 2
1888                graphic 2
1889                direction l2r
1890                registry "HanyoDenshi\\.HG-0$"
1891                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
1892                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
1893                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
1894   (make-charset
1895    '=hanyo-denshi/ip
1896    "IP (for IPA) part of Han'you-Denshi characters"
1897    `(long-name "Han'you-Denshi/IP"
1898                chars 256
1899                dimension 2
1900                columns 2
1901                graphic 2
1902                direction l2r
1903                registry "HanyoDenshi\\.IP-0$"
1904                min-code    ,(+ (lsh #x6402 16) #x4E00)
1905                max-code    ,(+ (lsh #x6402 16) #x9FFF)
1906                code-offset ,(+ (lsh #x6402 16))))
1907   (make-charset
1908    '=hanyo-denshi/jt
1909    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
1910    `(long-name "Han'you-Denshi/JT"
1911                chars 256
1912                dimension 2
1913                columns 2
1914                graphic 2
1915                direction l2r
1916                registry "HanyoDenshi\\.JT-0$"
1917                min-code    ,(+ (lsh #x6402 16) #xAC00)
1918                max-code    ,(+ (lsh #x6402 16) #xD7AF)
1919                code-offset ,(+ (lsh #x6402 16))))
1920   (make-charset
1921    '=hanyo-denshi/ks
1922    "KS (KoSeki) part of Han'you-Denshi characters"
1923    `(long-name "Han'you-Denshi/KS font encoding"
1924                chars 256
1925                dimension 3
1926                columns 2
1927                graphic 2
1928                direction l2r))
1929   (make-charset
1930    '=hanyo-denshi/ks/mf
1931    "font encoding for KS (KoSeki) characters"
1932    `(long-name "Han'you-Denshi/KS font encoding"
1933                chars 256
1934                dimension 2
1935                columns 2
1936                graphic 2
1937                direction l2r
1938                registry "HanyoDenshi\\.KSMF-0$"
1939                min-code       ,(lsh #x6403 16)
1940                max-code    ,(+ (lsh #x6403 16) #xFFFF)
1941                code-offset    ,(lsh #x6403 16)))
1942
1943   (make-charset
1944    '=>>>hanyo-denshi/jt
1945    "JT (Juuki Touitsu Moji) abstract glyph-forms"
1946    '(long-name "Han'you-Denshi/JT glyph-forms"
1947                chars 256
1948                dimension 2
1949                columns 2
1950                graphic 2
1951                direction l2r
1952                registry "HanyoDenshi\\.JT-0$"
1953                mother =hanyo-denshi/jt))
1954
1955   (make-charset
1956    '=>>hanyo-denshi/jb
1957    "Han'you-Denshi/JB abstract glyphs"
1958    '(long-name "Han'you-Denshi/JB glyphs"
1959                chars 94
1960                dimension 2
1961                columns 2
1962                graphic 2
1963                direction l2r
1964                registry "HanyoDenshi\\.JB-0$"
1965                mother =hanyo-denshi/jb))
1966   (make-charset
1967    '=>>hanyo-denshi/jc
1968    "Han'you-Denshi/JC abstract glyphs"
1969    '(long-name "Han'you-Denshi/JC glyphs"
1970                chars 94
1971                dimension 2
1972                columns 2
1973                graphic 2
1974                direction l2r
1975                registry "HanyoDenshi\\.JC-0$"
1976                mother =hanyo-denshi/jc))
1977   (make-charset
1978    '=>>hanyo-denshi/jd
1979    "Han'you-Denshi/JD abstract glyphs"
1980    '(long-name "Han'you-Denshi/JD glyphs"
1981                chars 94
1982                dimension 2
1983                columns 2
1984                graphic 2
1985                direction l2r
1986                registry "HanyoDenshi\\.JD-0$"
1987                mother =hanyo-denshi/jd))
1988   (make-charset
1989    '=>>hanyo-denshi/ft
1990    "Han'you-Denshi/FT abstract glyphs"
1991    '(long-name "Han'you-Denshi/FT glyphs"
1992                chars 94
1993                dimension 2
1994                columns 2
1995                graphic 2
1996                direction l2r
1997                registry "HanyoDenshi\\.FT-0$"
1998                mother =hanyo-denshi/ft))
1999   (make-charset
2000    '=>>hanyo-denshi/ia
2001    "Han'you-Denshi/IA abstract glyphs"
2002    '(long-name "Han'you-Denshi/IA glyphs"
2003                chars 94
2004                dimension 2
2005                columns 2
2006                graphic 2
2007                direction l2r
2008                registry "HanyoDenshi\\.IA-0$"
2009                mother =hanyo-denshi/ia))
2010   (make-charset
2011    '=>>hanyo-denshi/ib
2012    "Han'you-Denshi/IB abstract glyphs"
2013    '(long-name "Han'you-Denshi/IB abstract glyphs"
2014                chars 94
2015                dimension 2
2016                columns 2
2017                graphic 2
2018                direction l2r
2019                registry "HanyoDenshi\\.IB-0$"
2020                mother =hanyo-denshi/ib))
2021   (make-charset
2022    '=>>hanyo-denshi/hg
2023    "Han'you-Denshi/HG abstract glyphs"
2024    '(long-name "Han'you-Denshi/HG abstract glyphs"
2025                chars 94
2026                dimension 2
2027                columns 2
2028                graphic 2
2029                direction l2r
2030                registry "HanyoDenshi\\.HG-0$"
2031                mother =hanyo-denshi/hg))
2032   (make-charset
2033    '=>>hanyo-denshi/jt
2034    "JT (Juuki Touitsu Moji) abstract glyphs"
2035    '(long-name "Han'you-Denshi/JT glyphs"
2036                chars 256
2037                dimension 2
2038                columns 2
2039                graphic 2
2040                direction l2r
2041                registry "HanyoDenshi\\.JT-0$"
2042                mother =>>>hanyo-denshi/jt))
2043   (make-charset
2044    '=>>hanyo-denshi/ks
2045    "Han'you-Denshi/KS abstract glyphs"
2046    '(long-name "Han'you-Denshi/KS glyphs"
2047                chars 256
2048                dimension 3
2049                columns 2
2050                graphic 2
2051                direction l2r
2052                mother =hanyo-denshi/ks))
2053   )
2054
2055 ;;; mule-conf.el ends here