From bd596cf46112efbf5038f9ad40c89cca05e4c0b5 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 3 Sep 2009 11:32:20 +0000 Subject: [PATCH] (ids-dump-insert-jis-x0208-1990): Use `ideographic-structure-to-ids' instead of `ids-dump-format-list'. --- ids-dump.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ids-dump.el b/ids-dump.el index 32ec4fc..78d0ca7 100644 --- a/ids-dump.el +++ b/ids-dump.el @@ -1,6 +1,6 @@ ;;; ids-dump.el --- Dump utility of IDS-* files -;; Copyright (C) 2002,2003,2004,2005 MORIOKA Tomohiko +;; Copyright (C) 2002,2003,2004,2005,2009 MORIOKA Tomohiko ;; Author: MORIOKA Tomohiko ;; Keywords: IDS, IDC, Ideographs, UCS, Unicode @@ -159,7 +159,7 @@ h l (decode-builtin-char 'japanese-jisx0208-1990 (logior (lsh h 8) l)) - (or (ids-dump-format-list + (or (ideographic-structure-to-ids (get-char-attribute chr 'ideographic-structure)) ""))) (setq cell (1+ cell))) @@ -174,7 +174,7 @@ h l (decode-builtin-char 'japanese-jisx0208-1990 (logior (lsh h 8) l)) - (or (ids-dump-format-list + (or (ideographic-structure-to-ids (get-char-attribute chr 'ideographic-structure)) ""))) (setq cell (1+ cell))))) -- 1.7.10.4