On Fri, Jan 26, 2018 at 10:35 AM, Tim Streater <[email protected]> wrote:
> On 26 Jan 2018, at 18:12, Keith Medcalf <[email protected]> wrote: > > > Actually, EOF (0xFF) *is* part of a text file, and is the byte in an > ASCII > > byte-stream that indicates end-of-file. > > First I've heard of that. Which systems did that then? EOF is normally > indicated by the file system, not by file data. > > the 't' part of fopen( "xxx", "rt" ); reads the bytes and does things with them. the EOF would get returned with fgetc() but not the character. > > -- > Cheers -- Tim > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

