#42: read-sequence vs unicode ---------------------+------------------------------------------------------ Reporter: rtoy | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: Core | Version: 20b Resolution: | Keywords: ---------------------+------------------------------------------------------
Comment(by rtoy):
The October snapshot should have this mostly fixed. Errors will now be signaled if the stream is of the wrong type, but if the stream is a binary-text-stream, {{{READ-SEQUENCE}}} will work as before. This is a change from 20a and 20b, and is also incompatible with 19f and earlier which allowed {{{READ-SEQUENCE}}} to work on character streams and binary streams of {{{'(unsigned-byte 8)}}}.