(=>>hanyo-denshi/jt): 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-images (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@1990
334    "JIS X 0208:1990 abstract glyph-images."
335    '(registry "jisx0208\\.1990"
336               dimension 2
337               chars 94
338               mother =>>>jis-x0208
339               =>iso-ir 168
340               ;; final ?B
341               graphic 0))
342   (make-charset
343    '=>>>jis-x0213-1
344    "JIS X 0213 Plain 1 abstract glyph-images (unchanged part)"
345    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
346               dimension 2
347               chars 94
348               mother =jis-x0213-1
349               =>iso-ir 228
350               ;; final ?O
351               graphic 0
352               ;; partial t
353               ))
354
355   (make-charset
356    '=>>jis-x0208
357    "JIS X 0208 abstract glyphs (unchanged part)."
358    '(registry "jisx0208\\.1990"
359               dimension 2
360               chars 94
361               mother =>>>jis-x0208
362               =>iso-ir 168
363               ;; final ?B
364               graphic 0))
365   (make-charset
366    '=>>jis-x0208@1978
367    "JIS X 0208:1978 abstract glyphs (unchanged part)."
368    '(registry "jisx0208\\.1978"
369               dimension 2
370               chars 94
371               mother =>>jis-x0208
372               =>iso-ir 42
373               ;; final ?@
374               graphic 0))
375
376   (make-charset
377    '=>>jis-x0213-1
378    "JIS X 0213 Plain 1 abstract glyphs (unchanged part)"
379    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
380               dimension 2
381               chars 94
382               mother =>>>jis-x0213-1
383               =>iso-ir 228
384               ;; final ?O
385               graphic 0
386               ;; partial t
387               ))
388   (make-charset
389    '=>>jis-x0213-1@2000
390    "JIS X 0213:2000 Plain 1 abstract glyphs"
391    '(registry "jisx0213\\(\\.2000\\)-1"
392               dimension 2
393               chars 94
394               mother =>>jis-x0213-1
395               =>iso-ir 228
396               ;; final ?O
397               graphic 0
398               ;; partial t
399               ))
400   (make-charset
401    '=>>jis-x0213-2
402    "JIS X 0213 Plain 2 abstract glyphs"
403    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
404               dimension 2
405               chars 94
406               mother =jis-x0213-2
407               =>iso-ir 229
408               ;; final ?P
409               graphic 0))
410   (make-charset
411    '=>>jis-x0213-1@2004
412    "JIS X 0213:2004 Plain 1 abstract glyphs"
413    '(registry "jisx0213\\(\\.2004\\)-1"
414               dimension 2
415               chars 94
416               mother =>>jis-x0213-1
417               =>iso-ir 233
418               ;; final ?Q
419               graphic 0
420               ;; partial t
421               ))
422
423   (make-charset
424    '=>jis-x0208@usual
425    "JIS X 0208 based on usual unification."
426    '(registry "jisx0208\\.1990"
427               dimension 2
428               chars 94
429               mother =>>jis-x0208
430               =>iso-ir 168
431               ;; final ?B
432               graphic 0))
433   (make-charset
434    '=>jis-x0208
435    "JIS X 0208 based on the unchanged unification rules."
436    '(registry "jisx0208\\.1990"
437               dimension 2
438               chars 94
439               mother =>jis-x0208@usual
440               =>iso-ir 168
441               ;; final ?B
442               graphic 0))
443   (define-charset-alias '<=>jis-x0208 '=>jis-x0208)
444   (make-charset
445    '=>jis-x0208@1997
446    "JIS X 0208 based on the unification rule of 1997 edition."
447    '(registry "jisx0208\\.1990"
448               dimension 2
449               chars 94
450               mother =>jis-x0208
451               =>iso-ir 168
452               ;; final ?B
453               graphic 0))
454   (define-charset-alias '<=>jis-x0208@1997 '=>jis-x0208@1997)
455   (define-charset-alias '  =jis-x0208@1997 '=>jis-x0208@1997)
456
457   (make-charset
458    '=>jis-x0213-1
459    "JIS X 0213 Plain 1 abstract characters (unchanged part)"
460    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
461               dimension 2
462               chars 94
463               mother =>>jis-x0213-1
464               =>iso-ir 228
465               ;; final ?O
466               graphic 0
467               ;; partial t
468               ))
469   (define-charset-alias '<=>jis-x0213-1 '=>jis-x0213-1)
470   (make-charset
471    '=>jis-x0213-1@2000
472    "JIS X 0213:2000 Plain 1 abstract characters"
473    '(registry "jisx0213\\(\\.2000\\)-1"
474               dimension 2
475               chars 94
476               mother =>jis-x0213-1
477               =>iso-ir 228
478               ;; final ?O
479               graphic 0
480               ;; partial t
481               ))
482   (define-charset-alias '<=>jis-x0213-1@2000 '=>jis-x0213-1@2000)
483   (make-charset
484    '=>jis-x0213-1@2004
485    "JIS X 0213:2004 Plain 1 abstract characters"
486    '(registry "jisx0213\\(\\.2004\\)-1"
487               dimension 2
488               chars 94
489               mother =>jis-x0213-1
490               =>iso-ir 233
491               ;; final ?Q
492               graphic 0
493               ;; partial t
494               ))
495   (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004)
496   (make-charset
497    '=>jis-x0213-2@usual
498    "JIS X 0213 Plain 2 based on usual unification."
499    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
500               dimension 2
501               chars 94
502               mother =>>jis-x0213-2
503               =>iso-ir 229
504               ;; final ?P
505               graphic 0))
506   (make-charset
507    '=>jis-x0213-2
508    "JIS X 0213 Plain 2 abstract characters"
509    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
510               dimension 2
511               chars 94
512               mother =>jis-x0213-2@usual
513               =>iso-ir 229
514               ;; final ?P
515               graphic 0))
516
517   (make-charset '=big5-cdp
518                 "Big5 with CDP extension"
519                 '(long-name     "Big5-CDP"
520                   chars         256
521                   dimension     2
522                   columns       2
523                   graphic       2
524                   direction     l2r
525                   registry      "big5\\.cdp-0"
526                   mother        chinese-big5
527                   min-code      #x8140
528                   max-code      #x8DFE))
529   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
530
531   (make-charset '=>>big5-cdp
532                 "Abstract glyphs of Big5-CDP"
533                 '(long-name     "Big5-CDP glyphs"
534                   chars         256
535                   dimension     2
536                   columns       2
537                   graphic       2
538                   direction     l2r
539                   registry      "big5\\.cdp-0"
540                   mother        =big5-cdp))
541
542   (make-charset '=>big5-cdp
543                 "Big5-CDP abstract characters"
544                 '(long-name     "Big5-CDP abstract characters"
545                   chars         256
546                   dimension     2
547                   columns       2
548                   graphic       2
549                   direction     l2r
550                   registry      "big5\\.cdp-0"
551                   mother        =>>big5-cdp))
552
553   (make-charset '=gt
554                 "GT 2000"
555                 `(long-name     "GT"
556                   chars         256
557                   dimension     3
558                   columns       2
559                   graphic       2
560                   direction     l2r
561                   registry      ""
562                   min-code      ,(lsh #x6100 16)
563                   max-code      ,(+ (lsh #x6100 16) 67547)
564                   code-offset   ,(lsh #x6100 16)))
565   (define-charset-alias 'ideograph-gt '=gt)
566   (make-charset '=>>gt
567                 "GT 2000 abstract glyphs"
568                 '(long-name     "GT abstract glyphs"
569                   chars         256
570                   dimension     3
571                   columns       2
572                   graphic       2
573                   direction     l2r
574                   mother        =gt))
575   (define-charset-alias '<=>gt '=>>gt)
576   (define-charset-alias '<==>gt '=>>gt)
577   (make-charset '=>gt
578                 "GT 2000 abstract characters"
579                 '(long-name     "abstract GT characters"
580                   chars         256
581                   dimension     3
582                   columns       2
583                   graphic       2
584                   direction     l2r
585                   mother        =>>gt))
586   (make-charset '=gt-k
587                 "Ideographic components of GT"
588                 `(long-name     "GT components"
589                   chars         256
590                   dimension     2
591                   columns       2
592                   graphic       2
593                   direction     l2r
594                   registry      ""
595                   min-code      ,(lsh #x6110 16)
596                   max-code      ,(+ (lsh #x6110 16) 17090)
597                   code-offset   ,(lsh #x6110 16)))
598   (define-charset-alias 'ideograph-gt-k '=gt-k)
599   (make-charset '=>>gt-k
600                 "abstract glyphs of GT-K"
601                 '(long-name     "GT-K abstract glyphs"
602                   chars         256
603                   dimension     2
604                   columns       2
605                   graphic       2
606                   direction     l2r
607                   mother        =gt-k))
608   (let ((i 1))
609     (while (<= i 11)
610       (make-charset
611        (intern (format "=gt-pj-%d" i))
612        (format "GT 2000 (pseudo JIS encoding) part %d" i)
613        `(long-name ,(format "GT PJ %d" i)
614                    chars 94
615                    dimension 2
616                    columns 2
617                    graphic 0
618                    direction l2r
619                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
620       (define-charset-alias
621         (intern (format "ideograph-gt-pj-%d" i))
622         (intern (format "=gt-pj-%d" i)))
623       (setq i (1+ i))))
624   (make-charset
625    '=gt-pj-k1
626    "Ideographic parts of GT (pseudo JIS encoding) part 1"
627    '(long-name "GT K1"
628                chars 94
629                dimension 2
630                columns 2
631                graphic 0
632                direction l2r
633                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
634   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
635   (make-charset
636    '=gt-pj-k2
637    "Ideographic parts of GT (pseudo JIS encoding) part 2"
638    '(long-name "GT K2"
639                chars 94
640                dimension 2
641                columns 2
642                graphic 0
643                direction l2r
644                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
645   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
646
647   (make-charset '=daikanwa
648                 "Daikanwa dictionary (unchanged part)"
649                 `(long-name     "Daikanwa"
650                   chars         256
651                   dimension     2
652                   columns       2
653                   graphic       2
654                   direction     l2r
655                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
656                   min-code      #xE00000
657                   max-code      ,(+ #xE00000 50100)
658                   code-offset   #xE00000))
659   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
660
661   (make-charset '=daikanwa@rev1
662                 "Daikanwa dictionary (revised version)"
663                 `(long-name     "Daikanwa Rev."
664                   chars         256
665                   dimension     2
666                   columns       2
667                   graphic       2
668                   direction     l2r
669                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
670                   mother        =daikanwa
671                   ))
672   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
673   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
674
675   (make-charset '=daikanwa@rev2
676                 "Daikanwa dictionary (revised version 2)"
677                 `(long-name     "Daikanwa"
678                   chars         256
679                   dimension     2
680                   columns       2
681                   graphic       2
682                   direction     l2r
683                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
684                   mother        =daikanwa
685                   min-code      1
686                   max-code      49964
687                   ;; min-code   #xE00000
688                   ;; max-code   ,(+ #xE00000 50100)
689                   ;; code-offset        #xE00000
690                   ))
691   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
692
693   (make-charset '=daikanwa/+p
694                 "Daikanwa dictionary (ddddd')"
695                 `(long-name     "Daikanwa ddddd'"
696                   chars         256
697                   dimension     2
698                   columns       2
699                   graphic       2
700                   direction     l2r))
701   (make-charset '=daikanwa/+2p
702                 "Daikanwa dictionary (ddddd'')"
703                 `(long-name     "Daikanwa ddddd''"
704                   chars         256
705                   dimension     2
706                   columns       2
707                   graphic       2
708                   direction     l2r))
709   (make-charset '=daikanwa/ho
710                 "Daikanwa dictionary (Hokan)"
711                 `(long-name     "Daikanwa-ho"
712                   chars         256
713                   dimension     2
714                   columns       2
715                   graphic       2
716                   direction     l2r))
717
718   (make-charset '=>>daikanwa
719                 "Daikanwa abstract glyphs"
720                 '(long-name     "Daikanwa glyphs"
721                   chars         256
722                   dimension     2
723                   columns       2
724                   graphic       2
725                   direction     l2r
726                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
727                   mother        =daikanwa))
728
729   (make-charset '=>daikanwa
730                 "Daikanwa abstract characters"
731                 '(long-name     "abstract Daikanwa"
732                   chars         256
733                   dimension     2
734                   columns       2
735                   graphic       2
736                   direction     l2r
737                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
738                   mother        =>>daikanwa))
739
740   (make-charset '=shinjigen
741                 "Kadokawa ShinJigen dictionary (common parts)"
742                 `(long-name     "Shinjigen common parts"
743                   chars         256
744                   dimension     2
745                   columns       2
746                   graphic       2
747                   direction     l2r
748                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
749
750   (make-charset '=shinjigen@1ed
751                 "Kadokawa ShinJigen dictionary (the first edition)"
752                 `(long-name     "Shinjigen-1"
753                   chars         256
754                   dimension     2
755                   columns       2
756                   graphic       2
757                   direction     l2r
758                   mother        =shinjigen
759                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
760   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
761
762   (make-charset '=shinjigen@1ed/24pr
763                 "Kadokawa ShinJigen dictionary (the 24th impression)"
764                 `(long-name     "Shinjigen-1 24pr"
765                   chars         256
766                   dimension     2
767                   columns       2
768                   graphic       2
769                   direction     l2r
770                   mother        =shinjigen@1ed))
771
772   (make-charset '=shinjigen@rev
773                 "Kadokawa ShinJigen dictionary (the revised edition)"
774                 `(long-name     "Shinjigen-2"
775                   chars         256
776                   dimension     2
777                   columns       2
778                   graphic       2
779                   direction     l2r
780                   mother        =shinjigen
781                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
782   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
783   (make-charset '=shinjigen/+p@rev
784                 "ShinJigen (the second edition) number with '"
785                 `(long-name     "Shinjigen-2 with '"
786                   chars         256
787                   dimension     2
788                   columns       2
789                   graphic       2
790                   direction     l2r))
791   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
792
793   (make-charset '=big5-pua
794                 "Big5 with private used area"
795                 '(long-name     "Big5-PUA"
796                   chars         256
797                   dimension     2
798                   columns       2
799                   graphic       2
800                   direction     l2r
801                   mother        chinese-big5
802                   registry      "Big5\\.ETEN"))
803   (define-charset-alias 'chinese-big5-pua '=big5-pua)
804   (make-charset '=big5-eten
805                 "Big5 ETEN"
806                 '(long-name     "Big5-ETEN"
807                   chars         256
808                   dimension     2
809                   columns       2
810                   graphic       2
811                   direction     l2r
812                   mother        chinese-big5
813                   min-code      #x8140
814                   max-code      #xFEFE
815                   registry      "Big5\\.ETEN"))
816   (define-charset-alias 'chinese-big5-eten '=big5-eten)
817   (make-charset 'chinese-big5-eten-a
818                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
819                 '(long-name     "Big5-ETEN-a"
820                   chars         256
821                   dimension     2
822                   columns       2
823                   graphic       2
824                   direction     l2r
825                   mother        chinese-big5
826                   min-code      #xF9D6
827                   max-code      #xF9FE
828                   registry      "Big5\\.ETEN"))
829   (make-charset 'chinese-big5-eten-b
830                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
831                 '(long-name     "Big5-ETEN-b"
832                   chars         256
833                   dimension     2
834                   columns       2
835                   graphic       2
836                   direction     l2r
837                   mother        chinese-big5
838                   min-code      #xC6A1
839                   max-code      #xC8FE
840                   registry      "Big5\\.ETEN"))
841
842   (let* ((i 1)
843          (hzk-min (+ (lsh #x6200 16) 65536))
844          (hzk-max (+ hzk-min 65535)))
845     (while (<= i 12)
846       (make-charset
847        (intern (format "=hanziku-%d" i))
848        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
849        `(long-name ,(format "HANZIKU-%d" i)
850                    chars 256
851                    dimension 2
852                    columns 2
853                    graphic 2
854                    direction l2r
855                    registry ,(format "hanziku-%d$" i i)
856                    min-code ,hzk-min
857                    max-code ,hzk-max
858                    code-offset ,hzk-min))
859       (define-charset-alias
860         (intern (format "ideograph-hanziku-%d" i))
861         (intern (format "=hanziku-%d" i)))
862       (setq hzk-min (1+ hzk-max)
863             hzk-max (+ hzk-min 65535))
864       (setq i (1+ i))))
865
866   (make-charset '=cbeta "CBETA private characters"
867                 '(long-name     "CBETA PUA"
868                   chars         256
869                   dimension     2
870                   registry      "cbeta-0"
871                   graphic       2
872                   min-code      #xE20000
873                   max-code      #xE2FFFF
874                   code-offset   #xE20000
875                   columns       2
876                   direction     l2r))
877   (define-charset-alias 'ideograph-cbeta '=cbeta)
878
879   (make-charset '=zinbun-oracle
880                 "Oracle Bones Script"
881                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
882                   chars         256
883                   dimension     2
884                   registry      "zob1968-0"
885                   graphic       2
886                   min-code      #xE70000
887                   max-code      ,(+ #xE70000 8192)
888                   code-offset   #xE70000
889                   columns       2
890                   direction     l2r))
891
892   (make-charset '=>zinbun-oracle
893                 "Abstract Oracle Bones"
894                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
895                   chars         256
896                   dimension     2
897                   mother        =zinbun-oracle
898                   registry      "zob1968-0"
899                   graphic       2
900                   columns       2
901                   direction     l2r))
902
903   (make-charset '=jef-china3
904                 "JEF + CHINA3 private characters"
905                 '(long-name     "JEF + CHINA3"
906                   chars         256
907                   dimension     2
908                   columns       2
909                   graphic       2
910                   direction     l2r
911                   registry      "china3jef-0"
912                   min-code      #xE80000
913                   max-code      #xE8FFFF
914                   code-offset   #xE80000))
915   (define-charset-alias 'china3-jef '=jef-china3)
916
917   (make-charset '=ruimoku-v6
918                 "private characters used in RUIMOKU Version.6"
919                 `(long-name     "RUI6"
920                   chars         256
921                   dimension     2
922                   columns       2
923                   graphic       2
924                   direction     l2r
925                   registry      "rui6-0"
926                   ;; mother     ucs
927                   min-code      #xE90000 ; #xE000
928                   max-code      #xE908FF ; #xE8FF
929                   code-offset   ,(- #xE90000 #xE000)))
930   (make-charset '=>>ruimoku-v6
931                 "RUIMOKU Version.6 glyphs"
932                 '(long-name     "RUI6 glyphs"
933                   chars         256
934                   dimension     2
935                   columns       2
936                   graphic       2
937                   direction     l2r
938                   registry      "rui6-0"
939                   mother        =ruimoku-v6))
940
941   (make-charset '==>ucs@bucs
942                 "Basic Subset of Coded Character Sets (BUCS)"
943                 '(long-name     "BUCS abstract characters"
944                   chars         256
945                   dimension     3
946                   columns       2
947                   graphic       2
948                   direction     l2r
949                   =>iso-ir      177
950                   mother        =ucs))
951
952   (make-charset '=>ucs@iso
953                 "Abstract characters of ISO/IEC 10646 representatives"
954                 '(long-name     "UCS characters for ISO"
955                   chars         256
956                   dimension     3
957                   columns       2
958                   graphic       2
959                   direction     l2r
960                   =>iso-ir      177
961                   mother        =ucs))
962   (make-charset '=>ucs@unicode
963                 "Abstract characters of Unicode representatives"
964                 '(long-name     "UCS characters for Unicode"
965                   chars         256
966                   dimension     3
967                   columns       2
968                   graphic       2
969                   direction     l2r
970                   =>iso-ir      177
971                   mother        =>ucs@iso))
972   (make-charset '=>ucs@jis
973                 "UCS Representative characters for JIS X0208/0212/0213"
974                 '(long-name     "UCS characters for JIS"
975                   chars         256
976                   dimension     3
977                   columns       2
978                   graphic       2
979                   direction     l2r
980                   =>iso-ir      177
981                   mother        =>ucs@unicode))
982   (make-charset '=>ucs@JP
983                 "UCS Representative characters for Japanese usual unification"
984                 '(long-name     "UCS characters for JP"
985                   chars         256
986                   dimension     3
987                   columns       2
988                   graphic       2
989                   direction     l2r
990                   =>iso-ir      177
991                   mother        =>ucs@jis))
992   (make-charset '=>ucs@ks
993                 "UCS Representative characters for Korean Standards"
994                 '(long-name     "UCS characters for KS"
995                   chars         256
996                   dimension     3
997                   columns       2
998                   graphic       2
999                   direction     l2r
1000                   =>iso-ir      177
1001                   mother        =>ucs@unicode))
1002   (make-charset '=>ucs@cns
1003                 "UCS representatives characters for CNS 11643 sources"
1004                 '(long-name     "UCS characters for CNS 11643"
1005                   chars         256
1006                   dimension     3
1007                   columns       2
1008                   graphic       2
1009                   direction     l2r
1010                   =>iso-ir      177
1011                   mother        =>ucs@unicode))
1012
1013   (make-charset '=>>ucs@iso
1014                 "Representative abstract glyphs of ISO/IEC 10646"
1015                 '(long-name     "UCS glyphs for UCS"
1016                   chars         256
1017                   dimension     3
1018                   columns       2
1019                   graphic       2
1020                   direction     l2r
1021                   =>iso-ir      177
1022                   mother        =>ucs@iso))
1023   (make-charset '=>>ucs@unicode
1024                 "Representative abstract glyphs of Unicode"
1025                 '(long-name     "Unicode abstract glyphs"
1026                   chars         256
1027                   dimension     3
1028                   columns       2
1029                   graphic       2
1030                   direction     l2r
1031                   =>iso-ir      177
1032                   mother        =>>ucs@iso))
1033   (make-charset '=>>ucs@jis
1034                 "UCS Representative glyphs for JIS X0208/0212/0213"
1035                 '(long-name     "UCS glyphs for JIS"
1036                   chars         256
1037                   dimension     3
1038                   columns       2
1039                   graphic       2
1040                   direction     l2r
1041                   =>iso-ir      177
1042                   mother        =>>ucs@unicode))
1043   (make-charset '=>>ucs@jis/1990
1044                 "UCS Representative glyphs for JIS X 0208/0212:1990"
1045                 '(long-name     "UCS glyphs for JIS:1990"
1046                   chars         256
1047                   dimension     3
1048                   columns       2
1049                   graphic       2
1050                   direction     l2r
1051                   =>iso-ir      177
1052                   mother        =>>ucs@jis))
1053   (make-charset '=>>ucs@jis/2000
1054                 "UCS Representative glyphs for JIS X 0213:2000"
1055                 '(long-name     "UCS glyphs for JIS:2000"
1056                   chars         256
1057                   dimension     3
1058                   columns       2
1059                   graphic       2
1060                   direction     l2r
1061                   =>iso-ir      177
1062                   mother        =>>ucs@jis))
1063   (make-charset '=>>ucs@jis/2004
1064                 "UCS Representative glyphs for JIS X 0213:2004"
1065                 '(long-name     "UCS glyphs for JIS:2004"
1066                   chars         256
1067                   dimension     3
1068                   columns       2
1069                   graphic       2
1070                   direction     l2r
1071                   =>iso-ir      177
1072                   mother        =>>ucs@jis))
1073   (make-charset '=>>ucs@ks
1074                 "UCS Representative glyphs for Korean Standards"
1075                 '(long-name     "UCS glyphs for KS"
1076                   chars         256
1077                   dimension     3
1078                   columns       2
1079                   graphic       2
1080                   direction     l2r
1081                   =>iso-ir      177
1082                   mother        =>>ucs@unicode))
1083   (make-charset '=>>ucs@cns
1084                 "UCS Representative glyphs for CNS 11643 sources"
1085                 '(long-name     "UCS glyphs for CNS"
1086                   chars         256
1087                   dimension     3
1088                   columns       2
1089                   graphic       2
1090                   direction     l2r
1091                   =>iso-ir      177
1092                   mother        =>>ucs@unicode))
1093
1094   (make-charset '=ucs@iso
1095                 "ISO/IEC 10646 for its representative glyphs"
1096                 '(long-name     "UCS for ISO"
1097                   chars         256
1098                   dimension     3
1099                   columns       2
1100                   graphic       2
1101                   direction     l2r
1102                   =>iso-ir      177
1103                   mother        =>>ucs@iso))
1104   (make-charset '=ucs@unicode
1105                 "Unicode for its representative glyphs"
1106                 '(long-name     "UCS for Unicode"
1107                   chars         256
1108                   dimension     3
1109                   columns       2
1110                   graphic       2
1111                   direction     l2r
1112                   =>iso-ir      177
1113                   mother        =ucs@iso))
1114   (make-charset '=ucs@gb
1115                 "ISO/IEC 10646 for GB"
1116                 '(long-name     "UCS for GB"
1117                   chars         256
1118                   dimension     3
1119                   columns       2
1120                   graphic       2
1121                   direction     l2r
1122                   =>iso-ir      177
1123                   mother        =ucs@unicode))
1124   (define-charset-alias 'ucs-gb '=ucs@gb)
1125   (make-charset '=ucs@gb/fw
1126                 "ISO/IEC 10646 for GB with fullwidth"
1127                 '(long-name     "UCS for GB-fullwidth"
1128                   chars         256
1129                   dimension     3
1130                   columns       2
1131                   graphic       2
1132                   direction     l2r
1133                   =>iso-ir      177
1134                   mother        =ucs@gb))
1135   (make-charset '=ucs-bmp@gb
1136                 "ISO/IEC 10646 BMP for GB"
1137                 '(long-name     "BMP for GB"
1138                   chars         256
1139                   dimension     3
1140                   columns       2
1141                   graphic       2
1142                   direction     l2r
1143                   mother        =ucs@gb
1144                   min-code      #x0000
1145                   max-code      #xFFFF))
1146   (make-charset '=ucs@cns
1147                 "ISO/IEC 10646 for CNS 11643"
1148                 '(long-name     "UCS for CNS"
1149                   chars         256
1150                   dimension     3
1151                   columns       2
1152                   graphic       2
1153                   direction     l2r
1154                   =>iso-ir      177
1155                   mother        =ucs@unicode))
1156   (define-charset-alias 'ucs-cns '=ucs@cns)
1157   (make-charset '=ucs@cns/fw
1158                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
1159                 '(long-name     "UCS for CNS-fullwidth"
1160                   chars         256
1161                   dimension     3
1162                   columns       2
1163                   graphic       2
1164                   direction     l2r
1165                   =>iso-ir      177
1166                   mother        =ucs@cns))
1167   (make-charset '=ucs-bmp@cns
1168                 "ISO/IEC 10646 BMP for CNS"
1169                 '(long-name     "BMP for CNS"
1170                   chars         256
1171                   dimension     3
1172                   columns       2
1173                   graphic       2
1174                   direction     l2r
1175                   mother        =ucs@cns
1176                   min-code      #x0000
1177                   max-code      #xFFFF))
1178   (make-charset '=ucs@jis
1179                 "ISO/IEC 10646 for JIS X0208/0212/0213"
1180                 '(long-name     "UCS for JIS"
1181                   chars         256
1182                   dimension     3
1183                   columns       2
1184                   graphic       2
1185                   direction     l2r
1186                   =>iso-ir      177
1187                   mother        =ucs@unicode))
1188   (define-charset-alias 'ucs-jis '=ucs@jis)
1189   (make-charset '=ucs@jis/fw
1190                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
1191                 '(long-name     "UCS for JIS-fullwidth"
1192                   chars         256
1193                   dimension     3
1194                   columns       2
1195                   graphic       2
1196                   direction     l2r
1197                   =>iso-ir      177
1198                   mother        =ucs@jis))
1199   (make-charset '=ucs-bmp@jis
1200                 "ISO/IEC 10646 BMP for JIS"
1201                 '(long-name     "BMP for JIS"
1202                   chars         256
1203                   dimension     3
1204                   columns       2
1205                   graphic       2
1206                   direction     l2r
1207                   mother        =ucs@jis
1208                   min-code      #x0000
1209                   max-code      #xFFFF))
1210   (make-charset '=ucs@jis/1990
1211                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
1212                 '(long-name     "UCS for JIS:1990"
1213                   chars         256
1214                   dimension     3
1215                   columns       2
1216                   graphic       2
1217                   direction     l2r
1218                   =>iso-ir      177
1219                   mother        =ucs@jis))
1220   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
1221   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
1222   (make-charset '=ucs@jis/2000
1223                 "ISO/IEC 10646 for JIS X 0213:2000"
1224                 '(long-name     "UCS for JIS:2000"
1225                   chars         256
1226                   dimension     3
1227                   columns       2
1228                   graphic       2
1229                   direction     l2r
1230                   =>iso-ir      177
1231                   mother        =ucs@jis))
1232   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
1233   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
1234   (make-charset '=ucs@jis/2004
1235                 "ISO/IEC 10646 for JIS X 0213:2004"
1236                 '(long-name     "UCS for JIS:2004"
1237                   chars         256
1238                   dimension     3
1239                   columns       2
1240                   graphic       2
1241                   direction     l2r
1242                   =>iso-ir      177
1243                   mother        =ucs@jis))
1244   (make-charset '=ucs@JP
1245                 "UCS for common glyphs used in Japan"
1246                 '(long-name     "UCS for Japan"
1247                   chars         256
1248                   dimension     3
1249                   columns       2
1250                   graphic       2
1251                   direction     l2r
1252                   =>iso-ir      177
1253                   mother        =ucs@jis/2004))
1254   (define-charset-alias '=ucs@jp '=ucs@JP)
1255   (make-charset '=ucs@ks
1256                 "ISO/IEC 10646 for Korean Standards"
1257                 '(long-name     "UCS for KS"
1258                   chars         256
1259                   dimension     3
1260                   columns       2
1261                   graphic       2
1262                   direction     l2r
1263                   =>iso-ir      177
1264                   mother        =ucs@unicode))
1265   (define-charset-alias 'ucs-ks '=ucs@ks)
1266   (make-charset '=ucs-bmp@ks
1267                 "ISO/IEC 10646 BMP for KS"
1268                 '(long-name     "BMP for KS"
1269                   chars         256
1270                   dimension     3
1271                   columns       2
1272                   graphic       2
1273                   direction     l2r
1274                   mother        =ucs@ks
1275                   min-code      #x0000
1276                   max-code      #xFFFF))
1277   (make-charset '=ucs@cns11643
1278                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
1279                 '(long-name     "UCS for CNS11643"
1280                   chars         256
1281                   dimension     3
1282                   columns       2
1283                   graphic       2
1284                   direction     l2r
1285                   =>iso-ir      177
1286                   mother        =ucs@cns))
1287   (make-charset '=ucs@big5
1288                 "ISO/IEC 10646 for Big5"
1289                 '(long-name     "UCS for Big5"
1290                   chars         256
1291                   dimension     3
1292                   columns       2
1293                   graphic       2
1294                   direction     l2r
1295                   =>iso-ir      177
1296                   mother        =>>ucs@cns))
1297   (define-charset-alias 'ucs-big5 '=ucs@big5)
1298   (make-charset '=ucs@big5/cns11643
1299                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
1300                 '(long-name     "UCS for Big5@CNS11643"
1301                   chars         256
1302                   dimension     3
1303                   columns       2
1304                   graphic       2
1305                   direction     l2r
1306                   =>iso-ir      177
1307                   mother        =ucs@big5))
1308
1309   (make-charset
1310    '=ucs-radicals
1311    "CJK Radicals of UCS"
1312    '(long-name "UCS-Radicals"
1313                chars 256
1314                dimension 2
1315                columns 2
1316                graphic 2
1317                direction l2r
1318                registry "-zhRadicals-.*-ucs-0"
1319                mother ucs-bmp
1320                min-code #x2E00 max-code #x2FFF))
1321   (make-charset
1322    '=ucs-radicals@unicode
1323    "CJK Radicals of UCS"
1324    '(long-name "UCS-Radicals"
1325                chars 256
1326                dimension 2
1327                columns 2
1328                graphic 2
1329                direction l2r
1330                registry "-zhRadicals-.*-ucs-0"
1331                mother =ucs@unicode
1332                min-code #x2E00 max-code #x2FFF))
1333   (make-charset
1334    '=ucs-hangul
1335    "Hangul Syllables of UCS"
1336    '(long-name "UCS-Hangul-Syllables"
1337                chars 256
1338                dimension 2
1339                columns 2
1340                graphic 2
1341                direction l2r
1342                registry "-Hangul-.*-ucs-0"
1343                mother =ucs
1344                min-code #xAC00 max-code #xD7AF))
1345   (make-charset
1346    '=ucs-bmp-cjk
1347    "CJK Characters in BMP of UCS"
1348    '(long-name "UCS-BMP-CJK"
1349                chars 256
1350                dimension 2
1351                columns 2
1352                graphic 2
1353                direction l2r
1354                registry "-zh-.*-ucs-0"
1355                mother ucs-bmp
1356                min-code #x2E00
1357                max-code #x9FA5
1358                ;; max-code #xA4CF
1359                ))
1360   (make-charset
1361    '=ucs-bmp-cjk@unicode
1362    "CJK Characters in BMP of Unicode"
1363    '(long-name "Unicode-BMP-CJK"
1364                chars 256
1365                dimension 2
1366                columns 2
1367                graphic 2
1368                direction l2r
1369                registry "-zh-.*-ucs-0"
1370                mother =ucs@unicode
1371                min-code #x2E00
1372                max-code #x9FA5
1373                ;; max-code #xA4CF
1374                ))
1375   (make-charset
1376    '==>ucs-bmp-cjk@bucs
1377    "CJK Characters in BMP of BUCS"
1378    '(long-name "BUCS-BMP-CJK"
1379                chars 256
1380                dimension 2
1381                columns 2
1382                graphic 2
1383                direction l2r
1384                registry "-zh-.*-ucs-0"
1385                mother ==>ucs@bucs
1386                min-code #x2E00
1387                max-code #x9FA5
1388                ;; max-code #xA4CF
1389                ))
1390   (make-charset
1391    '=ucs-sip-ext-b
1392    "CJK Ideographs Extension B"
1393    '(long-name "UCS CJK Ext-B"
1394                chars 256
1395                dimension 2
1396                columns 2
1397                graphic 2
1398                direction l2r
1399                registry "\\(iso10646\\|ucs02\\)-2$"
1400                mother ucs
1401                min-code #x20000 max-code #x2A6D6
1402                code-offset #x20000))
1403   (make-charset
1404    '=ucs-sip-ext-b@iso
1405    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
1406    '(long-name "UCS CJK Ext-B"
1407                chars 256
1408                dimension 2
1409                columns 2
1410                graphic 2
1411                direction l2r
1412                registry "\\(iso10646\\|ucs02\\)-2$"
1413                mother =ucs@iso
1414                min-code #x20000 max-code #x2A6D6
1415                code-offset #x20000))
1416
1417   (make-charset
1418    '=adobe-japan1-base
1419    "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
1420    `(long-name "Adobe-Japan1"
1421                chars 256
1422                dimension 2
1423                columns 2
1424                graphic 2
1425                direction l2r
1426                registry "AdobeJapan1-[0-6]$"
1427                min-code ,(lsh #x6300 16)
1428                max-code ,(+ (lsh #x6300 16) 23057)
1429                code-offset      ,(lsh #x6300 16)))
1430   (make-charset
1431    '=adobe-japan1-0
1432    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
1433    '(long-name "Adobe-Japan1-0"
1434                chars 256
1435                dimension 2
1436                columns 2
1437                graphic 2
1438                direction l2r
1439                mother =adobe-japan1-base
1440                min-code 0
1441                max-code 8283
1442                registry "AdobeJapan1-0$"))
1443   (make-charset
1444    '=adobe-japan1-1
1445    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
1446    '(long-name "Adobe-Japan1-1"
1447                chars 256
1448                dimension 2
1449                columns 2
1450                graphic 2
1451                direction l2r
1452                mother =adobe-japan1-0
1453                min-code 0
1454                max-code 8358
1455                registry "AdobeJapan1-1$"))
1456   (make-charset
1457    '=adobe-japan1-2
1458    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
1459    '(long-name "Adobe-Japan1-2"
1460                chars 256
1461                dimension 2
1462                columns 2
1463                graphic 2
1464                direction l2r
1465                mother =adobe-japan1-1
1466                min-code 0
1467                max-code 8719
1468                registry "AdobeJapan1-2$"))
1469   (make-charset
1470    '=adobe-japan1-3
1471    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
1472    '(long-name "Adobe-Japan1-3"
1473                chars 256
1474                dimension 2
1475                columns 2
1476                graphic 2
1477                direction l2r
1478                mother =adobe-japan1-2
1479                min-code 0
1480                max-code 9353
1481                registry "AdobeJapan1-3$"))
1482   (make-charset
1483    '=adobe-japan1-4
1484    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
1485    '(long-name "Adobe-Japan1-4"
1486                chars 256
1487                dimension 2
1488                columns 2
1489                graphic 2
1490                direction l2r
1491                mother =adobe-japan1-3
1492                min-code 0
1493                max-code 15443
1494                registry "AdobeJapan1-4$"))
1495   (make-charset
1496    '=adobe-japan1-5
1497    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
1498    '(long-name "Adobe-Japan1-5"
1499                chars 256
1500                dimension 2
1501                columns 2
1502                graphic 2
1503                direction l2r
1504                mother =adobe-japan1-4
1505                min-code 0
1506                max-code 20316
1507                registry "AdobeJapan1-5$"))
1508   (make-charset
1509    '=adobe-japan1-6
1510    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
1511    '(long-name "Adobe-Japan1-6"
1512                chars 256
1513                dimension 2
1514                columns 2
1515                graphic 2
1516                direction l2r
1517                mother =adobe-japan1-5
1518                min-code 0
1519                max-code 23057
1520                registry "AdobeJapan1-6$"))
1521
1522   (make-charset
1523    '=hanyo-denshi/ja
1524    "JA (JIS X0208) part of Han'you-Denshi characters"
1525    `(long-name "Han'you-Denshi/JA"
1526                chars 94
1527                dimension 2
1528                columns 2
1529                graphic 2
1530                direction l2r
1531                registry "HanyoDenshi\\.JA-0$"
1532                min-code ,(lsh #x6400 16)
1533                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1534                code-offset ,(lsh #x6400 16)))
1535   (make-charset
1536    '=hanyo-denshi/jb
1537    "JB (JIS X0212) part of Han'you-Denshi characters"
1538    `(long-name "Han'you-Denshi/JB"
1539                chars 94
1540                dimension 2
1541                columns 2
1542                graphic 2
1543                direction l2r
1544                registry "HanyoDenshi\\.JB-0$"
1545                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1546                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1547                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1548   (make-charset
1549    '=hanyo-denshi/jc
1550    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1551    `(long-name "Han'you-Denshi/JC"
1552                chars 94
1553                dimension 2
1554                columns 2
1555                graphic 2
1556                direction l2r
1557                registry "HanyoDenshi\\.JC-0$"
1558                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1559                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1560                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1561   (make-charset
1562    '=hanyo-denshi/jd
1563    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1564    `(long-name "Han'you-Denshi/JD"
1565                chars 94
1566                dimension 2
1567                columns 2
1568                graphic 2
1569                direction l2r
1570                registry "HanyoDenshi\\.JD-0$"
1571                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1572                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1573                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1574   (make-charset
1575    '=hanyo-denshi/ft
1576    "FT (FDPC additional) part of Han'you-Denshi characters"
1577    `(long-name "Han'you-Denshi/FT"
1578                chars 94
1579                dimension 2
1580                columns 2
1581                graphic 2
1582                direction l2r
1583                registry "HanyoDenshi\\.FT-0$"
1584                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1585                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1586                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1587   (make-charset
1588    '=hanyo-denshi/ia
1589    "IA part of Han'you-Denshi characters"
1590    `(long-name "Han'you-Denshi/IA"
1591                chars 94
1592                dimension 2
1593                columns 2
1594                graphic 2
1595                direction l2r
1596                registry "HanyoDenshi\\.IA-0$"
1597                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1598                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1599                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1600   (make-charset
1601    '=hanyo-denshi/ib
1602    "IB part of Han'you-Denshi characters"
1603    `(long-name "Han'you-Denshi/IB"
1604                chars 94
1605                dimension 2
1606                columns 2
1607                graphic 2
1608                direction l2r
1609                registry "HanyoDenshi\\.IB-0$"
1610                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1611                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1612                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1613   (make-charset
1614    '=hanyo-denshi/hg
1615    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1616    `(long-name "Han'you-Denshi/HG"
1617                chars 94
1618                dimension 2
1619                columns 2
1620                graphic 2
1621                direction l2r
1622                registry "HanyoDenshi\\.HG-0$"
1623                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
1624                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
1625                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
1626   (make-charset
1627    '=hanyo-denshi/ip
1628    "IP (for IPA) part of Han'you-Denshi characters"
1629    `(long-name "Han'you-Denshi/IP"
1630                chars 256
1631                dimension 2
1632                columns 2
1633                graphic 2
1634                direction l2r
1635                registry "HanyoDenshi\\.IP-0$"
1636                min-code    ,(+ (lsh #x6402 16) #x4E00)
1637                max-code    ,(+ (lsh #x6402 16) #x9FFF)
1638                code-offset ,(+ (lsh #x6402 16))))
1639   (make-charset
1640    '=hanyo-denshi/jt
1641    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
1642    `(long-name "Han'you-Denshi/JT"
1643                chars 256
1644                dimension 2
1645                columns 2
1646                graphic 2
1647                direction l2r
1648                registry "HanyoDenshi\\.JT-0$"
1649                min-code    ,(+ (lsh #x6402 16) #xAC00)
1650                max-code    ,(+ (lsh #x6402 16) #xD7AF)
1651                code-offset ,(+ (lsh #x6402 16))))
1652   (make-charset
1653    '=hanyo-denshi/ks
1654    "KS (KoSeki) part of Han'you-Denshi characters"
1655    `(long-name "Han'you-Denshi/KS font encoding"
1656                chars 256
1657                dimension 3
1658                columns 2
1659                graphic 2
1660                direction l2r))
1661   (make-charset
1662    '=hanyo-denshi/ks/mf
1663    "font encoding for KS (KoSeki) characters"
1664    `(long-name "Han'you-Denshi/KS font encoding"
1665                chars 256
1666                dimension 2
1667                columns 2
1668                graphic 2
1669                direction l2r
1670                registry "HanyoDenshi\\.KSMF-0$"
1671                min-code       ,(lsh #x6403 16)
1672                max-code    ,(+ (lsh #x6403 16) #xFFFF)
1673                code-offset    ,(lsh #x6403 16)))
1674
1675   (make-charset
1676    '=>>hanyo-denshi/ft
1677    "Han'you-Denshi/FT abstract glyphs"
1678    '(long-name "Han'you-Denshi/FT glyphs"
1679                chars 94
1680                dimension 2
1681                columns 2
1682                graphic 2
1683                direction l2r
1684                registry "HanyoDenshi\\.FT-0$"
1685                mother =hanyo-denshi/ft))
1686   (make-charset
1687    '=>>hanyo-denshi/jt
1688    "JT (Juuki Touitsu Moji) abstract glyphs"
1689    '(long-name "Han'you-Denshi/JT glyphs"
1690                chars 256
1691                dimension 2
1692                columns 2
1693                graphic 2
1694                direction l2r
1695                registry "HanyoDenshi\\.JT-0$"
1696                mother =hanyo-denshi/jt))
1697   (make-charset
1698    '=>>hanyo-denshi/ks
1699    "Han'you-Denshi/KS abstract glyphs"
1700    '(long-name "Han'you-Denshi/KS glyphs"
1701                chars 94
1702                dimension 2
1703                columns 2
1704                graphic 2
1705                direction l2r
1706                mother =hanyo-denshi/ks))
1707   )
1708
1709 ;;; mule-conf.el ends here