projects
/
chise
/
ids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65a413d
)
(ids-dump-insert-daikanwa-hokan): Fix problem when a character does
author
tomo
<tomo>
Tue, 24 Feb 2004 06:02:14 +0000
(06:02 +0000)
committer
tomo
<tomo>
Tue, 24 Feb 2004 06:02:14 +0000
(06:02 +0000)
not have `ideographic-structure' feature value.
ids-dump.el
patch
|
blob
|
history
diff --git
a/ids-dump.el
b/ids-dump.el
index
6d770a0
..
03ada62
100644
(file)
--- a/
ids-dump.el
+++ b/
ids-dump.el
@@
-127,8
+127,9
@@
(format "MH-%04d \t%c\t%s\n"
(car cell)
chr
- (ids-format-list
- (get-char-attribute chr 'ideographic-structure)))))))
+ (or (ids-format-list
+ (get-char-attribute chr 'ideographic-structure))
+ ""))))))
(defun ids-dump-insert-jis-x0208-1990 ()
(let ((row 16)