From dd1b36839d6043becd6b7d479f594eb86ac36797 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 27 Jul 2008 16:52:37 +0000 Subject: [PATCH] (char-db-insert-ccs-feature): Add setting for `shinjigen-1' and `shinjigen-2'. --- lisp/utf-2000/char-db-util.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index eea20d7..6ad87e4 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -469,7 +469,9 @@ (defun char-db-insert-ccs-feature (name value line-breaking) (insert (format - (cond ((or (memq name '(=daikanwa + (cond ((memq name '(shinjigen-1 shinjigen-2)) + "(%-18s . %04d)\t; %c") + ((or (memq name '(=daikanwa =daikanwa@rev1 =daikanwa@rev2 =gt =gt-k =cbeta =zinbun-oracle)) (string-match "^=adobe-" (symbol-name name))) -- 1.7.10.4