> The downloaded file does not contain Windows type carriage returns of > newlines! However it does contains the data thank goodness. > > What is the fix?
The problem you encounter is that one system is using soft line breaks weather the other is using hard (never remember which one who did what - just check with an hex editor to find out your self) and you need to convert the breaks in order to display the properly on each system. If you don't want to write the convert your self (fairly easy), there are a number of utilities that convert in LF/CR text files between Unix and PC formatted text files. //ANders -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php