(=>>>ucs@jis/1990): New coded-charset for XEmacs CHISE.
[chise/xemacs-chise.git.1] / lisp / mule / mule-conf.el
1 ;;; mule-conf.el --- configure multilingual environment
2
3 ;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation.
5 ;; Copyright (C) 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2008,
6 ;;   2009, 2010, 2011 MORIOKA Tomohiko
7
8 ;; Keywords: mule, multilingual, character set, coding system
9
10 ;; This file is part of XEmacs.
11
12 ;; XEmacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version.
16
17 ;; XEmacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 ;; GNU General Public License for more details.
21
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with XEmacs; see the file COPYING.  If not, write to the
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
26
27 ;;; Code:
28
29 (cond
30  ((featurep 'utf-2000)
31   (make-charset
32    '=jis-x0208@1978
33    "JIS X 0208:1978, unchanged part."
34    '(registry "jisx0208\\.1978"
35               dimension 2
36               chars 94
37               mother =jis-x0208
38               =>iso-ir 42
39               final ?@
40               graphic 0
41               partial t))
42   (make-charset
43    '=jis-x0208@1978/-4pr
44    "JIS X 0208:1978, 1st - 3rd impressions."
45    '(registry "jisx0208\\.1978"
46               dimension 2
47               chars 94
48               mother =jis-x0208@1978
49               =>iso-ir 42
50               final ?@
51               graphic 0
52               partial t))
53   (make-charset
54    '=jis-x0208@1978/1pr
55    "JIS X 0208:1978, 1st impression."
56    '(iso-ir 42
57             registry "jisx0208\\.1978"
58             dimension 2
59             chars 94
60             mother =jis-x0208@1978/-4pr
61             final ?@
62             graphic 0))
63   (make-charset
64    '=jis-x0208@1978/-4X
65    "JIS X 0208:1978, index before the 4th impression."
66    '(registry "jisx0208\\.1978"
67               dimension 2
68               chars 94
69               mother =jis-x0208@1978
70               =>iso-ir 42
71               ;; final ?@
72               graphic 0
73               partial t))
74   (make-charset
75    '=jis-x0208@1978/1er-pr
76    "JIS X 0208:1978, fixed by errata [Nov 1978]."
77    '(registry "jisx0208\\.1978"
78               dimension 2
79               chars 94
80               mother =jis-x0208@1978
81               =>iso-ir 42
82               ;; final ?@
83               graphic 0
84               partial t))
85   (make-charset
86    '=jis-x0208@1978/2-pr
87    "JIS X 0208:1978, 2nd impression or later."
88    '(registry "jisx0208\\.1978"
89               dimension 2
90               chars 94
91               mother =jis-x0208@1978/1er-pr
92               =>iso-ir 42
93               ;; final ?@
94               graphic 0
95               partial t))
96   (make-charset
97    '=jis-x0208@1978/4er
98    "JIS X 0208:1978, replaced by errata of 4th impression."
99    '(registry "jisx0208\\.1978"
100               dimension 2
101               chars 94
102               mother =jis-x0208@1978/2-pr
103               =>iso-ir 42
104               ;; final ?@
105               graphic 0
106               partial t))
107   (make-charset
108    '=jis-x0208@1978/4-pr
109    "JIS X 0208:1978, 4th impression or later."
110    '(registry "jisx0208\\.1978"
111               dimension 2
112               chars 94
113               mother =jis-x0208@1978/2-pr
114               =>iso-ir 42
115               ;; final ?@
116               graphic 0
117               partial t))
118   (make-charset
119    '=jis-x0208@1978/5pr
120    "JIS X 0208:1978, 5th impression."
121    '(registry "jisx0208\\.1978"
122               dimension 2
123               chars 94
124               mother =jis-x0208@1978/4-pr
125               =>iso-ir 42
126               ;; final ?@
127               graphic 0
128               partial t))
129   (define-charset-alias '=jis-x0208@1978/i1 '=jis-x0208@1978/1pr)
130   (define-charset-alias '=jis-x0208@1978/i-4 '=jis-x0208@1978/-4pr)
131   (define-charset-alias '=jis-x0208@1978/i4- '=jis-x0208@1978/4-pr)
132   )
133  (t
134   (make-charset
135    '=jis-x0208@1978
136    "JIS X0208:1978 Japanese Kanji (so called \"old JIS\")."
137    '(iso-ir 42
138             registry "jisx0208\\.1978"
139             dimension 2
140             chars 94
141             mother =jis-x0208
142             final ?@
143             graphic 0))
144   ))
145
146 (define-charset-alias '=jis-x0208-1978          '=jis-x0208@1978)
147 (define-charset-alias 'japanese-jisx0208-1978   '=jis-x0208@1978)
148 (define-charset-alias 'chinese-gb2312           '=gb2312)
149 (define-charset-alias '=jis-x0208-1983          '=jis-x0208@1983)
150 (define-charset-alias 'japanese-jisx0208        '=jis-x0208@1983)
151 (define-charset-alias 'korean-ksc5601           '=ks-x1001)
152 (define-charset-alias 'japanese-jisx0212        '=jis-x0212)
153 (define-charset-alias 'chinese-cns11643-1       '=cns11643-1)
154 (define-charset-alias 'chinese-cns11643-2       '=cns11643-2)
155 (define-charset-alias 'chinese-gb12345          '=gb12345)
156 (define-charset-alias 'chinese-big5             '=big5)
157
158 ;; PinYin-ZhuYin
159 (make-charset 'sisheng "PinYin-ZhuYin"
160               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
161                 dimension 1
162                 chars 94
163                 final ?0
164                 graphic 0
165                 ))
166
167 ;; Lao script.
168 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
169 (make-charset 'lao "Lao script"
170               '(registry "MuleLao-1"
171                 dimension 1
172                 chars 94
173                 final ?1
174                 graphic 1))
175
176 ;; IPA (International Phonetic Alphabet)
177 (make-charset 'ipa "International Phonetic Alphabet"
178               '(registry "MuleIPA"
179                 dimension 1
180                 chars 96
181                 final ?0
182                 graphic 1))
183
184 ;; Ethiopic
185 (make-charset 'ethiopic "Ethiopic"
186               '(registry "Ethio"
187                 dimension 2
188                 chars 94
189                 final ?3
190                 graphic 0
191                 ))
192
193 ;; ISO-IR-165 (CCITT Extended GB)
194 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
195 ;;    GB 8565-88 table A4 + 293 characters.
196 (if (featurep 'utf-2000)
197     (progn
198       (make-charset '=iso-ir165
199                     "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
200                     '(iso-ir 165
201                              dimension 2
202                              chars 94
203                              mother =gb2312
204                              final ?E
205                              registry "isoir165"
206                              graphic 0))
207       (define-charset-alias 'chinese-isoir165 '=iso-ir165))
208   (make-charset 'chinese-isoir165
209                 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
210                 '(iso-ir 165
211                          dimension 2
212                          chars 94
213                          final ?E
214                          registry "isoir165"
215                          graphic 0)))
216
217 ;; CNS11643 Plane3 thru Plane7
218 ;; These represent more and more obscure Chinese characters.
219 ;; By the time you get to Plane 7, we're talking about characters
220 ;; that appear once in some ancient manuscript and whose meaning
221 ;; is unknown.
222
223 (flet
224     ((make-chinese-cns11643-charset
225       (name iso-ir plane final)
226       (make-charset
227        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
228        `(iso-ir ,iso-ir
229          registry 
230          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
231          dimension 2
232          chars 94
233          final ,final
234          graphic 0))
235       ))
236   (make-chinese-cns11643-charset '=cns11643-3 183 "3" ?I)
237   (make-chinese-cns11643-charset '=cns11643-4 184 "4" ?J)
238   (make-chinese-cns11643-charset '=cns11643-5 185 "5" ?K)
239   (make-chinese-cns11643-charset '=cns11643-6 186 "6" ?L)
240   (make-chinese-cns11643-charset '=cns11643-7 187 "7" ?M)
241   (define-charset-alias 'chinese-cns11643-3     '=cns11643-3)
242   (define-charset-alias 'chinese-cns11643-4     '=cns11643-4)
243   (define-charset-alias 'chinese-cns11643-5     '=cns11643-5)
244   (define-charset-alias 'chinese-cns11643-6     '=cns11643-6)
245   (define-charset-alias 'chinese-cns11643-7     '=cns11643-7)
246   )
247
248 ;; JIS X 0213:2000
249 (cond
250  ((featurep 'utf-2000)
251   (make-charset
252    '=jis-x0213-1
253    "JIS X 0213 Plain 1 (unchanged part)"
254    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
255               dimension 2
256               chars 94
257               =>iso-ir 228
258               final ?O
259               graphic 0
260               partial t))
261
262   (make-charset
263    '=jis-x0213-1@2000
264    "JIS X 0213:2000 Plain 1"
265    '(iso-ir 228
266             registry "jisx0213\\(\\.2000\\)-1"
267             dimension 2
268             chars 94
269             mother =jis-x0213-1
270             final ?O
271             graphic 0))
272   (make-charset
273    '=jis-x0213-2
274    "JIS X 0213 Plain 2"
275    '(iso-ir 229
276             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
277             dimension 2
278             chars 94
279             final ?P
280             graphic 0))
281
282   (make-charset
283    '=jis-x0213-1@2004
284    "JIS X 0213:2004 Plain 1"
285    '(iso-ir 233
286             registry "jisx0213\\(\\.2004\\)-1"
287             dimension 2
288             chars 94
289             mother =jis-x0213-1
290             final ?Q
291             graphic 0))
292
293   (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1@2000)
294   (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2)
295   (define-charset-alias '=jis-x0213-1-2000 '=jis-x0213-1@2000)
296   (define-charset-alias '=jis-x0213-2-2000 '=jis-x0213-2)
297   )
298  (t
299   (make-charset
300    'japanese-jisx0213-1
301    "JIS X 0213:2000 Plain 1"
302    '(registry "jisx0213\\(\\.2000\\)-1"
303               dimension 2
304               chars 94
305               final ?O
306               graphic 0))
307   (make-charset
308    'japanese-jisx0213-2
309    "JIS X 0213:2000 Plain 2"
310    '(registry "jisx0213\\(\\.2000\\)-2"
311               dimension 2
312               chars 94
313               final ?P
314               graphic 0))
315   ))
316
317 (when (featurep 'utf-2000)
318   (define-charset-alias 'ucs '=ucs)
319   (define-charset-alias '=jis-x0208-1990 '=jis-x0208@1990)
320   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990)
321
322   (make-charset
323    '=>>>jis-x0208
324    "JIS X 0208 abstract glyph-forms (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 glyph-forms."
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@1983
344    "JIS X 0208:1983 abstract glyph-forms."
345    '(registry "jisx0208\\.1983"
346               dimension 2
347               chars 94
348               mother =>>>jis-x0208
349               =>iso-ir 87
350               graphic 0))
351   (make-charset
352    '=>>>jis-x0208@1990
353    "JIS X 0208:1990 abstract glyph-forms."
354    '(registry "jisx0208\\.1990"
355               dimension 2
356               chars 94
357               mother =>>>jis-x0208
358               =>iso-ir 168
359               ;; final ?B
360               graphic 0))
361   (make-charset
362    '=>>>jis-x0213-1
363    "JIS X 0213 Plain 1 abstract glyph-forms (unchanged part)"
364    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
365               dimension 2
366               chars 94
367               mother =jis-x0213-1
368               =>iso-ir 228
369               ;; final ?O
370               graphic 0
371               ;; partial t
372               ))
373   (make-charset
374    '=>>>jis-x0213-1@2000
375    "JIS X 0213:2000 Plain 1 abstract glyph-forms"
376    '(registry "jisx0213\\(\\.2000\\)-1"
377               dimension 2
378               chars 94
379               mother =>>>jis-x0213-1
380               =>iso-ir 228
381               ;; final ?O
382               graphic 0
383               ;; partial t
384               ))
385   (make-charset
386    '=>>>jis-x0213-1@2004
387    "JIS X 0213:2004 Plain 1 abstract glyph-forms"
388    '(mother =>>>jis-x0213-1
389             =>iso-ir 233
390             ;; registry "jisx0213\\(\\.2004\\)-1"
391             dimension 2
392             chars 94
393             graphic 0))
394   (make-charset
395    '=>>>jis-x0213-2
396    "JIS X 0213 Plain 2 abstract glyph-forms"
397    '(mother =jis-x0213-2
398             =>iso-ir 229
399             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
400             dimension 2
401             chars 94
402             graphic 0))
403
404   (make-charset
405    '=>>jis-x0208
406    "JIS X 0208 abstract glyphs (unchanged part)."
407    '(registry "jisx0208\\.1990"
408               dimension 2
409               chars 94
410               mother =>>>jis-x0208
411               =>iso-ir 168
412               ;; final ?B
413               graphic 0))
414   (make-charset
415    '=>>jis-x0208@1978
416    "JIS X 0208:1978 abstract glyphs."
417    '(registry "jisx0208\\.1978"
418               dimension 2
419               chars 94
420               mother =>>jis-x0208
421               =>iso-ir 42
422               ;; final ?@
423               graphic 0))
424   (make-charset
425    '=>>jis-x0208@1983
426    "JIS X 0208:1983 abstract glyphs."
427    '(registry "jisx0208\\.1983"
428               dimension 2
429               chars 94
430               mother =>>jis-x0208
431               =>iso-ir 87
432               graphic 0))
433   (make-charset
434    '=>>jis-x0208@1990
435    "JIS X 0208:1990 abstract glyphs."
436    '(registry "jisx0208\\.1990"
437               dimension 2
438               chars 94
439               mother =>>jis-x0208
440               =>iso-ir 168
441               graphic 0))
442
443   (make-charset
444    '=>>jis-x0213-1
445    "JIS X 0213 Plain 1 abstract glyphs (unchanged part)"
446    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
447               dimension 2
448               chars 94
449               mother =>>>jis-x0213-1
450               =>iso-ir 228
451               ;; final ?O
452               graphic 0
453               ;; partial t
454               ))
455   (make-charset
456    '=>>jis-x0213-1@2000
457    "JIS X 0213:2000 Plain 1 abstract glyphs"
458    '(registry "jisx0213\\(\\.2000\\)-1"
459               dimension 2
460               chars 94
461               mother =>>jis-x0213-1
462               =>iso-ir 228
463               ;; final ?O
464               graphic 0
465               ;; partial t
466               ))
467   (make-charset
468    '=>>jis-x0213-2
469    "JIS X 0213 Plain 2 abstract glyphs"
470    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
471               dimension 2
472               chars 94
473               mother =>>>jis-x0213-2
474               =>iso-ir 229
475               ;; final ?P
476               graphic 0))
477   (make-charset
478    '=>>jis-x0213-1@2004
479    "JIS X 0213:2004 Plain 1 abstract glyphs"
480    '(registry "jisx0213\\(\\.2004\\)-1"
481               dimension 2
482               chars 94
483               mother =>>jis-x0213-1
484               =>iso-ir 233
485               ;; final ?Q
486               graphic 0
487               ;; partial t
488               ))
489
490   (make-charset
491    '=>jis-x0208@usual
492    "JIS X 0208 based on usual unification."
493    '(registry "jisx0208\\.1990"
494               dimension 2
495               chars 94
496               mother =>>jis-x0208
497               =>iso-ir 168
498               ;; final ?B
499               graphic 0))
500   (make-charset
501    '=>jis-x0208
502    "JIS X 0208 based on the unchanged unification rules."
503    '(registry "jisx0208\\.1990"
504               dimension 2
505               chars 94
506               mother =>jis-x0208@usual
507               =>iso-ir 168
508               ;; final ?B
509               graphic 0))
510   (define-charset-alias '<=>jis-x0208 '=>jis-x0208)
511   (make-charset
512    '=>jis-x0208@1997
513    "JIS X 0208 based on the unification rule of 1997 edition."
514    '(registry "jisx0208\\.1990"
515               dimension 2
516               chars 94
517               mother =>jis-x0208
518               =>iso-ir 168
519               ;; final ?B
520               graphic 0))
521   (define-charset-alias '<=>jis-x0208@1997 '=>jis-x0208@1997)
522   (define-charset-alias '  =jis-x0208@1997 '=>jis-x0208@1997)
523
524   (make-charset
525    '=>jis-x0213-1
526    "JIS X 0213 Plain 1 abstract characters (unchanged part)"
527    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
528               dimension 2
529               chars 94
530               mother =>>jis-x0213-1
531               =>iso-ir 228
532               ;; final ?O
533               graphic 0
534               ;; partial t
535               ))
536   (define-charset-alias '<=>jis-x0213-1 '=>jis-x0213-1)
537   (make-charset
538    '=>jis-x0213-1@2000
539    "JIS X 0213:2000 Plain 1 abstract characters"
540    '(registry "jisx0213\\(\\.2000\\)-1"
541               dimension 2
542               chars 94
543               mother =>jis-x0213-1
544               =>iso-ir 228
545               ;; final ?O
546               graphic 0
547               ;; partial t
548               ))
549   (define-charset-alias '<=>jis-x0213-1@2000 '=>jis-x0213-1@2000)
550   (make-charset
551    '=>jis-x0213-1@2004
552    "JIS X 0213:2004 Plain 1 abstract characters"
553    '(registry "jisx0213\\(\\.2004\\)-1"
554               dimension 2
555               chars 94
556               mother =>jis-x0213-1
557               =>iso-ir 233
558               ;; final ?Q
559               graphic 0
560               ;; partial t
561               ))
562   (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004)
563   (make-charset
564    '=>jis-x0213-2@usual
565    "JIS X 0213 Plain 2 based on usual unification."
566    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
567               dimension 2
568               chars 94
569               mother =>>jis-x0213-2
570               =>iso-ir 229
571               ;; final ?P
572               graphic 0))
573   (make-charset
574    '=>jis-x0213-2
575    "JIS X 0213 Plain 2 abstract characters"
576    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
577               dimension 2
578               chars 94
579               mother =>jis-x0213-2@usual
580               =>iso-ir 229
581               ;; final ?P
582               graphic 0))
583
584   (make-charset '=big5-cdp
585                 "Big5 with CDP extension"
586                 '(long-name     "Big5-CDP"
587                   chars         256
588                   dimension     2
589                   columns       2
590                   graphic       2
591                   direction     l2r
592                   registry      "big5\\.cdp-0"
593                   mother        chinese-big5
594                   min-code      #x8140
595                   max-code      #x8DFE))
596   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
597
598   (make-charset '=>>big5-cdp
599                 "Abstract glyphs of Big5-CDP"
600                 '(long-name     "Big5-CDP glyphs"
601                   chars         256
602                   dimension     2
603                   columns       2
604                   graphic       2
605                   direction     l2r
606                   registry      "big5\\.cdp-0"
607                   mother        =big5-cdp))
608
609   (make-charset '=>big5-cdp
610                 "Big5-CDP abstract characters"
611                 '(long-name     "Big5-CDP abstract characters"
612                   chars         256
613                   dimension     2
614                   columns       2
615                   graphic       2
616                   direction     l2r
617                   registry      "big5\\.cdp-0"
618                   mother        =>>big5-cdp))
619
620   (make-charset '=gt
621                 "GT 2000"
622                 `(long-name     "GT"
623                   chars         256
624                   dimension     3
625                   columns       2
626                   graphic       2
627                   direction     l2r
628                   registry      ""
629                   min-code      ,(lsh #x6100 16)
630                   max-code      ,(+ (lsh #x6100 16) 67547)
631                   code-offset   ,(lsh #x6100 16)))
632   (define-charset-alias 'ideograph-gt '=gt)
633   (make-charset '=>>gt
634                 "GT 2000 abstract glyphs"
635                 '(long-name     "GT abstract glyphs"
636                   chars         256
637                   dimension     3
638                   columns       2
639                   graphic       2
640                   direction     l2r
641                   mother        =gt))
642   (define-charset-alias '<=>gt '=>>gt)
643   (define-charset-alias '<==>gt '=>>gt)
644   (make-charset '=>gt
645                 "GT 2000 abstract characters"
646                 '(long-name     "abstract GT characters"
647                   chars         256
648                   dimension     3
649                   columns       2
650                   graphic       2
651                   direction     l2r
652                   mother        =>>gt))
653   (make-charset '=gt-k
654                 "Ideographic components of GT"
655                 `(long-name     "GT components"
656                   chars         256
657                   dimension     2
658                   columns       2
659                   graphic       2
660                   direction     l2r
661                   registry      ""
662                   min-code      ,(lsh #x6110 16)
663                   max-code      ,(+ (lsh #x6110 16) 17090)
664                   code-offset   ,(lsh #x6110 16)))
665   (define-charset-alias 'ideograph-gt-k '=gt-k)
666   (make-charset '=>>gt-k
667                 "abstract glyphs of GT-K"
668                 '(long-name     "GT-K abstract glyphs"
669                   chars         256
670                   dimension     2
671                   columns       2
672                   graphic       2
673                   direction     l2r
674                   mother        =gt-k))
675   (make-charset '=>gt-k
676                 "GT-K abstract characters"
677                 '(long-name     "GT-K abstract characters"
678                   chars         256
679                   dimension     2
680                   columns       2
681                   graphic       2
682                   direction     l2r
683                   mother        =>>gt-k))
684   (let ((i 1))
685     (while (<= i 11)
686       (make-charset
687        (intern (format "=gt-pj-%d" i))
688        (format "GT 2000 (pseudo JIS encoding) part %d" i)
689        `(long-name ,(format "GT PJ %d" i)
690                    chars 94
691                    dimension 2
692                    columns 2
693                    graphic 0
694                    direction l2r
695                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
696       (define-charset-alias
697         (intern (format "ideograph-gt-pj-%d" i))
698         (intern (format "=gt-pj-%d" i)))
699       (setq i (1+ i))))
700   (make-charset
701    '=gt-pj-k1
702    "Ideographic parts of GT (pseudo JIS encoding) part 1"
703    '(long-name "GT K1"
704                chars 94
705                dimension 2
706                columns 2
707                graphic 0
708                direction l2r
709                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
710   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
711   (make-charset
712    '=gt-pj-k2
713    "Ideographic parts of GT (pseudo JIS encoding) part 2"
714    '(long-name "GT K2"
715                chars 94
716                dimension 2
717                columns 2
718                graphic 0
719                direction l2r
720                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
721   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
722
723   (make-charset '=daikanwa
724                 "Daikanwa dictionary (unchanged part)"
725                 `(long-name     "Daikanwa"
726                   chars         256
727                   dimension     2
728                   columns       2
729                   graphic       2
730                   direction     l2r
731                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
732                   min-code      #xE00000
733                   max-code      ,(+ #xE00000 50100)
734                   code-offset   #xE00000))
735   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
736
737   (make-charset '=daikanwa@rev1
738                 "Daikanwa dictionary (revised version)"
739                 `(long-name     "Daikanwa Rev."
740                   chars         256
741                   dimension     2
742                   columns       2
743                   graphic       2
744                   direction     l2r
745                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
746                   mother        =daikanwa
747                   ))
748   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
749   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
750
751   (make-charset '=daikanwa@rev2
752                 "Daikanwa dictionary (revised version 2)"
753                 `(long-name     "Daikanwa"
754                   chars         256
755                   dimension     2
756                   columns       2
757                   graphic       2
758                   direction     l2r
759                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
760                   mother        =daikanwa
761                   min-code      1
762                   max-code      49964
763                   ;; min-code   #xE00000
764                   ;; max-code   ,(+ #xE00000 50100)
765                   ;; code-offset        #xE00000
766                   ))
767   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
768
769   (make-charset '=daikanwa/+p
770                 "Daikanwa dictionary (ddddd')"
771                 `(long-name     "Daikanwa ddddd'"
772                   chars         256
773                   dimension     2
774                   columns       2
775                   graphic       2
776                   direction     l2r))
777   (make-charset '=daikanwa/+2p
778                 "Daikanwa dictionary (ddddd'')"
779                 `(long-name     "Daikanwa ddddd''"
780                   chars         256
781                   dimension     2
782                   columns       2
783                   graphic       2
784                   direction     l2r))
785   (make-charset '=daikanwa/ho
786                 "Daikanwa dictionary (Hokan)"
787                 `(long-name     "Daikanwa-ho"
788                   chars         256
789                   dimension     2
790                   columns       2
791                   graphic       2
792                   direction     l2r))
793
794   (make-charset '=>>daikanwa
795                 "Daikanwa abstract glyphs"
796                 '(long-name     "Daikanwa glyphs"
797                   chars         256
798                   dimension     2
799                   columns       2
800                   graphic       2
801                   direction     l2r
802                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
803                   mother        =daikanwa))
804
805   (make-charset '=>daikanwa
806                 "Daikanwa abstract characters"
807                 '(long-name     "abstract Daikanwa"
808                   chars         256
809                   dimension     2
810                   columns       2
811                   graphic       2
812                   direction     l2r
813                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
814                   mother        =>>daikanwa))
815
816   (make-charset '=shinjigen
817                 "Kadokawa ShinJigen dictionary (common parts)"
818                 `(long-name     "Shinjigen common parts"
819                   chars         256
820                   dimension     2
821                   columns       2
822                   graphic       2
823                   direction     l2r
824                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
825
826   (make-charset '=shinjigen@1ed
827                 "Kadokawa ShinJigen dictionary (the first edition)"
828                 `(long-name     "Shinjigen-1"
829                   chars         256
830                   dimension     2
831                   columns       2
832                   graphic       2
833                   direction     l2r
834                   mother        =shinjigen
835                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
836   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
837
838   (make-charset '=shinjigen@1ed/24pr
839                 "Kadokawa ShinJigen dictionary (the 24th impression)"
840                 `(long-name     "Shinjigen-1 24pr"
841                   chars         256
842                   dimension     2
843                   columns       2
844                   graphic       2
845                   direction     l2r
846                   mother        =shinjigen@1ed))
847
848   (make-charset '=shinjigen@rev
849                 "Kadokawa ShinJigen dictionary (the revised edition)"
850                 `(long-name     "Shinjigen-2"
851                   chars         256
852                   dimension     2
853                   columns       2
854                   graphic       2
855                   direction     l2r
856                   mother        =shinjigen
857                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
858   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
859   (make-charset '=shinjigen/+p@rev
860                 "ShinJigen (the second edition) number with '"
861                 `(long-name     "Shinjigen-2 with '"
862                   chars         256
863                   dimension     2
864                   columns       2
865                   graphic       2
866                   direction     l2r))
867   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
868
869   (make-charset '=big5-pua
870                 "Big5 with private used area"
871                 '(long-name     "Big5-PUA"
872                   chars         256
873                   dimension     2
874                   columns       2
875                   graphic       2
876                   direction     l2r
877                   mother        chinese-big5
878                   registry      "Big5\\.ETEN"))
879   (define-charset-alias 'chinese-big5-pua '=big5-pua)
880   (make-charset '=big5-eten
881                 "Big5 ETEN"
882                 '(long-name     "Big5-ETEN"
883                   chars         256
884                   dimension     2
885                   columns       2
886                   graphic       2
887                   direction     l2r
888                   mother        chinese-big5
889                   min-code      #x8140
890                   max-code      #xFEFE
891                   registry      "Big5\\.ETEN"))
892   (define-charset-alias 'chinese-big5-eten '=big5-eten)
893   (make-charset 'chinese-big5-eten-a
894                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
895                 '(long-name     "Big5-ETEN-a"
896                   chars         256
897                   dimension     2
898                   columns       2
899                   graphic       2
900                   direction     l2r
901                   mother        chinese-big5
902                   min-code      #xF9D6
903                   max-code      #xF9FE
904                   registry      "Big5\\.ETEN"))
905   (make-charset 'chinese-big5-eten-b
906                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
907                 '(long-name     "Big5-ETEN-b"
908                   chars         256
909                   dimension     2
910                   columns       2
911                   graphic       2
912                   direction     l2r
913                   mother        chinese-big5
914                   min-code      #xC6A1
915                   max-code      #xC8FE
916                   registry      "Big5\\.ETEN"))
917
918   (let* ((i 1)
919          (hzk-min (+ (lsh #x6200 16) 65536))
920          (hzk-max (+ hzk-min 65535)))
921     (while (<= i 12)
922       (make-charset
923        (intern (format "=hanziku-%d" i))
924        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
925        `(long-name ,(format "HANZIKU-%d" i)
926                    chars 256
927                    dimension 2
928                    columns 2
929                    graphic 2
930                    direction l2r
931                    registry ,(format "hanziku-%d$" i i)
932                    min-code ,hzk-min
933                    max-code ,hzk-max
934                    code-offset ,hzk-min))
935       (define-charset-alias
936         (intern (format "ideograph-hanziku-%d" i))
937         (intern (format "=hanziku-%d" i)))
938       (setq hzk-min (1+ hzk-max)
939             hzk-max (+ hzk-min 65535))
940       (setq i (1+ i))))
941
942   (make-charset '=cbeta "CBETA private characters"
943                 '(long-name     "CBETA PUA"
944                   chars         256
945                   dimension     2
946                   registry      "cbeta-0"
947                   graphic       2
948                   min-code      #xE20000
949                   max-code      #xE2FFFF
950                   code-offset   #xE20000
951                   columns       2
952                   direction     l2r))
953   (define-charset-alias 'ideograph-cbeta '=cbeta)
954
955   (make-charset '=zinbun-oracle
956                 "Oracle Bones Script"
957                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
958                   chars         256
959                   dimension     2
960                   registry      "zob1968-0"
961                   graphic       2
962                   min-code      #xE70000
963                   max-code      ,(+ #xE70000 8192)
964                   code-offset   #xE70000
965                   columns       2
966                   direction     l2r))
967
968   (make-charset '=>zinbun-oracle
969                 "Abstract Oracle Bones"
970                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
971                   chars         256
972                   dimension     2
973                   mother        =zinbun-oracle
974                   registry      "zob1968-0"
975                   graphic       2
976                   columns       2
977                   direction     l2r))
978
979   (make-charset '=jef-china3
980                 "JEF + CHINA3 private characters"
981                 '(long-name     "JEF + CHINA3"
982                   chars         256
983                   dimension     2
984                   columns       2
985                   graphic       2
986                   direction     l2r
987                   registry      "china3jef-0"
988                   min-code      #xE80000
989                   max-code      #xE8FFFF
990                   code-offset   #xE80000))
991   (define-charset-alias 'china3-jef '=jef-china3)
992
993   (make-charset '=ruimoku-v6
994                 "private characters used in RUIMOKU Version.6"
995                 `(long-name     "RUI6"
996                   chars         256
997                   dimension     2
998                   columns       2
999                   graphic       2
1000                   direction     l2r
1001                   registry      "rui6-0"
1002                   ;; mother     ucs
1003                   min-code      #xE90000 ; #xE000
1004                   max-code      #xE908FF ; #xE8FF
1005                   code-offset   ,(- #xE90000 #xE000)))
1006   (make-charset '=>>ruimoku-v6
1007                 "RUIMOKU Version.6 glyphs"
1008                 '(long-name     "RUI6 glyphs"
1009                   chars         256
1010                   dimension     2
1011                   columns       2
1012                   graphic       2
1013                   direction     l2r
1014                   registry      "rui6-0"
1015                   mother        =ruimoku-v6))
1016
1017   (make-charset '==>ucs@bucs
1018                 "Basic Subset of Coded Character Sets (BUCS)"
1019                 '(long-name     "BUCS abstract characters"
1020                   chars         256
1021                   dimension     3
1022                   columns       2
1023                   graphic       2
1024                   direction     l2r
1025                   =>iso-ir      177
1026                   mother        =ucs))
1027
1028   (make-charset '=>ucs@iso
1029                 "Abstract characters of ISO/IEC 10646 representatives"
1030                 '(long-name     "UCS characters for ISO"
1031                   chars         256
1032                   dimension     3
1033                   columns       2
1034                   graphic       2
1035                   direction     l2r
1036                   =>iso-ir      177
1037                   mother        =ucs))
1038   (make-charset '=>ucs@unicode
1039                 "Abstract characters of Unicode representatives"
1040                 '(long-name     "UCS characters for Unicode"
1041                   chars         256
1042                   dimension     3
1043                   columns       2
1044                   graphic       2
1045                   direction     l2r
1046                   =>iso-ir      177
1047                   mother        =>ucs@iso))
1048   (make-charset '=>ucs@jis
1049                 "UCS Representative characters for JIS X0208/0212/0213"
1050                 '(long-name     "UCS characters for JIS"
1051                   chars         256
1052                   dimension     3
1053                   columns       2
1054                   graphic       2
1055                   direction     l2r
1056                   =>iso-ir      177
1057                   mother        =>ucs@unicode))
1058   (make-charset '=>ucs@JP
1059                 "UCS Representative characters for Japanese usual unification"
1060                 '(long-name     "UCS characters for JP"
1061                   chars         256
1062                   dimension     3
1063                   columns       2
1064                   graphic       2
1065                   direction     l2r
1066                   =>iso-ir      177
1067                   mother        =>ucs@jis))
1068   (make-charset '=>ucs@ks
1069                 "UCS Representative characters for Korean Standards"
1070                 '(long-name     "UCS characters for KS"
1071                   chars         256
1072                   dimension     3
1073                   columns       2
1074                   graphic       2
1075                   direction     l2r
1076                   =>iso-ir      177
1077                   mother        =>ucs@unicode))
1078   (make-charset '=>ucs@cns
1079                 "UCS representatives characters for CNS 11643 sources"
1080                 '(long-name     "UCS characters for CNS 11643"
1081                   chars         256
1082                   dimension     3
1083                   columns       2
1084                   graphic       2
1085                   direction     l2r
1086                   =>iso-ir      177
1087                   mother        =>ucs@unicode))
1088
1089   (make-charset '=>>ucs@iso
1090                 "Representative abstract-glyphs of ISO/IEC 10646"
1091                 '(long-name     "UCS abstract glyphs for UCS"
1092                   chars         256
1093                   dimension     3
1094                   columns       2
1095                   graphic       2
1096                   direction     l2r
1097                   =>iso-ir      177
1098                   mother        =>ucs@iso))
1099   (make-charset '=>>ucs@unicode
1100                 "Representative abstract-glyphs of Unicode"
1101                 '(long-name     "Unicode abstract glyphs"
1102                   chars         256
1103                   dimension     3
1104                   columns       2
1105                   graphic       2
1106                   direction     l2r
1107                   =>iso-ir      177
1108                   mother        =>>ucs@iso))
1109   (make-charset '=>>ucs@jis
1110                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
1111                 '(long-name     "UCS abstract glyphs for JIS"
1112                   chars         256
1113                   dimension     3
1114                   columns       2
1115                   graphic       2
1116                   direction     l2r
1117                   =>iso-ir      177
1118                   mother        =>>ucs@unicode))
1119   (make-charset '=>>ucs@jis/1990
1120                 "UCS Representative glyphs for JIS X 0208/0212:1990"
1121                 '(long-name     "UCS glyphs for JIS:1990"
1122                   chars         256
1123                   dimension     3
1124                   columns       2
1125                   graphic       2
1126                   direction     l2r
1127                   =>iso-ir      177
1128                   mother        =>>ucs@jis))
1129   (make-charset '=>>ucs@jis/2000
1130                 "UCS Representative glyphs for JIS X 0213:2000"
1131                 '(long-name     "UCS glyphs for JIS:2000"
1132                   chars         256
1133                   dimension     3
1134                   columns       2
1135                   graphic       2
1136                   direction     l2r
1137                   =>iso-ir      177
1138                   mother        =>>ucs@jis))
1139   (make-charset '=>>ucs@jis/2004
1140                 "UCS Representative glyphs for JIS X 0213:2004"
1141                 '(long-name     "UCS glyphs for JIS:2004"
1142                   chars         256
1143                   dimension     3
1144                   columns       2
1145                   graphic       2
1146                   direction     l2r
1147                   =>iso-ir      177
1148                   mother        =>>ucs@jis))
1149   (make-charset '=>>ucs@JP
1150                 "UCS abstract-glyphs based on Japanese style glyphs"
1151                 '(long-name     "UCS glyphs for JP"
1152                   chars         256
1153                   dimension     3
1154                   columns       2
1155                   graphic       2
1156                   direction     l2r
1157                   =>iso-ir      177
1158                   mother        =>>ucs@jis/2004))
1159   (make-charset '=>>ucs@ks
1160                 "UCS Representative glyphs for Korean Standards"
1161                 '(long-name     "UCS glyphs for KS"
1162                   chars         256
1163                   dimension     3
1164                   columns       2
1165                   graphic       2
1166                   direction     l2r
1167                   =>iso-ir      177
1168                   mother        =>>ucs@unicode))
1169   (make-charset '=>>ucs@cns
1170                 "UCS Representative glyphs for CNS 11643 sources"
1171                 '(long-name     "UCS glyphs for CNS"
1172                   chars         256
1173                   dimension     3
1174                   columns       2
1175                   graphic       2
1176                   direction     l2r
1177                   =>iso-ir      177
1178                   mother        =>>ucs@unicode))
1179
1180   (make-charset '=>>>ucs@iso
1181                 "Representative glyph-forms of ISO/IEC 10646"
1182                 '(long-name     "UCS glyph-forms for UCS"
1183                   chars         256
1184                   dimension     3
1185                   columns       2
1186                   graphic       2
1187                   direction     l2r
1188                   =>iso-ir      177
1189                   mother        =>>ucs@iso))
1190   (make-charset '=>>>ucs@unicode
1191                 "Representative glyph-forms of Unicode"
1192                 '(long-name     "UCS glyph-forms for Unicode"
1193                   chars         256
1194                   dimension     3
1195                   columns       2
1196                   graphic       2
1197                   direction     l2r
1198                   =>iso-ir      177
1199                   mother        =>>>ucs@iso))
1200   (make-charset '=>>>ucs@jis
1201                 "UCS Representative glyph-forms for JIS X0208/0212/0213"
1202                 '(long-name     "UCS glyph-forms for JIS"
1203                   chars         256
1204                   dimension     3
1205                   columns       2
1206                   graphic       2
1207                   direction     l2r
1208                   =>iso-ir      177
1209                   mother        =>>>ucs@unicode))
1210   (make-charset '=>>>ucs@jis/1990
1211                 "UCS Representative glyph-forms for JIS X 0208/0212:1990"
1212                 '(long-name     "UCS glyph-forms for JIS:1990"
1213                   chars         256
1214                   dimension     3
1215                   columns       2
1216                   graphic       2
1217                   direction     l2r
1218                   =>iso-ir      177
1219                   mother        =>>>ucs@jis))
1220   (make-charset '=>>>ucs@jis/2004
1221                 "UCS Representative glyph-forms for JIS X 0213:2004"
1222                 '(long-name     "UCS glyph-forms for JIS:2004"
1223                   chars         256
1224                   dimension     3
1225                   columns       2
1226                   graphic       2
1227                   direction     l2r
1228                   =>iso-ir      177
1229                   mother        =>>>ucs@jis))
1230   (make-charset '=>>>ucs@ks
1231                 "UCS Representative glyph-forms for Korean Standards"
1232                 '(long-name     "UCS glyph-forms for KS"
1233                   chars         256
1234                   dimension     3
1235                   columns       2
1236                   graphic       2
1237                   direction     l2r
1238                   =>iso-ir      177
1239                   mother        =>>>ucs@unicode))
1240   (make-charset '=>>>ucs@cns
1241                 "UCS Representative glyph-forms for CNS 11643 sources"
1242                 '(long-name     "UCS glyph-forms for CNS"
1243                   chars         256
1244                   dimension     3
1245                   columns       2
1246                   graphic       2
1247                   direction     l2r
1248                   =>iso-ir      177
1249                   mother        =>>>ucs@unicode))
1250
1251   (make-charset '=ucs@iso
1252                 "ISO/IEC 10646 for its representative glyphs"
1253                 '(long-name     "UCS for ISO"
1254                   chars         256
1255                   dimension     3
1256                   columns       2
1257                   graphic       2
1258                   direction     l2r
1259                   =>iso-ir      177
1260                   mother        =>>>ucs@iso))
1261   (make-charset '=ucs@unicode
1262                 "Unicode for its representative glyphs"
1263                 '(long-name     "UCS for Unicode"
1264                   chars         256
1265                   dimension     3
1266                   columns       2
1267                   graphic       2
1268                   direction     l2r
1269                   =>iso-ir      177
1270                   mother        =ucs@iso))
1271   (make-charset '=ucs@gb
1272                 "ISO/IEC 10646 for GB"
1273                 '(long-name     "UCS for GB"
1274                   chars         256
1275                   dimension     3
1276                   columns       2
1277                   graphic       2
1278                   direction     l2r
1279                   =>iso-ir      177
1280                   mother        =ucs@unicode))
1281   (define-charset-alias 'ucs-gb '=ucs@gb)
1282   (make-charset '=ucs@gb/fw
1283                 "ISO/IEC 10646 for GB with fullwidth"
1284                 '(long-name     "UCS for GB-fullwidth"
1285                   chars         256
1286                   dimension     3
1287                   columns       2
1288                   graphic       2
1289                   direction     l2r
1290                   =>iso-ir      177
1291                   mother        =ucs@gb))
1292   (make-charset '=ucs-bmp@gb
1293                 "ISO/IEC 10646 BMP for GB"
1294                 '(long-name     "BMP for GB"
1295                   chars         256
1296                   dimension     3
1297                   columns       2
1298                   graphic       2
1299                   direction     l2r
1300                   mother        =ucs@gb
1301                   min-code      #x0000
1302                   max-code      #xFFFF))
1303   (make-charset '=ucs@cns
1304                 "ISO/IEC 10646 for CNS 11643"
1305                 '(long-name     "UCS for CNS"
1306                   chars         256
1307                   dimension     3
1308                   columns       2
1309                   graphic       2
1310                   direction     l2r
1311                   =>iso-ir      177
1312                   mother        =ucs@unicode))
1313   (define-charset-alias 'ucs-cns '=ucs@cns)
1314   (make-charset '=ucs@cns/fw
1315                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
1316                 '(long-name     "UCS for CNS-fullwidth"
1317                   chars         256
1318                   dimension     3
1319                   columns       2
1320                   graphic       2
1321                   direction     l2r
1322                   =>iso-ir      177
1323                   mother        =ucs@cns))
1324   (make-charset '=ucs-bmp@cns
1325                 "ISO/IEC 10646 BMP for CNS"
1326                 '(long-name     "BMP for CNS"
1327                   chars         256
1328                   dimension     3
1329                   columns       2
1330                   graphic       2
1331                   direction     l2r
1332                   mother        =ucs@cns
1333                   min-code      #x0000
1334                   max-code      #xFFFF))
1335   (make-charset '=ucs@jis
1336                 "ISO/IEC 10646 for JIS X0208/0212/0213"
1337                 '(long-name     "UCS for JIS"
1338                   chars         256
1339                   dimension     3
1340                   columns       2
1341                   graphic       2
1342                   direction     l2r
1343                   =>iso-ir      177
1344                   mother        =ucs@unicode))
1345   (define-charset-alias 'ucs-jis '=ucs@jis)
1346   (make-charset '=ucs@jis/fw
1347                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
1348                 '(long-name     "UCS for JIS-fullwidth"
1349                   chars         256
1350                   dimension     3
1351                   columns       2
1352                   graphic       2
1353                   direction     l2r
1354                   =>iso-ir      177
1355                   mother        =ucs@jis))
1356   (make-charset '=ucs-bmp@jis
1357                 "ISO/IEC 10646 BMP for JIS"
1358                 '(long-name     "BMP for JIS"
1359                   chars         256
1360                   dimension     3
1361                   columns       2
1362                   graphic       2
1363                   direction     l2r
1364                   mother        =ucs@jis
1365                   min-code      #x0000
1366                   max-code      #xFFFF))
1367   ;; (make-charset '=ucs@jis/1983
1368   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
1369   ;;               '(long-name     "UCS for JIS:1983"
1370   ;;                 chars         256
1371   ;;                 dimension     3
1372   ;;                 columns       2
1373   ;;                 graphic       2
1374   ;;                 direction     l2r
1375   ;;                 =>iso-ir      177
1376   ;;                 mother        =ucs@jis))
1377   (make-charset '=ucs@jis/1990
1378                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
1379                 '(long-name     "UCS for JIS:1990"
1380                   chars         256
1381                   dimension     3
1382                   columns       2
1383                   graphic       2
1384                   direction     l2r
1385                   =>iso-ir      177
1386                   mother        =ucs@jis))
1387   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
1388   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
1389   (make-charset '=ucs@jis/2000
1390                 "ISO/IEC 10646 for JIS X 0213:2000"
1391                 '(long-name     "UCS for JIS:2000"
1392                   chars         256
1393                   dimension     3
1394                   columns       2
1395                   graphic       2
1396                   direction     l2r
1397                   =>iso-ir      177
1398                   mother        =ucs@jis))
1399   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
1400   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
1401   (make-charset '=ucs@jis/2004
1402                 "ISO/IEC 10646 for JIS X 0213:2004"
1403                 '(long-name     "UCS for JIS:2004"
1404                   chars         256
1405                   dimension     3
1406                   columns       2
1407                   graphic       2
1408                   direction     l2r
1409                   =>iso-ir      177
1410                   mother        =ucs@jis))
1411   (make-charset '=ucs@JP
1412                 "UCS for common glyphs used in Japan"
1413                 '(long-name     "UCS for Japan"
1414                   chars         256
1415                   dimension     3
1416                   columns       2
1417                   graphic       2
1418                   direction     l2r
1419                   =>iso-ir      177
1420                   mother        =ucs@jis/2004))
1421   (define-charset-alias '=ucs@jp '=ucs@JP)
1422   (make-charset '=ucs@ks
1423                 "ISO/IEC 10646 for Korean Standards"
1424                 '(long-name     "UCS for KS"
1425                   chars         256
1426                   dimension     3
1427                   columns       2
1428                   graphic       2
1429                   direction     l2r
1430                   =>iso-ir      177
1431                   mother        =ucs@unicode))
1432   (define-charset-alias 'ucs-ks '=ucs@ks)
1433   (make-charset '=ucs-bmp@ks
1434                 "ISO/IEC 10646 BMP for KS"
1435                 '(long-name     "BMP for KS"
1436                   chars         256
1437                   dimension     3
1438                   columns       2
1439                   graphic       2
1440                   direction     l2r
1441                   mother        =ucs@ks
1442                   min-code      #x0000
1443                   max-code      #xFFFF))
1444   (make-charset '=ucs@cns11643
1445                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
1446                 '(long-name     "UCS for CNS11643"
1447                   chars         256
1448                   dimension     3
1449                   columns       2
1450                   graphic       2
1451                   direction     l2r
1452                   =>iso-ir      177
1453                   mother        =ucs@cns))
1454   (make-charset '=ucs@big5
1455                 "ISO/IEC 10646 for Big5"
1456                 '(long-name     "UCS for Big5"
1457                   chars         256
1458                   dimension     3
1459                   columns       2
1460                   graphic       2
1461                   direction     l2r
1462                   =>iso-ir      177
1463                   mother        =>>ucs@cns))
1464   (define-charset-alias 'ucs-big5 '=ucs@big5)
1465   (make-charset '=ucs@big5/cns11643
1466                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
1467                 '(long-name     "UCS for Big5@CNS11643"
1468                   chars         256
1469                   dimension     3
1470                   columns       2
1471                   graphic       2
1472                   direction     l2r
1473                   =>iso-ir      177
1474                   mother        =ucs@big5))
1475
1476   (make-charset
1477    '=ucs-radicals
1478    "CJK Radicals of UCS"
1479    '(long-name "UCS-Radicals"
1480                chars 256
1481                dimension 2
1482                columns 2
1483                graphic 2
1484                direction l2r
1485                registry "-zhRadicals-.*-ucs-0"
1486                mother ucs-bmp
1487                min-code #x2E00 max-code #x2FFF))
1488   (make-charset
1489    '=ucs-radicals@unicode
1490    "CJK Radicals of UCS"
1491    '(long-name "UCS-Radicals"
1492                chars 256
1493                dimension 2
1494                columns 2
1495                graphic 2
1496                direction l2r
1497                registry "-zhRadicals-.*-ucs-0"
1498                mother =ucs@unicode
1499                min-code #x2E00 max-code #x2FFF))
1500   (make-charset
1501    '=ucs-hangul
1502    "Hangul Syllables of UCS"
1503    '(long-name "UCS-Hangul-Syllables"
1504                chars 256
1505                dimension 2
1506                columns 2
1507                graphic 2
1508                direction l2r
1509                registry "-Hangul-.*-ucs-0"
1510                mother =ucs
1511                min-code #xAC00 max-code #xD7AF))
1512   (make-charset
1513    '=ucs-bmp-cjk
1514    "CJK Characters in BMP of UCS"
1515    '(long-name "UCS-BMP-CJK"
1516                chars 256
1517                dimension 2
1518                columns 2
1519                graphic 2
1520                direction l2r
1521                registry "-zh-.*-ucs-0"
1522                mother ucs-bmp
1523                min-code #x2E00
1524                max-code #x9FA5
1525                ;; max-code #xA4CF
1526                ))
1527   (make-charset
1528    '=ucs-bmp-cjk@unicode
1529    "CJK Characters in BMP of Unicode"
1530    '(long-name "Unicode-BMP-CJK"
1531                chars 256
1532                dimension 2
1533                columns 2
1534                graphic 2
1535                direction l2r
1536                registry "-zh-.*-ucs-0"
1537                mother =ucs@unicode
1538                min-code #x2E00
1539                max-code #x9FA5
1540                ;; max-code #xA4CF
1541                ))
1542   (make-charset
1543    '==>ucs-bmp-cjk@bucs
1544    "CJK Characters in BMP of BUCS"
1545    '(long-name "BUCS-BMP-CJK"
1546                chars 256
1547                dimension 2
1548                columns 2
1549                graphic 2
1550                direction l2r
1551                registry "-zh-.*-ucs-0"
1552                mother ==>ucs@bucs
1553                min-code #x2E00
1554                max-code #x9FA5
1555                ;; max-code #xA4CF
1556                ))
1557   (make-charset
1558    '=ucs-sip-ext-b
1559    "CJK Ideographs Extension B"
1560    '(long-name "UCS CJK Ext-B"
1561                chars 256
1562                dimension 2
1563                columns 2
1564                graphic 2
1565                direction l2r
1566                registry "\\(iso10646\\|ucs02\\)-2$"
1567                mother ucs
1568                min-code #x20000 max-code #x2A6D6
1569                code-offset #x20000))
1570   (make-charset
1571    '=ucs-sip-ext-b@iso
1572    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
1573    '(long-name "UCS CJK Ext-B"
1574                chars 256
1575                dimension 2
1576                columns 2
1577                graphic 2
1578                direction l2r
1579                registry "\\(iso10646\\|ucs02\\)-2$"
1580                mother =ucs@iso
1581                min-code #x20000 max-code #x2A6D6
1582                code-offset #x20000))
1583
1584   (make-charset
1585    '=adobe-japan1-base
1586    "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
1587    `(long-name "Adobe-Japan1"
1588                chars 256
1589                dimension 2
1590                columns 2
1591                graphic 2
1592                direction l2r
1593                registry "AdobeJapan1-[0-6]$"
1594                min-code ,(lsh #x6300 16)
1595                max-code ,(+ (lsh #x6300 16) 23057)
1596                code-offset      ,(lsh #x6300 16)))
1597   (make-charset
1598    '=adobe-japan1-0
1599    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
1600    '(long-name "Adobe-Japan1-0"
1601                chars 256
1602                dimension 2
1603                columns 2
1604                graphic 2
1605                direction l2r
1606                mother =adobe-japan1-base
1607                min-code 0
1608                max-code 8283
1609                registry "AdobeJapan1-0$"))
1610   (make-charset
1611    '=adobe-japan1-1
1612    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
1613    '(long-name "Adobe-Japan1-1"
1614                chars 256
1615                dimension 2
1616                columns 2
1617                graphic 2
1618                direction l2r
1619                mother =adobe-japan1-0
1620                min-code 0
1621                max-code 8358
1622                registry "AdobeJapan1-1$"))
1623   (make-charset
1624    '=adobe-japan1-2
1625    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
1626    '(long-name "Adobe-Japan1-2"
1627                chars 256
1628                dimension 2
1629                columns 2
1630                graphic 2
1631                direction l2r
1632                mother =adobe-japan1-1
1633                min-code 0
1634                max-code 8719
1635                registry "AdobeJapan1-2$"))
1636   (make-charset
1637    '=adobe-japan1-3
1638    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
1639    '(long-name "Adobe-Japan1-3"
1640                chars 256
1641                dimension 2
1642                columns 2
1643                graphic 2
1644                direction l2r
1645                mother =adobe-japan1-2
1646                min-code 0
1647                max-code 9353
1648                registry "AdobeJapan1-3$"))
1649   (make-charset
1650    '=adobe-japan1-4
1651    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
1652    '(long-name "Adobe-Japan1-4"
1653                chars 256
1654                dimension 2
1655                columns 2
1656                graphic 2
1657                direction l2r
1658                mother =adobe-japan1-3
1659                min-code 0
1660                max-code 15443
1661                registry "AdobeJapan1-4$"))
1662   (make-charset
1663    '=adobe-japan1-5
1664    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
1665    '(long-name "Adobe-Japan1-5"
1666                chars 256
1667                dimension 2
1668                columns 2
1669                graphic 2
1670                direction l2r
1671                mother =adobe-japan1-4
1672                min-code 0
1673                max-code 20316
1674                registry "AdobeJapan1-5$"))
1675   (make-charset
1676    '=adobe-japan1-6
1677    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
1678    '(long-name "Adobe-Japan1-6"
1679                chars 256
1680                dimension 2
1681                columns 2
1682                graphic 2
1683                direction l2r
1684                mother =adobe-japan1-5
1685                min-code 0
1686                max-code 23057
1687                registry "AdobeJapan1-6$"))
1688
1689   (make-charset
1690    '=hanyo-denshi/ja
1691    "JA (JIS X0208) part of Han'you-Denshi characters"
1692    `(long-name "Han'you-Denshi/JA"
1693                chars 94
1694                dimension 2
1695                columns 2
1696                graphic 2
1697                direction l2r
1698                registry "HanyoDenshi\\.JA-0$"
1699                min-code ,(lsh #x6400 16)
1700                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1701                code-offset ,(lsh #x6400 16)))
1702   (make-charset
1703    '=hanyo-denshi/jb
1704    "JB (JIS X0212) part of Han'you-Denshi characters"
1705    `(long-name "Han'you-Denshi/JB"
1706                chars 94
1707                dimension 2
1708                columns 2
1709                graphic 2
1710                direction l2r
1711                registry "HanyoDenshi\\.JB-0$"
1712                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1713                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1714                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1715   (make-charset
1716    '=hanyo-denshi/jc
1717    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1718    `(long-name "Han'you-Denshi/JC"
1719                chars 94
1720                dimension 2
1721                columns 2
1722                graphic 2
1723                direction l2r
1724                registry "HanyoDenshi\\.JC-0$"
1725                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1726                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1727                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1728   (make-charset
1729    '=hanyo-denshi/jd
1730    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1731    `(long-name "Han'you-Denshi/JD"
1732                chars 94
1733                dimension 2
1734                columns 2
1735                graphic 2
1736                direction l2r
1737                registry "HanyoDenshi\\.JD-0$"
1738                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1739                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1740                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1741   (make-charset
1742    '=hanyo-denshi/ft
1743    "FT (FDPC additional) part of Han'you-Denshi characters"
1744    `(long-name "Han'you-Denshi/FT"
1745                chars 94
1746                dimension 2
1747                columns 2
1748                graphic 2
1749                direction l2r
1750                registry "HanyoDenshi\\.FT-0$"
1751                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1752                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1753                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1754   (make-charset
1755    '=hanyo-denshi/ia
1756    "IA part of Han'you-Denshi characters"
1757    `(long-name "Han'you-Denshi/IA"
1758                chars 94
1759                dimension 2
1760                columns 2
1761                graphic 2
1762                direction l2r
1763                registry "HanyoDenshi\\.IA-0$"
1764                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1765                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1766                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1767   (make-charset
1768    '=hanyo-denshi/ib
1769    "IB part of Han'you-Denshi characters"
1770    `(long-name "Han'you-Denshi/IB"
1771                chars 94
1772                dimension 2
1773                columns 2
1774                graphic 2
1775                direction l2r
1776                registry "HanyoDenshi\\.IB-0$"
1777                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1778                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1779                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1780   (make-charset
1781    '=hanyo-denshi/hg
1782    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1783    `(long-name "Han'you-Denshi/HG"
1784                chars 94
1785                dimension 2
1786                columns 2
1787                graphic 2
1788                direction l2r
1789                registry "HanyoDenshi\\.HG-0$"
1790                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
1791                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
1792                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
1793   (make-charset
1794    '=hanyo-denshi/ip
1795    "IP (for IPA) part of Han'you-Denshi characters"
1796    `(long-name "Han'you-Denshi/IP"
1797                chars 256
1798                dimension 2
1799                columns 2
1800                graphic 2
1801                direction l2r
1802                registry "HanyoDenshi\\.IP-0$"
1803                min-code    ,(+ (lsh #x6402 16) #x4E00)
1804                max-code    ,(+ (lsh #x6402 16) #x9FFF)
1805                code-offset ,(+ (lsh #x6402 16))))
1806   (make-charset
1807    '=hanyo-denshi/jt
1808    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
1809    `(long-name "Han'you-Denshi/JT"
1810                chars 256
1811                dimension 2
1812                columns 2
1813                graphic 2
1814                direction l2r
1815                registry "HanyoDenshi\\.JT-0$"
1816                min-code    ,(+ (lsh #x6402 16) #xAC00)
1817                max-code    ,(+ (lsh #x6402 16) #xD7AF)
1818                code-offset ,(+ (lsh #x6402 16))))
1819   (make-charset
1820    '=hanyo-denshi/ks
1821    "KS (KoSeki) part of Han'you-Denshi characters"
1822    `(long-name "Han'you-Denshi/KS font encoding"
1823                chars 256
1824                dimension 3
1825                columns 2
1826                graphic 2
1827                direction l2r))
1828   (make-charset
1829    '=hanyo-denshi/ks/mf
1830    "font encoding for KS (KoSeki) characters"
1831    `(long-name "Han'you-Denshi/KS font encoding"
1832                chars 256
1833                dimension 2
1834                columns 2
1835                graphic 2
1836                direction l2r
1837                registry "HanyoDenshi\\.KSMF-0$"
1838                min-code       ,(lsh #x6403 16)
1839                max-code    ,(+ (lsh #x6403 16) #xFFFF)
1840                code-offset    ,(lsh #x6403 16)))
1841
1842   (make-charset
1843    '=>>hanyo-denshi/ft
1844    "Han'you-Denshi/FT abstract glyphs"
1845    '(long-name "Han'you-Denshi/FT glyphs"
1846                chars 94
1847                dimension 2
1848                columns 2
1849                graphic 2
1850                direction l2r
1851                registry "HanyoDenshi\\.FT-0$"
1852                mother =hanyo-denshi/ft))
1853   (make-charset
1854    '=>>hanyo-denshi/ib
1855    "Han'you-Denshi/IB abstract glyphs"
1856    '(long-name "Han'you-Denshi/IB abstract glyphs"
1857                chars 94
1858                dimension 2
1859                columns 2
1860                graphic 2
1861                direction l2r
1862                registry "HanyoDenshi\\.IB-0$"
1863                mother =hanyo-denshi/ib))
1864   (make-charset
1865    '=>>hanyo-denshi/jt
1866    "JT (Juuki Touitsu Moji) abstract glyphs"
1867    '(long-name "Han'you-Denshi/JT glyphs"
1868                chars 256
1869                dimension 2
1870                columns 2
1871                graphic 2
1872                direction l2r
1873                registry "HanyoDenshi\\.JT-0$"
1874                mother =hanyo-denshi/jt))
1875   (make-charset
1876    '=>>hanyo-denshi/ks
1877    "Han'you-Denshi/KS abstract glyphs"
1878    '(long-name "Han'you-Denshi/KS glyphs"
1879                chars 256
1880                dimension 3
1881                columns 2
1882                graphic 2
1883                direction l2r
1884                mother =hanyo-denshi/ks))
1885   )
1886
1887 ;;; mule-conf.el ends here