1 ;;; mule-conf.el --- configure multilingual environment
3 ;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation.
5 ;; Copyright (C) 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2008,
6 ;; 2009, 2010 MORIOKA Tomohiko
8 ;; Keywords: mule, multilingual, character set, coding system
10 ;; This file is part of XEmacs.
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)
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.
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.
33 "JIS X 0208:1978, unchanged part."
34 '(registry "jisx0208\\.1978"
44 "JIS X 0208:1978, 1st - 3rd impressions."
45 '(registry "jisx0208\\.1978"
48 mother =jis-x0208@1978
55 "JIS X 0208:1978, 1st impression."
57 registry "jisx0208\\.1978"
60 mother =jis-x0208@1978/-4pr
65 "JIS X 0208:1978, index before the 4th impression."
66 '(registry "jisx0208\\.1978"
69 mother =jis-x0208@1978
75 '=jis-x0208@1978/1er-pr
76 "JIS X 0208:1978, fixed by errata [Nov 1978]."
77 '(registry "jisx0208\\.1978"
80 mother =jis-x0208@1978
87 "JIS X 0208:1978, 2nd impression or later."
88 '(registry "jisx0208\\.1978"
91 mother =jis-x0208@1978/1er-pr
98 "JIS X 0208:1978, replaced by errata of 4th impression."
99 '(registry "jisx0208\\.1978"
102 mother =jis-x0208@1978/2-pr
108 '=jis-x0208@1978/4-pr
109 "JIS X 0208:1978, 4th impression or later."
110 '(registry "jisx0208\\.1978"
113 mother =jis-x0208@1978/2-pr
120 "JIS X 0208:1978, 5th impression."
121 '(registry "jisx0208\\.1978"
124 mother =jis-x0208@1978/4-pr
129 (define-charset-alias '=jis-x0208@1978/i1 '=jis-x0208@1978/1pr)
130 (define-charset-alias '=jis-x0208@1978/i-4 '=jis-x0208@1978/-4pr)
131 (define-charset-alias '=jis-x0208@1978/i4- '=jis-x0208@1978/4-pr)
136 "JIS X0208:1978 Japanese Kanji (so called \"old JIS\")."
138 registry "jisx0208\\.1978"
146 (define-charset-alias '=jis-x0208-1978 '=jis-x0208@1978)
147 (define-charset-alias 'japanese-jisx0208-1978 '=jis-x0208@1978)
148 (define-charset-alias 'chinese-gb2312 '=gb2312)
149 (define-charset-alias '=jis-x0208-1983 '=jis-x0208@1983)
150 (define-charset-alias 'japanese-jisx0208 '=jis-x0208@1983)
151 (define-charset-alias 'korean-ksc5601 '=ks-x1001)
152 (define-charset-alias 'japanese-jisx0212 '=jis-x0212)
153 (define-charset-alias 'chinese-cns11643-1 '=cns11643-1)
154 (define-charset-alias 'chinese-cns11643-2 '=cns11643-2)
155 (define-charset-alias 'chinese-gb12345 '=gb12345)
156 (define-charset-alias 'chinese-big5 '=big5)
159 (make-charset 'sisheng "PinYin-ZhuYin"
160 '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
168 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
169 (make-charset 'lao "Lao script"
170 '(registry "MuleLao-1"
176 ;; IPA (International Phonetic Alphabet)
177 (make-charset 'ipa "International Phonetic Alphabet"
185 (make-charset 'ethiopic "Ethiopic"
193 ;; ISO-IR-165 (CCITT Extended GB)
194 ;; It is based on CCITT Recommendation T.101, includes GB 2312-80 +
195 ;; GB 8565-88 table A4 + 293 characters.
196 (if (featurep 'utf-2000)
198 (make-charset '=iso-ir165
199 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
207 (define-charset-alias 'chinese-isoir165 '=iso-ir165))
208 (make-charset 'chinese-isoir165
209 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
217 ;; CNS11643 Plane3 thru Plane7
218 ;; These represent more and more obscure Chinese characters.
219 ;; By the time you get to Plane 7, we're talking about characters
220 ;; that appear once in some ancient manuscript and whose meaning
224 ((make-chinese-cns11643-charset
225 (name iso-ir plane final)
227 name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
230 ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
236 (make-chinese-cns11643-charset '=cns11643-3 183 "3" ?I)
237 (make-chinese-cns11643-charset '=cns11643-4 184 "4" ?J)
238 (make-chinese-cns11643-charset '=cns11643-5 185 "5" ?K)
239 (make-chinese-cns11643-charset '=cns11643-6 186 "6" ?L)
240 (make-chinese-cns11643-charset '=cns11643-7 187 "7" ?M)
241 (define-charset-alias 'chinese-cns11643-3 '=cns11643-3)
242 (define-charset-alias 'chinese-cns11643-4 '=cns11643-4)
243 (define-charset-alias 'chinese-cns11643-5 '=cns11643-5)
244 (define-charset-alias 'chinese-cns11643-6 '=cns11643-6)
245 (define-charset-alias 'chinese-cns11643-7 '=cns11643-7)
250 ((featurep 'utf-2000)
253 "JIS X 0213 Plain 1 (unchanged part)"
254 '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
264 "JIS X 0213:2000 Plain 1"
266 registry "jisx0213\\(\\.2000\\)-1"
276 registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
284 "JIS X 0213:2004 Plain 1"
286 registry "jisx0213\\(\\.2004\\)-1"
293 (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1@2000)
294 (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2)
295 (define-charset-alias '=jis-x0213-1-2000 '=jis-x0213-1@2000)
296 (define-charset-alias '=jis-x0213-2-2000 '=jis-x0213-2)
301 "JIS X 0213:2000 Plain 1"
302 '(registry "jisx0213\\(\\.2000\\)-1"
309 "JIS X 0213:2000 Plain 2"
310 '(registry "jisx0213\\(\\.2000\\)-2"
317 (when (featurep 'utf-2000)
318 (define-charset-alias 'ucs '=ucs)
319 (define-charset-alias '=jis-x0208-1990 '=jis-x0208@1990)
320 (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990)
324 "JIS X 0208 abstract glyph-images (unchanged part)."
325 '(registry "jisx0208\\.1990"
334 "JIS X 0208:1990 abstract glyph-images."
335 '(registry "jisx0208\\.1990"
344 "JIS X 0213 Plain 1 abstract glyph-images (unchanged part)"
345 '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
357 "JIS X 0208 abstract glyphs (unchanged part)."
358 '(registry "jisx0208\\.1990"
367 "JIS X 0208:1978 abstract glyphs (unchanged part)."
368 '(registry "jisx0208\\.1978"
378 "JIS X 0213 Plain 1 abstract glyphs (unchanged part)"
379 '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
382 mother =>>>jis-x0213-1
390 "JIS X 0213:2000 Plain 1 abstract glyphs"
391 '(registry "jisx0213\\(\\.2000\\)-1"
394 mother =>>jis-x0213-1
402 "JIS X 0213 Plain 2 abstract glyphs"
403 '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
412 "JIS X 0213:2004 Plain 1 abstract glyphs"
413 '(registry "jisx0213\\(\\.2004\\)-1"
416 mother =>>jis-x0213-1
425 "JIS X 0208 based on usual unification."
426 '(registry "jisx0208\\.1990"
435 "JIS X 0208 based on the unchanged unification rules."
436 '(registry "jisx0208\\.1990"
439 mother =>jis-x0208@usual
443 (define-charset-alias '<=>jis-x0208 '=>jis-x0208)
446 "JIS X 0208 based on the unification rule of 1997 edition."
447 '(registry "jisx0208\\.1990"
454 (define-charset-alias '<=>jis-x0208@1997 '=>jis-x0208@1997)
455 (define-charset-alias ' =jis-x0208@1997 '=>jis-x0208@1997)
459 "JIS X 0213 Plain 1 abstract characters (unchanged part)"
460 '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
463 mother =>>jis-x0213-1
469 (define-charset-alias '<=>jis-x0213-1 '=>jis-x0213-1)
472 "JIS X 0213:2000 Plain 1 abstract characters"
473 '(registry "jisx0213\\(\\.2000\\)-1"
482 (define-charset-alias '<=>jis-x0213-1@2000 '=>jis-x0213-1@2000)
485 "JIS X 0213:2004 Plain 1 abstract characters"
486 '(registry "jisx0213\\(\\.2004\\)-1"
495 (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004)
498 "JIS X 0213 Plain 2 abstract characters"
499 '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
502 mother =>>jis-x0213-2
507 (make-charset '=big5-cdp
508 "Big5 with CDP extension"
509 '(long-name "Big5-CDP"
515 registry "big5\\.cdp-0"
519 (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
521 (make-charset '=>>big5-cdp
522 "Abstract glyphs of Big5-CDP"
523 '(long-name "Big5-CDP glyphs"
529 registry "big5\\.cdp-0"
532 (make-charset '=>big5-cdp
533 "Big5-CDP abstract characters"
534 '(long-name "Big5-CDP abstract characters"
540 registry "big5\\.cdp-0"
552 min-code ,(lsh #x6100 16)
553 max-code ,(+ (lsh #x6100 16) 67547)
554 code-offset ,(lsh #x6100 16)))
555 (define-charset-alias 'ideograph-gt '=gt)
557 "GT 2000 abstract glyphs"
558 '(long-name "GT abstract glyphs"
565 (define-charset-alias '<=>gt '=>>gt)
566 (define-charset-alias '<==>gt '=>>gt)
568 "GT 2000 abstract characters"
569 '(long-name "abstract GT characters"
577 "Ideographic components of GT"
578 `(long-name "GT components"
585 min-code ,(lsh #x6110 16)
586 max-code ,(+ (lsh #x6110 16) 17090)
587 code-offset ,(lsh #x6110 16)))
588 (define-charset-alias 'ideograph-gt-k '=gt-k)
589 (make-charset '=>>gt-k
590 "abstract glyphs of GT-K"
591 '(long-name "GT-K abstract glyphs"
601 (intern (format "=gt-pj-%d" i))
602 (format "GT 2000 (pseudo JIS encoding) part %d" i)
603 `(long-name ,(format "GT PJ %d" i)
609 registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
610 (define-charset-alias
611 (intern (format "ideograph-gt-pj-%d" i))
612 (intern (format "=gt-pj-%d" i)))
616 "Ideographic parts of GT (pseudo JIS encoding) part 1"
623 registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
624 (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
627 "Ideographic parts of GT (pseudo JIS encoding) part 2"
634 registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
635 (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
637 (make-charset '=daikanwa
638 "Daikanwa dictionary (unchanged part)"
639 `(long-name "Daikanwa"
645 registry "Daikanwa\\(\\.[0-9]+\\)?-3"
647 max-code ,(+ #xE00000 50100)
648 code-offset #xE00000))
649 (define-charset-alias 'ideograph-daikanwa '=daikanwa)
651 (make-charset '=daikanwa@rev1
652 "Daikanwa dictionary (revised version)"
653 `(long-name "Daikanwa Rev."
659 registry "Daikanwa\\(\\.[0-9]+\\)?-2"
662 (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
663 (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
665 (make-charset '=daikanwa@rev2
666 "Daikanwa dictionary (revised version 2)"
667 `(long-name "Daikanwa"
673 registry "Daikanwa\\(\\.[0-9]+\\)?-3"
678 ;; max-code ,(+ #xE00000 50100)
679 ;; code-offset #xE00000
681 (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
683 (make-charset '=>>daikanwa
684 "Daikanwa abstract glyphs"
685 '(long-name "Daikanwa glyphs"
691 registry "Daikanwa\\(\\.[0-9]+\\)?-3"
694 (make-charset '=>daikanwa
695 "Daikanwa abstract characters"
696 '(long-name "abstract Daikanwa"
702 registry "Daikanwa\\(\\.[0-9]+\\)?-3"
705 (make-charset '=shinjigen
706 "Kadokawa ShinJigen dictionary (common parts)"
707 `(long-name "Shinjigen common parts"
713 registry "Shinjigen\\(\\.[0-9]+\\)?-*"))
715 (make-charset '=shinjigen@1ed
716 "Kadokawa ShinJigen dictionary (the first edition)"
717 `(long-name "Shinjigen-1"
724 registry "Shinjigen\\(\\.[0-9]+\\)?-1"))
725 (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
727 (make-charset '=shinjigen@1ed/24pr
728 "Kadokawa ShinJigen dictionary (the 24th impression)"
729 `(long-name "Shinjigen-1 24pr"
735 mother =shinjigen@1ed))
737 (make-charset '=shinjigen@rev
738 "Kadokawa ShinJigen dictionary (the revised edition)"
739 `(long-name "Shinjigen-2"
746 registry "Shinjigen\\(\\.[0-9]+\\)?-2"))
747 (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
748 (make-charset '=shinjigen/+p@rev
749 "ShinJigen (the second edition) number with '"
750 `(long-name "Shinjigen-2 with '"
756 (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
758 (make-charset '=big5-pua
759 "Big5 with private used area"
760 '(long-name "Big5-PUA"
767 registry "Big5\\.ETEN"))
768 (define-charset-alias 'chinese-big5-pua '=big5-pua)
769 (make-charset '=big5-eten
771 '(long-name "Big5-ETEN"
780 registry "Big5\\.ETEN"))
781 (define-charset-alias 'chinese-big5-eten '=big5-eten)
782 (make-charset 'chinese-big5-eten-a
783 "Big5 ETEN (#xF9D6 .. #xF9FE)"
784 '(long-name "Big5-ETEN-a"
793 registry "Big5\\.ETEN"))
794 (make-charset 'chinese-big5-eten-b
795 "Big5 ETEN (#xC6A1 .. #xC8FE)"
796 '(long-name "Big5-ETEN-b"
805 registry "Big5\\.ETEN"))
808 (hzk-min (+ (lsh #x6200 16) 65536))
809 (hzk-max (+ hzk-min 65535)))
812 (intern (format "=hanziku-%d" i))
813 (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
814 `(long-name ,(format "HANZIKU-%d" i)
820 registry ,(format "hanziku-%d$" i i)
823 code-offset ,hzk-min))
824 (define-charset-alias
825 (intern (format "ideograph-hanziku-%d" i))
826 (intern (format "=hanziku-%d" i)))
827 (setq hzk-min (1+ hzk-max)
828 hzk-max (+ hzk-min 65535))
831 (make-charset '=cbeta "CBETA private characters"
832 '(long-name "CBETA PUA"
842 (define-charset-alias 'ideograph-cbeta '=cbeta)
844 (make-charset '=zinbun-oracle
845 "Oracle Bones Script"
846 `(long-name "Oracle Bones Script in Zinbun, Kyoto Univ."
852 max-code ,(+ #xE70000 8192)
857 (make-charset '=>zinbun-oracle
858 "Abstract Oracle Bones"
859 '(long-name "Abstract characters of Zinbun Oracle Bones."
862 mother =zinbun-oracle
868 (make-charset '=jef-china3
869 "JEF + CHINA3 private characters"
870 '(long-name "JEF + CHINA3"
876 registry "china3jef-0"
879 code-offset #xE80000))
880 (define-charset-alias 'china3-jef '=jef-china3)
882 (make-charset '=ruimoku-v6
883 "private characters used in RUIMOKU Version.6"
892 min-code #xE90000 ; #xE000
893 max-code #xE908FF ; #xE8FF
894 code-offset ,(- #xE90000 #xE000)))
896 (make-charset '==>ucs@bucs
897 "Basic Subset of Coded Character Sets (BUCS)"
898 '(long-name "BUCS abstract characters"
907 (make-charset '=>ucs@iso
908 "Abstract characters of ISO/IEC 10646 representatives"
909 '(long-name "UCS characters for ISO"
917 (make-charset '=>ucs@unicode
918 "Abstract characters of Unicode representatives"
919 '(long-name "UCS characters for Unicode"
927 (make-charset '=>ucs@ks
928 "UCS Representative characters for Korean Standards"
929 '(long-name "UCS characters for KS"
936 mother =>ucs@unicode))
937 (make-charset '=>ucs@cns
938 "UCS representatives characters for CNS 11643 sources"
939 '(long-name "UCS characters for CNS 11643"
946 mother =>ucs@unicode))
948 (make-charset '=>>ucs@iso
949 "Representative abstract glyphs of ISO/IEC 10646"
950 '(long-name "UCS glyphs for UCS"
958 (make-charset '=>>ucs@unicode
959 "Representative abstract glyphs of Unicode"
960 '(long-name "Unicode abstract glyphs"
968 (make-charset '=>>ucs@jis
969 "UCS Representative glyphs for JIS X0208/0212/0213"
970 '(long-name "UCS glyphs for JIS"
977 mother =>>ucs@unicode))
978 (make-charset '=>>ucs@jis/1990
979 "UCS Representative glyphs for JIS X 0208/0212:1990"
980 '(long-name "UCS glyphs for JIS:1990"
988 (make-charset '=>>ucs@jis/2000
989 "UCS Representative glyphs for JIS X 0213:2000"
990 '(long-name "UCS glyphs for JIS:2000"
998 (make-charset '=>>ucs@jis/2004
999 "UCS Representative glyphs for JIS X 0213:2004"
1000 '(long-name "UCS glyphs for JIS:2004"
1008 (make-charset '=>>ucs@ks
1009 "UCS Representative glyphs for Korean Standards"
1010 '(long-name "UCS glyphs for KS"
1017 mother =>>ucs@unicode))
1018 (make-charset '=>>ucs@cns
1019 "UCS Representative glyphs for CNS 11643 sources"
1020 '(long-name "UCS glyphs for CNS"
1027 mother =>>ucs@unicode))
1029 (make-charset '=ucs@iso
1030 "ISO/IEC 10646 for its representative glyphs"
1031 '(long-name "UCS for ISO"
1039 (make-charset '=ucs@unicode
1040 "Unicode for its representative glyphs"
1041 '(long-name "UCS for Unicode"
1049 (make-charset '=ucs@gb
1050 "ISO/IEC 10646 for GB"
1051 '(long-name "UCS for GB"
1058 mother =ucs@unicode))
1059 (define-charset-alias 'ucs-gb '=ucs@gb)
1060 (make-charset '=ucs@gb/fw
1061 "ISO/IEC 10646 for GB with fullwidth"
1062 '(long-name "UCS for GB-fullwidth"
1070 (make-charset '=ucs-bmp@gb
1071 "ISO/IEC 10646 BMP for GB"
1072 '(long-name "BMP for GB"
1081 (make-charset '=ucs@cns
1082 "ISO/IEC 10646 for CNS 11643"
1083 '(long-name "UCS for CNS"
1090 mother =ucs@unicode))
1091 (define-charset-alias 'ucs-cns '=ucs@cns)
1092 (make-charset '=ucs@cns/fw
1093 "ISO/IEC 10646 for CNS 11643 with fullwidth"
1094 '(long-name "UCS for CNS-fullwidth"
1102 (make-charset '=ucs-bmp@cns
1103 "ISO/IEC 10646 BMP for CNS"
1104 '(long-name "BMP for CNS"
1113 (make-charset '=ucs@jis
1114 "ISO/IEC 10646 for JIS X0208/0212/0213"
1115 '(long-name "UCS for JIS"
1122 mother =ucs@unicode))
1123 (define-charset-alias 'ucs-jis '=ucs@jis)
1124 (make-charset '=ucs@jis/fw
1125 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
1126 '(long-name "UCS for JIS-fullwidth"
1134 (make-charset '=ucs-bmp@jis
1135 "ISO/IEC 10646 BMP for JIS"
1136 '(long-name "BMP for JIS"
1145 (make-charset '=ucs@jis/1990
1146 "ISO/IEC 10646 for JIS X 0208/0212:1990"
1147 '(long-name "UCS for JIS:1990"
1155 (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
1156 (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
1157 (make-charset '=ucs@jis/2000
1158 "ISO/IEC 10646 for JIS X 0213:2000"
1159 '(long-name "UCS for JIS:2000"
1167 (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
1168 (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
1169 (make-charset '=ucs@jis/2004
1170 "ISO/IEC 10646 for JIS X 0213:2004"
1171 '(long-name "UCS for JIS:2004"
1179 (make-charset '=ucs@JP
1180 "UCS for common glyphs used in Japan"
1181 '(long-name "UCS for Japan"
1188 mother =ucs@jis/2004))
1189 (define-charset-alias '=ucs@jp '=ucs@JP)
1190 (make-charset '=ucs@ks
1191 "ISO/IEC 10646 for Korean Standards"
1192 '(long-name "UCS for KS"
1199 mother =ucs@unicode))
1200 (define-charset-alias 'ucs-ks '=ucs@ks)
1201 (make-charset '=ucs-bmp@ks
1202 "ISO/IEC 10646 BMP for KS"
1203 '(long-name "BMP for KS"
1212 (make-charset '=ucs@cns11643
1213 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
1214 '(long-name "UCS for CNS11643"
1222 (make-charset '=ucs@big5
1223 "ISO/IEC 10646 for Big5"
1224 '(long-name "UCS for Big5"
1232 (define-charset-alias 'ucs-big5 '=ucs@big5)
1233 (make-charset '=ucs@big5/cns11643
1234 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
1235 '(long-name "UCS for Big5@CNS11643"
1246 "CJK Radicals of UCS"
1247 '(long-name "UCS-Radicals"
1253 registry "-zhRadicals-.*-ucs-0"
1255 min-code #x2E00 max-code #x2FFF))
1257 '=ucs-radicals@unicode
1258 "CJK Radicals of UCS"
1259 '(long-name "UCS-Radicals"
1265 registry "-zhRadicals-.*-ucs-0"
1267 min-code #x2E00 max-code #x2FFF))
1270 "Hangul Syllables of UCS"
1271 '(long-name "UCS-Hangul-Syllables"
1277 registry "-Hangul-.*-ucs-0"
1279 min-code #xAC00 max-code #xD7AF))
1282 "CJK Characters in BMP of UCS"
1283 '(long-name "UCS-BMP-CJK"
1289 registry "-zh-.*-ucs-0"
1296 '=ucs-bmp-cjk@unicode
1297 "CJK Characters in BMP of Unicode"
1298 '(long-name "Unicode-BMP-CJK"
1304 registry "-zh-.*-ucs-0"
1311 '==>ucs-bmp-cjk@bucs
1312 "CJK Characters in BMP of BUCS"
1313 '(long-name "BUCS-BMP-CJK"
1319 registry "-zh-.*-ucs-0"
1327 "CJK Ideographs Extension B"
1328 '(long-name "UCS CJK Ext-B"
1334 registry "\\(iso10646\\|ucs02\\)-2$"
1336 min-code #x20000 max-code #x2A6D6
1337 code-offset #x20000))
1340 "CJK Ideographs Extension B (ISO/IEC 10646-2)"
1341 '(long-name "UCS CJK Ext-B"
1347 registry "\\(iso10646\\|ucs02\\)-2$"
1349 min-code #x20000 max-code #x2A6D6
1350 code-offset #x20000))
1354 "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
1355 `(long-name "Adobe-Japan1"
1361 registry "AdobeJapan1-[0-6]$"
1362 min-code ,(lsh #x6300 16)
1363 max-code ,(+ (lsh #x6300 16) 23057)
1364 code-offset ,(lsh #x6300 16)))
1367 "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
1368 '(long-name "Adobe-Japan1-0"
1374 mother =adobe-japan1-base
1377 registry "AdobeJapan1-0$"))
1380 "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
1381 '(long-name "Adobe-Japan1-1"
1387 mother =adobe-japan1-0
1390 registry "AdobeJapan1-1$"))
1393 "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
1394 '(long-name "Adobe-Japan1-2"
1400 mother =adobe-japan1-1
1403 registry "AdobeJapan1-2$"))
1406 "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
1407 '(long-name "Adobe-Japan1-3"
1413 mother =adobe-japan1-2
1416 registry "AdobeJapan1-3$"))
1419 "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
1420 '(long-name "Adobe-Japan1-4"
1426 mother =adobe-japan1-3
1429 registry "AdobeJapan1-4$"))
1432 "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
1433 '(long-name "Adobe-Japan1-5"
1439 mother =adobe-japan1-4
1442 registry "AdobeJapan1-5$"))
1445 "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
1446 '(long-name "Adobe-Japan1-6"
1452 mother =adobe-japan1-5
1455 registry "AdobeJapan1-6$"))
1458 ;;; mule-conf.el ends here