From: tomo Date: Fri, 6 Jul 2001 19:17:31 +0000 (+0000) Subject: (insert-char-attributes): Print `ideograph-gt' like X-Git-Tag: r21-2-38-utf-2000-0_17-1~406 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d9bc0cb68536fc8ecfa571d16fdf993c77c354f8;p=chise%2Fxemacs-chise.git.1 (insert-char-attributes): Print `ideograph-gt' like `ideograph-daikanwa'. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 3b89492..3f5d118 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -600,25 +600,18 @@ (if (setq value (get-char-attribute char name)) (insert (format - (if has-long-ccs-name - (cond ((eq name 'ideograph-daikanwa) + (cond ((memq name '(ideograph-daikanwa ideograph-gt)) + (if has-long-ccs-name "(%-26s . %05d)\t; %c%s" - ) - ((eq name 'mojikyo) + "(%-18s . %05d)\t; %c%s")) + ((eq name 'mojikyo) + (if has-long-ccs-name "(%-26s . %06d)\t; %c%s" - ) - (t + "(%-18s . %06d)\t; %c%s")) + (t + (if has-long-ccs-name "(%-26s . #x%X)\t; %c%s" - )) - (cond ((eq name 'ideograph-daikanwa) - "(%-18s . %05d)\t; %c%s" - ) - ((eq name 'mojikyo) - "(%-18s . %06d)\t; %c%s" - ) - (t - "(%-18s . #x%X)\t; %c%s" - ))) + "(%-18s . #x%X)\t; %c%s"))) name (if (= (charset-iso-graphic-plane name) 1) (logior value