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