This is the mail archive of the cygwin-developers@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: hybrid text/binary mount


On Mon, Apr 24, 2000 at 03:34:10PM -0400, DJ Delorie wrote:
>> I was thinking that if a file had any characters whose ASCII code was
>> < ' ' or >= DEL before the first \n, then the file would be considered
>> binary.  Otherwise, the file would be text.  You could apply this heuristic
>> to both input and output.
>
>It's hard to apply it to output, because you don't know what the
>program is going to write out.  At least on input, you can read a big
>chunk (buffering does this anyway) and run some tests on the existing
>data.

I think that most output is done in more than one character at a time
mode.

cgf

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]