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