Mail Archives: djgpp-workers/1998/09/16/03:33:47
On Tue, 15 Sep 1998, DJ Delorie wrote:
>
> Hey, I just had an idea. When a file is opened and the first block is
> read in, if the user didn't specify binary or text, why not look at
> the data and try to guess? The presence of null, control, or certain
> 8-bit characters should indicate binary vs text as a default.
>
Maybe slightly different:
we can add additional open mode to allow to guess file type
for example O_AUTO.
Or some global variable that enables such feature. I don't think it
would be good to enable it always.
Andris
- Raw text -