From 730393e1d150f91394e84916fc5c1085e55501b0 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 21 Jan 2014 18:14:02 +0900 Subject: [PATCH] (char-db-insert-ccs-feature): Support `=koseki'. --- lisp/utf-2000/char-db-util.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index d88b2b7..8a360d9 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 MORIOKA Tomohiko. +;; 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 MORIOKA Tomohiko. ;; Author: MORIOKA Tomohiko ;; Keywords: CHISE, Character Database, ISO/IEC 10646, UCS, Unicode, MULE. @@ -628,6 +628,7 @@ ((memq name '(=hanyo-denshi/ks ==hanyo-denshi/ks ; =>>>hanyo-denshi/ks =>>hanyo-denshi/ks + =koseki =zihai mojikyo)) "(%-18s . %06d)\t; %c") ((>= (charset-dimension name) 2) -- 1.7.10.4