projects
/
chise
/
ids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2326db3
)
When ideographic-structure is compacted, display system-char-id of the
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 7 Sep 2020 12:41:52 +0000
(21:41 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 7 Sep 2020 12:41:52 +0000
(21:41 +0900)
character object.
install-ids.el
patch
|
blob
|
history
diff --git
a/install-ids.el
b/install-ids.el
index
5dea263
..
cbac096
100644
(file)
--- a/
install-ids.el
+++ b/
install-ids.el
@@
-88,7
+88,8
@@
(map-char-attribute
(lambda (c v)
(unless (equal (setq ret (ideographic-structure-compact v)) v)
- (princ (format "Compact %c : %s -> %s\n"
+ (princ (format "Compact %04X (%c) : %s -> %s\n"
+ (char-int c)
c
(ideographic-structure-to-ids v)
(ideographic-structure-to-ids ret)))