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