projects
/
chise
/
tomoyo-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c714f0
)
(char-db-dump-shuowen): Use `insert-char-data-with-variant' instead of
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Sat, 15 Dec 2018 02:17:19 +0000
(11:17 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Sat, 15 Dec 2018 02:17:19 +0000
(11:17 +0900)
`insert-char-data'.
char-db-dump.el
patch
|
blob
|
history
diff --git
a/char-db-dump.el
b/char-db-dump.el
index
a314fe4
..
2f717af
100644
(file)
--- a/
char-db-dump.el
+++ b/
char-db-dump.el
@@
-168,7
+168,7
@@
char-db-file-coding-system))
(while (<= code 52101)
(when (setq chr (decode-char '=shuowen-jiguge code 'defined-only))
- (insert-char-data chr))
+ (insert-char-data-with-variant chr))
(setq code (1+ code)))
(write-region (point-min)(point-max)
(expand-file-name "ShuoWen.el" directory)))))