From c61740b18a7621de1c54255f31eedbe18a6777f9 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 19 Jan 2016 15:23:33 +0900 Subject: [PATCH] (char-db-coded-charset-priority-list): Add `=>mj'. (char-db-insert-ccs-feature): Support `=>mj'. --- lisp/utf-2000/char-db-util.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 3ff6ba9..ca5e3a7 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1,7 +1,7 @@ ;;; char-db-util.el --- Character Database utility -*- coding: utf-8-er; -*- ;; Copyright (C) 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007, -;; 2008,2009,2010,2011,2012,2013,2014,2015 MORIOKA Tomohiko. +;; 2008,2009,2010,2011,2012,2013,2014,2015,2016 MORIOKA Tomohiko. ;; Author: MORIOKA Tomohiko ;; Keywords: CHISE, Character Database, ISO/IEC 10646, UCS, Unicode, MULE. @@ -309,6 +309,7 @@ =>>gt-k =+>gt =>gt + =>mj =>big5-cdp =>daikanwa =>daikanwa/ho @@ -712,7 +713,7 @@ ==hanyo-denshi/ks ===hanyo-denshi/ks =>>hanyo-denshi/ks =koseki ==koseki - =mj ==mj ===mj =>>mj + =mj ==mj ===mj =>>mj =>mj =zihai mojikyo)) "(%-18s . %06d)\t; %c") ((memq name '(=hanyo-denshi/tk)) -- 1.7.10.4