Use `reset-charset-mapping-table' when using external character
authortomo <tomo>
Mon, 30 Sep 2002 18:36:30 +0000 (18:36 +0000)
committertomo <tomo>
Mon, 30 Sep 2002 18:36:30 +0000 (18:36 +0000)
database.

lisp/utf-2000/update-cdb.el

index f5186f8..efae357 100644 (file)
@@ -83,6 +83,8 @@
             (expand-file-name "system-char-id"
                               system-char-database-directory)
             nil nil t t))
+    (dolist (ccs (charset-list))
+      (reset-charset-mapping-table ccs))
     )))
  (t
   (load "dumped-chars.el")