mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-15 15:21:03 -08:00
Upgraded to Unicode 6 and added support for a smaller database with just the 16-bits part of Unicode
This commit is contained in:
parent
5f9ad922f7
commit
00f99f5e98
3 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -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
BIN
contrib/unicode/ucd16.dat
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue