(=jis-x0208@1978/-4X): 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 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/4-pr
76    "JIS X 0208:1978, 4th impression or later."
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   (define-charset-alias '=jis-x0208@1978/i1 '=jis-x0208@1978/1pr)
86   (define-charset-alias '=jis-x0208@1978/i-4 '=jis-x0208@1978/-4pr)
87   (define-charset-alias '=jis-x0208@1978/i4- '=jis-x0208@1978/4-pr)
88   )
89  (t
90   (make-charset
91    '=jis-x0208@1978
92    "JIS X0208:1978 Japanese Kanji (so called \"old JIS\")."
93    '(iso-ir 42
94             registry "jisx0208\\.1978"
95             dimension 2
96             chars 94
97             mother =jis-x0208
98             final ?@
99             graphic 0))
100   ))
101
102 (define-charset-alias '=jis-x0208-1978          '=jis-x0208@1978)
103 (define-charset-alias 'japanese-jisx0208-1978   '=jis-x0208@1978)
104 (define-charset-alias 'chinese-gb2312           '=gb2312)
105 (define-charset-alias '=jis-x0208-1983          '=jis-x0208@1983)
106 (define-charset-alias 'japanese-jisx0208        '=jis-x0208@1983)
107 (define-charset-alias 'korean-ksc5601           '=ks-x1001)
108 (define-charset-alias 'japanese-jisx0212        '=jis-x0212)
109 (define-charset-alias 'chinese-cns11643-1       '=cns11643-1)
110 (define-charset-alias 'chinese-cns11643-2       '=cns11643-2)
111 (define-charset-alias 'chinese-gb12345          '=gb12345)
112 (define-charset-alias 'chinese-big5             '=big5)
113
114 ;; PinYin-ZhuYin
115 (make-charset 'sisheng "PinYin-ZhuYin"
116               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
117                 dimension 1
118                 chars 94
119                 final ?0
120                 graphic 0
121                 ))
122
123 ;; Lao script.
124 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
125 (make-charset 'lao "Lao script"
126               '(registry "MuleLao-1"
127                 dimension 1
128                 chars 94
129                 final ?1
130                 graphic 1))
131
132 ;; IPA (International Phonetic Alphabet)
133 (make-charset 'ipa "International Phonetic Alphabet"
134               '(registry "MuleIPA"
135                 dimension 1
136                 chars 96
137                 final ?0
138                 graphic 1))
139
140 ;; Ethiopic
141 (make-charset 'ethiopic "Ethiopic"
142               '(registry "Ethio"
143                 dimension 2
144                 chars 94
145                 final ?3
146                 graphic 0
147                 ))
148
149 ;; ISO-IR-165 (CCITT Extended GB)
150 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
151 ;;    GB 8565-88 table A4 + 293 characters.
152 (if (featurep 'utf-2000)
153     (progn
154       (make-charset '=iso-ir165
155                     "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
156                     '(iso-ir 165
157                              dimension 2
158                              chars 94
159                              mother =gb2312
160                              final ?E
161                              registry "isoir165"
162                              graphic 0))
163       (define-charset-alias 'chinese-isoir165 '=iso-ir165))
164   (make-charset 'chinese-isoir165
165                 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
166                 '(iso-ir 165
167                          dimension 2
168                          chars 94
169                          final ?E
170                          registry "isoir165"
171                          graphic 0)))
172
173 ;; CNS11643 Plane3 thru Plane7
174 ;; These represent more and more obscure Chinese characters.
175 ;; By the time you get to Plane 7, we're talking about characters
176 ;; that appear once in some ancient manuscript and whose meaning
177 ;; is unknown.
178
179 (flet
180     ((make-chinese-cns11643-charset
181       (name iso-ir plane final)
182       (make-charset
183        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
184        `(iso-ir ,iso-ir
185          registry 
186          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
187          dimension 2
188          chars 94
189          final ,final
190          graphic 0))
191       ))
192   (make-chinese-cns11643-charset '=cns11643-3 183 "3" ?I)
193   (make-chinese-cns11643-charset '=cns11643-4 184 "4" ?J)
194   (make-chinese-cns11643-charset '=cns11643-5 185 "5" ?K)
195   (make-chinese-cns11643-charset '=cns11643-6 186 "6" ?L)
196   (make-chinese-cns11643-charset '=cns11643-7 187 "7" ?M)
197   (define-charset-alias 'chinese-cns11643-3     '=cns11643-3)
198   (define-charset-alias 'chinese-cns11643-4     '=cns11643-4)
199   (define-charset-alias 'chinese-cns11643-5     '=cns11643-5)
200   (define-charset-alias 'chinese-cns11643-6     '=cns11643-6)
201   (define-charset-alias 'chinese-cns11643-7     '=cns11643-7)
202   )
203
204 ;; JIS X 0213:2000
205 (cond
206  ((featurep 'utf-2000)
207   (make-charset
208    '=jis-x0213-1
209    "JIS X 0213 Plain 1 (unchanged part)"
210    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
211               dimension 2
212               chars 94
213               =>iso-ir 228
214               final ?O
215               graphic 0
216               partial t))
217
218   (make-charset
219    '=jis-x0213-1@2000
220    "JIS X 0213:2000 Plain 1"
221    '(iso-ir 228
222             registry "jisx0213\\(\\.2000\\)-1"
223             dimension 2
224             chars 94
225             mother =jis-x0213-1
226             final ?O
227             graphic 0))
228   (make-charset
229    '=jis-x0213-2
230    "JIS X 0213 Plain 2"
231    '(iso-ir 229
232             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
233             dimension 2
234             chars 94
235             final ?P
236             graphic 0))
237
238   (make-charset
239    '=jis-x0213-1@2004
240    "JIS X 0213:2004 Plain 1"
241    '(iso-ir 233
242             registry "jisx0213\\(\\.2004\\)-1"
243             dimension 2
244             chars 94
245             mother =jis-x0213-1
246             final ?Q
247             graphic 0))
248
249   (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1@2000)
250   (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2)
251   (define-charset-alias '=jis-x0213-1-2000 '=jis-x0213-1@2000)
252   (define-charset-alias '=jis-x0213-2-2000 '=jis-x0213-2)
253   )
254  (t
255   (make-charset
256    'japanese-jisx0213-1
257    "JIS X 0213:2000 Plain 1"
258    '(registry "jisx0213\\(\\.2000\\)-1"
259               dimension 2
260               chars 94
261               final ?O
262               graphic 0))
263   (make-charset
264    'japanese-jisx0213-2
265    "JIS X 0213:2000 Plain 2"
266    '(registry "jisx0213\\(\\.2000\\)-2"
267               dimension 2
268               chars 94
269               final ?P
270               graphic 0))
271   ))
272
273 (when (featurep 'utf-2000)
274   (define-charset-alias 'ucs '=ucs)
275   (define-charset-alias '=jis-x0208-1990 '=jis-x0208@1990)
276   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990)
277
278   (make-charset
279    '<==>jis-x0213-1
280    "JIS X 0213 Plain 1 abstract glyphs (unchanged part)"
281    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
282               dimension 2
283               chars 94
284               mother =jis-x0213-1
285               =>iso-ir 228
286               ;; final ?O
287               graphic 0
288               ;; partial t
289               ))
290   (make-charset
291    '<==>jis-x0213-1@2000
292    "JIS X 0213:2000 Plain 1 abstract glyphs"
293    '(registry "jisx0213\\(\\.2000\\)-1"
294               dimension 2
295               chars 94
296               mother <==>jis-x0213-1
297               =>iso-ir 228
298               ;; final ?O
299               graphic 0
300               ;; partial t
301               ))
302   (make-charset
303    '<==>jis-x0213-1@2004
304    "JIS X 0213:2004 Plain 1 abstract glyphs"
305    '(registry "jisx0213\\(\\.2004\\)-1"
306               dimension 2
307               chars 94
308               mother <==>jis-x0213-1
309               =>iso-ir 233
310               ;; final ?Q
311               graphic 0
312               ;; partial t
313               ))
314
315   (make-charset
316    '<=>jis-x0208
317    "JIS X 0208 based on the unchanged unification rules."
318    '(registry "jisx0208\\.1990"
319               dimension 2
320               chars 94
321               mother =jis-x0208
322               =>iso-ir 168
323               ;; final ?B
324               graphic 0))
325   (make-charset
326    '<=>jis-x0208@1997
327    "JIS X 0208 based on the unification rule of 1997 edition."
328    '(registry "jisx0208\\.1990"
329               dimension 2
330               chars 94
331               mother <=>jis-x0208
332               =>iso-ir 168
333               ;; final ?B
334               graphic 0))
335   (define-charset-alias '=jis-x0208@1997 '<=>jis-x0208@1997)
336
337   (make-charset
338    '<=>jis-x0213-1
339    "JIS X 0213 Plain 1 abstract characters (unchanged part)"
340    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
341               dimension 2
342               chars 94
343               mother <==>jis-x0213-1
344               =>iso-ir 228
345               ;; final ?O
346               graphic 0
347               ;; partial t
348               ))
349   (make-charset
350    '<=>jis-x0213-1@2000
351    "JIS X 0213:2000 Plain 1 abstract characters"
352    '(registry "jisx0213\\(\\.2000\\)-1"
353               dimension 2
354               chars 94
355               mother <=>jis-x0213-1
356               =>iso-ir 228
357               ;; final ?O
358               graphic 0
359               ;; partial t
360               ))
361   (make-charset
362    '<=>jis-x0213-1@2004
363    "JIS X 0213:2004 Plain 1 abstract characters"
364    '(registry "jisx0213\\(\\.2004\\)-1"
365               dimension 2
366               chars 94
367               mother <=>jis-x0213-1
368               =>iso-ir 233
369               ;; final ?Q
370               graphic 0
371               ;; partial t
372               ))
373
374   (make-charset '=big5-cdp
375                 "Big5 with CDP extension"
376                 '(long-name     "Big5-CDP"
377                   chars         256
378                   dimension     2
379                   columns       2
380                   graphic       2
381                   direction     l2r
382                   registry      "big5\\.cdp-0"
383                   mother        chinese-big5
384                   min-code      #x8140
385                   max-code      #x8DFE))
386   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
387
388   (make-charset '=gt
389                 "GT 2000"
390                 `(long-name     "GT"
391                   chars         256
392                   dimension     3
393                   columns       2
394                   graphic       2
395                   direction     l2r
396                   registry      ""
397                   min-code      ,(lsh #x6100 16)
398                   max-code      ,(+ (lsh #x6100 16) 67547)
399                   code-offset   ,(lsh #x6100 16)))
400   (define-charset-alias 'ideograph-gt '=gt)
401   (make-charset '<==>gt
402                 "GT 2000 abstract glyphs"
403                 `(long-name     "abstract GT"
404                   chars         256
405                   dimension     3
406                   columns       2
407                   graphic       2
408                   direction     l2r
409                   mother        =gt))
410   (define-charset-alias '<=>gt '<==>gt)
411   (make-charset '=gt-k
412                 "Ideographic components of GT"
413                 `(long-name     "GT components"
414                   chars         256
415                   dimension     2
416                   columns       2
417                   graphic       2
418                   direction     l2r
419                   registry      ""
420                   min-code      ,(lsh #x6110 16)
421                   max-code      ,(+ (lsh #x6110 16) 17090)
422                   code-offset   ,(lsh #x6110 16)))
423   (define-charset-alias 'ideograph-gt-k '=gt-k)
424   (let ((i 1))
425     (while (<= i 11)
426       (make-charset
427        (intern (format "=gt-pj-%d" i))
428        (format "GT 2000 (pseudo JIS encoding) part %d" i)
429        `(long-name ,(format "GT PJ %d" i)
430                    chars 94
431                    dimension 2
432                    columns 2
433                    graphic 0
434                    direction l2r
435                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
436       (define-charset-alias
437         (intern (format "ideograph-gt-pj-%d" i))
438         (intern (format "=gt-pj-%d" i)))
439       (setq i (1+ i))))
440   (make-charset
441    '=gt-pj-k1
442    "Ideographic parts of GT (pseudo JIS encoding) part 1"
443    '(long-name "GT K1"
444                chars 94
445                dimension 2
446                columns 2
447                graphic 0
448                direction l2r
449                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
450   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
451   (make-charset
452    '=gt-pj-k2
453    "Ideographic parts of GT (pseudo JIS encoding) part 2"
454    '(long-name "GT K2"
455                chars 94
456                dimension 2
457                columns 2
458                graphic 0
459                direction l2r
460                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
461   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
462
463   (make-charset '=daikanwa
464                 "Daikanwa dictionary (revised version 2)"
465                 `(long-name     "Daikanwa"
466                   chars         256
467                   dimension     2
468                   columns       2
469                   graphic       2
470                   direction     l2r
471                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
472                   min-code      #xE00000
473                   max-code      ,(+ #xE00000 50100)
474                   code-offset   #xE00000))
475   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
476
477   (make-charset '=daikanwa@rev1
478                 "Daikanwa dictionary (revised version)"
479                 `(long-name     "Daikanwa Rev."
480                   chars         256
481                   dimension     2
482                   columns       2
483                   graphic       2
484                   direction     l2r
485                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
486                   mother        =daikanwa
487                   ))
488   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
489   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
490
491   (make-charset '=daikanwa@rev2
492                 "Daikanwa dictionary (revised version 2)"
493                 `(long-name     "Daikanwa"
494                   chars         256
495                   dimension     2
496                   columns       2
497                   graphic       2
498                   direction     l2r
499                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
500                   mother        =daikanwa
501                   min-code      1
502                   max-code      49964
503                   ;; min-code   #xE00000
504                   ;; max-code   ,(+ #xE00000 50100)
505                   ;; code-offset        #xE00000
506                   ))
507   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
508
509   (make-charset '=shinjigen
510                 "Kadokawa ShinJigen dictionary (common parts)"
511                 `(long-name     "Shinjigen common parts"
512                   chars         256
513                   dimension     2
514                   columns       2
515                   graphic       2
516                   direction     l2r
517                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
518
519   (make-charset '=shinjigen@1ed
520                 "Kadokawa ShinJigen dictionary (the first edition)"
521                 `(long-name     "Shinjigen-1"
522                   chars         256
523                   dimension     2
524                   columns       2
525                   graphic       2
526                   direction     l2r
527                   mother        =shinjigen
528                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
529   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
530
531   (make-charset '=shinjigen@1ed/24pr
532                 "Kadokawa ShinJigen dictionary (the 24th impression)"
533                 `(long-name     "Shinjigen-1 24pr"
534                   chars         256
535                   dimension     2
536                   columns       2
537                   graphic       2
538                   direction     l2r
539                   mother        =shinjigen@1ed))
540
541   (make-charset '=shinjigen@rev
542                 "Kadokawa ShinJigen dictionary (the revised edition)"
543                 `(long-name     "Shinjigen-2"
544                   chars         256
545                   dimension     2
546                   columns       2
547                   graphic       2
548                   direction     l2r
549                   mother        =shinjigen
550                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
551   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
552   (make-charset '=shinjigen/+p@rev
553                 "ShinJigen (the second edition) number with '"
554                 `(long-name     "Shinjigen-2 with '"
555                   chars         256
556                   dimension     2
557                   columns       2
558                   graphic       2
559                   direction     l2r))
560   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
561
562   (make-charset '=big5-pua
563                 "Big5 with private used area"
564                 '(long-name     "Big5-PUA"
565                   chars         256
566                   dimension     2
567                   columns       2
568                   graphic       2
569                   direction     l2r
570                   mother        chinese-big5
571                   registry      "Big5\\.ETEN"))
572   (define-charset-alias 'chinese-big5-pua '=big5-pua)
573   (make-charset '=big5-eten
574                 "Big5 ETEN"
575                 '(long-name     "Big5-ETEN"
576                   chars         256
577                   dimension     2
578                   columns       2
579                   graphic       2
580                   direction     l2r
581                   mother        chinese-big5
582                   min-code      #x8140
583                   max-code      #xFEFE
584                   registry      "Big5\\.ETEN"))
585   (define-charset-alias 'chinese-big5-eten '=big5-eten)
586   (make-charset 'chinese-big5-eten-a
587                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
588                 '(long-name     "Big5-ETEN-a"
589                   chars         256
590                   dimension     2
591                   columns       2
592                   graphic       2
593                   direction     l2r
594                   mother        chinese-big5
595                   min-code      #xF9D6
596                   max-code      #xF9FE
597                   registry      "Big5\\.ETEN"))
598   (make-charset 'chinese-big5-eten-b
599                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
600                 '(long-name     "Big5-ETEN-b"
601                   chars         256
602                   dimension     2
603                   columns       2
604                   graphic       2
605                   direction     l2r
606                   mother        chinese-big5
607                   min-code      #xC6A1
608                   max-code      #xC8FE
609                   registry      "Big5\\.ETEN"))
610
611   (let* ((i 1)
612          (hzk-min (+ (lsh #x6200 16) 65536))
613          (hzk-max (+ hzk-min 65535)))
614     (while (<= i 12)
615       (make-charset
616        (intern (format "=hanziku-%d" i))
617        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
618        `(long-name ,(format "HANZIKU-%d" i)
619                    chars 256
620                    dimension 2
621                    columns 2
622                    graphic 2
623                    direction l2r
624                    registry ,(format "hanziku-%d$" i i)
625                    min-code ,hzk-min
626                    max-code ,hzk-max
627                    code-offset ,hzk-min))
628       (define-charset-alias
629         (intern (format "ideograph-hanziku-%d" i))
630         (intern (format "=hanziku-%d" i)))
631       (setq hzk-min (1+ hzk-max)
632             hzk-max (+ hzk-min 65535))
633       (setq i (1+ i))))
634
635   (make-charset '=cbeta "CBETA private characters"
636                 '(long-name     "CBETA PUA"
637                   chars         256
638                   dimension     2
639                   registry      "cbeta-0"
640                   graphic       2
641                   min-code      #xE20000
642                   max-code      #xE2FFFF
643                   code-offset   #xE20000
644                   columns       2
645                   direction     l2r))
646   (define-charset-alias 'ideograph-cbeta '=cbeta)
647
648   (make-charset '=zinbun-oracle
649                 "Oracle Bones Script"
650                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
651                   chars         256
652                   dimension     2
653                   registry      "zob1968-0"
654                   graphic       2
655                   min-code      #xE70000
656                   max-code      ,(+ #xE70000 8192)
657                   code-offset   #xE70000
658                   columns       2
659                   direction     l2r))
660
661   (make-charset '=jef-china3
662                 "JEF + CHINA3 private characters"
663                 '(long-name     "JEF + CHINA3"
664                   chars         256
665                   dimension     2
666                   columns       2
667                   graphic       2
668                   direction     l2r
669                   registry      "china3jef-0"
670                   min-code      #xE80000
671                   max-code      #xE8FFFF
672                   code-offset   #xE80000))
673   (define-charset-alias 'china3-jef '=jef-china3)
674
675   (make-charset '=ruimoku-v6
676                 "private characters used in RUIMOKU Version.6"
677                 `(long-name     "RUI6"
678                   chars         256
679                   dimension     2
680                   columns       2
681                   graphic       2
682                   direction     l2r
683                   registry      "rui6-0"
684                   ;; mother     ucs
685                   min-code      #xE90000 ; #xE000
686                   max-code      #xE908FF ; #xE8FF
687                   code-offset   ,(- #xE90000 #xE000)))
688
689   (make-charset '=ucs@iso
690                 "ISO/IEC 10646 for its representative glyphs"
691                 '(long-name     "UCS for ISO"
692                   chars         256
693                   dimension     3
694                   columns       2
695                   graphic       2
696                   direction     l2r
697                   =>iso-ir      177
698                   mother        =ucs))
699   (make-charset '=ucs@unicode
700                 "Unicode for its representative glyphs"
701                 '(long-name     "UCS for Unicode"
702                   chars         256
703                   dimension     3
704                   columns       2
705                   graphic       2
706                   direction     l2r
707                   =>iso-ir      177
708                   mother        =ucs@iso))
709   (make-charset '=ucs@gb
710                 "ISO/IEC 10646 for GB"
711                 '(long-name     "UCS for GB"
712                   chars         256
713                   dimension     3
714                   columns       2
715                   graphic       2
716                   direction     l2r
717                   =>iso-ir      177
718                   mother        =ucs@unicode))
719   (define-charset-alias 'ucs-gb '=ucs@gb)
720   (make-charset '=ucs@gb/fw
721                 "ISO/IEC 10646 for GB with fullwidth"
722                 '(long-name     "UCS for GB-fullwidth"
723                   chars         256
724                   dimension     3
725                   columns       2
726                   graphic       2
727                   direction     l2r
728                   =>iso-ir      177
729                   mother        =ucs@gb))
730   (make-charset '=ucs-bmp@gb
731                 "ISO/IEC 10646 BMP for GB"
732                 '(long-name     "BMP for GB"
733                   chars         256
734                   dimension     3
735                   columns       2
736                   graphic       2
737                   direction     l2r
738                   mother        =ucs@gb
739                   min-code      #x0000
740                   max-code      #xFFFF))
741   (make-charset '=ucs@cns
742                 "ISO/IEC 10646 for CNS 11643"
743                 '(long-name     "UCS for CNS"
744                   chars         256
745                   dimension     3
746                   columns       2
747                   graphic       2
748                   direction     l2r
749                   =>iso-ir      177
750                   mother        =ucs@unicode))
751   (define-charset-alias 'ucs-cns '=ucs@cns)
752   (make-charset '=ucs@cns/fw
753                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
754                 '(long-name     "UCS for CNS-fullwidth"
755                   chars         256
756                   dimension     3
757                   columns       2
758                   graphic       2
759                   direction     l2r
760                   =>iso-ir      177
761                   mother        =ucs@cns))
762   (make-charset '=ucs-bmp@cns
763                 "ISO/IEC 10646 BMP for CNS"
764                 '(long-name     "BMP for CNS"
765                   chars         256
766                   dimension     3
767                   columns       2
768                   graphic       2
769                   direction     l2r
770                   mother        =ucs@cns
771                   min-code      #x0000
772                   max-code      #xFFFF))
773   (make-charset '=ucs@jis
774                 "ISO/IEC 10646 for JIS X0208/0212/0213"
775                 '(long-name     "UCS for JIS"
776                   chars         256
777                   dimension     3
778                   columns       2
779                   graphic       2
780                   direction     l2r
781                   =>iso-ir      177
782                   mother        =ucs@unicode))
783   (define-charset-alias 'ucs-jis '=ucs@jis)
784   (make-charset '=ucs@jis/fw
785                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
786                 '(long-name     "UCS for JIS-fullwidth"
787                   chars         256
788                   dimension     3
789                   columns       2
790                   graphic       2
791                   direction     l2r
792                   =>iso-ir      177
793                   mother        =ucs@jis))
794   (make-charset '=ucs-bmp@jis
795                 "ISO/IEC 10646 BMP for JIS"
796                 '(long-name     "BMP for JIS"
797                   chars         256
798                   dimension     3
799                   columns       2
800                   graphic       2
801                   direction     l2r
802                   mother        =ucs@jis
803                   min-code      #x0000
804                   max-code      #xFFFF))
805   (make-charset '=ucs@jis/1990
806                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
807                 '(long-name     "UCS for JIS:1990"
808                   chars         256
809                   dimension     3
810                   columns       2
811                   graphic       2
812                   direction     l2r
813                   =>iso-ir      177
814                   mother        ucs-jis))
815   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
816   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
817   (make-charset '=ucs@jis/2000
818                 "ISO/IEC 10646 for JIS X 0213:2000"
819                 '(long-name     "UCS for JIS:2000"
820                   chars         256
821                   dimension     3
822                   columns       2
823                   graphic       2
824                   direction     l2r
825                   =>iso-ir      177
826                   mother        ucs-jis))
827   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
828   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
829   (make-charset '=ucs@jis/2004
830                 "ISO/IEC 10646 for JIS X 0213:2004"
831                 '(long-name     "UCS for JIS:2004"
832                   chars         256
833                   dimension     3
834                   columns       2
835                   graphic       2
836                   direction     l2r
837                   =>iso-ir      177
838                   mother        ucs-jis))
839   (make-charset '=ucs@JP
840                 "UCS for common glyphs used in Japan"
841                 '(long-name     "UCS for Japan"
842                   chars         256
843                   dimension     3
844                   columns       2
845                   graphic       2
846                   direction     l2r
847                   =>iso-ir      177
848                   mother        =ucs@jis/2004))
849   (define-charset-alias '=ucs@jp '=ucs@JP)
850   (make-charset '=ucs@ks
851                 "ISO/IEC 10646 for Korean Standards"
852                 '(long-name     "UCS for KS"
853                   chars         256
854                   dimension     3
855                   columns       2
856                   graphic       2
857                   direction     l2r
858                   =>iso-ir      177
859                   mother        =ucs@unicode))
860   (define-charset-alias 'ucs-ks '=ucs@ks)
861   (make-charset '=ucs-bmp@ks
862                 "ISO/IEC 10646 BMP for KS"
863                 '(long-name     "BMP for KS"
864                   chars         256
865                   dimension     3
866                   columns       2
867                   graphic       2
868                   direction     l2r
869                   mother        =ucs@ks
870                   min-code      #x0000
871                   max-code      #xFFFF))
872   (make-charset '=ucs@big5
873                 "ISO/IEC 10646 for Big5"
874                 '(long-name     "UCS for Big5"
875                   chars         256
876                   dimension     3
877                   columns       2
878                   graphic       2
879                   direction     l2r
880                   =>iso-ir      177
881                   mother        =ucs@unicode))
882   (define-charset-alias 'ucs-big5 '=ucs@big5)
883   (make-charset '=ucs@big5/cns11643
884                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
885                 '(long-name     "UCS for Big5@CNS11643"
886                   chars         256
887                   dimension     3
888                   columns       2
889                   graphic       2
890                   direction     l2r
891                   =>iso-ir      177
892                   mother        =ucs@big5))
893   (make-charset '=ucs@cns11643
894                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
895                 '(long-name     "UCS for CNS11643"
896                   chars         256
897                   dimension     3
898                   columns       2
899                   graphic       2
900                   direction     l2r
901                   =>iso-ir      177
902                   mother        =ucs@cns))
903   
904   (make-charset
905    '=ucs-radicals
906    "CJK Radicals of UCS"
907    '(long-name "UCS-Radicals"
908                chars 256
909                dimension 2
910                columns 2
911                graphic 2
912                direction l2r
913                registry "-zhRadicals-.*-ucs-0"
914                mother ucs-bmp
915                min-code #x2E00 max-code #x2FFF))
916   (make-charset
917    '=ucs-radicals@unicode
918    "CJK Radicals of UCS"
919    '(long-name "UCS-Radicals"
920                chars 256
921                dimension 2
922                columns 2
923                graphic 2
924                direction l2r
925                registry "-zhRadicals-.*-ucs-0"
926                mother =ucs@unicode
927                min-code #x2E00 max-code #x2FFF))
928   (make-charset
929    '=ucs-hangul
930    "Hangul Syllables of UCS"
931    '(long-name "UCS-Hangul-Syllables"
932                chars 256
933                dimension 2
934                columns 2
935                graphic 2
936                direction l2r
937                registry "-Hangul-.*-ucs-0"
938                mother =ucs
939                min-code #xAC00 max-code #xD7AF))
940   (make-charset
941    '=ucs-bmp-cjk
942    "CJK Characters in BMP of UCS"
943    '(long-name "UCS-BMP-CJK"
944                chars 256
945                dimension 2
946                columns 2
947                graphic 2
948                direction l2r
949                registry "-zh-.*-ucs-0"
950                mother ucs-bmp
951                min-code #x2E00
952                max-code #x9FA5
953                ;; max-code #xA4CF
954                ))
955   (make-charset
956    '=ucs-bmp-cjk@unicode
957    "CJK Characters in BMP of Unicode"
958    '(long-name "Unicode-BMP-CJK"
959                chars 256
960                dimension 2
961                columns 2
962                graphic 2
963                direction l2r
964                registry "-zh-.*-ucs-0"
965                mother =ucs@unicode
966                min-code #x2E00
967                max-code #x9FA5
968                ;; max-code #xA4CF
969                ))
970   (make-charset
971    '=ucs-sip-ext-b
972    "CJK Ideographs Extension B"
973    '(long-name "UCS CJK Ext-B"
974                chars 256
975                dimension 2
976                columns 2
977                graphic 2
978                direction l2r
979                registry "\\(iso10646\\|ucs02\\)-2$"
980                mother ucs
981                min-code #x20000 max-code #x2A6D6
982                code-offset #x20000))
983   (make-charset
984    '=ucs-sip-ext-b@iso
985    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
986    '(long-name "UCS CJK Ext-B"
987                chars 256
988                dimension 2
989                columns 2
990                graphic 2
991                direction l2r
992                registry "\\(iso10646\\|ucs02\\)-2$"
993                mother =ucs@iso
994                min-code #x20000 max-code #x2A6D6
995                code-offset #x20000))
996
997   (make-charset
998    '=adobe-japan1-0
999    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
1000    '(long-name "Adobe-Japan1-0"
1001                chars 256
1002                dimension 2
1003                columns 2
1004                graphic 2
1005                direction l2r
1006                registry "AdobeJapan1-0$"))
1007   (make-charset
1008    '=adobe-japan1-1
1009    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
1010    '(long-name "Adobe-Japan1-1"
1011                chars 256
1012                dimension 2
1013                columns 2
1014                graphic 2
1015                direction l2r
1016                mother =adobe-japan1-0
1017                registry "AdobeJapan1-1$"))
1018   (make-charset
1019    '=adobe-japan1-2
1020    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
1021    '(long-name "Adobe-Japan1-2"
1022                chars 256
1023                dimension 2
1024                columns 2
1025                graphic 2
1026                direction l2r
1027                mother =adobe-japan1-1
1028                registry "AdobeJapan1-2$"))
1029   (make-charset
1030    '=adobe-japan1-3
1031    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
1032    '(long-name "Adobe-Japan1-3"
1033                chars 256
1034                dimension 2
1035                columns 2
1036                graphic 2
1037                direction l2r
1038                mother =adobe-japan1-2
1039                registry "AdobeJapan1-3$"))
1040   (make-charset
1041    '=adobe-japan1-4
1042    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
1043    '(long-name "Adobe-Japan1-4"
1044                chars 256
1045                dimension 2
1046                columns 2
1047                graphic 2
1048                direction l2r
1049                mother =adobe-japan1-3
1050                registry "AdobeJapan1-4$"))
1051   (make-charset
1052    '=adobe-japan1-5
1053    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
1054    '(long-name "Adobe-Japan1-5"
1055                chars 256
1056                dimension 2
1057                columns 2
1058                graphic 2
1059                direction l2r
1060                mother =adobe-japan1-4
1061                registry "AdobeJapan1-5$"))
1062   (make-charset
1063    '=adobe-japan1-6
1064    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
1065    '(long-name "Adobe-Japan1-6"
1066                chars 256
1067                dimension 2
1068                columns 2
1069                graphic 2
1070                direction l2r
1071                mother =adobe-japan1-5
1072                registry "AdobeJapan1-6$"))
1073   )
1074
1075 ;;; mule-conf.el ends here