0d8b37d3acef7acab43a2d22eb8b21c37560cca1
[chise/xemacs-chise.git] / lisp / mule / mule-conf.el
1 ;;; mule-conf.el --- configure multilingual environment
2
3 ;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation.
5 ;; Copyright (C) 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2008,
6 ;;   2009 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@1997
268    "JIS X 0208 based on the unification rule of 1997 edition."
269    '(registry "jisx0208\\.1990"
270               dimension 2
271               chars 94
272               mother =jis-x0208
273               ;; final ?B
274               graphic 0))
275
276   (make-charset '=big5-cdp
277                 "Big5 with CDP extension"
278                 '(long-name     "Big5-CDP"
279                   chars         256
280                   dimension     2
281                   columns       2
282                   graphic       2
283                   direction     l2r
284                   registry      "big5\\.cdp-0"
285                   mother        chinese-big5
286                   min-code      #x8140
287                   max-code      #x8DFE))
288   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
289
290   (make-charset '=gt
291                 "GT 2000"
292                 `(long-name     "GT"
293                   chars         256
294                   dimension     3
295                   columns       2
296                   graphic       2
297                   direction     l2r
298                   registry      ""
299                   min-code      ,(lsh #x6100 16)
300                   max-code      ,(+ (lsh #x6100 16) 67547)
301                   code-offset   ,(lsh #x6100 16)))
302   (define-charset-alias 'ideograph-gt '=gt)
303   (make-charset '=gt-k
304                 "Ideographic components of GT"
305                 `(long-name     "GT components"
306                   chars         256
307                   dimension     2
308                   columns       2
309                   graphic       2
310                   direction     l2r
311                   registry      ""
312                   min-code      ,(lsh #x6110 16)
313                   max-code      ,(+ (lsh #x6110 16) 17090)
314                   code-offset   ,(lsh #x6110 16)))
315   (define-charset-alias 'ideograph-gt-k '=gt-k)
316   (let ((i 1))
317     (while (<= i 11)
318       (make-charset
319        (intern (format "=gt-pj-%d" i))
320        (format "GT 2000 (pseudo JIS encoding) part %d" i)
321        `(long-name ,(format "GT PJ %d" i)
322                    chars 94
323                    dimension 2
324                    columns 2
325                    graphic 0
326                    direction l2r
327                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
328       (define-charset-alias
329         (intern (format "ideograph-gt-pj-%d" i))
330         (intern (format "=gt-pj-%d" i)))
331       (setq i (1+ i))))
332   (make-charset
333    '=gt-pj-k1
334    "Ideographic parts of GT (pseudo JIS encoding) part 1"
335    '(long-name "GT K1"
336                chars 94
337                dimension 2
338                columns 2
339                graphic 0
340                direction l2r
341                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
342   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
343   (make-charset
344    '=gt-pj-k2
345    "Ideographic parts of GT (pseudo JIS encoding) part 2"
346    '(long-name "GT K2"
347                chars 94
348                dimension 2
349                columns 2
350                graphic 0
351                direction l2r
352                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
353   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
354
355   (make-charset '=daikanwa
356                 "Daikanwa dictionary (revised version 2)"
357                 `(long-name     "Daikanwa"
358                   chars         256
359                   dimension     2
360                   columns       2
361                   graphic       2
362                   direction     l2r
363                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
364                   min-code      #xE00000
365                   max-code      ,(+ #xE00000 50100)
366                   code-offset   #xE00000))
367   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
368
369   (make-charset '=daikanwa@rev1
370                 "Daikanwa dictionary (revised version)"
371                 `(long-name     "Daikanwa Rev."
372                   chars         256
373                   dimension     2
374                   columns       2
375                   graphic       2
376                   direction     l2r
377                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
378                   mother        =daikanwa
379                   ))
380   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
381   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
382
383   (make-charset '=daikanwa@rev2
384                 "Daikanwa dictionary (revised version 2)"
385                 `(long-name     "Daikanwa"
386                   chars         256
387                   dimension     2
388                   columns       2
389                   graphic       2
390                   direction     l2r
391                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
392                   mother        =daikanwa
393                   min-code      1
394                   max-code      49964
395                   ;; min-code   #xE00000
396                   ;; max-code   ,(+ #xE00000 50100)
397                   ;; code-offset        #xE00000
398                   ))
399   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
400
401   (make-charset '=shinjigen
402                 "Kadokawa ShinJigen dictionary (common parts)"
403                 `(long-name     "Shinjigen common parts"
404                   chars         256
405                   dimension     2
406                   columns       2
407                   graphic       2
408                   direction     l2r
409                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
410
411   (make-charset '=shinjigen@1ed
412                 "Kadokawa ShinJigen dictionary (the first edition)"
413                 `(long-name     "Shinjigen-1"
414                   chars         256
415                   dimension     2
416                   columns       2
417                   graphic       2
418                   direction     l2r
419                   mother        =shinjigen
420                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
421   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
422
423   (make-charset '=shinjigen@1ed/24pr
424                 "Kadokawa ShinJigen dictionary (the 24th impression)"
425                 `(long-name     "Shinjigen-1 24pr"
426                   chars         256
427                   dimension     2
428                   columns       2
429                   graphic       2
430                   direction     l2r
431                   mother        =shinjigen@1ed))
432
433   (make-charset '=shinjigen@rev
434                 "Kadokawa ShinJigen dictionary (the revised edition)"
435                 `(long-name     "Shinjigen-2"
436                   chars         256
437                   dimension     2
438                   columns       2
439                   graphic       2
440                   direction     l2r
441                   mother        =shinjigen
442                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
443   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
444   (make-charset '=shinjigen/+p@rev
445                 "ShinJigen (the second edition) number with '"
446                 `(long-name     "Shinjigen-2 with '"
447                   chars         256
448                   dimension     2
449                   columns       2
450                   graphic       2
451                   direction     l2r))
452   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
453
454   (make-charset '=big5-pua
455                 "Big5 with private used area"
456                 '(long-name     "Big5-PUA"
457                   chars         256
458                   dimension     2
459                   columns       2
460                   graphic       2
461                   direction     l2r
462                   mother        chinese-big5
463                   registry      "Big5\\.ETEN"))
464   (define-charset-alias 'chinese-big5-pua '=big5-pua)
465   (make-charset '=big5-eten
466                 "Big5 ETEN"
467                 '(long-name     "Big5-ETEN"
468                   chars         256
469                   dimension     2
470                   columns       2
471                   graphic       2
472                   direction     l2r
473                   mother        chinese-big5
474                   min-code      #x8140
475                   max-code      #xFEFE
476                   registry      "Big5\\.ETEN"))
477   (define-charset-alias 'chinese-big5-eten '=big5-eten)
478   (make-charset 'chinese-big5-eten-a
479                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
480                 '(long-name     "Big5-ETEN-a"
481                   chars         256
482                   dimension     2
483                   columns       2
484                   graphic       2
485                   direction     l2r
486                   mother        chinese-big5
487                   min-code      #xF9D6
488                   max-code      #xF9FE
489                   registry      "Big5\\.ETEN"))
490   (make-charset 'chinese-big5-eten-b
491                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
492                 '(long-name     "Big5-ETEN-b"
493                   chars         256
494                   dimension     2
495                   columns       2
496                   graphic       2
497                   direction     l2r
498                   mother        chinese-big5
499                   min-code      #xC6A1
500                   max-code      #xC8FE
501                   registry      "Big5\\.ETEN"))
502
503   (let* ((i 1)
504          (hzk-min (+ (lsh #x6200 16) 65536))
505          (hzk-max (+ hzk-min 65535)))
506     (while (<= i 12)
507       (make-charset
508        (intern (format "=hanziku-%d" i))
509        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
510        `(long-name ,(format "HANZIKU-%d" i)
511                    chars 256
512                    dimension 2
513                    columns 2
514                    graphic 2
515                    direction l2r
516                    registry ,(format "hanziku-%d$" i i)
517                    min-code ,hzk-min
518                    max-code ,hzk-max
519                    code-offset ,hzk-min))
520       (define-charset-alias
521         (intern (format "ideograph-hanziku-%d" i))
522         (intern (format "=hanziku-%d" i)))
523       (setq hzk-min (1+ hzk-max)
524             hzk-max (+ hzk-min 65535))
525       (setq i (1+ i))))
526
527   (make-charset '=cbeta "CBETA private characters"
528                 '(long-name     "CBETA PUA"
529                   chars         256
530                   dimension     2
531                   registry      "cbeta-0"
532                   graphic       2
533                   min-code      #xE20000
534                   max-code      #xE2FFFF
535                   code-offset   #xE20000
536                   columns       2
537                   direction     l2r))
538   (define-charset-alias 'ideograph-cbeta '=cbeta)
539
540   (make-charset '=zinbun-oracle
541                 "Oracle Bones Script"
542                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
543                   chars         256
544                   dimension     2
545                   registry      "zob1968-0"
546                   graphic       2
547                   min-code      #xE70000
548                   max-code      ,(+ #xE70000 8192)
549                   code-offset   #xE70000
550                   columns       2
551                   direction     l2r))
552
553   (make-charset '=jef-china3
554                 "JEF + CHINA3 private characters"
555                 '(long-name     "JEF + CHINA3"
556                   chars         256
557                   dimension     2
558                   columns       2
559                   graphic       2
560                   direction     l2r
561                   registry      "china3jef-0"
562                   min-code      #xE80000
563                   max-code      #xE8FFFF
564                   code-offset   #xE80000))
565   (define-charset-alias 'china3-jef '=jef-china3)
566
567   (make-charset '=ruimoku-v6
568                 "private characters used in RUIMOKU Version.6"
569                 `(long-name     "RUI6"
570                   chars         256
571                   dimension     2
572                   columns       2
573                   graphic       2
574                   direction     l2r
575                   registry      "rui6-0"
576                   ;; mother     ucs
577                   min-code      #xE90000 ; #xE000
578                   max-code      #xE908FF ; #xE8FF
579                   code-offset   ,(- #xE90000 #xE000)))
580
581   (make-charset '=ucs@iso
582                 "ISO/IEC 10646 for its representative glyphs"
583                 '(long-name     "UCS for ISO"
584                   chars         256
585                   dimension     3
586                   columns       2
587                   graphic       2
588                   direction     l2r
589                   =>iso-ir      177
590                   mother        =ucs))
591   (make-charset '=ucs@unicode
592                 "Unicode for its representative glyphs"
593                 '(long-name     "UCS for Unicode"
594                   chars         256
595                   dimension     3
596                   columns       2
597                   graphic       2
598                   direction     l2r
599                   =>iso-ir      177
600                   mother        =ucs@iso))
601   (make-charset '=ucs@gb
602                 "ISO/IEC 10646 for GB"
603                 '(long-name     "UCS for GB"
604                   chars         256
605                   dimension     3
606                   columns       2
607                   graphic       2
608                   direction     l2r
609                   =>iso-ir      177
610                   mother        =ucs@unicode))
611   (define-charset-alias 'ucs-gb '=ucs@gb)
612   (make-charset '=ucs@gb/fw
613                 "ISO/IEC 10646 for GB with fullwidth"
614                 '(long-name     "UCS for GB-fullwidth"
615                   chars         256
616                   dimension     3
617                   columns       2
618                   graphic       2
619                   direction     l2r
620                   =>iso-ir      177
621                   mother        =ucs@gb))
622   (make-charset '=ucs-bmp@gb
623                 "ISO/IEC 10646 BMP for GB"
624                 '(long-name     "BMP for GB"
625                   chars         256
626                   dimension     3
627                   columns       2
628                   graphic       2
629                   direction     l2r
630                   mother        =ucs@gb
631                   min-code      #x0000
632                   max-code      #xFFFF))
633   (make-charset '=ucs@cns
634                 "ISO/IEC 10646 for CNS 11643"
635                 '(long-name     "UCS for CNS"
636                   chars         256
637                   dimension     3
638                   columns       2
639                   graphic       2
640                   direction     l2r
641                   =>iso-ir      177
642                   mother        =ucs@unicode))
643   (define-charset-alias 'ucs-cns '=ucs@cns)
644   (make-charset '=ucs@cns/fw
645                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
646                 '(long-name     "UCS for CNS-fullwidth"
647                   chars         256
648                   dimension     3
649                   columns       2
650                   graphic       2
651                   direction     l2r
652                   =>iso-ir      177
653                   mother        =ucs@cns))
654   (make-charset '=ucs-bmp@cns
655                 "ISO/IEC 10646 BMP for CNS"
656                 '(long-name     "BMP for CNS"
657                   chars         256
658                   dimension     3
659                   columns       2
660                   graphic       2
661                   direction     l2r
662                   mother        =ucs@cns
663                   min-code      #x0000
664                   max-code      #xFFFF))
665   (make-charset '=ucs@jis
666                 "ISO/IEC 10646 for JIS X0208/0212/0213"
667                 '(long-name     "UCS for JIS"
668                   chars         256
669                   dimension     3
670                   columns       2
671                   graphic       2
672                   direction     l2r
673                   =>iso-ir      177
674                   mother        =ucs@unicode))
675   (define-charset-alias 'ucs-jis '=ucs@jis)
676   (make-charset '=ucs@jis/fw
677                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
678                 '(long-name     "UCS for JIS-fullwidth"
679                   chars         256
680                   dimension     3
681                   columns       2
682                   graphic       2
683                   direction     l2r
684                   =>iso-ir      177
685                   mother        =ucs@jis))
686   (make-charset '=ucs-bmp@jis
687                 "ISO/IEC 10646 BMP for JIS"
688                 '(long-name     "BMP for JIS"
689                   chars         256
690                   dimension     3
691                   columns       2
692                   graphic       2
693                   direction     l2r
694                   mother        =ucs@jis
695                   min-code      #x0000
696                   max-code      #xFFFF))
697   (make-charset '=ucs@jis/1990
698                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
699                 '(long-name     "UCS for JIS:1990"
700                   chars         256
701                   dimension     3
702                   columns       2
703                   graphic       2
704                   direction     l2r
705                   =>iso-ir      177
706                   mother        ucs-jis))
707   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
708   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
709   (make-charset '=ucs@jis/2000
710                 "ISO/IEC 10646 for JIS X 0213:2000"
711                 '(long-name     "UCS for JIS:2000"
712                   chars         256
713                   dimension     3
714                   columns       2
715                   graphic       2
716                   direction     l2r
717                   =>iso-ir      177
718                   mother        ucs-jis))
719   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
720   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
721   (make-charset '=ucs@jis/2004
722                 "ISO/IEC 10646 for JIS X 0213:2004"
723                 '(long-name     "UCS for JIS:2004"
724                   chars         256
725                   dimension     3
726                   columns       2
727                   graphic       2
728                   direction     l2r
729                   =>iso-ir      177
730                   mother        ucs-jis))
731   (make-charset '=ucs@JP
732                 "UCS for common glyphs used in Japan"
733                 '(long-name     "UCS for Japan"
734                   chars         256
735                   dimension     3
736                   columns       2
737                   graphic       2
738                   direction     l2r
739                   =>iso-ir      177
740                   mother        =ucs@jis/2004))
741   (define-charset-alias '=ucs@jp '=ucs@JP)
742   (make-charset '=ucs@ks
743                 "ISO/IEC 10646 for Korean Standards"
744                 '(long-name     "UCS for KS"
745                   chars         256
746                   dimension     3
747                   columns       2
748                   graphic       2
749                   direction     l2r
750                   =>iso-ir      177
751                   mother        =ucs@unicode))
752   (define-charset-alias 'ucs-ks '=ucs@ks)
753   (make-charset '=ucs-bmp@ks
754                 "ISO/IEC 10646 BMP for KS"
755                 '(long-name     "BMP for KS"
756                   chars         256
757                   dimension     3
758                   columns       2
759                   graphic       2
760                   direction     l2r
761                   mother        =ucs@ks
762                   min-code      #x0000
763                   max-code      #xFFFF))
764   (make-charset '=ucs@big5
765                 "ISO/IEC 10646 for Big5"
766                 '(long-name     "UCS for Big5"
767                   chars         256
768                   dimension     3
769                   columns       2
770                   graphic       2
771                   direction     l2r
772                   =>iso-ir      177
773                   mother        =ucs@unicode))
774   (define-charset-alias 'ucs-big5 '=ucs@big5)
775   (make-charset '=ucs@big5/cns11643
776                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
777                 '(long-name     "UCS for Big5@CNS11643"
778                   chars         256
779                   dimension     3
780                   columns       2
781                   graphic       2
782                   direction     l2r
783                   =>iso-ir      177
784                   mother        =ucs@big5))
785   (make-charset '=ucs@cns11643
786                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
787                 '(long-name     "UCS for CNS11643"
788                   chars         256
789                   dimension     3
790                   columns       2
791                   graphic       2
792                   direction     l2r
793                   =>iso-ir      177
794                   mother        =ucs@cns))
795   
796   (make-charset
797    '=ucs-radicals
798    "CJK Radicals of UCS"
799    '(long-name "UCS-Radicals"
800                chars 256
801                dimension 2
802                columns 2
803                graphic 2
804                direction l2r
805                registry "-zhRadicals-.*-ucs-0"
806                mother ucs-bmp
807                min-code #x2E00 max-code #x2FFF))
808   (make-charset
809    '=ucs-radicals@unicode
810    "CJK Radicals of UCS"
811    '(long-name "UCS-Radicals"
812                chars 256
813                dimension 2
814                columns 2
815                graphic 2
816                direction l2r
817                registry "-zhRadicals-.*-ucs-0"
818                mother =ucs@unicode
819                min-code #x2E00 max-code #x2FFF))
820   (make-charset
821    '=ucs-hangul
822    "Hangul Syllables of UCS"
823    '(long-name "UCS-Hangul-Syllables"
824                chars 256
825                dimension 2
826                columns 2
827                graphic 2
828                direction l2r
829                registry "-Hangul-.*-ucs-0"
830                mother =ucs
831                min-code #xAC00 max-code #xD7AF))
832   (make-charset
833    '=ucs-bmp-cjk
834    "CJK Characters in BMP of UCS"
835    '(long-name "UCS-BMP-CJK"
836                chars 256
837                dimension 2
838                columns 2
839                graphic 2
840                direction l2r
841                registry "-zh-.*-ucs-0"
842                mother ucs-bmp
843                min-code #x2E00
844                max-code #x9FA5
845                ;; max-code #xA4CF
846                ))
847   (make-charset
848    '=ucs-bmp-cjk@unicode
849    "CJK Characters in BMP of Unicode"
850    '(long-name "Unicode-BMP-CJK"
851                chars 256
852                dimension 2
853                columns 2
854                graphic 2
855                direction l2r
856                registry "-zh-.*-ucs-0"
857                mother =ucs@unicode
858                min-code #x2E00
859                max-code #x9FA5
860                ;; max-code #xA4CF
861                ))
862   (make-charset
863    '=ucs-sip-ext-b
864    "CJK Ideographs Extension B"
865    '(long-name "UCS CJK Ext-B"
866                chars 256
867                dimension 2
868                columns 2
869                graphic 2
870                direction l2r
871                registry "\\(iso10646\\|ucs02\\)-2$"
872                mother ucs
873                min-code #x20000 max-code #x2A6D6
874                code-offset #x20000))
875   (make-charset
876    '=ucs-sip-ext-b@iso
877    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
878    '(long-name "UCS CJK Ext-B"
879                chars 256
880                dimension 2
881                columns 2
882                graphic 2
883                direction l2r
884                registry "\\(iso10646\\|ucs02\\)-2$"
885                mother =ucs@iso
886                min-code #x20000 max-code #x2A6D6
887                code-offset #x20000))
888
889   (make-charset
890    '=adobe-japan1-0
891    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
892    '(long-name "Adobe-Japan1-0"
893                chars 256
894                dimension 2
895                columns 2
896                graphic 2
897                direction l2r
898                registry "AdobeJapan1-0$"))
899   (make-charset
900    '=adobe-japan1-1
901    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
902    '(long-name "Adobe-Japan1-1"
903                chars 256
904                dimension 2
905                columns 2
906                graphic 2
907                direction l2r
908                mother =adobe-japan1-0
909                registry "AdobeJapan1-1$"))
910   (make-charset
911    '=adobe-japan1-2
912    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
913    '(long-name "Adobe-Japan1-2"
914                chars 256
915                dimension 2
916                columns 2
917                graphic 2
918                direction l2r
919                mother =adobe-japan1-1
920                registry "AdobeJapan1-2$"))
921   (make-charset
922    '=adobe-japan1-3
923    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
924    '(long-name "Adobe-Japan1-3"
925                chars 256
926                dimension 2
927                columns 2
928                graphic 2
929                direction l2r
930                mother =adobe-japan1-2
931                registry "AdobeJapan1-3$"))
932   (make-charset
933    '=adobe-japan1-4
934    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
935    '(long-name "Adobe-Japan1-4"
936                chars 256
937                dimension 2
938                columns 2
939                graphic 2
940                direction l2r
941                mother =adobe-japan1-3
942                registry "AdobeJapan1-4$"))
943   (make-charset
944    '=adobe-japan1-5
945    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
946    '(long-name "Adobe-Japan1-5"
947                chars 256
948                dimension 2
949                columns 2
950                graphic 2
951                direction l2r
952                mother =adobe-japan1-4
953                registry "AdobeJapan1-5$"))
954   (make-charset
955    '=adobe-japan1-6
956    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
957    '(long-name "Adobe-Japan1-6"
958                chars 256
959                dimension 2
960                columns 2
961                graphic 2
962                direction l2r
963                mother =adobe-japan1-5
964                registry "AdobeJapan1-6$"))
965   )
966
967 ;;; mule-conf.el ends here