line-breaking))
(setq attributes (delq '=>ucs* attributes))
)
- (when (and (memq '=>ucs-jis attributes)
- (setq value (get-char-attribute char '=>ucs-jis)))
- (insert (format "(=>ucs-jis\t\t. #x%04X)\t; %c%s"
- value (decode-char 'ucs-jis value)
+ (when (and (memq '=>ucs-gb attributes)
+ (setq value (get-char-attribute char '=>ucs-gb)))
+ (insert (format "(=>ucs-gb\t\t. #x%04X)\t; %c%s"
+ value (decode-char 'ucs value)
line-breaking))
- (setq attributes (delq '=>ucs-jis attributes))
+ (setq attributes (delq '=>ucs-gb attributes))
)
(when (and (memq '=>ucs-cns attributes)
(setq value (get-char-attribute char '=>ucs-cns)))
line-breaking))
(setq attributes (delq '=>ucs-cns attributes))
)
+ (when (and (memq '=>ucs-jis attributes)
+ (setq value (get-char-attribute char '=>ucs-jis)))
+ (insert (format "(=>ucs-jis\t\t. #x%04X)\t; %c%s"
+ value (decode-char 'ucs-jis value)
+ line-breaking))
+ (setq attributes (delq '=>ucs-jis attributes))
+ )
(when (and (memq '->ucs attributes)
(setq value (get-char-attribute char '->ucs)))
(insert (format (if char-db-convert-obsolete-format