[futurebasic] Re: [FB] [X-FB] file size problem (solved)

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2005 : Group Archive : Group : All Groups

From: John McKernon <misc@...>
Date: Mon, 28 Mar 2005 10:42:19 -0500
> I also made a Windoze file of the same data and found it's line
> endings were 0A0D, which was also considerable length to the file --
> all of which was also fixed by my php routine.

Just be aware that changing 0A0D on those Windows files will make them a
mess if a Windows application ever reads them, as 0A0D is the standard
Windows line delimiter in text files.

- John