﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1200	file->byte-blob can only read files in text mode on Windows	dthedens		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.	defect	closed	minor	someday	extensions	4.9.x	fixed	byte-blob		
