(=>>ruimoku-v6): 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
694                 "Daikanwa abstract glyphs"
695                 '(long-name     "Daikanwa glyphs"
696                   chars         256
697                   dimension     2
698                   columns       2
699                   graphic       2
700                   direction     l2r
701                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
702                   mother        =daikanwa))
703
704   (make-charset '=>daikanwa
705                 "Daikanwa abstract characters"
706                 '(long-name     "abstract Daikanwa"
707                   chars         256
708                   dimension     2
709                   columns       2
710                   graphic       2
711                   direction     l2r
712                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
713                   mother        =>>daikanwa))
714
715   (make-charset '=shinjigen
716                 "Kadokawa ShinJigen dictionary (common parts)"
717                 `(long-name     "Shinjigen common parts"
718                   chars         256
719                   dimension     2
720                   columns       2
721                   graphic       2
722                   direction     l2r
723                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
724
725   (make-charset '=shinjigen@1ed
726                 "Kadokawa ShinJigen dictionary (the first edition)"
727                 `(long-name     "Shinjigen-1"
728                   chars         256
729                   dimension     2
730                   columns       2
731                   graphic       2
732                   direction     l2r
733                   mother        =shinjigen
734                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
735   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
736
737   (make-charset '=shinjigen@1ed/24pr
738                 "Kadokawa ShinJigen dictionary (the 24th impression)"
739                 `(long-name     "Shinjigen-1 24pr"
740                   chars         256
741                   dimension     2
742                   columns       2
743                   graphic       2
744                   direction     l2r
745                   mother        =shinjigen@1ed))
746
747   (make-charset '=shinjigen@rev
748                 "Kadokawa ShinJigen dictionary (the revised edition)"
749                 `(long-name     "Shinjigen-2"
750                   chars         256
751                   dimension     2
752                   columns       2
753                   graphic       2
754                   direction     l2r
755                   mother        =shinjigen
756                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
757   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
758   (make-charset '=shinjigen/+p@rev
759                 "ShinJigen (the second edition) number with '"
760                 `(long-name     "Shinjigen-2 with '"
761                   chars         256
762                   dimension     2
763                   columns       2
764                   graphic       2
765                   direction     l2r))
766   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
767
768   (make-charset '=big5-pua
769                 "Big5 with private used area"
770                 '(long-name     "Big5-PUA"
771                   chars         256
772                   dimension     2
773                   columns       2
774                   graphic       2
775                   direction     l2r
776                   mother        chinese-big5
777                   registry      "Big5\\.ETEN"))
778   (define-charset-alias 'chinese-big5-pua '=big5-pua)
779   (make-charset '=big5-eten
780                 "Big5 ETEN"
781                 '(long-name     "Big5-ETEN"
782                   chars         256
783                   dimension     2
784                   columns       2
785                   graphic       2
786                   direction     l2r
787                   mother        chinese-big5
788                   min-code      #x8140
789                   max-code      #xFEFE
790                   registry      "Big5\\.ETEN"))
791   (define-charset-alias 'chinese-big5-eten '=big5-eten)
792   (make-charset 'chinese-big5-eten-a
793                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
794                 '(long-name     "Big5-ETEN-a"
795                   chars         256
796                   dimension     2
797                   columns       2
798                   graphic       2
799                   direction     l2r
800                   mother        chinese-big5
801                   min-code      #xF9D6
802                   max-code      #xF9FE
803                   registry      "Big5\\.ETEN"))
804   (make-charset 'chinese-big5-eten-b
805                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
806                 '(long-name     "Big5-ETEN-b"
807                   chars         256
808                   dimension     2
809                   columns       2
810                   graphic       2
811                   direction     l2r
812                   mother        chinese-big5
813                   min-code      #xC6A1
814                   max-code      #xC8FE
815                   registry      "Big5\\.ETEN"))
816
817   (let* ((i 1)
818          (hzk-min (+ (lsh #x6200 16) 65536))
819          (hzk-max (+ hzk-min 65535)))
820     (while (<= i 12)
821       (make-charset
822        (intern (format "=hanziku-%d" i))
823        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
824        `(long-name ,(format "HANZIKU-%d" i)
825                    chars 256
826                    dimension 2
827                    columns 2
828                    graphic 2
829                    direction l2r
830                    registry ,(format "hanziku-%d$" i i)
831                    min-code ,hzk-min
832                    max-code ,hzk-max
833                    code-offset ,hzk-min))
834       (define-charset-alias
835         (intern (format "ideograph-hanziku-%d" i))
836         (intern (format "=hanziku-%d" i)))
837       (setq hzk-min (1+ hzk-max)
838             hzk-max (+ hzk-min 65535))
839       (setq i (1+ i))))
840
841   (make-charset '=cbeta "CBETA private characters"
842                 '(long-name     "CBETA PUA"
843                   chars         256
844                   dimension     2
845                   registry      "cbeta-0"
846                   graphic       2
847                   min-code      #xE20000
848                   max-code      #xE2FFFF
849                   code-offset   #xE20000
850                   columns       2
851                   direction     l2r))
852   (define-charset-alias 'ideograph-cbeta '=cbeta)
853
854   (make-charset '=zinbun-oracle
855                 "Oracle Bones Script"
856                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
857                   chars         256
858                   dimension     2
859                   registry      "zob1968-0"
860                   graphic       2
861                   min-code      #xE70000
862                   max-code      ,(+ #xE70000 8192)
863                   code-offset   #xE70000
864                   columns       2
865                   direction     l2r))
866
867   (make-charset '=>zinbun-oracle
868                 "Abstract Oracle Bones"
869                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
870                   chars         256
871                   dimension     2
872                   mother        =zinbun-oracle
873                   registry      "zob1968-0"
874                   graphic       2
875                   columns       2
876                   direction     l2r))
877
878   (make-charset '=jef-china3
879                 "JEF + CHINA3 private characters"
880                 '(long-name     "JEF + CHINA3"
881                   chars         256
882                   dimension     2
883                   columns       2
884                   graphic       2
885                   direction     l2r
886                   registry      "china3jef-0"
887                   min-code      #xE80000
888                   max-code      #xE8FFFF
889                   code-offset   #xE80000))
890   (define-charset-alias 'china3-jef '=jef-china3)
891
892   (make-charset '=ruimoku-v6
893                 "private characters used in RUIMOKU Version.6"
894                 `(long-name     "RUI6"
895                   chars         256
896                   dimension     2
897                   columns       2
898                   graphic       2
899                   direction     l2r
900                   registry      "rui6-0"
901                   ;; mother     ucs
902                   min-code      #xE90000 ; #xE000
903                   max-code      #xE908FF ; #xE8FF
904                   code-offset   ,(- #xE90000 #xE000)))
905   (make-charset '=>>ruimoku-v6
906                 "RUIMOKU Version.6 glyphs"
907                 '(long-name     "RUI6 glyphs"
908                   chars         256
909                   dimension     2
910                   columns       2
911                   graphic       2
912                   direction     l2r
913                   registry      "rui6-0"
914                   mother        =ruimoku-v6))
915
916   (make-charset '==>ucs@bucs
917                 "Basic Subset of Coded Character Sets (BUCS)"
918                 '(long-name     "BUCS abstract characters"
919                   chars         256
920                   dimension     3
921                   columns       2
922                   graphic       2
923                   direction     l2r
924                   =>iso-ir      177
925                   mother        =ucs))
926
927   (make-charset '=>ucs@iso
928                 "Abstract characters of ISO/IEC 10646 representatives"
929                 '(long-name     "UCS characters for ISO"
930                   chars         256
931                   dimension     3
932                   columns       2
933                   graphic       2
934                   direction     l2r
935                   =>iso-ir      177
936                   mother        =ucs))
937   (make-charset '=>ucs@unicode
938                 "Abstract characters of Unicode representatives"
939                 '(long-name     "UCS characters for Unicode"
940                   chars         256
941                   dimension     3
942                   columns       2
943                   graphic       2
944                   direction     l2r
945                   =>iso-ir      177
946                   mother        =>ucs@iso))
947   (make-charset '=>ucs@jis
948                 "UCS Representative characters for JIS X0208/0212/0213"
949                 '(long-name     "UCS characters for JIS"
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@JP
958                 "UCS Representative characters for Japanese usual unification"
959                 '(long-name     "UCS characters for JP"
960                   chars         256
961                   dimension     3
962                   columns       2
963                   graphic       2
964                   direction     l2r
965                   =>iso-ir      177
966                   mother        =>ucs@jis))
967   (make-charset '=>ucs@ks
968                 "UCS Representative characters for Korean Standards"
969                 '(long-name     "UCS characters for KS"
970                   chars         256
971                   dimension     3
972                   columns       2
973                   graphic       2
974                   direction     l2r
975                   =>iso-ir      177
976                   mother        =>ucs@unicode))
977   (make-charset '=>ucs@cns
978                 "UCS representatives characters for CNS 11643 sources"
979                 '(long-name     "UCS characters for CNS 11643"
980                   chars         256
981                   dimension     3
982                   columns       2
983                   graphic       2
984                   direction     l2r
985                   =>iso-ir      177
986                   mother        =>ucs@unicode))
987
988   (make-charset '=>>ucs@iso
989                 "Representative abstract glyphs of ISO/IEC 10646"
990                 '(long-name     "UCS glyphs for UCS"
991                   chars         256
992                   dimension     3
993                   columns       2
994                   graphic       2
995                   direction     l2r
996                   =>iso-ir      177
997                   mother        =>ucs@iso))
998   (make-charset '=>>ucs@unicode
999                 "Representative abstract glyphs of Unicode"
1000                 '(long-name     "Unicode abstract glyphs"
1001                   chars         256
1002                   dimension     3
1003                   columns       2
1004                   graphic       2
1005                   direction     l2r
1006                   =>iso-ir      177
1007                   mother        =>>ucs@iso))
1008   (make-charset '=>>ucs@jis
1009                 "UCS Representative glyphs for JIS X0208/0212/0213"
1010                 '(long-name     "UCS glyphs for JIS"
1011                   chars         256
1012                   dimension     3
1013                   columns       2
1014                   graphic       2
1015                   direction     l2r
1016                   =>iso-ir      177
1017                   mother        =>>ucs@unicode))
1018   (make-charset '=>>ucs@jis/1990
1019                 "UCS Representative glyphs for JIS X 0208/0212:1990"
1020                 '(long-name     "UCS glyphs for JIS:1990"
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@jis/2000
1029                 "UCS Representative glyphs for JIS X 0213:2000"
1030                 '(long-name     "UCS glyphs for JIS:2000"
1031                   chars         256
1032                   dimension     3
1033                   columns       2
1034                   graphic       2
1035                   direction     l2r
1036                   =>iso-ir      177
1037                   mother        =>>ucs@jis))
1038   (make-charset '=>>ucs@jis/2004
1039                 "UCS Representative glyphs for JIS X 0213:2004"
1040                 '(long-name     "UCS glyphs for JIS:2004"
1041                   chars         256
1042                   dimension     3
1043                   columns       2
1044                   graphic       2
1045                   direction     l2r
1046                   =>iso-ir      177
1047                   mother        =>>ucs@jis))
1048   (make-charset '=>>ucs@ks
1049                 "UCS Representative glyphs for Korean Standards"
1050                 '(long-name     "UCS glyphs for KS"
1051                   chars         256
1052                   dimension     3
1053                   columns       2
1054                   graphic       2
1055                   direction     l2r
1056                   =>iso-ir      177
1057                   mother        =>>ucs@unicode))
1058   (make-charset '=>>ucs@cns
1059                 "UCS Representative glyphs for CNS 11643 sources"
1060                 '(long-name     "UCS glyphs for CNS"
1061                   chars         256
1062                   dimension     3
1063                   columns       2
1064                   graphic       2
1065                   direction     l2r
1066                   =>iso-ir      177
1067                   mother        =>>ucs@unicode))
1068
1069   (make-charset '=ucs@iso
1070                 "ISO/IEC 10646 for its representative glyphs"
1071                 '(long-name     "UCS for ISO"
1072                   chars         256
1073                   dimension     3
1074                   columns       2
1075                   graphic       2
1076                   direction     l2r
1077                   =>iso-ir      177
1078                   mother        =>>ucs@iso))
1079   (make-charset '=ucs@unicode
1080                 "Unicode for its representative glyphs"
1081                 '(long-name     "UCS for Unicode"
1082                   chars         256
1083                   dimension     3
1084                   columns       2
1085                   graphic       2
1086                   direction     l2r
1087                   =>iso-ir      177
1088                   mother        =ucs@iso))
1089   (make-charset '=ucs@gb
1090                 "ISO/IEC 10646 for GB"
1091                 '(long-name     "UCS for GB"
1092                   chars         256
1093                   dimension     3
1094                   columns       2
1095                   graphic       2
1096                   direction     l2r
1097                   =>iso-ir      177
1098                   mother        =ucs@unicode))
1099   (define-charset-alias 'ucs-gb '=ucs@gb)
1100   (make-charset '=ucs@gb/fw
1101                 "ISO/IEC 10646 for GB with fullwidth"
1102                 '(long-name     "UCS for GB-fullwidth"
1103                   chars         256
1104                   dimension     3
1105                   columns       2
1106                   graphic       2
1107                   direction     l2r
1108                   =>iso-ir      177
1109                   mother        =ucs@gb))
1110   (make-charset '=ucs-bmp@gb
1111                 "ISO/IEC 10646 BMP for GB"
1112                 '(long-name     "BMP for GB"
1113                   chars         256
1114                   dimension     3
1115                   columns       2
1116                   graphic       2
1117                   direction     l2r
1118                   mother        =ucs@gb
1119                   min-code      #x0000
1120                   max-code      #xFFFF))
1121   (make-charset '=ucs@cns
1122                 "ISO/IEC 10646 for CNS 11643"
1123                 '(long-name     "UCS for CNS"
1124                   chars         256
1125                   dimension     3
1126                   columns       2
1127                   graphic       2
1128                   direction     l2r
1129                   =>iso-ir      177
1130                   mother        =ucs@unicode))
1131   (define-charset-alias 'ucs-cns '=ucs@cns)
1132   (make-charset '=ucs@cns/fw
1133                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
1134                 '(long-name     "UCS for CNS-fullwidth"
1135                   chars         256
1136                   dimension     3
1137                   columns       2
1138                   graphic       2
1139                   direction     l2r
1140                   =>iso-ir      177
1141                   mother        =ucs@cns))
1142   (make-charset '=ucs-bmp@cns
1143                 "ISO/IEC 10646 BMP for CNS"
1144                 '(long-name     "BMP for CNS"
1145                   chars         256
1146                   dimension     3
1147                   columns       2
1148                   graphic       2
1149                   direction     l2r
1150                   mother        =ucs@cns
1151                   min-code      #x0000
1152                   max-code      #xFFFF))
1153   (make-charset '=ucs@jis
1154                 "ISO/IEC 10646 for JIS X0208/0212/0213"
1155                 '(long-name     "UCS for JIS"
1156                   chars         256
1157                   dimension     3
1158                   columns       2
1159                   graphic       2
1160                   direction     l2r
1161                   =>iso-ir      177
1162                   mother        =ucs@unicode))
1163   (define-charset-alias 'ucs-jis '=ucs@jis)
1164   (make-charset '=ucs@jis/fw
1165                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
1166                 '(long-name     "UCS for JIS-fullwidth"
1167                   chars         256
1168                   dimension     3
1169                   columns       2
1170                   graphic       2
1171                   direction     l2r
1172                   =>iso-ir      177
1173                   mother        =ucs@jis))
1174   (make-charset '=ucs-bmp@jis
1175                 "ISO/IEC 10646 BMP for JIS"
1176                 '(long-name     "BMP for JIS"
1177                   chars         256
1178                   dimension     3
1179                   columns       2
1180                   graphic       2
1181                   direction     l2r
1182                   mother        =ucs@jis
1183                   min-code      #x0000
1184                   max-code      #xFFFF))
1185   (make-charset '=ucs@jis/1990
1186                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
1187                 '(long-name     "UCS for JIS:1990"
1188                   chars         256
1189                   dimension     3
1190                   columns       2
1191                   graphic       2
1192                   direction     l2r
1193                   =>iso-ir      177
1194                   mother        =ucs@jis))
1195   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
1196   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
1197   (make-charset '=ucs@jis/2000
1198                 "ISO/IEC 10646 for JIS X 0213:2000"
1199                 '(long-name     "UCS for JIS:2000"
1200                   chars         256
1201                   dimension     3
1202                   columns       2
1203                   graphic       2
1204                   direction     l2r
1205                   =>iso-ir      177
1206                   mother        =ucs@jis))
1207   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
1208   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
1209   (make-charset '=ucs@jis/2004
1210                 "ISO/IEC 10646 for JIS X 0213:2004"
1211                 '(long-name     "UCS for JIS:2004"
1212                   chars         256
1213                   dimension     3
1214                   columns       2
1215                   graphic       2
1216                   direction     l2r
1217                   =>iso-ir      177
1218                   mother        =ucs@jis))
1219   (make-charset '=ucs@JP
1220                 "UCS for common glyphs used in Japan"
1221                 '(long-name     "UCS for Japan"
1222                   chars         256
1223                   dimension     3
1224                   columns       2
1225                   graphic       2
1226                   direction     l2r
1227                   =>iso-ir      177
1228                   mother        =ucs@jis/2004))
1229   (define-charset-alias '=ucs@jp '=ucs@JP)
1230   (make-charset '=ucs@ks
1231                 "ISO/IEC 10646 for Korean Standards"
1232                 '(long-name     "UCS for KS"
1233                   chars         256
1234                   dimension     3
1235                   columns       2
1236                   graphic       2
1237                   direction     l2r
1238                   =>iso-ir      177
1239                   mother        =ucs@unicode))
1240   (define-charset-alias 'ucs-ks '=ucs@ks)
1241   (make-charset '=ucs-bmp@ks
1242                 "ISO/IEC 10646 BMP for KS"
1243                 '(long-name     "BMP for KS"
1244                   chars         256
1245                   dimension     3
1246                   columns       2
1247                   graphic       2
1248                   direction     l2r
1249                   mother        =ucs@ks
1250                   min-code      #x0000
1251                   max-code      #xFFFF))
1252   (make-charset '=ucs@cns11643
1253                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
1254                 '(long-name     "UCS for CNS11643"
1255                   chars         256
1256                   dimension     3
1257                   columns       2
1258                   graphic       2
1259                   direction     l2r
1260                   =>iso-ir      177
1261                   mother        =ucs@cns))
1262   (make-charset '=ucs@big5
1263                 "ISO/IEC 10646 for Big5"
1264                 '(long-name     "UCS for Big5"
1265                   chars         256
1266                   dimension     3
1267                   columns       2
1268                   graphic       2
1269                   direction     l2r
1270                   =>iso-ir      177
1271                   mother        =>>ucs@cns))
1272   (define-charset-alias 'ucs-big5 '=ucs@big5)
1273   (make-charset '=ucs@big5/cns11643
1274                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
1275                 '(long-name     "UCS for Big5@CNS11643"
1276                   chars         256
1277                   dimension     3
1278                   columns       2
1279                   graphic       2
1280                   direction     l2r
1281                   =>iso-ir      177
1282                   mother        =ucs@big5))
1283
1284   (make-charset
1285    '=ucs-radicals
1286    "CJK Radicals of UCS"
1287    '(long-name "UCS-Radicals"
1288                chars 256
1289                dimension 2
1290                columns 2
1291                graphic 2
1292                direction l2r
1293                registry "-zhRadicals-.*-ucs-0"
1294                mother ucs-bmp
1295                min-code #x2E00 max-code #x2FFF))
1296   (make-charset
1297    '=ucs-radicals@unicode
1298    "CJK Radicals of UCS"
1299    '(long-name "UCS-Radicals"
1300                chars 256
1301                dimension 2
1302                columns 2
1303                graphic 2
1304                direction l2r
1305                registry "-zhRadicals-.*-ucs-0"
1306                mother =ucs@unicode
1307                min-code #x2E00 max-code #x2FFF))
1308   (make-charset
1309    '=ucs-hangul
1310    "Hangul Syllables of UCS"
1311    '(long-name "UCS-Hangul-Syllables"
1312                chars 256
1313                dimension 2
1314                columns 2
1315                graphic 2
1316                direction l2r
1317                registry "-Hangul-.*-ucs-0"
1318                mother =ucs
1319                min-code #xAC00 max-code #xD7AF))
1320   (make-charset
1321    '=ucs-bmp-cjk
1322    "CJK Characters in BMP of UCS"
1323    '(long-name "UCS-BMP-CJK"
1324                chars 256
1325                dimension 2
1326                columns 2
1327                graphic 2
1328                direction l2r
1329                registry "-zh-.*-ucs-0"
1330                mother ucs-bmp
1331                min-code #x2E00
1332                max-code #x9FA5
1333                ;; max-code #xA4CF
1334                ))
1335   (make-charset
1336    '=ucs-bmp-cjk@unicode
1337    "CJK Characters in BMP of Unicode"
1338    '(long-name "Unicode-BMP-CJK"
1339                chars 256
1340                dimension 2
1341                columns 2
1342                graphic 2
1343                direction l2r
1344                registry "-zh-.*-ucs-0"
1345                mother =ucs@unicode
1346                min-code #x2E00
1347                max-code #x9FA5
1348                ;; max-code #xA4CF
1349                ))
1350   (make-charset
1351    '==>ucs-bmp-cjk@bucs
1352    "CJK Characters in BMP of BUCS"
1353    '(long-name "BUCS-BMP-CJK"
1354                chars 256
1355                dimension 2
1356                columns 2
1357                graphic 2
1358                direction l2r
1359                registry "-zh-.*-ucs-0"
1360                mother ==>ucs@bucs
1361                min-code #x2E00
1362                max-code #x9FA5
1363                ;; max-code #xA4CF
1364                ))
1365   (make-charset
1366    '=ucs-sip-ext-b
1367    "CJK Ideographs Extension B"
1368    '(long-name "UCS CJK Ext-B"
1369                chars 256
1370                dimension 2
1371                columns 2
1372                graphic 2
1373                direction l2r
1374                registry "\\(iso10646\\|ucs02\\)-2$"
1375                mother ucs
1376                min-code #x20000 max-code #x2A6D6
1377                code-offset #x20000))
1378   (make-charset
1379    '=ucs-sip-ext-b@iso
1380    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
1381    '(long-name "UCS CJK Ext-B"
1382                chars 256
1383                dimension 2
1384                columns 2
1385                graphic 2
1386                direction l2r
1387                registry "\\(iso10646\\|ucs02\\)-2$"
1388                mother =ucs@iso
1389                min-code #x20000 max-code #x2A6D6
1390                code-offset #x20000))
1391
1392   (make-charset
1393    '=adobe-japan1-base
1394    "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
1395    `(long-name "Adobe-Japan1"
1396                chars 256
1397                dimension 2
1398                columns 2
1399                graphic 2
1400                direction l2r
1401                registry "AdobeJapan1-[0-6]$"
1402                min-code ,(lsh #x6300 16)
1403                max-code ,(+ (lsh #x6300 16) 23057)
1404                code-offset      ,(lsh #x6300 16)))
1405   (make-charset
1406    '=adobe-japan1-0
1407    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
1408    '(long-name "Adobe-Japan1-0"
1409                chars 256
1410                dimension 2
1411                columns 2
1412                graphic 2
1413                direction l2r
1414                mother =adobe-japan1-base
1415                min-code 0
1416                max-code 8283
1417                registry "AdobeJapan1-0$"))
1418   (make-charset
1419    '=adobe-japan1-1
1420    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
1421    '(long-name "Adobe-Japan1-1"
1422                chars 256
1423                dimension 2
1424                columns 2
1425                graphic 2
1426                direction l2r
1427                mother =adobe-japan1-0
1428                min-code 0
1429                max-code 8358
1430                registry "AdobeJapan1-1$"))
1431   (make-charset
1432    '=adobe-japan1-2
1433    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
1434    '(long-name "Adobe-Japan1-2"
1435                chars 256
1436                dimension 2
1437                columns 2
1438                graphic 2
1439                direction l2r
1440                mother =adobe-japan1-1
1441                min-code 0
1442                max-code 8719
1443                registry "AdobeJapan1-2$"))
1444   (make-charset
1445    '=adobe-japan1-3
1446    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
1447    '(long-name "Adobe-Japan1-3"
1448                chars 256
1449                dimension 2
1450                columns 2
1451                graphic 2
1452                direction l2r
1453                mother =adobe-japan1-2
1454                min-code 0
1455                max-code 9353
1456                registry "AdobeJapan1-3$"))
1457   (make-charset
1458    '=adobe-japan1-4
1459    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
1460    '(long-name "Adobe-Japan1-4"
1461                chars 256
1462                dimension 2
1463                columns 2
1464                graphic 2
1465                direction l2r
1466                mother =adobe-japan1-3
1467                min-code 0
1468                max-code 15443
1469                registry "AdobeJapan1-4$"))
1470   (make-charset
1471    '=adobe-japan1-5
1472    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
1473    '(long-name "Adobe-Japan1-5"
1474                chars 256
1475                dimension 2
1476                columns 2
1477                graphic 2
1478                direction l2r
1479                mother =adobe-japan1-4
1480                min-code 0
1481                max-code 20316
1482                registry "AdobeJapan1-5$"))
1483   (make-charset
1484    '=adobe-japan1-6
1485    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
1486    '(long-name "Adobe-Japan1-6"
1487                chars 256
1488                dimension 2
1489                columns 2
1490                graphic 2
1491                direction l2r
1492                mother =adobe-japan1-5
1493                min-code 0
1494                max-code 23057
1495                registry "AdobeJapan1-6$"))
1496   )
1497
1498 ;;; mule-conf.el ends here