2001-01-31 Kenichi Handa <handa@etl.go.jp>
- * international/mule-diag.el (describe-character-set): Pay
- attention to charsets that don't have ISO2022's final char.
+ * international/mule.el (charset-info): Fix docstring.
+
+ * international/mule-diag.el (describe-character-set): Check final
+ char valid before printing it.
2001-01-30 Gerd Moellmann <gerd@gnu.org>
(format "%d\n" (aref info 3))
(format "%dx%d\n" (aref info 3) (aref info 3))))
(insert "the final char of ISO2022's designation sequence: ")
- (if (aref info 8)
+ (if (>= (aref info 8) 0)
(insert (format "`%c'\n" (aref info 8)))
(insert "not assigned\n"))
(insert (format "width (how many columns on screen): %d\n"