From: tomo Date: Wed, 25 Dec 2002 14:49:37 +0000 (+0000) Subject: (insert-char-attributes): Use #xHHHH for 2 bytes sets. X-Git-Tag: r21-4-10-utf-2000-0_20-release~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=edd838fb33f00e47087c9651f4e1553d0e82f132;p=chise%2Fxemacs-chise.git.1 (insert-char-attributes): Use #xHHHH for 2 bytes sets. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index edfe9f5..d963227 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -926,7 +926,7 @@ (if has-long-ccs-name "(%-26s . %06d)\t; %c%s" "(%-18s . %06d)\t; %c%s")) - ((eq name 'ucs) + ((>= (charset-dimension name) 2) ; (eq name 'ucs) (if has-long-ccs-name "(%-26s . #x%04X)\t; %c%s" "(%-18s . #x%04X)\t; %c%s"))