mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-11 19:53:52 -08:00
The Unicode database is shipped in DOS CR+LF format
This commit is contained in:
parent
ba16e548a3
commit
02a44ebdcd
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@
|
|||
(with-open-file (*standard-input*
|
||||
(make-pathname :name "UnicodeData" :type "txt"
|
||||
:defaults *extension-directory*)
|
||||
:direction :input)
|
||||
:direction :input :external-format '(:utf-8 :crlf))
|
||||
(loop for line = (read-line nil nil)
|
||||
while line
|
||||
do (slurp-ucd-line line)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue