(char-db-insert-ccs-feature): Format each value of `=adobe-*' as a
authortomo <tomo>
Wed, 30 Nov 2005 14:50:04 +0000 (14:50 +0000)
committertomo <tomo>
Wed, 30 Nov 2005 14:50:04 +0000 (14:50 +0000)
digit value.

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

index abea9e1..9a51977 100644 (file)
 (defun char-db-insert-ccs-feature (name value line-breaking)
   (insert
    (format
-    (cond ((memq name '(=daikanwa
-                       =daikanwa@rev1 =daikanwa@rev2
-                       =gt =gt-k =cbeta =zinbun-oracle))
+    (cond ((or (memq name '(=daikanwa
+                           =daikanwa@rev1 =daikanwa@rev2
+                           =gt =gt-k =cbeta =zinbun-oracle))
+              (string-match "^=adobe-" (symbol-name name)))
           "(%-18s . %05d)\t; %c")
          ((eq name 'mojikyo)
           "(%-18s . %06d)\t; %c")