X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=dump-tables.el;h=07b9ec3193d17def9383d4ef8973102cb1de5c6a;hb=12370899bfbee628d6f2a2eaa50a58c055409ea5;hp=2cadfbce7300c457b153ec2b9cc927bea7d80531;hpb=f5fb9a0a3f5c40159b32178d1e40cc1dec339d44;p=chise%2Ftomoyo-tools.git diff --git a/dump-tables.el b/dump-tables.el index 2cadfbc..07b9ec3 100644 --- a/dump-tables.el +++ b/dump-tables.el @@ -41,9 +41,9 @@ (while (< cell 127) (when (and (setq chr (make-char ccs row cell)) (setq ucs (or (encode-char chr 'ucs 'defined-only) - (get-char-attribute chr '=>ucs)))) + (char-feature chr '=>ucs)))) (setq ucs-l (or (encode-char chr ucs-ccs 'defined-only) - (get-char-attribute chr ucs-ccs-map))) + (char-feature chr ucs-ccs-map))) (insert (format ccs-format row cell)) (if (and ucs-l (/= ucs-l ucs)) (insert (format ucs-ccs-format ucs-l))