From: MORIOKA Tomohiko Date: Sat, 15 Dec 2018 02:17:19 +0000 (+0900) Subject: (char-db-dump-shuowen): Use `insert-char-data-with-variant' instead of X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Ftomoyo-tools.git;a=commitdiff_plain;h=6ef39bfacd606516828b2bc83cd07d23df34c85f (char-db-dump-shuowen): Use `insert-char-data-with-variant' instead of `insert-char-data'. --- diff --git a/char-db-dump.el b/char-db-dump.el index a314fe4..2f717af 100644 --- 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)))))