7c6a598b18b61126f6d95c0b15b244892fbd6fde
[chise/xemacs-chise.git] / 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 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
498    "JIS X 0213 Plain 2 abstract characters"
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
507   (make-charset '=big5-cdp
508                 "Big5 with CDP extension"
509                 '(long-name     "Big5-CDP"
510                   chars         256
511                   dimension     2
512                   columns       2
513                   graphic       2
514                   direction     l2r
515                   registry      "big5\\.cdp-0"
516                   mother        chinese-big5
517                   min-code      #x8140
518                   max-code      #x8DFE))
519   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
520
521   (make-charset '=>>big5-cdp
522                 "Abstract glyphs of Big5-CDP"
523                 '(long-name     "Big5-CDP glyphs"
524                   chars         256
525                   dimension     2
526                   columns       2
527                   graphic       2
528                   direction     l2r
529                   registry      "big5\\.cdp-0"
530                   mother        =big5-cdp))
531
532   (make-charset '=>big5-cdp
533                 "Big5-CDP abstract characters"
534                 '(long-name     "Big5-CDP abstract characters"
535                   chars         256
536                   dimension     2
537                   columns       2
538                   graphic       2
539                   direction     l2r
540                   registry      "big5\\.cdp-0"
541                   mother        =>>big5-cdp))
542
543   (make-charset '=gt
544                 "GT 2000"
545                 `(long-name     "GT"
546                   chars         256
547                   dimension     3
548                   columns       2
549                   graphic       2
550                   direction     l2r
551                   registry      ""
552                   min-code      ,(lsh #x6100 16)
553                   max-code      ,(+ (lsh #x6100 16) 67547)
554                   code-offset   ,(lsh #x6100 16)))
555   (define-charset-alias 'ideograph-gt '=gt)
556   (make-charset '=>>gt
557                 "GT 2000 abstract glyphs"
558                 '(long-name     "GT abstract glyphs"
559                   chars         256
560                   dimension     3
561                   columns       2
562                   graphic       2
563                   direction     l2r
564                   mother        =gt))
565   (define-charset-alias '<=>gt '=>>gt)
566   (define-charset-alias '<==>gt '=>>gt)
567   (make-charset '=>gt
568                 "GT 2000 abstract characters"
569                 '(long-name     "abstract GT characters"
570                   chars         256
571                   dimension     3
572                   columns       2
573                   graphic       2
574                   direction     l2r
575                   mother        =>>gt))
576   (make-charset '=gt-k
577                 "Ideographic components of GT"
578                 `(long-name     "GT components"
579                   chars         256
580                   dimension     2
581                   columns       2
582                   graphic       2
583                   direction     l2r
584                   registry      ""
585                   min-code      ,(lsh #x6110 16)
586                   max-code      ,(+ (lsh #x6110 16) 17090)
587                   code-offset   ,(lsh #x6110 16)))
588   (define-charset-alias 'ideograph-gt-k '=gt-k)
589   (make-charset '=>>gt-k
590                 "abstract glyphs of GT-K"
591                 '(long-name     "GT-K abstract glyphs"
592                   chars         256
593                   dimension     2
594                   columns       2
595                   graphic       2
596                   direction     l2r
597                   mother        =gt-k))
598   (let ((i 1))
599     (while (<= i 11)
600       (make-charset
601        (intern (format "=gt-pj-%d" i))
602        (format "GT 2000 (pseudo JIS encoding) part %d" i)
603        `(long-name ,(format "GT PJ %d" i)
604                    chars 94
605                    dimension 2
606                    columns 2
607                    graphic 0
608                    direction l2r
609                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
610       (define-charset-alias
611         (intern (format "ideograph-gt-pj-%d" i))
612         (intern (format "=gt-pj-%d" i)))
613       (setq i (1+ i))))
614   (make-charset
615    '=gt-pj-k1
616    "Ideographic parts of GT (pseudo JIS encoding) part 1"
617    '(long-name "GT K1"
618                chars 94
619                dimension 2
620                columns 2
621                graphic 0
622                direction l2r
623                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
624   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
625   (make-charset
626    '=gt-pj-k2
627    "Ideographic parts of GT (pseudo JIS encoding) part 2"
628    '(long-name "GT K2"
629                chars 94
630                dimension 2
631                columns 2
632                graphic 0
633                direction l2r
634                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
635   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
636
637   (make-charset '=daikanwa
638                 "Daikanwa dictionary (unchanged part)"
639                 `(long-name     "Daikanwa"
640                   chars         256
641                   dimension     2
642                   columns       2
643                   graphic       2
644                   direction     l2r
645                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
646                   min-code      #xE00000
647                   max-code      ,(+ #xE00000 50100)
648                   code-offset   #xE00000))
649   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
650
651   (make-charset '=daikanwa@rev1
652                 "Daikanwa dictionary (revised version)"
653                 `(long-name     "Daikanwa Rev."
654                   chars         256
655                   dimension     2
656                   columns       2
657                   graphic       2
658                   direction     l2r
659                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
660                   mother        =daikanwa
661                   ))
662   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
663   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
664
665   (make-charset '=daikanwa@rev2
666                 "Daikanwa dictionary (revised version 2)"
667                 `(long-name     "Daikanwa"
668                   chars         256
669                   dimension     2
670                   columns       2
671                   graphic       2
672                   direction     l2r
673                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
674                   mother        =daikanwa
675                   min-code      1
676                   max-code      49964
677                   ;; min-code   #xE00000
678                   ;; max-code   ,(+ #xE00000 50100)
679                   ;; code-offset        #xE00000
680                   ))
681   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
682
683   (make-charset '=>>daikanwa
684                 "Daikanwa abstract glyphs"
685                 '(long-name     "Daikanwa glyphs"
686                   chars         256
687                   dimension     2
688                   columns       2
689                   graphic       2
690                   direction     l2r
691                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
692                   mother        =daikanwa))
693
694   (make-charset '=>daikanwa
695                 "Daikanwa abstract characters"
696                 '(long-name     "abstract Daikanwa"
697                   chars         256
698                   dimension     2
699                   columns       2
700                   graphic       2
701                   direction     l2r
702                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
703                   mother        =>>daikanwa))
704
705   (make-charset '=shinjigen
706                 "Kadokawa ShinJigen dictionary (common parts)"
707                 `(long-name     "Shinjigen common parts"
708                   chars         256
709                   dimension     2
710                   columns       2
711                   graphic       2
712                   direction     l2r
713                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
714
715   (make-charset '=shinjigen@1ed
716                 "Kadokawa ShinJigen dictionary (the first edition)"
717                 `(long-name     "Shinjigen-1"
718                   chars         256
719                   dimension     2
720                   columns       2
721                   graphic       2
722                   direction     l2r
723                   mother        =shinjigen
724                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
725   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
726
727   (make-charset '=shinjigen@1ed/24pr
728                 "Kadokawa ShinJigen dictionary (the 24th impression)"
729                 `(long-name     "Shinjigen-1 24pr"
730                   chars         256
731                   dimension     2
732                   columns       2
733                   graphic       2
734                   direction     l2r
735                   mother        =shinjigen@1ed))
736
737   (make-charset '=shinjigen@rev
738                 "Kadokawa ShinJigen dictionary (the revised edition)"
739                 `(long-name     "Shinjigen-2"
740                   chars         256
741                   dimension     2
742                   columns       2
743                   graphic       2
744                   direction     l2r
745                   mother        =shinjigen
746                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
747   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
748   (make-charset '=shinjigen/+p@rev
749                 "ShinJigen (the second edition) number with '"
750                 `(long-name     "Shinjigen-2 with '"
751                   chars         256
752                   dimension     2
753                   columns       2
754                   graphic       2
755                   direction     l2r))
756   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
757
758   (make-charset '=big5-pua
759                 "Big5 with private used area"
760                 '(long-name     "Big5-PUA"
761                   chars         256
762                   dimension     2
763                   columns       2
764                   graphic       2
765                   direction     l2r
766                   mother        chinese-big5
767                   registry      "Big5\\.ETEN"))
768   (define-charset-alias 'chinese-big5-pua '=big5-pua)
769   (make-charset '=big5-eten
770                 "Big5 ETEN"
771                 '(long-name     "Big5-ETEN"
772                   chars         256
773                   dimension     2
774                   columns       2
775                   graphic       2
776                   direction     l2r
777                   mother        chinese-big5
778                   min-code      #x8140
779                   max-code      #xFEFE
780                   registry      "Big5\\.ETEN"))
781   (define-charset-alias 'chinese-big5-eten '=big5-eten)
782   (make-charset 'chinese-big5-eten-a
783                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
784                 '(long-name     "Big5-ETEN-a"
785                   chars         256
786                   dimension     2
787                   columns       2
788                   graphic       2
789                   direction     l2r
790                   mother        chinese-big5
791                   min-code      #xF9D6
792                   max-code      #xF9FE
793                   registry      "Big5\\.ETEN"))
794   (make-charset 'chinese-big5-eten-b
795                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
796                 '(long-name     "Big5-ETEN-b"
797                   chars         256
798                   dimension     2
799                   columns       2
800                   graphic       2
801                   direction     l2r
802                   mother        chinese-big5
803                   min-code      #xC6A1
804                   max-code      #xC8FE
805                   registry      "Big5\\.ETEN"))
806
807   (let* ((i 1)
808          (hzk-min (+ (lsh #x6200 16) 65536))
809          (hzk-max (+ hzk-min 65535)))
810     (while (<= i 12)
811       (make-charset
812        (intern (format "=hanziku-%d" i))
813        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
814        `(long-name ,(format "HANZIKU-%d" i)
815                    chars 256
816                    dimension 2
817                    columns 2
818                    graphic 2
819                    direction l2r
820                    registry ,(format "hanziku-%d$" i i)
821                    min-code ,hzk-min
822                    max-code ,hzk-max
823                    code-offset ,hzk-min))
824       (define-charset-alias
825         (intern (format "ideograph-hanziku-%d" i))
826         (intern (format "=hanziku-%d" i)))
827       (setq hzk-min (1+ hzk-max)
828             hzk-max (+ hzk-min 65535))
829       (setq i (1+ i))))
830
831   (make-charset '=cbeta "CBETA private characters"
832                 '(long-name     "CBETA PUA"
833                   chars         256
834                   dimension     2
835                   registry      "cbeta-0"
836                   graphic       2
837                   min-code      #xE20000
838                   max-code      #xE2FFFF
839                   code-offset   #xE20000
840                   columns       2
841                   direction     l2r))
842   (define-charset-alias 'ideograph-cbeta '=cbeta)
843
844   (make-charset '=zinbun-oracle
845                 "Oracle Bones Script"
846                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
847                   chars         256
848                   dimension     2
849                   registry      "zob1968-0"
850                   graphic       2
851                   min-code      #xE70000
852                   max-code      ,(+ #xE70000 8192)
853                   code-offset   #xE70000
854                   columns       2
855                   direction     l2r))
856
857   (make-charset '=>zinbun-oracle
858                 "Abstract Oracle Bones"
859                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
860                   chars         256
861                   dimension     2
862                   mother        =zinbun-oracle
863                   registry      "zob1968-0"
864                   graphic       2
865                   columns       2
866                   direction     l2r))
867
868   (make-charset '=jef-china3
869                 "JEF + CHINA3 private characters"
870                 '(long-name     "JEF + CHINA3"
871                   chars         256
872                   dimension     2
873                   columns       2
874                   graphic       2
875                   direction     l2r
876                   registry      "china3jef-0"
877                   min-code      #xE80000
878                   max-code      #xE8FFFF
879                   code-offset   #xE80000))
880   (define-charset-alias 'china3-jef '=jef-china3)
881
882   (make-charset '=ruimoku-v6
883                 "private characters used in RUIMOKU Version.6"
884                 `(long-name     "RUI6"
885                   chars         256
886                   dimension     2
887                   columns       2
888                   graphic       2
889                   direction     l2r
890                   registry      "rui6-0"
891                   ;; mother     ucs
892                   min-code      #xE90000 ; #xE000
893                   max-code      #xE908FF ; #xE8FF
894                   code-offset   ,(- #xE90000 #xE000)))
895
896   (make-charset '==>ucs@bucs
897                 "Basic Subset of Coded Character Sets (BUCS)"
898                 '(long-name     "BUCS abstract characters"
899                   chars         256
900                   dimension     3
901                   columns       2
902                   graphic       2
903                   direction     l2r
904                   =>iso-ir      177
905                   mother        =ucs))
906
907   (make-charset '=>ucs@iso
908                 "Abstract characters of ISO/IEC 10646 representatives"
909                 '(long-name     "UCS characters for ISO"
910                   chars         256
911                   dimension     3
912                   columns       2
913                   graphic       2
914                   direction     l2r
915                   =>iso-ir      177
916                   mother        =ucs))
917   (make-charset '=>ucs@unicode
918                 "Abstract characters of Unicode representatives"
919                 '(long-name     "UCS characters for Unicode"
920                   chars         256
921                   dimension     3
922                   columns       2
923                   graphic       2
924                   direction     l2r
925                   =>iso-ir      177
926                   mother        =>ucs@iso))
927   (make-charset '=>ucs@jis
928                 "UCS Representative characters for JIS X0208/0212/0213"
929                 '(long-name     "UCS characters for JIS"
930                   chars         256
931                   dimension     3
932                   columns       2
933                   graphic       2
934                   direction     l2r
935                   =>iso-ir      177
936                   mother        =>ucs@unicode))
937   (make-charset '=>ucs@JP
938                 "UCS Representative characters for Japanese usual unification"
939                 '(long-name     "UCS characters for JP"
940                   chars         256
941                   dimension     3
942                   columns       2
943                   graphic       2
944                   direction     l2r
945                   =>iso-ir      177
946                   mother        =>ucs@jis))
947   (make-charset '=>ucs@ks
948                 "UCS Representative characters for Korean Standards"
949                 '(long-name     "UCS characters for KS"
950                   chars         256
951                   dimension     3
952                   columns       2
953                   graphic       2
954                   direction     l2r
955                   =>iso-ir      177
956                   mother        =>ucs@unicode))
957   (make-charset '=>ucs@cns
958                 "UCS representatives characters for CNS 11643 sources"
959                 '(long-name     "UCS characters for CNS 11643"
960                   chars         256
961                   dimension     3
962                   columns       2
963                   graphic       2
964                   direction     l2r
965                   =>iso-ir      177
966                   mother        =>ucs@unicode))
967
968   (make-charset '=>>ucs@iso
969                 "Representative abstract glyphs of ISO/IEC 10646"
970                 '(long-name     "UCS glyphs for UCS"
971                   chars         256
972                   dimension     3
973                   columns       2
974                   graphic       2
975                   direction     l2r
976                   =>iso-ir      177
977                   mother        =>ucs@iso))
978   (make-charset '=>>ucs@unicode
979                 "Representative abstract glyphs of Unicode"
980                 '(long-name     "Unicode abstract glyphs"
981                   chars         256
982                   dimension     3
983                   columns       2
984                   graphic       2
985                   direction     l2r
986                   =>iso-ir      177
987                   mother        =>>ucs@iso))
988   (make-charset '=>>ucs@jis
989                 "UCS Representative glyphs for JIS X0208/0212/0213"
990                 '(long-name     "UCS glyphs for JIS"
991                   chars         256
992                   dimension     3
993                   columns       2
994                   graphic       2
995                   direction     l2r
996                   =>iso-ir      177
997                   mother        =>>ucs@unicode))
998   (make-charset '=>>ucs@jis/1990
999                 "UCS Representative glyphs for JIS X 0208/0212:1990"
1000                 '(long-name     "UCS glyphs for JIS:1990"
1001                   chars         256
1002                   dimension     3
1003                   columns       2
1004                   graphic       2
1005                   direction     l2r
1006                   =>iso-ir      177
1007                   mother        =>>ucs@jis))
1008   (make-charset '=>>ucs@jis/2000
1009                 "UCS Representative glyphs for JIS X 0213:2000"
1010                 '(long-name     "UCS glyphs for JIS:2000"
1011                   chars         256
1012                   dimension     3
1013                   columns       2
1014                   graphic       2
1015                   direction     l2r
1016                   =>iso-ir      177
1017                   mother        =>>ucs@jis))
1018   (make-charset '=>>ucs@jis/2004
1019                 "UCS Representative glyphs for JIS X 0213:2004"
1020                 '(long-name     "UCS glyphs for JIS:2004"
1021                   chars         256
1022                   dimension     3
1023                   columns       2
1024                   graphic       2
1025                   direction     l2r
1026                   =>iso-ir      177
1027                   mother        =>>ucs@jis))
1028   (make-charset '=>>ucs@ks
1029                 "UCS Representative glyphs for Korean Standards"
1030                 '(long-name     "UCS glyphs for KS"
1031                   chars         256
1032                   dimension     3
1033                   columns       2
1034                   graphic       2
1035                   direction     l2r
1036                   =>iso-ir      177
1037                   mother        =>>ucs@unicode))
1038   (make-charset '=>>ucs@cns
1039                 "UCS Representative glyphs for CNS 11643 sources"
1040                 '(long-name     "UCS glyphs for CNS"
1041                   chars         256
1042                   dimension     3
1043                   columns       2
1044                   graphic       2
1045                   direction     l2r
1046                   =>iso-ir      177
1047                   mother        =>>ucs@unicode))
1048
1049   (make-charset '=ucs@iso
1050                 "ISO/IEC 10646 for its representative glyphs"
1051                 '(long-name     "UCS for ISO"
1052                   chars         256
1053                   dimension     3
1054                   columns       2
1055                   graphic       2
1056                   direction     l2r
1057                   =>iso-ir      177
1058                   mother        =>>ucs@iso))
1059   (make-charset '=ucs@unicode
1060                 "Unicode for its representative glyphs"
1061                 '(long-name     "UCS for Unicode"
1062                   chars         256
1063                   dimension     3
1064                   columns       2
1065                   graphic       2
1066                   direction     l2r
1067                   =>iso-ir      177
1068                   mother        =ucs@iso))
1069   (make-charset '=ucs@gb
1070                 "ISO/IEC 10646 for GB"
1071                 '(long-name     "UCS for GB"
1072                   chars         256
1073                   dimension     3
1074                   columns       2
1075                   graphic       2
1076                   direction     l2r
1077                   =>iso-ir      177
1078                   mother        =ucs@unicode))
1079   (define-charset-alias 'ucs-gb '=ucs@gb)
1080   (make-charset '=ucs@gb/fw
1081                 "ISO/IEC 10646 for GB with fullwidth"
1082                 '(long-name     "UCS for GB-fullwidth"
1083                   chars         256
1084                   dimension     3
1085                   columns       2
1086                   graphic       2
1087                   direction     l2r
1088                   =>iso-ir      177
1089                   mother        =ucs@gb))
1090   (make-charset '=ucs-bmp@gb
1091                 "ISO/IEC 10646 BMP for GB"
1092                 '(long-name     "BMP for GB"
1093                   chars         256
1094                   dimension     3
1095                   columns       2
1096                   graphic       2
1097                   direction     l2r
1098                   mother        =ucs@gb
1099                   min-code      #x0000
1100                   max-code      #xFFFF))
1101   (make-charset '=ucs@cns
1102                 "ISO/IEC 10646 for CNS 11643"
1103                 '(long-name     "UCS for CNS"
1104                   chars         256
1105                   dimension     3
1106                   columns       2
1107                   graphic       2
1108                   direction     l2r
1109                   =>iso-ir      177
1110                   mother        =ucs@unicode))
1111   (define-charset-alias 'ucs-cns '=ucs@cns)
1112   (make-charset '=ucs@cns/fw
1113                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
1114                 '(long-name     "UCS for CNS-fullwidth"
1115                   chars         256
1116                   dimension     3
1117                   columns       2
1118                   graphic       2
1119                   direction     l2r
1120                   =>iso-ir      177
1121                   mother        =ucs@cns))
1122   (make-charset '=ucs-bmp@cns
1123                 "ISO/IEC 10646 BMP for CNS"
1124                 '(long-name     "BMP for CNS"
1125                   chars         256
1126                   dimension     3
1127                   columns       2
1128                   graphic       2
1129                   direction     l2r
1130                   mother        =ucs@cns
1131                   min-code      #x0000
1132                   max-code      #xFFFF))
1133   (make-charset '=ucs@jis
1134                 "ISO/IEC 10646 for JIS X0208/0212/0213"
1135                 '(long-name     "UCS for JIS"
1136                   chars         256
1137                   dimension     3
1138                   columns       2
1139                   graphic       2
1140                   direction     l2r
1141                   =>iso-ir      177
1142                   mother        =ucs@unicode))
1143   (define-charset-alias 'ucs-jis '=ucs@jis)
1144   (make-charset '=ucs@jis/fw
1145                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
1146                 '(long-name     "UCS for JIS-fullwidth"
1147                   chars         256
1148                   dimension     3
1149                   columns       2
1150                   graphic       2
1151                   direction     l2r
1152                   =>iso-ir      177
1153                   mother        =ucs@jis))
1154   (make-charset '=ucs-bmp@jis
1155                 "ISO/IEC 10646 BMP for JIS"
1156                 '(long-name     "BMP for JIS"
1157                   chars         256
1158                   dimension     3
1159                   columns       2
1160                   graphic       2
1161                   direction     l2r
1162                   mother        =ucs@jis
1163                   min-code      #x0000
1164                   max-code      #xFFFF))
1165   (make-charset '=ucs@jis/1990
1166                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
1167                 '(long-name     "UCS for JIS:1990"
1168                   chars         256
1169                   dimension     3
1170                   columns       2
1171                   graphic       2
1172                   direction     l2r
1173                   =>iso-ir      177
1174                   mother        =ucs@jis))
1175   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
1176   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
1177   (make-charset '=ucs@jis/2000
1178                 "ISO/IEC 10646 for JIS X 0213:2000"
1179                 '(long-name     "UCS for JIS:2000"
1180                   chars         256
1181                   dimension     3
1182                   columns       2
1183                   graphic       2
1184                   direction     l2r
1185                   =>iso-ir      177
1186                   mother        =ucs@jis))
1187   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
1188   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
1189   (make-charset '=ucs@jis/2004
1190                 "ISO/IEC 10646 for JIS X 0213:2004"
1191                 '(long-name     "UCS for JIS:2004"
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@JP
1200                 "UCS for common glyphs used in Japan"
1201                 '(long-name     "UCS for Japan"
1202                   chars         256
1203                   dimension     3
1204                   columns       2
1205                   graphic       2
1206                   direction     l2r
1207                   =>iso-ir      177
1208                   mother        =ucs@jis/2004))
1209   (define-charset-alias '=ucs@jp '=ucs@JP)
1210   (make-charset '=ucs@ks
1211                 "ISO/IEC 10646 for Korean Standards"
1212                 '(long-name     "UCS for KS"
1213                   chars         256
1214                   dimension     3
1215                   columns       2
1216                   graphic       2
1217                   direction     l2r
1218                   =>iso-ir      177
1219                   mother        =ucs@unicode))
1220   (define-charset-alias 'ucs-ks '=ucs@ks)
1221   (make-charset '=ucs-bmp@ks
1222                 "ISO/IEC 10646 BMP for KS"
1223                 '(long-name     "BMP for KS"
1224                   chars         256
1225                   dimension     3
1226                   columns       2
1227                   graphic       2
1228                   direction     l2r
1229                   mother        =ucs@ks
1230                   min-code      #x0000
1231                   max-code      #xFFFF))
1232   (make-charset '=ucs@cns11643
1233                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
1234                 '(long-name     "UCS for CNS11643"
1235                   chars         256
1236                   dimension     3
1237                   columns       2
1238                   graphic       2
1239                   direction     l2r
1240                   =>iso-ir      177
1241                   mother        =ucs@cns))
1242   (make-charset '=ucs@big5
1243                 "ISO/IEC 10646 for Big5"
1244                 '(long-name     "UCS for Big5"
1245                   chars         256
1246                   dimension     3
1247                   columns       2
1248                   graphic       2
1249                   direction     l2r
1250                   =>iso-ir      177
1251                   mother        =>>ucs@cns))
1252   (define-charset-alias 'ucs-big5 '=ucs@big5)
1253   (make-charset '=ucs@big5/cns11643
1254                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
1255                 '(long-name     "UCS for Big5@CNS11643"
1256                   chars         256
1257                   dimension     3
1258                   columns       2
1259                   graphic       2
1260                   direction     l2r
1261                   =>iso-ir      177
1262                   mother        =ucs@big5))
1263
1264   (make-charset
1265    '=ucs-radicals
1266    "CJK Radicals of UCS"
1267    '(long-name "UCS-Radicals"
1268                chars 256
1269                dimension 2
1270                columns 2
1271                graphic 2
1272                direction l2r
1273                registry "-zhRadicals-.*-ucs-0"
1274                mother ucs-bmp
1275                min-code #x2E00 max-code #x2FFF))
1276   (make-charset
1277    '=ucs-radicals@unicode
1278    "CJK Radicals of UCS"
1279    '(long-name "UCS-Radicals"
1280                chars 256
1281                dimension 2
1282                columns 2
1283                graphic 2
1284                direction l2r
1285                registry "-zhRadicals-.*-ucs-0"
1286                mother =ucs@unicode
1287                min-code #x2E00 max-code #x2FFF))
1288   (make-charset
1289    '=ucs-hangul
1290    "Hangul Syllables of UCS"
1291    '(long-name "UCS-Hangul-Syllables"
1292                chars 256
1293                dimension 2
1294                columns 2
1295                graphic 2
1296                direction l2r
1297                registry "-Hangul-.*-ucs-0"
1298                mother =ucs
1299                min-code #xAC00 max-code #xD7AF))
1300   (make-charset
1301    '=ucs-bmp-cjk
1302    "CJK Characters in BMP of UCS"
1303    '(long-name "UCS-BMP-CJK"
1304                chars 256
1305                dimension 2
1306                columns 2
1307                graphic 2
1308                direction l2r
1309                registry "-zh-.*-ucs-0"
1310                mother ucs-bmp
1311                min-code #x2E00
1312                max-code #x9FA5
1313                ;; max-code #xA4CF
1314                ))
1315   (make-charset
1316    '=ucs-bmp-cjk@unicode
1317    "CJK Characters in BMP of Unicode"
1318    '(long-name "Unicode-BMP-CJK"
1319                chars 256
1320                dimension 2
1321                columns 2
1322                graphic 2
1323                direction l2r
1324                registry "-zh-.*-ucs-0"
1325                mother =ucs@unicode
1326                min-code #x2E00
1327                max-code #x9FA5
1328                ;; max-code #xA4CF
1329                ))
1330   (make-charset
1331    '==>ucs-bmp-cjk@bucs
1332    "CJK Characters in BMP of BUCS"
1333    '(long-name "BUCS-BMP-CJK"
1334                chars 256
1335                dimension 2
1336                columns 2
1337                graphic 2
1338                direction l2r
1339                registry "-zh-.*-ucs-0"
1340                mother ==>ucs@bucs
1341                min-code #x2E00
1342                max-code #x9FA5
1343                ;; max-code #xA4CF
1344                ))
1345   (make-charset
1346    '=ucs-sip-ext-b
1347    "CJK Ideographs Extension B"
1348    '(long-name "UCS CJK Ext-B"
1349                chars 256
1350                dimension 2
1351                columns 2
1352                graphic 2
1353                direction l2r
1354                registry "\\(iso10646\\|ucs02\\)-2$"
1355                mother ucs
1356                min-code #x20000 max-code #x2A6D6
1357                code-offset #x20000))
1358   (make-charset
1359    '=ucs-sip-ext-b@iso
1360    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
1361    '(long-name "UCS CJK Ext-B"
1362                chars 256
1363                dimension 2
1364                columns 2
1365                graphic 2
1366                direction l2r
1367                registry "\\(iso10646\\|ucs02\\)-2$"
1368                mother =ucs@iso
1369                min-code #x20000 max-code #x2A6D6
1370                code-offset #x20000))
1371
1372   (make-charset
1373    '=adobe-japan1-base
1374    "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
1375    `(long-name "Adobe-Japan1"
1376                chars 256
1377                dimension 2
1378                columns 2
1379                graphic 2
1380                direction l2r
1381                registry "AdobeJapan1-[0-6]$"
1382                min-code ,(lsh #x6300 16)
1383                max-code ,(+ (lsh #x6300 16) 23057)
1384                code-offset      ,(lsh #x6300 16)))
1385   (make-charset
1386    '=adobe-japan1-0
1387    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
1388    '(long-name "Adobe-Japan1-0"
1389                chars 256
1390                dimension 2
1391                columns 2
1392                graphic 2
1393                direction l2r
1394                mother =adobe-japan1-base
1395                min-code 0
1396                max-code 8283
1397                registry "AdobeJapan1-0$"))
1398   (make-charset
1399    '=adobe-japan1-1
1400    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
1401    '(long-name "Adobe-Japan1-1"
1402                chars 256
1403                dimension 2
1404                columns 2
1405                graphic 2
1406                direction l2r
1407                mother =adobe-japan1-0
1408                min-code 0
1409                max-code 8358
1410                registry "AdobeJapan1-1$"))
1411   (make-charset
1412    '=adobe-japan1-2
1413    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
1414    '(long-name "Adobe-Japan1-2"
1415                chars 256
1416                dimension 2
1417                columns 2
1418                graphic 2
1419                direction l2r
1420                mother =adobe-japan1-1
1421                min-code 0
1422                max-code 8719
1423                registry "AdobeJapan1-2$"))
1424   (make-charset
1425    '=adobe-japan1-3
1426    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
1427    '(long-name "Adobe-Japan1-3"
1428                chars 256
1429                dimension 2
1430                columns 2
1431                graphic 2
1432                direction l2r
1433                mother =adobe-japan1-2
1434                min-code 0
1435                max-code 9353
1436                registry "AdobeJapan1-3$"))
1437   (make-charset
1438    '=adobe-japan1-4
1439    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
1440    '(long-name "Adobe-Japan1-4"
1441                chars 256
1442                dimension 2
1443                columns 2
1444                graphic 2
1445                direction l2r
1446                mother =adobe-japan1-3
1447                min-code 0
1448                max-code 15443
1449                registry "AdobeJapan1-4$"))
1450   (make-charset
1451    '=adobe-japan1-5
1452    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
1453    '(long-name "Adobe-Japan1-5"
1454                chars 256
1455                dimension 2
1456                columns 2
1457                graphic 2
1458                direction l2r
1459                mother =adobe-japan1-4
1460                min-code 0
1461                max-code 20316
1462                registry "AdobeJapan1-5$"))
1463   (make-charset
1464    '=adobe-japan1-6
1465    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
1466    '(long-name "Adobe-Japan1-6"
1467                chars 256
1468                dimension 2
1469                columns 2
1470                graphic 2
1471                direction l2r
1472                mother =adobe-japan1-5
1473                min-code 0
1474                max-code 23057
1475                registry "AdobeJapan1-6$"))
1476   )
1477
1478 ;;; mule-conf.el ends here