Upgraded to Unicode 6 and added support for a smaller database with just the 16-bits part of Unicode

This commit is contained in:
Juan Jose Garcia Ripoll 2011-02-19 23:45:27 +00:00
parent 5f9ad922f7
commit 00f99f5e98
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -303,7 +303,7 @@
(defun output (&optional small-unicode)
(let* ((num-pages (/ (if small-unicode #x10000 *unicode-char-limit*)
*page-size*))
(ucd-file-name (concatenate 'base-string "ucd" (if small-unicode "32" "")))
(ucd-file-name (concatenate 'base-string "ucd" (if small-unicode "16" "")))
(hash (make-hash-table :test #'equalp))
(index 0))
(print num-pages)

BIN
contrib/unicode/ucd16.dat Normal file

Binary file not shown.