X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fmule%2Fmule-conf.el;h=fa3af9283eda6885cc95e0cbe341a153dfb5e6f1;hb=33487c2621f440781444891edb16eaf5b3b92bd8;hp=4c8d69809a93f6b9696e6838dd9ce1ec4bf5fec4;hpb=7a0fe2b9ed426a69f4641992f34d0e88cbbb239a;p=chise%2Fxemacs-chise.git- diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 4c8d698..fa3af92 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 MORIOKA Tomohiko +;; 2009, 2010, 2011, 2012 MORIOKA Tomohiko ;; Keywords: mule, multilingual, character set, coding system @@ -488,7 +488,7 @@ )) (make-charset - '=>jis-x0208@usual + '=+>jis-x0208 "JIS X 0208 based on usual unification." '(registry "jisx0208\\.1990" dimension 2 @@ -497,13 +497,67 @@ =>iso-ir 168 ;; final ?B graphic 0)) + (define-charset-alias '=>jis-x0208@usual '=+>jis-x0208) + (make-charset + '=+>jis-x0208@1978 + "JIS X 0208:1978 unified 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 unified 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 unified 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 unified 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 unified 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-x0208 "JIS X 0208 based on the unchanged unification rules." '(registry "jisx0208\\.1990" dimension 2 chars 94 - mother =>jis-x0208@usual + mother =+>jis-x0208 =>iso-ir 168 ;; final ?B graphic 0)) @@ -527,7 +581,7 @@ '(registry "jisx0213\\(\\.[0-9]+\\)?-1" dimension 2 chars 94 - mother =>>jis-x0213-1 + mother =+>jis-x0213-1 =>iso-ir 228 ;; final ?O graphic 0 @@ -561,7 +615,7 @@ )) (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004) (make-charset - '=>jis-x0213-2@usual + '=+>jis-x0213-2 "JIS X 0213 Plain 2 based on usual unification." '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" dimension 2 @@ -570,17 +624,28 @@ =>iso-ir 229 ;; final ?P graphic 0)) + (define-charset-alias '=>jis-x0213-2@usual '=+>jis-x0213-2) (make-charset '=>jis-x0213-2 "JIS X 0213 Plain 2 abstract characters" '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" dimension 2 chars 94 - mother =>jis-x0213-2@usual + mother =+>jis-x0213-2 =>iso-ir 229 ;; final ?P graphic 0)) + (make-charset + '=>cns11643-7 + "CNS 11643 Plane 7 abstract characters." + '(registry "CNS11643[.-]\\(.*[.-]\\)?7$" + dimension 2 + chars 94 + mother =cns11643-7 + =>iso-ir 187 + graphic 0)) + (make-charset '=big5-cdp "Big5 with CDP extension" '(long-name "Big5-CDP" @@ -630,6 +695,15 @@ max-code ,(+ (lsh #x6100 16) 67547) code-offset ,(lsh #x6100 16))) (define-charset-alias 'ideograph-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)) (make-charset '=>>gt "GT 2000 abstract glyphs" '(long-name "GT abstract glyphs" @@ -638,9 +712,18 @@ columns 2 graphic 2 direction l2r - mother =gt)) + mother =>>>gt)) (define-charset-alias '<=>gt '=>>gt) (define-charset-alias '<==>gt '=>>gt) + (make-charset '=+>gt + "GT 2000 unified abstract glyphs" + '(long-name "Unified abstract GT glyphs" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + mother =>>gt)) (make-charset '=>gt "GT 2000 abstract characters" '(long-name "abstract GT characters" @@ -649,7 +732,7 @@ columns 2 graphic 2 direction l2r - mother =>>gt)) + mother =+>gt)) (make-charset '=gt-k "Ideographic components of GT" `(long-name "GT components" @@ -736,21 +819,20 @@ (make-charset '=daikanwa@rev1 "Daikanwa dictionary (revised version)" - `(long-name "Daikanwa Rev." + '(long-name "Daikanwa Rev." chars 256 dimension 2 columns 2 graphic 2 direction l2r registry "Daikanwa\\(\\.[0-9]+\\)?-2" - mother =daikanwa - )) + mother =daikanwa)) (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1) (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1) (make-charset '=daikanwa@rev2 "Daikanwa dictionary (revised version 2)" - `(long-name "Daikanwa" + '(long-name "Daikanwa" chars 256 dimension 2 columns 2 @@ -759,16 +841,12 @@ registry "Daikanwa\\(\\.[0-9]+\\)?-3" mother =daikanwa min-code 1 - max-code 49964 - ;; min-code #xE00000 - ;; max-code ,(+ #xE00000 50100) - ;; code-offset #xE00000 - )) + max-code 49964)) (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2) (make-charset '=daikanwa/+p "Daikanwa dictionary (ddddd')" - `(long-name "Daikanwa ddddd'" + '(long-name "Daikanwa ddddd'" chars 256 dimension 2 columns 2 @@ -776,7 +854,7 @@ direction l2r)) (make-charset '=daikanwa/+2p "Daikanwa dictionary (ddddd'')" - `(long-name "Daikanwa ddddd''" + '(long-name "Daikanwa ddddd''" chars 256 dimension 2 columns 2 @@ -784,7 +862,7 @@ direction l2r)) (make-charset '=daikanwa/ho "Daikanwa dictionary (Hokan)" - `(long-name "Daikanwa-ho" + '(long-name "Daikanwa-ho" chars 256 dimension 2 columns 2 @@ -801,6 +879,24 @@ direction l2r registry "Daikanwa\\(\\.[0-9]+\\)?-3" mother =daikanwa)) + (make-charset '=>>daikanwa/+p + "Daikanwa abstract glyphs (ddddd')" + '(long-name "Daikanwa glyphs (ddddd')" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother =daikanwa/+p)) + (make-charset '=>>daikanwa/ho + "Daikanwa abstract glyphs (Hokan)" + '(long-name "Daikanwa-ho glyph" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother =daikanwa/ho)) (make-charset '=>daikanwa "Daikanwa abstract characters" @@ -812,6 +908,15 @@ direction l2r registry "Daikanwa\\(\\.[0-9]+\\)?-3" mother =>>daikanwa)) + (make-charset '=>daikanwa/ho + "Daikanwa abstract characters (Hokan)" + '(long-name "abstract Daikanwa-ho" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother =>>daikanwa/ho)) (make-charset '=shinjigen "Kadokawa ShinJigen dictionary (common parts)" @@ -952,6 +1057,16 @@ direction l2r)) (define-charset-alias 'ideograph-cbeta '=cbeta) + (make-charset '=>>cbeta "CBETA abstract glyphs" + '(long-name "CBETA glyphs" + chars 256 + dimension 2 + registry "cbeta-0" + graphic 2 + columns 2 + direction l2r + mother =cbeta)) + (make-charset '=zinbun-oracle "Oracle Bones Script" `(long-name "Oracle Bones Script in Zinbun, Kyoto Univ." @@ -1046,7 +1161,7 @@ =>iso-ir 177 mother =>ucs@iso)) (make-charset '=>ucs@jis - "UCS Representative characters for JIS X0208/0212/0213" + "UCS representative characters for JIS X0208/0212/0213" '(long-name "UCS characters for JIS" chars 256 dimension 3 @@ -1055,18 +1170,8 @@ direction l2r =>iso-ir 177 mother =>ucs@unicode)) - (make-charset '=>ucs@JP - "UCS Representative characters for Japanese usual unification" - '(long-name "UCS characters for JP" - chars 256 - dimension 3 - columns 2 - graphic 2 - direction l2r - =>iso-ir 177 - mother =>ucs@jis)) (make-charset '=>ucs@ks - "UCS Representative characters for Korean Standards" + "UCS representative characters for Korean Standards" '(long-name "UCS characters for KS" chars 256 dimension 3 @@ -1086,6 +1191,79 @@ =>iso-ir 177 mother =>ucs@unicode)) + (make-charset '=+>ucs@iso + "UCS based on ISO/IEC 10646 representative glyphs" + '(long-name "Unified abstract glyphs of UCS" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =>ucs@iso)) + (make-charset '=+>ucs@unicode + "Unicode representative unified abstract glyphs" + '(long-name "UCS unified abstract glyphs for Unicode" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =+>ucs@iso)) + (make-charset '=+>ucs@jis + "UCS based on Japanese usual unification" + '(long-name "UCS unified abstract glyphs for JP" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =+>ucs@unicode)) + (define-charset-alias '=>ucs@JP '=+>ucs@jis) + (make-charset '=+>ucs@jis/1990 + "UCS representative characters for JIS X0208/0212:1990" + '(long-name "UCS characters 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/2004 + "UCS representative characters for JIS X 0213:2004" + '(long-name "UCS characters 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 unified abstract glyphs for Korean Standards" + '(long-name "UCS unified abstract glyphs for KS" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =+>ucs@unicode)) + (make-charset '=+>ucs@cns + "UCS representatives unified abstract glyphs for CNS 11643 sources" + '(long-name "UCS unified abstract glyphs for CNS" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =+>ucs@unicode)) + (make-charset '=>>ucs@iso "Representative abstract-glyphs of ISO/IEC 10646" '(long-name "UCS abstract glyphs for UCS" @@ -1095,7 +1273,7 @@ graphic 2 direction l2r =>iso-ir 177 - mother =>ucs@iso)) + mother =+>ucs@iso)) (make-charset '=>>ucs@unicode "Representative abstract-glyphs of Unicode" '(long-name "Unicode abstract glyphs" @@ -1178,8 +1356,8 @@ mother =>>ucs@unicode)) (make-charset '=>>>ucs@iso - "Representative glyphs of ISO/IEC 10646" - '(long-name "UCS glyphs for UCS" + "Representative glyph-forms of ISO/IEC 10646" + '(long-name "UCS glyph-forms for UCS" chars 256 dimension 3 columns 2 @@ -1188,8 +1366,8 @@ =>iso-ir 177 mother =>>ucs@iso)) (make-charset '=>>>ucs@unicode - "Representative glyphs of Unicode" - '(long-name "UCS glyphs for Unicode" + "Representative glyph-forms of Unicode" + '(long-name "UCS glyph-forms for Unicode" chars 256 dimension 3 columns 2 @@ -1198,8 +1376,8 @@ =>iso-ir 177 mother =>>>ucs@iso)) (make-charset '=>>>ucs@jis - "UCS Representative glyphs for JIS X0208/0212/0213" - '(long-name "UCS glyphs for JIS" + "UCS Representative glyph-forms for JIS X0208/0212/0213" + '(long-name "UCS glyph-forms for JIS" chars 256 dimension 3 columns 2 @@ -1207,9 +1385,29 @@ 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 glyphs for JIS X 0213:2004" - '(long-name "UCS glyphs for 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 @@ -1218,8 +1416,8 @@ =>iso-ir 177 mother =>>>ucs@jis)) (make-charset '=>>>ucs@ks - "UCS Representative glyphs for Korean Standards" - '(long-name "UCS glyphs for KS" + "UCS Representative glyph-forms for Korean Standards" + '(long-name "UCS glyph-forms for KS" chars 256 dimension 3 columns 2 @@ -1228,8 +1426,8 @@ =>iso-ir 177 mother =>>>ucs@unicode)) (make-charset '=>>>ucs@cns - "UCS Representative glyphs for CNS 11643 sources" - '(long-name "UCS glyphs for CNS" + "UCS Representative glyph-forms for CNS 11643 sources" + '(long-name "UCS glyph-forms for CNS" chars 256 dimension 3 columns 2 @@ -1409,6 +1607,16 @@ =>iso-ir 177 mother =ucs@jis/2004)) (define-charset-alias '=ucs@jp '=ucs@JP) + (make-charset '=ucs@JP/hanazono + "Japanese glyph-images of Hanazono Mincho" + '(long-name "UCS for Hana-Min" + 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" @@ -1530,6 +1738,66 @@ ;; max-code #xA4CF )) (make-charset + '=ucs-bmp-cjk@JP + "CJK Characters in BMP with JIS representative glyphs" + '(long-name "CJK in BMP@JP" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "-ja-.*-ucs-0" + mother =ucs@JP + min-code #x2E00 + max-code #x9FA5 + ;; max-code #xA4CF + )) + (make-charset + '=ucs-bmp-cjk@JP/hanazono + "CJK Characters in BMP with Hanazono font" + '(long-name "CJK in BMP@JP/Hanazono" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "-ja-.*-ucs-0" + mother =ucs@JP/hanazono + min-code #x2E00 + max-code #x9FA5 + ;; max-code #xA4CF + )) + (make-charset + '=+>ucs-bmp-cjk@unicode + "Unicode representative characters of CJK Unified Ideographs in BMP" + '(long-name "Unicode-BMP-CJK unified abstract glyphs" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "-zh-.*-ucs-0" + mother =+>ucs@unicode + min-code #x2E00 + max-code #x9FA5 + ;; max-code #xA4CF + )) + (make-charset + '=>ucs-bmp-cjk@unicode + "Unicode representative characters of CJK Unified Ideographs in BMP" + '(long-name "Unicode-BMP-CJK" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "-zh-.*-ucs-0" + mother =>ucs@unicode + min-code #x2E00 + max-code #x9FA5 + ;; max-code #xA4CF + )) + (make-charset '==>ucs-bmp-cjk@bucs "CJK Characters in BMP of BUCS" '(long-name "BUCS-BMP-CJK" @@ -1545,6 +1813,34 @@ ;; max-code #xA4CF )) (make-charset + '=ucs-bmp-cjk-compat + "CJK Compatibility Ideographs in BMP of UCS" + '(long-name "CJK Compatibility Ideographs" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "-ja-.*-ucs-0" + mother ucs-bmp + min-code #xF900 + max-code #xFAFF + )) + (make-charset + '=ucs-bmp-cjk-compat@unicode + "CJK Compatibility Ideographs of Unicode representatives" + '(long-name "CJK Compatibility Ideographs of Unicode" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "-ja-.*-ucs-0" + mother =ucs@unicode + min-code #xF900 + max-code #xFAFF + )) + (make-charset '=ucs-sip-ext-b "CJK Ideographs Extension B" '(long-name "UCS CJK Ext-B" @@ -1675,6 +1971,177 @@ min-code 0 max-code 23057 registry "AdobeJapan1-6$")) + (define-charset-alias '=adobe-japan1 '=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 '=>>>adobe-japan1-6) + + (make-charset + '=>>adobe-japan1-0 + "Adobe-Japan1-0 abstract glyphs" + '(long-name "Adobe-Japan1-0 abstract glyphs" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother =>>>adobe-japan1 + registry "AdobeJapan1-0$")) + (make-charset + '=>>adobe-japan1-1 + "Adobe-Japan1-1 abstract glyphs" + '(long-name "Adobe-Japan1-1 abstract glyphs" + 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 glyphs" + '(long-name "Adobe-Japan1-2 abstract glyphs" + 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 glyphs" + '(long-name "Adobe-Japan1-3 abstract glyphs" + 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 glyphs" + '(long-name "Adobe-Japan1-4 abstract glyphs" + 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 glyphs" + '(long-name "Adobe-Japan1-5 abstract glyphs" + 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 glyphs" + '(long-name "Adobe-Japan1-6 abstract glyphs" + 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 + "Adobe-Japan1 unified abstract glyphs" + '(long-name "Adobe-Japan1 unified abstract glyphs" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother =>>adobe-japan1 + registry "AdobeJapan1-6$")) (make-charset '=hanyo-denshi/ja @@ -1830,6 +2297,73 @@ code-offset ,(lsh #x6403 16))) (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)) + (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)) + + (make-charset + '=>>hanyo-denshi/ja + "Han'you-Denshi/JA abstract glyphs" + '(long-name "Han'you-Denshi/JA glyphs" + 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 abstract glyphs" + '(long-name "Han'you-Denshi/JB glyphs" + chars 94 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.JB-0$" + mother =hanyo-denshi/jb)) + (make-charset + '=>>hanyo-denshi/jc + "Han'you-Denshi/JC abstract glyphs" + '(long-name "Han'you-Denshi/JC glyphs" + chars 94 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.JC-0$" + mother =>>>hanyo-denshi/jc)) + (make-charset + '=>>hanyo-denshi/jd + "Han'you-Denshi/JD abstract glyphs" + '(long-name "Han'you-Denshi/JD glyphs" + 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 abstract glyphs" '(long-name "Han'you-Denshi/FT glyphs" @@ -1841,6 +2375,17 @@ registry "HanyoDenshi\\.FT-0$" mother =hanyo-denshi/ft)) (make-charset + '=>>hanyo-denshi/ia + "Han'you-Denshi/IA abstract glyphs" + '(long-name "Han'you-Denshi/IA glyphs" + chars 94 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.IA-0$" + mother =hanyo-denshi/ia)) + (make-charset '=>>hanyo-denshi/ib "Han'you-Denshi/IB abstract glyphs" '(long-name "Han'you-Denshi/IB abstract glyphs" @@ -1852,6 +2397,17 @@ registry "HanyoDenshi\\.IB-0$" mother =hanyo-denshi/ib)) (make-charset + '=>>hanyo-denshi/hg + "Han'you-Denshi/HG abstract glyphs" + '(long-name "Han'you-Denshi/HG abstract glyphs" + 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) abstract glyphs" '(long-name "Han'you-Denshi/JT glyphs" @@ -1861,7 +2417,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"