From 0f2122f4f5fb12eaf15e41e3e7cbc31a57705bf2 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 1 Feb 2011 14:26:48 +0000 Subject: [PATCH] (=>>ruimoku-v6): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index daa3dee..6944ff9 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 MORIOKA Tomohiko +;; 2009, 2010, 2011 MORIOKA Tomohiko ;; Keywords: mule, multilingual, character set, coding system @@ -902,6 +902,16 @@ min-code #xE90000 ; #xE000 max-code #xE908FF ; #xE8FF code-offset ,(- #xE90000 #xE000))) + (make-charset '=>>ruimoku-v6 + "RUIMOKU Version.6 glyphs" + '(long-name "RUI6 glyphs" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "rui6-0" + mother =ruimoku-v6)) (make-charset '==>ucs@bucs "Basic Subset of Coded Character Sets (BUCS)" -- 1.7.10.4