(update-ideograph-radical-table): Add `japanese-jisx0213-1' and
authortomo <tomo>
Mon, 22 Nov 1999 12:46:24 +0000 (12:46 +0000)
committertomo <tomo>
Mon, 22 Nov 1999 12:46:24 +0000 (12:46 +0000)
`japanese-jisx0213-2'.

lisp/utf-2000/ideograph-util.el

index 4907d9a..2133b1f 100644 (file)
@@ -61,6 +61,8 @@
                    japanese-jisx0208
                    japanese-jisx0208-1990
                    japanese-jisx0212
+                   japanese-jisx0213-1
+                   japanese-jisx0213-2
                    chinese-cns11643-1
                    chinese-cns11643-2
                    chinese-cns11643-3
               file))))
   (with-temp-buffer
     (insert-ideograph-radical-char-data radical)
-    (write-region (point-min)(point-max) file)))
+    (char-db-update-comment)
+    (let ((coding-system-for-write 'utf-8))
+      (write-region (point-min)(point-max) file)
+      )))
 
 (provide 'ideograph-util)