(write-ideograph-radical-char-data): Insert coding: magic cookie.
[chise/xemacs-chise.git.1] / lisp / utf-2000 / ideograph-util.el
index c56844a..f429f77 100644 (file)
               (format "Ideograph-R%03d-%s.el" radical name)
               file))))
   (with-temp-buffer
+    (insert ";; -*- coding: utf-8-mcs -*-\n")
     (insert-ideograph-radical-char-data radical)
-    (let ((coding-system-for-write 'utf-8))
+    (let ((coding-system-for-write 'utf-8-mcs))
       (write-region (point-min)(point-max) file)
       )))