(insert-char-data): If an element of `->decomposition' property is a
authortomo <tomo>
Fri, 2 Jun 2000 07:22:39 +0000 (07:22 +0000)
committertomo <tomo>
Fri, 2 Jun 2000 07:22:39 +0000 (07:22 +0000)
character, print it as same as an integer.

lisp/utf-2000/char-db-util.el

index 3b3a4ba..1e4604a 100644 (file)
                          (mapconcat (lambda (code)
                                       (cond ((symbolp code)
                                              (symbol-name code))
+                                            ((characterp code)
+                                             (format "%S" code))
                                             ((integerp code)
                                              (format "#x%04X" code))
                                             (t