chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1200: file->byte-blob can only read files in text mo


From: Chicken Trac
Subject: [Chicken-janitors] #1200: file->byte-blob can only read files in text mode on Windows
Date: Tue, 14 Jul 2015 22:29:28 -0000

#1200: file->byte-blob can only read files in text mode on Windows
------------------------+---------------------
 Reporter:  dthedens    |      Owner:
     Type:  defect      |     Status:  new
 Priority:  minor       |  Milestone:  someday
Component:  extensions  |    Version:  4.9.x
 Keywords:  byte-blob   |
------------------------+---------------------
 On Windows, `file->byte-blob` defaults to reading files in text mode and
 there is no way to override this (as there is with `with-input-from-file`
 and related procedures). As a result, files intended to be binary data
 that contain `eof` bytes will be incomplete on Windows. Either a default
 to binary read mode or optional file mode parameters for `#:text` and
 `#:binary` would be helpful.

--
Ticket URL: <http://bugs.call-cc.org/ticket/1200>
CHICKEN Scheme <http://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]