R140 to 4 from 3.
(update-ideograph-radical-table): Add `mojikyo' characters which are
not included in `ideograph-daikanwa'.
3 3 3 3 3 3 3 3 3 3
3 4 4 4 3 4 4 4 4 4
4 4 4 4 4 4 4 4 4 4
- 4 4 4 4 4 4 4 4 4 4
+ 4 4 4 4 4 3 4 4 4 4
4 4 4 4 4 5 5 5 5 5
;; 100
5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 6 6
6 6 6 6 6 6 6 6 6 6
6 6 6 6 6 6 6 6 6 6
- 6 6 6 6 6 6 6 7 7 7
+ 4 6 6 6 6 6 6 7 7 7
7 7 7 7 7 7 7 7 7 7
7 7 4 3 7 7 7 8 8 8
8 8 8 8 8 8 9 9 9 9
(aset ideograph-radical-chars-vector radical
(cons char ret)))
(setq i (1+ i)))
+ (setq i 0)
+ (while (< i (* 94 60 22))
+ (setq char (decode-char 'mojikyo i))
+ (if (and (setq radical (char-ideographic-radical char))
+ (not
+ (memq char
+ (setq ret
+ (aref ideograph-radical-chars-vector radical)))))
+ (aset ideograph-radical-chars-vector radical
+ (cons char ret)))
+ (setq i (1+ i)))
(while charsets
(setq i 33)
(while (< i 127)