From 0e9ef32f9f0d3c301711d1858722080cf4a959e9 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 19 Dec 2015 00:18:40 +0900 Subject: [PATCH] (char-db-coded-charset-priority-list): Add `=hanyo-denshi/tk'. (char-db-insert-ccs-feature): Add code for `=hanyo-denshi/tk'. --- lisp/utf-2000/char-db-util.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 16b0108..3ff6ba9 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -168,6 +168,7 @@ =hanyo-denshi/hg =hanyo-denshi/jt =hanyo-denshi/ks + =hanyo-denshi/tk ;; ==mj ;; ==adobe-japan1-0 ;; ==adobe-japan1-1 @@ -714,6 +715,8 @@ =mj ==mj ===mj =>>mj =zihai mojikyo)) "(%-18s . %06d)\t; %c") + ((memq name '(=hanyo-denshi/tk)) + "(%-18s . %08d)\t; %c") ((>= (charset-dimension name) 2) "(%-18s . #x%04X)\t; %c") (t -- 1.7.10.4