> 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