From edd838fb33f00e47087c9651f4e1553d0e82f132 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 25 Dec 2002 14:49:37 +0000 Subject: [PATCH] (insert-char-attributes): Use #xHHHH for 2 bytes sets. --- lisp/utf-2000/char-db-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- 1.7.10.4