From 2ca25423237403829a2cb377e9641cf3ed9ba980 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 22 Jan 2014 22:45:00 +0900 Subject: [PATCH] (=koseki): New coded-charset for XEmacs CHISE. (=>ucs@hanyo-denshi): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 79a3273..de6721a 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 @@ -1695,6 +1695,17 @@ max-code ,(+ (lsh #x6403 16) #xFFFF) code-offset ,(lsh #x6403 16))) + (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) ;; (make-charset ;; '=>>>hanyo-denshi/ja @@ -2489,6 +2500,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" -- 1.7.10.4