Ticket #756 (closed defect: invalid)
read-line() broken for utf-16 and ucs-2
| Reported by: | rigus | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Compiler | Version: | trunk |
| Keywords: | Cc: |
Description
I get a crash when executing something like
(with-open-file (stream ucs-2-file :external-format :ucs-2) (print (read-line stream)))
The same for :utf-16. read-char() is OK.
- Paul
Change History
Note: See
TracTickets for help on using
tickets.
