(char-db-dump-shuowen): Use `insert-char-data-with-variant' instead of
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sat, 15 Dec 2018 02:17:19 +0000 (11:17 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sat, 15 Dec 2018 02:17:19 +0000 (11:17 +0900)
`insert-char-data'.

char-db-dump.el

index a314fe4..2f717af 100644 (file)
                      char-db-file-coding-system))
       (while (<= code 52101)
        (when (setq chr (decode-char '=shuowen-jiguge code 'defined-only))
                      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)))))
        (setq code (1+ code)))
       (write-region (point-min)(point-max)
                    (expand-file-name "ShuoWen.el" directory)))))