(insert-char-range-data): Fixed.
authortomo <tomo>
Sat, 13 Nov 1999 21:54:11 +0000 (21:54 +0000)
committertomo <tomo>
Sat, 13 Nov 1999 21:54:11 +0000 (21:54 +0000)
lisp/utf-2000/char-db-util.el

index 78c099b..cb4e9e0 100644 (file)
     (while (<= code max)
       (setq char (int-char code))
       (insert-char-data-with-variant char)
+      (setq code (1+ code))
       )))
 
 (defun write-char-range-data-to-file (min max file)