X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fmule%2Fmule-conf.el;h=987ed8c4a1dad2e4ca3e76fbdb331399aecb70a5;hb=63e48eecfef35f22c8812a3fc05ce0c28ce21bac;hp=79a3273f3b4ef56d35aa796f0e44faad04e5c3a1;hpb=ca370ad709b256b1a6df0ecb31152c04ba3cfafc;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 79a3273..987ed8c 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. ;; Copyright (C) 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2008, -;; 2009, 2010, 2011, 2012, 2013 MORIOKA Tomohiko +;; 2009, 2010, 2011, 2012, 2013, 2014 MORIOKA Tomohiko ;; Keywords: mule, multilingual, character set, coding system @@ -38,9 +38,13 @@ graphic 2 direction l2r registry "AdobeJapan1-[0-6]$" - min-code ,(lsh #x6300 16) - max-code ,(+ (lsh #x6300 16) 23057) - code-offset ,(lsh #x6300 16))) + min-code #xE10000 + max-code ,(+ #xE10000 23057) + code-offset #xE10000 + ;; min-code ,(lsh #x6300 16) + ;; max-code ,(+ (lsh #x6300 16) 23057) + ;; code-offset ,(lsh #x6300 16) + )) (make-charset '=adobe-japan1-0 "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts" @@ -136,8 +140,8 @@ (make-charset '==adobe-japan1-0 - "Adobe-Japan1-0 detailed glyph-images." - '(long-name "Adobe-Japan1-0 glyph-images" + "Adobe-Japan1-0 abstract glyph-forms." + '(long-name "Adobe-Japan1-0 abstract glyph-forms" chars 256 dimension 2 columns 2 @@ -147,8 +151,8 @@ registry "AdobeJapan1-0$")) (make-charset '==adobe-japan1-1 - "Adobe-Japan1-1 detailed glyph-images." - '(long-name "Adobe-Japan1-1 glyph-images" + "Adobe-Japan1-1 abstract glyph-forms." + '(long-name "Adobe-Japan1-1 abstract glyph-forms" chars 256 dimension 2 columns 2 @@ -158,8 +162,8 @@ registry "AdobeJapan1-1$")) (make-charset '==adobe-japan1-2 - "Adobe-Japan1-2 detailed glyph-images." - '(long-name "Adobe-Japan1-2 glyph-images" + "Adobe-Japan1-2 abstract glyph-forms." + '(long-name "Adobe-Japan1-2 abstract glyph-forms" chars 256 dimension 2 columns 2 @@ -169,8 +173,8 @@ registry "AdobeJapan1-2$")) (make-charset '==adobe-japan1-3 - "Adobe-Japan1-3 detailed glyph-images." - '(long-name "Adobe-Japan1-3 glyph-images" + "Adobe-Japan1-3 abstract glyph-forms." + '(long-name "Adobe-Japan1-3 abstract glyph-forms" chars 256 dimension 2 columns 2 @@ -180,8 +184,8 @@ registry "AdobeJapan1-3$")) (make-charset '==adobe-japan1-4 - "Adobe-Japan1-4 detailed glyph-images." - '(long-name "Adobe-Japan1-4 glyph-images" + "Adobe-Japan1-4 abstract glyph-forms." + '(long-name "Adobe-Japan1-4 abstract glyph-forms" chars 256 dimension 2 columns 2 @@ -191,8 +195,8 @@ registry "AdobeJapan1-4$")) (make-charset '==adobe-japan1-5 - "Adobe-Japan1-5 detailed glyph-images." - '(long-name "Adobe-Japan1-5 glyph-images" + "Adobe-Japan1-5 abstract glyph-forms." + '(long-name "Adobe-Japan1-5 abstract glyph-forms" chars 256 dimension 2 columns 2 @@ -202,8 +206,8 @@ registry "AdobeJapan1-5$")) (make-charset '==adobe-japan1-6 - "Adobe-Japan1-6 detailed glyph-images." - '(long-name "Adobe-Japan1-6 glyph-images" + "Adobe-Japan1-6 abstract glyph-forms." + '(long-name "Adobe-Japan1-6 abstract glyph-forms" chars 256 dimension 2 columns 2 @@ -213,93 +217,95 @@ registry "AdobeJapan1-6$")) (define-charset-alias '==adobe-japan1 '==adobe-japan1-6) - (define-charset-alias '=>>>adobe-japan1-0 '=adobe-japan1-0) - (define-charset-alias '=>>>adobe-japan1-1 '=adobe-japan1-1) - (define-charset-alias '=>>>adobe-japan1-2 '=adobe-japan1-2) - (define-charset-alias '=>>>adobe-japan1-3 '=adobe-japan1-3) - (define-charset-alias '=>>>adobe-japan1-4 '=adobe-japan1-4) - (define-charset-alias '=>>>adobe-japan1-5 '=adobe-japan1-5) - (define-charset-alias '=>>>adobe-japan1-6 '=adobe-japan1-6) - ;; (make-charset - ;; '=>>>adobe-japan1-0 - ;; "Adobe-Japan1-0 abstract glyph-forms" - ;; '(long-name "Adobe-Japan1-0 abstract glyph-forms" - ;; chars 256 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; mother =adobe-japan1-0 - ;; registry "AdobeJapan1-0$")) - ;; (make-charset - ;; '=>>>adobe-japan1-1 - ;; "Adobe-Japan1-1 abstract glyph-forms" - ;; '(long-name "Adobe-Japan1-1 abstract glyph-forms" - ;; chars 256 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; mother =>>>adobe-japan1-0 - ;; registry "AdobeJapan1-1$")) - ;; (make-charset - ;; '=>>>adobe-japan1-2 - ;; "Adobe-Japan1-2 abstract glyph-forms" - ;; '(long-name "Adobe-Japan1-2 abstract glyph-forms" - ;; chars 256 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; mother =>>>adobe-japan1-1 - ;; registry "AdobeJapan1-2$")) - ;; (make-charset - ;; '=>>>adobe-japan1-3 - ;; "Adobe-Japan1-3 abstract glyph-forms" - ;; '(long-name "Adobe-Japan1-3 abstract glyph-forms" - ;; chars 256 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; mother =>>>adobe-japan1-2 - ;; registry "AdobeJapan1-3$")) - ;; (make-charset - ;; '=>>>adobe-japan1-4 - ;; "Adobe-Japan1-4 abstract glyph-forms" - ;; '(long-name "Adobe-Japan1-4 abstract glyph-forms" - ;; chars 256 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; mother =>>>adobe-japan1-3 - ;; registry "AdobeJapan1-4$")) - ;; (make-charset - ;; '=>>>adobe-japan1-5 - ;; "Adobe-Japan1-5 abstract glyph-forms" - ;; '(long-name "Adobe-Japan1-5 abstract glyph-forms" - ;; chars 256 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; mother =>>>adobe-japan1-4 - ;; registry "AdobeJapan1-5$")) - ;; (make-charset - ;; '=>>>adobe-japan1-6 - ;; "Adobe-Japan1-6 abstract glyph-forms" - ;; '(long-name "Adobe-Japan1-6 abstract glyph-forms" - ;; chars 256 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; mother =>>>adobe-japan1-5 - ;; registry "AdobeJapan1-6$")) + (define-charset-alias '=>>>adobe-japan1-0 '==adobe-japan1-0) + (define-charset-alias '=>>>adobe-japan1-1 '==adobe-japan1-1) + (define-charset-alias '=>>>adobe-japan1-2 '==adobe-japan1-2) + (define-charset-alias '=>>>adobe-japan1-3 '==adobe-japan1-3) + (define-charset-alias '=>>>adobe-japan1-4 '==adobe-japan1-4) + (define-charset-alias '=>>>adobe-japan1-5 '==adobe-japan1-5) + (define-charset-alias '=>>>adobe-japan1-6 '==adobe-japan1-6) (define-charset-alias '=>>>adobe-japan1 '=>>>adobe-japan1-6) (make-charset + '===adobe-japan1-0 + "Adobe-Japan1-0 detailed glyph-images." + '(long-name "Adobe-Japan1-0 glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother ==adobe-japan1-0 + registry "AdobeJapan1-0$")) + (make-charset + '===adobe-japan1-1 + "Adobe-Japan1-1 detailed glyph-images." + '(long-name "Adobe-Japan1-1 glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother ===adobe-japan1-0 + registry "AdobeJapan1-1$")) + (make-charset + '===adobe-japan1-2 + "Adobe-Japan1-2 detailed glyph-images." + '(long-name "Adobe-Japan1-2 glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother ===adobe-japan1-1 + registry "AdobeJapan1-2$")) + (make-charset + '===adobe-japan1-3 + "Adobe-Japan1-3 detailed glyph-images." + '(long-name "Adobe-Japan1-3 glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother ===adobe-japan1-2 + registry "AdobeJapan1-3$")) + (make-charset + '===adobe-japan1-4 + "Adobe-Japan1-4 detailed glyph-images." + '(long-name "Adobe-Japan1-4 glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother ===adobe-japan1-3 + registry "AdobeJapan1-4$")) + (make-charset + '===adobe-japan1-5 + "Adobe-Japan1-5 detailed glyph-images." + '(long-name "Adobe-Japan1-5 glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother ===adobe-japan1-4 + registry "AdobeJapan1-5$")) + (make-charset + '===adobe-japan1-6 + "Adobe-Japan1-6 detailed glyph-images." + '(long-name "Adobe-Japan1-6 glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother ===adobe-japan1-5 + registry "AdobeJapan1-6$")) + (define-charset-alias '===adobe-japan1 '===adobe-japan1-6) + + (make-charset '=>>adobe-japan1-0 "Adobe-Japan1-0 abstract glyphs" '(long-name "Adobe-Japan1-0 abstract glyphs" @@ -308,7 +314,7 @@ columns 2 graphic 2 direction l2r - mother =>>>adobe-japan1 + mother =adobe-japan1 registry "AdobeJapan1-0$")) (make-charset '=>>adobe-japan1-1 @@ -387,7 +393,7 @@ columns 2 graphic 2 direction l2r - mother =>>adobe-japan1 + mother =adobe-japan1 registry "AdobeJapan1-0$")) (make-charset '=+>adobe-japan1-1 @@ -762,7 +768,7 @@ (make-charset '==jis-x0208 - "JIS X 0208 detailed representative glyph-images (unchanged part)." + "JIS X 0208 abstract glyph-forms (unchanged part)." '(registry "jisx0208\\.1990" dimension 2 chars 94 @@ -772,7 +778,7 @@ graphic 0)) (make-charset '==jis-x0208@1978 - "JIS X 0208:1978 detailed representative glyph-images." + "JIS X 0208:1978 abstract glyph-forms." '(registry "jisx0208\\.1978" dimension 2 chars 94 @@ -781,8 +787,54 @@ ;; final ?@ graphic 0)) (make-charset + '==jis-x0208@1978/-4pr + "JIS X 0208:1978, 1st - 3rd impressions." + '(registry "jisx0208\\.1978" + dimension 2 + chars 94 + mother ==jis-x0208@1978 + =>iso-ir 42 + ;; final ?@ + graphic 0 + ;; partial t + )) + (make-charset + '==jis-x0208@1978/1pr + "JIS X 0208:1978, 1st impression." + '(registry "jisx0208\\.1978" + =>iso-ir 42 + dimension 2 + chars 94 + mother ==jis-x0208@1978/-4pr + ;; final ?@ + graphic 0)) + (make-charset + '==jis-x0208@1978/1pr/fixed + "JIS X 0208:1978, correct glyph in the errata of 1st impression." + '(registry "jisx0208\\.1978" + dimension 2 + chars 94 + mother ==jis-x0208@1978/1pr + =>iso-ir 42 + ;; final ?@ + graphic 0 + partial t)) + (make-charset + '==jis-x0208@1978/2-pr + "JIS X 0208:1978, 2nd impression or later." + '(registry "jisx0208\\.1978" + dimension 2 + chars 94 + ;; mother =jis-x0208@1978/1er-pr + mother ==jis-x0208@1978 + =>iso-ir 42 + ;; final ?@ + graphic 0 + ;; partial t + )) + (make-charset '==jis-x0208@1983 - "JIS X 0208:1983 detailed representative glyph-images." + "JIS X 0208:1983 abstract glyph-forms." '(registry "jisx0208\\.1983" dimension 2 chars 94 @@ -791,7 +843,7 @@ graphic 0)) (make-charset '==jis-x0208@1990 - "JIS X 0208:1990 detailed representative glyph-images." + "JIS X 0208:1990 abstract glyph-forms." '(registry "jisx0208\\.1990" dimension 2 chars 94 @@ -802,31 +854,31 @@ (make-charset '==jis-x0213-1 - "JIS X 0213 Plain 1 detailed representative glyph-images (unchanged part)." + "JIS X 0213 Plain 1 abstract glyph-forms (unchanged part)" '(registry "jisx0213\\(\\.[0-9]+\\)?-1" dimension 2 chars 94 mother =jis-x0213-1 =>iso-ir 228 - ;; final ?O + ;; final ?O graphic 0 - ;; partial t + ;; partial t )) (make-charset '==jis-x0213-1@2000 - "JIS X 0213:2000 Plain 1 detailed representative glyph-images." + "JIS X 0213:2000 Plain 1 abstract glyph-forms" '(registry "jisx0213\\(\\.2000\\)-1" dimension 2 chars 94 mother ==jis-x0213-1 =>iso-ir 228 - ;; final ?O + ;; final ?O graphic 0 ;; partial t )) (make-charset '==jis-x0213-1@2004 - "JIS X 0213:2004 Plain 1 detailed representative glyph-images." + "JIS X 0213:2004 Plain 1 abstract glyph-forms" '(mother ==jis-x0213-1 =>iso-ir 233 ;; registry "jisx0213\\(\\.2004\\)-1" @@ -836,7 +888,7 @@ (make-charset '==jis-x0213-2 - "JIS X 0213 Plain 2 detailed representative glyph-images." + "JIS X 0213 Plain 2 abstract glyph-forms" '(mother =jis-x0213-2 =>iso-ir 229 registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" @@ -895,179 +947,203 @@ ;; final ?C graphic 0)) - (define-charset-alias '=>>>jis-x0208 '=jis-x0208) - (define-charset-alias '=>>>jis-x0208@1978 '=jis-x0208@1978) - (define-charset-alias '=>>>jis-x0208@1983 '=jis-x0208@1983) - (define-charset-alias '=>>>jis-x0208@1990 '=jis-x0208@1990) - ;; (make-charset - ;; '=>>>jis-x0208 - ;; "JIS X 0208 abstract glyph-forms (unchanged part)." - ;; '(registry "jisx0208\\.1990" - ;; dimension 2 - ;; chars 94 - ;; mother =jis-x0208 - ;; =>iso-ir 168 - ;; ;; final ?B - ;; graphic 0)) - ;; (make-charset - ;; '=>>>jis-x0208@1978 - ;; "JIS X 0208:1978 abstract glyph-forms." - ;; '(registry "jisx0208\\.1978" - ;; dimension 2 - ;; chars 94 - ;; mother =>>>jis-x0208 - ;; =>iso-ir 42 - ;; ;; final ?@ - ;; graphic 0)) - ;; (make-charset - ;; '=>>>jis-x0208@1983 - ;; "JIS X 0208:1983 abstract glyph-forms." - ;; '(registry "jisx0208\\.1983" - ;; dimension 2 - ;; chars 94 - ;; mother =>>>jis-x0208 - ;; =>iso-ir 87 - ;; graphic 0)) - ;; (make-charset - ;; '=>>>jis-x0208@1990 - ;; "JIS X 0208:1990 abstract glyph-forms." - ;; '(registry "jisx0208\\.1990" - ;; dimension 2 - ;; chars 94 - ;; mother =>>>jis-x0208 - ;; =>iso-ir 168 - ;; ;; final ?B - ;; graphic 0)) - - (define-charset-alias '=>>>jis-x0213-1 '=jis-x0213-1) - (define-charset-alias '=>>>jis-x0213-1@2000 '=jis-x0213-1@2000) - (define-charset-alias '=>>>jis-x0213-1@2004 '=jis-x0213-1@2004) - (define-charset-alias '=>>>jis-x0213-2 '=jis-x0213-2) - ;; (make-charset - ;; '=>>>jis-x0213-1 - ;; "JIS X 0213 Plain 1 abstract glyph-forms (unchanged part)" - ;; '(registry "jisx0213\\(\\.[0-9]+\\)?-1" - ;; dimension 2 - ;; chars 94 - ;; mother =jis-x0213-1 - ;; =>iso-ir 228 - ;; ;; final ?O - ;; graphic 0 - ;; ;; partial t - ;; )) - ;; (make-charset - ;; '=>>>jis-x0213-1@2000 - ;; "JIS X 0213:2000 Plain 1 abstract glyph-forms" - ;; '(registry "jisx0213\\(\\.2000\\)-1" - ;; dimension 2 - ;; chars 94 - ;; mother =>>>jis-x0213-1 - ;; =>iso-ir 228 - ;; ;; final ?O - ;; graphic 0 - ;; ;; partial t - ;; )) - ;; (make-charset - ;; '=>>>jis-x0213-1@2004 - ;; "JIS X 0213:2004 Plain 1 abstract glyph-forms" - ;; '(mother =>>>jis-x0213-1 - ;; =>iso-ir 233 - ;; ;; registry "jisx0213\\(\\.2004\\)-1" - ;; dimension 2 - ;; chars 94 - ;; graphic 0)) - ;; (make-charset - ;; '=>>>jis-x0213-2 - ;; "JIS X 0213 Plain 2 abstract glyph-forms" - ;; '(mother =jis-x0213-2 - ;; =>iso-ir 229 - ;; registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" - ;; dimension 2 - ;; chars 94 - ;; graphic 0)) + (define-charset-alias '=>>>jis-x0208 '==jis-x0208) + (define-charset-alias '=>>>jis-x0208@1978 '==jis-x0208@1978) + (define-charset-alias '=>>>jis-x0208@1983 '==jis-x0208@1983) + (define-charset-alias '=>>>jis-x0208@1990 '==jis-x0208@1990) + + (define-charset-alias '=>>>jis-x0213-1 '==jis-x0213-1) + (define-charset-alias '=>>>jis-x0213-1@2000 '==jis-x0213-1@2000) + (define-charset-alias '=>>>jis-x0213-1@2004 '==jis-x0213-1@2004) + (define-charset-alias '=>>>jis-x0213-2 '==jis-x0213-2) (make-charset - '=>>jis-x0208 - "JIS X 0208 abstract glyphs (unchanged part)." + '===jis-x0208 + "JIS X 0208 detailed representative glyph-images (unchanged part)." '(registry "jisx0208\\.1990" dimension 2 chars 94 - mother =>>>jis-x0208 + mother ==jis-x0208 =>iso-ir 168 ;; final ?B graphic 0)) (make-charset - '=>>jis-x0208@1978 - "JIS X 0208:1978 abstract glyphs." + '===jis-x0208@1978 + "JIS X 0208:1978 detailed representative glyph-images." '(registry "jisx0208\\.1978" dimension 2 chars 94 - mother =>>jis-x0208 + mother ===jis-x0208 =>iso-ir 42 ;; final ?@ graphic 0)) (make-charset - '=>>jis-x0208@1983 - "JIS X 0208:1983 abstract glyphs." + '===jis-x0208@1983 + "JIS X 0208:1983 detailed representative glyph-images." '(registry "jisx0208\\.1983" dimension 2 chars 94 - mother =>>jis-x0208 + mother ===jis-x0208 =>iso-ir 87 graphic 0)) (make-charset - '=>>jis-x0208@1990 - "JIS X 0208:1990 abstract glyphs." + '===jis-x0208@1990 + "JIS X 0208:1990 detailed representative glyph-images." '(registry "jisx0208\\.1990" dimension 2 chars 94 - mother =>>jis-x0208 + mother ===jis-x0208 =>iso-ir 168 + ;; final ?B graphic 0)) (make-charset - '=>>jis-x0213-1 - "JIS X 0213 Plain 1 abstract glyphs (unchanged part)" + '===jis-x0213-1 + "JIS X 0213 Plain 1 detailed representative glyph-images (unchanged part)." '(registry "jisx0213\\(\\.[0-9]+\\)?-1" dimension 2 chars 94 - mother =>>>jis-x0213-1 + mother ==jis-x0213-1 =>iso-ir 228 ;; final ?O graphic 0 ;; partial t )) (make-charset - '=>>jis-x0213-1@2000 - "JIS X 0213:2000 Plain 1 abstract glyphs" + '===jis-x0213-1@2000 + "JIS X 0213:2000 Plain 1 detailed representative glyph-images." '(registry "jisx0213\\(\\.2000\\)-1" dimension 2 chars 94 - mother =>>jis-x0213-1 + mother ===jis-x0213-1 =>iso-ir 228 - ;; final ?O + ;; final ?O graphic 0 ;; partial t )) (make-charset - '=>>jis-x0213-2 - "JIS X 0213 Plain 2 abstract glyphs" - '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" + '===jis-x0213-1@2004 + "JIS X 0213:2004 Plain 1 detailed representative glyph-images." + '(mother ===jis-x0213-1 + =>iso-ir 233 + ;; registry "jisx0213\\(\\.2004\\)-1" + dimension 2 + chars 94 + graphic 0)) + (make-charset + '===jis-x0213-2 + "JIS X 0213 Plain 2 detailed representative glyph-images." + '(mother ==jis-x0213-2 + =>iso-ir 229 + registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" + dimension 2 + chars 94 + graphic 0)) + + (make-charset + '===jis-x0212 + "JIS X 0212 representative glyph-images." + '(registry "jisx0212" dimension 2 chars 94 - mother =>>>jis-x0213-2 - =>iso-ir 229 - ;; final ?P + mother ==jis-x0212 + =>iso-ir 159 + ;; final ?D graphic 0)) + (make-charset - '=>>jis-x0213-1@2004 - "JIS X 0213:2004 Plain 1 abstract glyphs" - '(registry "jisx0213\\(\\.2004\\)-1" + '===ks-x1001 + "KS X 1001 representative glyph-images." + '(registry "ksc5601" dimension 2 chars 94 - mother =>>jis-x0213-1 - =>iso-ir 233 - ;; final ?Q + mother ==ks-x1001 + =>iso-ir 149 + ;; final ?C + graphic 0)) + + (make-charset + '=>>jis-x0208 + "JIS X 0208 abstract glyphs (unchanged part)." + '(registry "jisx0208\\.1990" + dimension 2 + chars 94 + mother =jis-x0208 + =>iso-ir 168 + ;; final ?B + graphic 0)) + (make-charset + '=>>jis-x0208@1978 + "JIS X 0208:1978 abstract glyphs." + '(registry "jisx0208\\.1978" + dimension 2 + chars 94 + mother =>>jis-x0208 + =>iso-ir 42 + ;; final ?@ + graphic 0)) + (make-charset + '=>>jis-x0208@1983 + "JIS X 0208:1983 abstract glyphs." + '(registry "jisx0208\\.1983" + dimension 2 + chars 94 + mother =>>jis-x0208 + =>iso-ir 87 + graphic 0)) + (make-charset + '=>>jis-x0208@1990 + "JIS X 0208:1990 abstract glyphs." + '(registry "jisx0208\\.1990" + dimension 2 + chars 94 + mother =>>jis-x0208 + =>iso-ir 168 + graphic 0)) + + (make-charset + '=>>jis-x0213-1 + "JIS X 0213 Plain 1 abstract glyphs (unchanged part)" + '(registry "jisx0213\\(\\.[0-9]+\\)?-1" + dimension 2 + chars 94 + mother =jis-x0213-1 + =>iso-ir 228 + ;; final ?O + graphic 0 + ;; partial t + )) + (make-charset + '=>>jis-x0213-1@2000 + "JIS X 0213:2000 Plain 1 abstract glyphs" + '(registry "jisx0213\\(\\.2000\\)-1" + dimension 2 + chars 94 + mother =>>jis-x0213-1 + =>iso-ir 228 + ;; final ?O + graphic 0 + ;; partial t + )) + (make-charset + '=>>jis-x0213-2 + "JIS X 0213 Plain 2 abstract glyphs" + '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" + dimension 2 + chars 94 + mother =jis-x0213-2 + =>iso-ir 229 + ;; final ?P + graphic 0)) + (make-charset + '=>>jis-x0213-1@2004 + "JIS X 0213:2004 Plain 1 abstract glyphs" + '(registry "jisx0213\\(\\.2004\\)-1" + dimension 2 + chars 94 + mother =>>jis-x0213-1 + =>iso-ir 233 + ;; final ?Q graphic 0 ;; partial t )) @@ -1298,6 +1374,79 @@ graphic 0)) (make-charset + '===cns11643-1 + "CNS 11643 Plane 1 representative glyph-images." + '(registry "CNS11643[.-]\\(.*[.-]\\)?1$" + dimension 2 + chars 94 + mother ==cns11643-1 + =>iso-ir 171 + graphic 0)) + (make-charset + '===cns11643-2 + "CNS 11643 Plane 2 representative glyph-images." + '(registry "CNS11643[.-]\\(.*[.-]\\)?2$" + dimension 2 + chars 94 + mother ==cns11643-2 + =>iso-ir 172 + graphic 0)) + (make-charset + '===cns11643-3 + "CNS 11643 Plane 3 representative glyph-images." + '(registry "CNS11643[.-]\\(.*[.-]\\)?3$" + dimension 2 + chars 94 + mother ==cns11643-3 + =>iso-ir 183 + graphic 0)) + (make-charset + '===cns11643-4 + "CNS 11643 Plane 4 representative glyph-images." + '(registry "CNS11643[.-]\\(.*[.-]\\)?4$" + dimension 2 + chars 94 + mother ==cns11643-4 + =>iso-ir 184 + graphic 0)) + (make-charset + '===cns11643-5 + "CNS 11643 Plane 5 representative glyph-images." + '(registry "CNS11643[.-]\\(.*[.-]\\)?5$" + dimension 2 + chars 94 + mother ==cns11643-5 + =>iso-ir 185 + graphic 0)) + (make-charset + '===cns11643-6 + "CNS 11643 Plane 6 representative glyph-images." + '(registry "CNS11643[.-]\\(.*[.-]\\)?6$" + dimension 2 + chars 94 + mother ==cns11643-6 + =>iso-ir 186 + graphic 0)) + (make-charset + '===cns11643-7 + "CNS 11643 Plane 7 representative glyph-images." + '(registry "CNS11643[.-]\\(.*[.-]\\)?7$" + dimension 2 + chars 94 + mother ==cns11643-7 + =>iso-ir 187 + graphic 0)) + + (make-charset + '=>>cns11643-1 + "CNS 11643 Plane 1 abstract glyphs." + '(registry "CNS11643[.-]\\(.*[.-]\\)?1$" + dimension 2 + chars 94 + mother =cns11643-1 + =>iso-ir 184 + graphic 0)) + (make-charset '=>>cns11643-4 "CNS 11643 Plane 4 abstract glyphs." '(registry "CNS11643[.-]\\(.*[.-]\\)?4$" @@ -1388,6 +1537,16 @@ (define-charset-alias 'chinese-big5-cdp '=big5-cdp) (make-charset '==big5-cdp + "Abstract glyph-images of Big5-CDP" + '(long-name "Big5-CDP glyph-forms" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "big5\\.cdp-0" + mother =big5-cdp)) + (make-charset '===big5-cdp "Representative glyph-images of Big5-CDP" '(long-name "Big5-CDP glyph-images" chars 256 @@ -1396,7 +1555,7 @@ graphic 2 direction l2r registry "big5\\.cdp-0" - mother =big5-cdp)) + mother ==big5-cdp)) (make-charset '=>>big5-cdp "Abstract glyphs of Big5-CDP" @@ -1421,6 +1580,50 @@ mother =>>big5-cdp)) (make-charset + '=mj + "Moji-Jouhou-Kiban characters" + `(long-name "Moji-Jouhou-Kiban" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + ;; registry "mj-0$" + min-code #xE30000 + max-code ,(+ #xE30000 68053) + code-offset #xE30000 + ;; min-code ,(lsh #x6404 16) + ;; max-code ,(+ (lsh #x6404 16) 68053) + ;; code-offset ,(lsh #x6404 16) + )) + (make-charset + '=mj-0 + "Moji-Jouhou-Kiban plane 0" + '(long-name "Moji-Jouhou-Kiban-0" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "mj-0$" + mother =mj + min-code 0 + max-code #xFFFF)) + (make-charset + '=mj-1 + "Moji-Jouhou-Kiban plane 1" + '(long-name "Moji-Jouhou-Kiban-1" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "mj-1$" + mother =mj + min-code #x10000 + code-offset #x10000)) + + (make-charset '=hanyo-denshi/ja "JA (JIS X0208) part of Han'you-Denshi characters" `(long-name "Han'you-Denshi/JA" @@ -1561,9 +1764,46 @@ direction l2r)) (make-charset + '==mj + "Moji-Jouhou-Kiban detailed glyph-images." + '(long-name "MJ glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother =mj)) + (make-charset + '==mj-0 + "MJ detailed glyph-images plane 0" + '(long-name "MJ glyph-images-0" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "mj-0$" + mother ==mj + min-code 0 + max-code #xFFFF)) + (make-charset + '==mj-1 + "MJ detailed glyph-images plane 1" + '(long-name "MJ glyph-images-1" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "mj-1$" + mother ==mj + min-code #x10000 + code-offset #x10000)) + + (make-charset '==hanyo-denshi/ja - "Han'you-Denshi/JA detailed glyph-images." - '(long-name "Han'you-Denshi/JA glyph-images" + "Han'you-Denshi/JA abstract glyph-forms." + '(long-name "Han'you-Denshi/JA glyph-forms" chars 94 dimension 2 columns 2 @@ -1573,8 +1813,8 @@ mother =hanyo-denshi/ja)) (make-charset '==hanyo-denshi/jb - "Han'you-Denshi/JB detailed glyph-images." - '(long-name "Han'you-Denshi/JB glyph-images" + "Han'you-Denshi/JB abstract glyph-forms." + '(long-name "Han'you-Denshi/JB glyph-forms" chars 94 dimension 2 columns 2 @@ -1584,8 +1824,8 @@ mother =hanyo-denshi/jb)) (make-charset '==hanyo-denshi/jc - "Han'you-Denshi/JC detailed glyph-images." - '(long-name "Han'you-Denshi/JC glyph-images" + "Han'you-Denshi/JC abstract glyph-forms." + '(long-name "Han'you-Denshi/JC glyph-forms" chars 94 dimension 2 columns 2 @@ -1595,8 +1835,8 @@ mother =hanyo-denshi/jc)) (make-charset '==hanyo-denshi/jd - "Han'you-Denshi/JD detailed glyph-images." - '(long-name "Han'you-Denshi/JD glyph-images" + "Han'you-Denshi/JD abstract glyph-forms." + '(long-name "Han'you-Denshi/JD glyph-forms" chars 94 dimension 2 columns 2 @@ -1606,8 +1846,8 @@ mother =hanyo-denshi/jd)) (make-charset '==hanyo-denshi/ft - "Han'you-Denshi/FT detailed glyph-images." - '(long-name "Han'you-Denshi/FT glyph-images" + "Han'you-Denshi/FT abstract glyph-forms." + '(long-name "Han'you-Denshi/FT glyph-forms" chars 94 dimension 2 columns 2 @@ -1617,7 +1857,7 @@ mother =hanyo-denshi/ft)) (make-charset '==hanyo-denshi/ia - "Han'you-Denshi/IA representative glyph-images." + "Han'you-Denshi/IA abstract glyph-forms." '(long-name "Han'you-Denshi/IA glyph-images" chars 94 dimension 2 @@ -1628,8 +1868,8 @@ mother =hanyo-denshi/ia)) (make-charset '==hanyo-denshi/ib - "Han'you-Denshi/IB detailed glyph-images." - '(long-name "Han'you-Denshi/IB glyph-images" + "Han'you-Denshi/IB abstract glyph-forms." + '(long-name "Han'you-Denshi/IB glyph-forms" chars 94 dimension 2 columns 2 @@ -1639,8 +1879,8 @@ mother =hanyo-denshi/ib)) (make-charset '==hanyo-denshi/hg - "Han'you-Denshi/HG detailed glyph-images." - '(long-name "Han'you-Denshi/HG glyph-images" + "Han'you-Denshi/HG abstract glyph-forms." + '(long-name "Han'you-Denshi/HG glyph-forms" chars 94 dimension 2 columns 2 @@ -1650,7 +1890,7 @@ mother =hanyo-denshi/hg)) (make-charset '==hanyo-denshi/ip - "Han'you-Denshi/IP detailed glyph-images." + "Han'you-Denshi/IP abstract glyph-forms." '(long-name "Han'you-Denshi/IP glyph-images" chars 256 dimension 2 @@ -1661,8 +1901,8 @@ mother =hanyo-denshi/ip)) (make-charset '==hanyo-denshi/jt - "JT (Juuki Touitsu Moji) detailed glyph-images." - '(long-name "Han'you-Denshi/JT glyph-images" + "JT (Juuki Touitsu Moji) abstract glyph-forms." + '(long-name "Han'you-Denshi/JT glyph-forms" chars 256 dimension 2 columns 2 @@ -1672,6 +1912,115 @@ mother =hanyo-denshi/jt)) (make-charset '==hanyo-denshi/ks + "KoSeki-touitsu-moji abstract glyph-forms." + '(long-name "Han'you-Denshi/KS glyph-forms" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + mother =hanyo-denshi/ks)) + + (make-charset + '=koseki + "Representative glyph-images of KoSeki-touitsu-moji." + '(long-name "KoSeki-touitsu-moji" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + mother =hanyo-denshi/ks)) + + (define-charset-alias '=>>>hanyo-denshi/ja '==hanyo-denshi/ja) + (define-charset-alias '=>>>hanyo-denshi/jb '==hanyo-denshi/jb) + (define-charset-alias '=>>>hanyo-denshi/jc '==hanyo-denshi/jc) + (define-charset-alias '=>>>hanyo-denshi/jd '==hanyo-denshi/jd) + (define-charset-alias '=>>>hanyo-denshi/ft '==hanyo-denshi/ft) + (define-charset-alias '=>>>hanyo-denshi/ib '==hanyo-denshi/ib) + (define-charset-alias '=>>>hanyo-denshi/hg '==hanyo-denshi/hg) + (define-charset-alias '=>>>hanyo-denshi/jt '==hanyo-denshi/jt) + (define-charset-alias '=>>>hanyo-denshi/ks '==hanyo-denshi/ks) + + ;; (make-charset + ;; '===hanyo-denshi/ja + ;; "Han'you-Denshi/JA detailed glyph-images." + ;; '(long-name "Han'you-Denshi/JA glyph-images" + ;; chars 94 + ;; dimension 2 + ;; columns 2 + ;; graphic 2 + ;; direction l2r + ;; registry "HanyoDenshi\\.JA-0$" + ;; mother ==hanyo-denshi/ja)) + (make-charset + '===hanyo-denshi/jb + "Han'you-Denshi/JB detailed glyph-images." + '(long-name "Han'you-Denshi/JB glyph-images" + chars 94 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.JB-0$" + mother ==hanyo-denshi/jb)) + (make-charset + '===hanyo-denshi/jd + "Han'you-Denshi/JD abstract glyph-forms." + '(long-name "Han'you-Denshi/JD glyph-forms" + chars 94 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.JD-0$" + mother ==hanyo-denshi/jd)) + (make-charset + '===hanyo-denshi/ft + "Han'you-Denshi/FT detailed glyph-images." + '(long-name "Han'you-Denshi/FT glyph-images" + chars 94 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.FT-0$" + mother ==hanyo-denshi/ft)) + (make-charset + '===hanyo-denshi/ib + "Han'you-Denshi/IB detailed glyph-images." + '(long-name "Han'you-Denshi/IB glyph-images" + chars 94 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.IB-0$" + mother ==hanyo-denshi/ib)) + (make-charset + '===hanyo-denshi/hg + "Han'you-Denshi/HG detailed glyph-images." + '(long-name "Han'you-Denshi/HG glyph-images" + chars 94 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.HG-0$" + mother ==hanyo-denshi/hg)) + (make-charset + '===hanyo-denshi/jt + "JT (Juuki Touitsu Moji) detailed glyph-images." + '(long-name "Han'you-Denshi/JT glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.JT-0$" + mother ==hanyo-denshi/jt)) + (make-charset + '===hanyo-denshi/ks "KoSeki-touitsu-moji detailed glyph-images." '(long-name "Han'you-Denshi/KS glyph-images" chars 256 @@ -1679,7 +2028,7 @@ columns 2 graphic 2 direction l2r - mother =hanyo-denshi/ks)) + mother ==hanyo-denshi/ks)) (make-charset '=hanyo-denshi/ks/mf @@ -1695,113 +2044,76 @@ max-code ,(+ (lsh #x6403 16) #xFFFF) code-offset ,(lsh #x6403 16))) - (define-charset-alias '=>>>hanyo-denshi/ja '=hanyo-denshi/ja) - ;; (make-charset - ;; '=>>>hanyo-denshi/ja - ;; "Han'you-Denshi/JA abstract glyph-forms" - ;; '(long-name "Han'you-Denshi/JA glyph-forms" - ;; chars 94 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; registry "HanyoDenshi\\.JA-0$" - ;; mother =hanyo-denshi/ja)) - (define-charset-alias '=>>>hanyo-denshi/jb '=hanyo-denshi/jb) - ;; (make-charset - ;; '=>>>hanyo-denshi/jb - ;; "Han'you-Denshi/JB abstract glyph-forms" - ;; '(long-name "Han'you-Denshi/JB glyph-forms" - ;; chars 94 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; registry "HanyoDenshi\\.JB-0$" - ;; mother =hanyo-denshi/jb)) - (define-charset-alias '=>>>hanyo-denshi/jc '=hanyo-denshi/jc) - ;; (make-charset - ;; '=>>>hanyo-denshi/jc - ;; "Han'you-Denshi/JC abstract glyph-forms" - ;; '(long-name "Han'you-Denshi/JC glyph-forms" - ;; chars 94 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; registry "HanyoDenshi\\.JC-0$" - ;; mother =hanyo-denshi/jc)) - (define-charset-alias '=>>>hanyo-denshi/jd '=hanyo-denshi/jd) - ;; (make-charset - ;; '=>>>hanyo-denshi/jd - ;; "Han'you-Denshi/JD abstract glyph-forms" - ;; '(long-name "Han'you-Denshi/JD glyph-forms" - ;; chars 94 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; registry "HanyoDenshi\\.JD-0$" - ;; mother =hanyo-denshi/jd)) - (define-charset-alias '=>>>hanyo-denshi/ft '=hanyo-denshi/ft) - ;; (make-charset - ;; '=>>>hanyo-denshi/ft - ;; "Han'you-Denshi/FT abstract glyph-forms" - ;; '(long-name "Han'you-Denshi/FT glyph-forms" - ;; chars 94 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; registry "HanyoDenshi\\.FT-0$" - ;; mother =hanyo-denshi/ft)) - (define-charset-alias '=>>>hanyo-denshi/ib '=hanyo-denshi/ib) - ;; (make-charset - ;; '=>>>hanyo-denshi/ib - ;; "Han'you-Denshi/IB abstract glyph-forms" - ;; '(long-name "Han'you-Denshi/IB glyph-forms" - ;; chars 94 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; registry "HanyoDenshi\\.IB-0$" - ;; mother =hanyo-denshi/ib)) - (define-charset-alias '=>>>hanyo-denshi/hg '=hanyo-denshi/hg) - ;; (make-charset - ;; '=>>>hanyo-denshi/hg - ;; "Han'you-Denshi/HG abstract glyph-forms" - ;; '(long-name "Han'you-Denshi/HG glyph-forms" - ;; chars 94 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; registry "HanyoDenshi\\.HG-0$" - ;; mother =hanyo-denshi/hg)) - (define-charset-alias '=>>>hanyo-denshi/jt '=hanyo-denshi/jt) - ;; (make-charset - ;; '=>>>hanyo-denshi/jt - ;; "JT (Juuki Touitsu Moji) abstract glyph-forms" - ;; '(long-name "Han'you-Denshi/JT glyph-forms" - ;; chars 256 - ;; dimension 2 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; registry "HanyoDenshi\\.JT-0$" - ;; mother =hanyo-denshi/jt)) - (define-charset-alias '=>>>hanyo-denshi/ks '=hanyo-denshi/ks) - ;; (make-charset - ;; '=>>>hanyo-denshi/ks - ;; "KoSeki-touitsu-moji abstract glyph-forms" - ;; '(long-name "Han'you-Denshi/KS glyph-forms" - ;; chars 256 - ;; dimension 3 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; mother =hanyo-denshi/ks)) + (make-charset + '===mj + "Moji-Jouhou-Kiban detailed glyph-images." + '(long-name "MJ glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother ==mj)) + (make-charset + '===mj-0 + "MJ detailed glyph-images plane 0" + '(long-name "MJ glyph-images-0" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "mj-0$" + mother ===mj + min-code 0 + max-code #xFFFF)) + (make-charset + '===mj-1 + "MJ detailed glyph-images plane 1" + '(long-name "MJ glyph-images-1" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "mj-1$" + mother ===mj + min-code #x10000 + code-offset #x10000)) + + (make-charset + '=+>hanyo-denshi/ft + "Han'you-Denshi/FT abstract glyphs" + '(long-name "Han'you-Denshi/FT glyphs" + chars 94 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.FT-0$" + mother =hanyo-denshi/ft)) + (make-charset + '=+>hanyo-denshi/jt + "JT (Juuki Touitsu Moji) unified abstract glyphs." + '(long-name "Han'you-Denshi/JT unified glyphs" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.JT-0$" + mother =hanyo-denshi/jt)) + + (make-charset + '=>>mj + "Moji-Jouhou-Kiban abstract glyphs." + '(long-name "MJ glyphs" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother =mj)) (make-charset '=>>hanyo-denshi/ja @@ -1813,7 +2125,7 @@ graphic 2 direction l2r registry "HanyoDenshi\\.JA-0$" - mother =>>>hanyo-denshi/ja)) + mother =hanyo-denshi/ja)) (make-charset '=>>hanyo-denshi/jb "Han'you-Denshi/JB abstract glyphs" @@ -1824,7 +2136,7 @@ graphic 2 direction l2r registry "HanyoDenshi\\.JB-0$" - mother =>>>hanyo-denshi/jb)) + mother =hanyo-denshi/jb)) (make-charset '=>>hanyo-denshi/jc "Han'you-Denshi/JC abstract glyphs" @@ -1835,7 +2147,7 @@ graphic 2 direction l2r registry "HanyoDenshi\\.JC-0$" - mother =>>>hanyo-denshi/jc)) + mother =hanyo-denshi/jc)) (make-charset '=>>hanyo-denshi/jd "Han'you-Denshi/JD abstract glyphs" @@ -1846,7 +2158,7 @@ graphic 2 direction l2r registry "HanyoDenshi\\.JD-0$" - mother =>>>hanyo-denshi/jd)) + mother =hanyo-denshi/jd)) (make-charset '=>>hanyo-denshi/ft "Han'you-Denshi/FT abstract glyphs" @@ -1857,7 +2169,7 @@ graphic 2 direction l2r registry "HanyoDenshi\\.FT-0$" - mother =>>>hanyo-denshi/ft)) + mother =hanyo-denshi/ft)) (make-charset '=>>hanyo-denshi/ia "Han'you-Denshi/IA abstract glyphs" @@ -1879,7 +2191,7 @@ graphic 2 direction l2r registry "HanyoDenshi\\.IB-0$" - mother =>>>hanyo-denshi/ib)) + mother =hanyo-denshi/ib)) (make-charset '=>>hanyo-denshi/hg "Han'you-Denshi/HG abstract glyphs" @@ -1890,7 +2202,7 @@ graphic 2 direction l2r registry "HanyoDenshi\\.HG-0$" - mother =>>>hanyo-denshi/hg)) + mother =hanyo-denshi/hg)) (make-charset '=>>hanyo-denshi/ip "Han'you-Denshi/IP abstract glyphs" @@ -1912,7 +2224,7 @@ graphic 2 direction l2r registry "HanyoDenshi\\.JT-0$" - mother =>>>hanyo-denshi/jt)) + mother =hanyo-denshi/jt)) (make-charset '=>>hanyo-denshi/ks "Han'you-Denshi/KS abstract glyphs" @@ -1922,7 +2234,7 @@ columns 2 graphic 2 direction l2r - mother =>>>hanyo-denshi/ks)) + mother =hanyo-denshi/ks)) (make-charset '=gt "GT 2000" @@ -1937,6 +2249,15 @@ max-code ,(+ (lsh #x6100 16) 67547) code-offset ,(lsh #x6100 16))) (make-charset '==gt + "GT 2000 abstract glyph-forms." + '(long-name "GT abstract glyph-forms" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + mother =gt)) + (make-charset '===gt "GT 2000 detailed glyph-images." '(long-name "GT glyph-images" chars 256 @@ -1944,21 +2265,12 @@ columns 2 graphic 2 direction l2r - mother =gt + mother ==gt ;; min-code 1 ;; max-code 67392 )) (define-charset-alias 'ideograph-gt '=gt) - (define-charset-alias '=>>>gt '=gt) - ;; (make-charset '=>>>gt - ;; "GT 2000 abstract glyph-forms" - ;; '(long-name "GT abstract glyph-forms" - ;; chars 256 - ;; dimension 3 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; mother =gt)) + (define-charset-alias '=>>>gt '==gt) (make-charset '=>>gt "GT 2000 abstract glyphs" '(long-name "GT abstract glyphs" @@ -1967,7 +2279,7 @@ columns 2 graphic 2 direction l2r - mother =>>>gt)) + mother =gt)) (define-charset-alias '<=>gt '=>>gt) (define-charset-alias '<==>gt '=>>gt) (make-charset '=+>gt @@ -2002,7 +2314,7 @@ code-offset ,(lsh #x6110 16))) (define-charset-alias 'ideograph-gt-k '=gt-k) (make-charset '==gt-k - "Representative glyph-images of GT-K" + "Abstract glyph-images of GT-K" '(long-name "GT-K glyph-images" chars 256 dimension 2 @@ -2010,6 +2322,15 @@ graphic 2 direction l2r mother =gt-k)) + (make-charset '===gt-k + "Representative glyph-images of GT-K" + '(long-name "GT-K glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother ==gt-k)) (make-charset '=>>gt-k "abstract glyphs of GT-K" '(long-name "GT-K abstract glyphs" @@ -2134,8 +2455,8 @@ direction l2r)) (make-charset '==daikanwa - "Daikanwa detailed glyph-images." - '(long-name "Daikanwa detailed glyph-images" + "Daikanwa glyph-images." + '(long-name "Daikanwa glyph-images" chars 256 dimension 2 columns 2 @@ -2162,6 +2483,35 @@ direction l2r mother =daikanwa/ho)) + (make-charset '===daikanwa + "Daikanwa detailed glyph-images." + '(long-name "Daikanwa detailed glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "Daikanwa\\(\\.[0-9]+\\)?-3" + mother ==daikanwa)) + (make-charset '===daikanwa/+p + "Daikanwa detailed glyph-images (ddddd')" + '(long-name "Daikanwa detailed glyphs-images (ddddd')" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother ==daikanwa/+p)) + (make-charset '===daikanwa/ho + "Daikanwa detailed glyph-images (Hokan)" + '(long-name "Daikanwa-ho detailed glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother ==daikanwa/ho)) + (make-charset '=>>daikanwa "Daikanwa abstract glyphs" '(long-name "Daikanwa glyphs" @@ -2362,7 +2712,24 @@ columns 2 direction l2r)) (define-charset-alias 'ideograph-cbeta '=cbeta) - + (make-charset '==cbeta "CBETA private characters" + '(long-name "CBETA PUA glyph-images" + chars 256 + dimension 2 + registry "cbeta-0" + graphic 2 + columns 2 + direction l2r + mother =cbeta)) + (make-charset '===cbeta "CBETA private characters" + '(long-name "CBETA PUA glyph-images" + chars 256 + dimension 2 + registry "cbeta-0" + graphic 2 + columns 2 + direction l2r + mother ==cbeta)) (make-charset '=>>cbeta "CBETA abstract glyphs" '(long-name "CBETA glyphs" chars 256 @@ -2372,6 +2739,15 @@ columns 2 direction l2r mother =cbeta)) + (make-charset '=>cbeta "CBETA abstract characters" + '(long-name "CBETA characters" + chars 256 + dimension 2 + registry "cbeta-0" + graphic 2 + columns 2 + direction l2r + mother =cbeta)) (make-charset '=zinbun-oracle "Oracle Bones Script" @@ -2406,10 +2782,30 @@ graphic 2 direction l2r registry "china3jef-0" - min-code #xE80000 - max-code #xE8FFFF - code-offset #xE80000)) - (define-charset-alias 'china3-jef '=jef-china3) + min-code #xE80000 + max-code #xE8FFFF + code-offset #xE80000)) + (define-charset-alias 'china3-jef '=jef-china3) + (make-charset '==jef-china3 + "JEF + CHINA3 abstract glyph-images." + '(long-name "JEF + CHINA3" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "china3jef-0" + mother =jef-china3)) + (make-charset '===jef-china3 + "JEF + CHINA3 glyph-images." + '(long-name "JEF-CHINA3 glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "china3jef-0" + mother ==jef-china3)) (make-charset '=ruimoku-v6 "private characters used in RUIMOKU Version.6" @@ -2424,6 +2820,26 @@ min-code #xE90000 ; #xE000 max-code #xE908FF ; #xE8FF code-offset ,(- #xE90000 #xE000))) + (make-charset '==ruimoku-v6 + "RUIMOKU Version.6 glyph-images." + '(long-name "RUI6 glyph-images." + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "rui6-0" + mother =ruimoku-v6)) + (make-charset '===ruimoku-v6 + "RUIMOKU Version.6 representative glyph-images." + '(long-name "RUI6 rep-glyph-images." + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "rui6-0" + mother ==ruimoku-v6)) (make-charset '=>>ruimoku-v6 "RUIMOKU Version.6 glyphs" '(long-name "RUI6 glyphs" @@ -2489,6 +2905,17 @@ =>iso-ir 177 mother =ucs)) + (make-charset '=>ucs@hanyo-denshi + "UCS abstract characters based on Han'you-Denshi collection." + '(long-name "UCS base characters of Han'you-Denshi" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =ucs)) + (make-charset '=>ucs@iso "Abstract characters of ISO/IEC 10646 representatives" '(long-name "UCS characters for ISO" @@ -2704,87 +3131,6 @@ =>iso-ir 177 mother =>>ucs@unicode)) - ;; (make-charset '=>>>ucs@iso - ;; "Representative glyph-forms of ISO/IEC 10646" - ;; '(long-name "UCS glyph-forms for UCS" - ;; chars 256 - ;; dimension 3 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; =>iso-ir 177 - ;; mother =>>ucs@iso)) - ;; (make-charset '=>>>ucs@unicode - ;; "Representative glyph-forms of Unicode" - ;; '(long-name "UCS glyph-forms for Unicode" - ;; chars 256 - ;; dimension 3 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; =>iso-ir 177 - ;; mother =>>>ucs@iso)) - ;; (make-charset '=>>>ucs@jis - ;; "UCS Representative glyph-forms for JIS X0208/0212/0213" - ;; '(long-name "UCS glyph-forms for JIS" - ;; chars 256 - ;; dimension 3 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; =>iso-ir 177 - ;; mother =>>>ucs@unicode)) - ;; (make-charset '=>>>ucs@jis/1990 - ;; "UCS Representative glyph-forms for JIS X 0208/0212:1990" - ;; '(long-name "UCS glyph-forms for JIS:1990" - ;; chars 256 - ;; dimension 3 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; =>iso-ir 177 - ;; mother =>>>ucs@jis)) - ;; (make-charset '=>>>ucs@jis/2000 - ;; "UCS Representative glyph-forms for JIS X 0213:2000" - ;; '(long-name "UCS glyph-forms for JIS:2000" - ;; chars 256 - ;; dimension 3 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; =>iso-ir 177 - ;; mother =>>>ucs@jis)) - ;; (make-charset '=>>>ucs@jis/2004 - ;; "UCS Representative glyph-forms for JIS X 0213:2004" - ;; '(long-name "UCS glyph-forms for JIS:2004" - ;; chars 256 - ;; dimension 3 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; =>iso-ir 177 - ;; mother =>>>ucs@jis)) - ;; (make-charset '=>>>ucs@ks - ;; "UCS Representative glyph-forms for Korean Standards" - ;; '(long-name "UCS glyph-forms for KS" - ;; chars 256 - ;; dimension 3 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; =>iso-ir 177 - ;; mother =>>>ucs@unicode)) - ;; (make-charset '=>>>ucs@cns - ;; "UCS Representative glyph-forms for CNS 11643 sources" - ;; '(long-name "UCS glyph-forms for CNS" - ;; chars 256 - ;; dimension 3 - ;; columns 2 - ;; graphic 2 - ;; direction l2r - ;; =>iso-ir 177 - ;; mother =>>>ucs@unicode)) - (make-charset '=ucs@iso "ISO/IEC 10646 for its representative glyphs" '(long-name "UCS for ISO" @@ -2795,9 +3141,7 @@ direction l2r =>iso-ir 177 mother =>>ucs@iso - ;; mother =>>>ucs@iso )) - (define-charset-alias '=>>>ucs@iso '=ucs@iso) (make-charset '=ucs@unicode "Unicode for its representative glyphs" '(long-name "UCS for Unicode" @@ -2808,7 +3152,6 @@ direction l2r =>iso-ir 177 mother =ucs@iso)) - (define-charset-alias '=>>>ucs@unicode '=ucs@unicode) (make-charset '=ucs@gb "ISO/IEC 10646 for GB" '(long-name "UCS for GB" @@ -2852,7 +3195,6 @@ =>iso-ir 177 mother =ucs@unicode)) (define-charset-alias 'ucs-cns '=ucs@cns) - (define-charset-alias '=>>>ucs@cns '=ucs@cns) (make-charset '=ucs@cns/fw "ISO/IEC 10646 for CNS 11643 with fullwidth" '(long-name "UCS for CNS-fullwidth" @@ -2885,7 +3227,6 @@ =>iso-ir 177 mother =ucs@unicode)) (define-charset-alias 'ucs-jis '=ucs@jis) - (define-charset-alias '=>>>ucs@jis '=ucs@jis) (make-charset '=ucs@jis/fw "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth" '(long-name "UCS for JIS-fullwidth" @@ -2929,7 +3270,6 @@ mother =ucs@jis)) (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990) (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990) - (define-charset-alias '=>>>ucs@jis/1990 '=ucs@jis/1990) (make-charset '=ucs@jis/2000 "ISO/IEC 10646 for JIS X 0213:2000" '(long-name "UCS for JIS:2000" @@ -2942,7 +3282,6 @@ mother =ucs@jis)) (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000) (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000) - (define-charset-alias '=>>>ucs@jis/2000 '=ucs@jis/2000) (make-charset '=ucs@jis/2004 "ISO/IEC 10646 for JIS X 0213:2004" '(long-name "UCS for JIS:2004" @@ -2953,7 +3292,6 @@ direction l2r =>iso-ir 177 mother =ucs@jis)) - (define-charset-alias '=>>>ucs@jis/2004 '=ucs@jis/2004) (make-charset '=ucs@JP "UCS for common glyphs used in Japan" '(long-name "UCS for Japan" @@ -2986,7 +3324,16 @@ =>iso-ir 177 mother =ucs@unicode)) (define-charset-alias 'ucs-ks '=ucs@ks) - (define-charset-alias '=>>>ucs@ks '=ucs@ks) + (make-charset '=ucs@ks/2012 + "Mapping for Korean Standards in ISO/IEC 10646:2012" + '(long-name "UCS:2012 for KS" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =ucs@ks)) (make-charset '=ucs-bmp@ks "ISO/IEC 10646 BMP for KS" '(long-name "BMP for KS" @@ -3017,7 +3364,9 @@ graphic 2 direction l2r =>iso-ir 177 - mother =>>ucs@cns)) + mother =ucs@cns + ;; mother =>>ucs@cns + )) (define-charset-alias 'ucs-big5 '=ucs@big5) (make-charset '=ucs@big5/cns11643 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw" @@ -3031,25 +3380,27 @@ mother =ucs@big5)) (make-charset '==ucs@iso - "ISO/IEC 10646 for its representative glyph-images." - '(long-name "ISO rep-image for UCS" - chars 256 - dimension 3 - columns 2 - graphic 2 - direction l2r - =>iso-ir 177 - mother =ucs@iso)) + "Representative glyph-forms of ISO/IEC 10646." + '(long-name "UCS glyph-forms for UCS" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =>>ucs@iso)) + (define-charset-alias '=>>>ucs@iso '==ucs@iso) (make-charset '==ucs@unicode - "Unicode for its representative glyph-images." - '(long-name "UCS for Unicode" - chars 256 - dimension 3 - columns 2 - graphic 2 - direction l2r - =>iso-ir 177 - mother ==ucs@iso)) + "Representative glyph-forms of Unicode." + '(long-name "UCS glyph-forms for Unicode" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother ==ucs@iso)) + (define-charset-alias '=>>>ucs@unicode '==ucs@unicode) (make-charset '==ucs@gb "ISO/IEC 10646 for GB" '(long-name "UCS for GB" @@ -3072,15 +3423,16 @@ min-code #x0000 max-code #xFFFF)) (make-charset '==ucs@cns - "ISO/IEC 10646 for CNS 11643" - '(long-name "UCS for CNS" - chars 256 - dimension 3 - columns 2 - graphic 2 - direction l2r - =>iso-ir 177 - mother ==ucs@unicode)) + "UCS Representative glyph-forms for CNS 11643 sources." + '(long-name "UCS glyph-forms for CNS" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother ==ucs@unicode)) + (define-charset-alias '=>>>ucs@cns '==ucs@cns) (make-charset '==ucs-bmp@cns "ISO/IEC 10646 BMP for CNS" '(long-name "BMP for CNS" @@ -3093,96 +3445,142 @@ min-code #x0000 max-code #xFFFF)) (make-charset '==ucs@jis - "ISO/IEC 10646 for JIS X0208/0212/0213" - '(long-name "UCS for JIS" - chars 256 - dimension 3 - columns 2 - graphic 2 - direction l2r - =>iso-ir 177 - mother ==ucs@unicode)) + "UCS Representative glyph-forms for JIS X0208/0212/0213." + '(long-name "UCS glyph-forms for JIS" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother ==ucs@unicode)) + (define-charset-alias '=>>>ucs@jis '==ucs@jis) (make-charset '==ucs@jis/1990 - "ISO/IEC 10646 for JIS X 0208/0212:1990" - '(long-name "UCS for JIS:1990" + "UCS Representative glyph-forms for JIS X 0208/0212:1990." + '(long-name "UCS glyph-forms for JIS:1990" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother ==ucs@jis)) + (define-charset-alias '=>>>ucs@jis/1990 '==ucs@jis/1990) + (make-charset '==ucs@jis/2000 + "UCS Representative glyph-forms for JIS X 0213:2000." + '(long-name "UCS glyph-forms for JIS:2000" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother ==ucs@jis)) + (define-charset-alias '=>>>ucs@jis/2000 '==ucs@jis/2000) + (make-charset '==ucs@jis/2004 + "UCS Representative glyph-forms for JIS X 0213:2004." + '(long-name "UCS glyph-forms for JIS:2004" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother ==ucs@jis)) + (define-charset-alias '=>>>ucs@jis/2004 '==ucs@jis/2004) + (make-charset '==ucs@JP + "UCS for common glyph-forms used in Japan." + '(long-name "UCS for Japan" chars 256 dimension 3 columns 2 graphic 2 direction l2r =>iso-ir 177 - mother ==ucs@jis)) - (make-charset '==ucs@jis/2000 - "ISO/IEC 10646 for JIS X 0213:2000" - '(long-name "UCS for JIS:2000" + mother ==ucs@jis/2004)) + (make-charset '==ucs@JP/hanazono + "Japanese glyph-forms of Hanazono Mincho." + '(long-name "UCS for Hana-Min" chars 256 dimension 3 columns 2 graphic 2 direction l2r =>iso-ir 177 - mother ==ucs@jis)) - (make-charset '==ucs@jis/2004 - "ISO/IEC 10646 for JIS X 0213:2004" - '(long-name "UCS for JIS:2004" + mother ==ucs@JP)) + (make-charset '==ucs@ks + "UCS Representative glyph-forms for Korean Standards." + '(long-name "UCS glyph-forms for KS" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother ==ucs@unicode)) + (define-charset-alias '=>>>ucs@ks '==ucs@ks) + (make-charset '==ucs-bmp@ks + "ISO/IEC 10646 BMP for KS." + '(long-name "BMP for KS" chars 256 dimension 3 columns 2 graphic 2 direction l2r - =>iso-ir 177 - mother ==ucs@jis)) - (make-charset '==ucs@JP - "UCS for common glyph-images used in Japan." - '(long-name "UCS for Japan" + mother ==ucs@ks + min-code #x0000 + max-code #xFFFF)) + (make-charset '==ucs@cns11643 + "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw." + '(long-name "UCS for CNS11643" chars 256 dimension 3 columns 2 graphic 2 direction l2r =>iso-ir 177 - mother ==ucs@jis/2004)) - (make-charset '==ucs@JP/hanazono - "Japanese glyph-images of Hanazono Mincho." - '(long-name "UCS for Hana-Min" + mother ==ucs@cns)) + + (make-charset '===ucs@iso + "ISO/IEC 10646-2 representative glyph-images." + '(long-name "ISO rep-images for UCS" chars 256 dimension 3 columns 2 graphic 2 direction l2r =>iso-ir 177 - mother ==ucs@JP)) - (make-charset '==ucs@ks - "ISO/IEC 10646 for Korean Standards." - '(long-name "UCS for KS" + mother ==ucs@iso)) + (make-charset '===ucs@unicode + "Unicode for its representative glyph-images." + '(long-name "UCS for Unicode" chars 256 dimension 3 columns 2 graphic 2 direction l2r =>iso-ir 177 - mother ==ucs@unicode)) - (make-charset '==ucs-bmp@ks - "ISO/IEC 10646 BMP for KS." - '(long-name "BMP for KS" + mother ===ucs@iso)) + (make-charset '===ucs@gb + "UCS representative glyph-images of GB." + '(long-name "UCS rep-images for GB" chars 256 dimension 3 columns 2 graphic 2 direction l2r - mother ==ucs@ks - min-code #x0000 - max-code #xFFFF)) - (make-charset '==ucs@cns11643 - "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw." - '(long-name "UCS for CNS11643" + =>iso-ir 177 + mother ===ucs@unicode)) + (make-charset '===ucs@ks + "UCS representative glyph-images of Korean Standards." + '(long-name "UCS rep-images for KS" chars 256 dimension 3 columns 2 graphic 2 direction l2r =>iso-ir 177 - mother ==ucs@cns)) + mother ===ucs@unicode)) (make-charset '=ucs-itaiji-084 "uXXXX-itaiji-084 glyph-images of GlyphWiki" @@ -3290,6 +3688,21 @@ ;; max-code #xA4CF )) (make-charset + '===ucs-bmp-cjk@gb + "CJK Characters in BMP with GB representative glyph-images." + '(long-name "CJK in BMP@GB" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "-zh-.*-ucs-0" + mother ===ucs@gb + min-code #x2E00 + max-code #x9FA5 + ;; max-code #xA4CF + )) + (make-charset '=ucs-bmp-cjk@JP "CJK Characters in BMP with JIS representative glyphs" '(long-name "CJK in BMP@JP" @@ -3430,11 +3843,24 @@ columns 2 graphic 2 direction l2r - registry "\\(iso10646\\|ucs02\\)-2$" + registry "\\(iso10646\\|ucs00\\)-2$" mother ucs min-code #x20000 max-code #x2A6D6 code-offset #x20000)) (make-charset + '=ucs-sip@iso + "CJK Ideographs Extension B (ISO/IEC 10646-2)" + '(long-name "UCS CJK Ext-B" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "ucs00-2$" + mother =ucs@iso + min-code #x20000 max-code #x2FFFF + code-offset #x20000)) + (make-charset '=ucs-sip-ext-b@iso "CJK Ideographs Extension B (ISO/IEC 10646-2)" '(long-name "UCS CJK Ext-B" @@ -3443,11 +3869,23 @@ columns 2 graphic 2 direction l2r - registry "\\(iso10646\\|ucs02\\)-2$" + registry "\\(iso10646\\|ucs00\\)-2$" mother =ucs@iso min-code #x20000 max-code #x2A6D6 code-offset #x20000)) (make-charset + '==ucs-sip@iso + "ISO representative abstract-glyph-images of ISO/IEC 10646 Plane 2" + '(long-name "SIP abstract glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "\\(ucs00\\)-2$" + mother ==ucs@iso + code-offset #x20000)) + (make-charset '==ucs-sip-ext-b@iso "CJK Ideographs Extension B (ISO/IEC 10646-2)" '(long-name "UCS CJK Ext-B" @@ -3456,10 +3894,35 @@ columns 2 graphic 2 direction l2r - registry "\\(iso10646\\|ucs02\\)-2$" + registry "\\(iso10646\\|ucs00\\)-2$" mother ==ucs@iso min-code #x20000 max-code #x2A6D6 code-offset #x20000)) + (make-charset + '===ucs-sip@iso + "ISO representative glyph-images of ISO/IEC 10646 Plane 2" + '(long-name "SIP rep-glyph-images" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "\\(ucs00\\)-2$" + mother ===ucs@iso + code-offset #x20000)) + (make-charset + '===ucs-sip-ext-b@iso + "CJK Ideographs Extension B (ISO/IEC 10646-2)" + '(long-name "UCS CJK Ext-B" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "\\(iso10646\\|ucs00\\)-2$" + mother ===ucs@iso + min-code #x20000 max-code #x2A6D6 + code-offset #x20000)) ) ;;; mule-conf.el ends here