From 158f42a80ed7f5f9f9e2f40b2134b02bcc096a11 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 11 Jan 2022 18:10:21 +0900 Subject: [PATCH] (=>hanyo-denshi/tk): New coded-charset for XEmacs CHISE. (=>hanyo-denshi/tk/mf-01): Ditto. (==hanyo-denshi/tk/mf-01): Fix DOC. --- lisp/mule/mule-conf.el | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 3503ff7..34b6273 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -4,7 +4,7 @@ ;; Licensed to the Free Software Foundation. ;; Copyright (C) 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2008, ;; 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -;; 2020, 2021 MORIOKA Tomohiko +;; 2020, 2021, 2022 MORIOKA Tomohiko ;; Keywords: mule, multilingual, character set, coding system @@ -1940,6 +1940,17 @@ direction l2r)) (make-charset + '=>hanyo-denshi/tk + "TK (TouKi) part of Han'you-Denshi abstract characters" + `(long-name "Han'you-Denshi/TK" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + mother =hanyo-denshi/tk)) + + (make-charset '==mj "Moji-Jouhou-Kiban detailed glyph-images." '(long-name "MJ glyph-images" @@ -2283,8 +2294,19 @@ direction l2r registry "HanyoDenshi\\.TKMF-1$")) (make-charset + '=>hanyo-denshi/tk/mf-01 + "font encoding for TK (TouKi) abstract characters" + `(long-name "Han'you-Denshi/TK font encoding" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother =hanyo-denshi/tk/mf-01 + registry "HanyoDenshi\\.TKMF-1$")) + (make-charset '==hanyo-denshi/tk/mf-01 - "font encoding for TK (TouKi) characters" + "font encoding for TK (TouKi) glyphs" `(long-name "Han'you-Denshi/TK font encoding" chars 256 dimension 2 -- 1.7.10.4