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