projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2075a03
)
(insert-char-attributes): Use #xHHHH for 2 bytes sets.
author
tomo
<tomo>
Wed, 25 Dec 2002 14:49:37 +0000
(14:49 +0000)
committer
tomo
<tomo>
Wed, 25 Dec 2002 14:49:37 +0000
(14:49 +0000)
lisp/utf-2000/char-db-util.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/char-db-util.el
b/lisp/utf-2000/char-db-util.el
index
edfe9f5
..
d963227
100644
(file)
--- 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"))