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:
97ae0d9
)
(insert-char-data): If an element of `->decomposition' property is a
author
tomo
<tomo>
Fri, 2 Jun 2000 07:22:39 +0000
(07:22 +0000)
committer
tomo
<tomo>
Fri, 2 Jun 2000 07:22:39 +0000
(07:22 +0000)
character, print it as same as an integer.
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
3b3a4ba
..
1e4604a
100644
(file)
--- a/
lisp/utf-2000/char-db-util.el
+++ b/
lisp/utf-2000/char-db-util.el
@@
-337,6
+337,8
@@
(mapconcat (lambda (code)
(cond ((symbolp code)
(symbol-name code))
+ ((characterp code)
+ (format "%S" code))
((integerp code)
(format "#x%04X" code))
(t