From d53d58403ddadb308b717ce91f38080eb32e806d Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 19 Feb 2013 20:48:20 +0900 Subject: [PATCH] (=big5-cdp-var-3): New coded-charset for XEmacs CHISE. (=big5-cdp-var-5): Ditto. --- lisp/mule/mule-conf.el | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index f02df00..79993f6 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 MORIOKA Tomohiko +;; 2009, 2010, 2011, 2012, 2013 MORIOKA Tomohiko ;; Keywords: mule, multilingual, character set, coding system @@ -1886,6 +1886,49 @@ registry "rui6-0" mother =ruimoku-v6)) + ;; (make-charset + ;; '=zihai + ;; "ZhongHua-ZiHai glyph-images" + ;; '(long-name "ZhongHua-ZiHai (pppp-nn)" + ;; chars 256 + ;; dimension 3 + ;; columns 2 + ;; graphic 2 + ;; direction l2r)) + + ;; (make-charset + ;; '=zihai-17xx + ;; "ZhongHua-ZiHai (pp.1700〜1781) glyph-images" + ;; '(long-name "ZhongHua-ZiHai pp.17xx" + ;; chars 256 + ;; dimension 2 + ;; columns 2 + ;; graphic 2 + ;; direction l2r + ;; registry "zihai\\.cp-17$")) + + (make-charset '=big5-cdp-var-3 + "Big5-CDP-var-3 glyph-images of GlyphWiki" + '(long-name "Big5-CDP-var-3" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "cdp\\.var-3$" + mother =big5-cdp)) + + (make-charset '=big5-cdp-var-5 + "Big5-CDP-var-5 glyph-images of GlyphWiki" + '(long-name "Big5-CDP-var-5" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "cdp\\.var-5$" + mother =big5-cdp)) + (make-charset '==>ucs@bucs "Basic Subset of Coded Character Sets (BUCS)" '(long-name "BUCS abstract characters" -- 1.7.10.4