On Fri, Jan 26, 2018 at 10:44 AM, Peter Da Silva < [email protected]> wrote:
> On 1/26/18, 12:40 PM, "sqlite-users on behalf of J Decker" < > [email protected] on behalf of [email protected]> > wrote: > > reads the bytes and does things with them. the EOF would get returned > with fgetc() but not the character. > > Fgetc returns an int, not a byte. That EOF is -1, not 0xFF. > doesn't get 26 either. 0x1a > > > > _______________________________________________ > 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

