On Sun, 11 Apr 2004, David Sklar wrote: > Perfect, thanks. I knew there was a #define lurking around somewhere > that was \r\n, \r, or \n, as appropriate, I just didn't know what it was > called.
I don't think it's a good idea to do this as it causes different output on different systems. This means that writing test casesis harder, and that users will have to take care of those issues themselves (if they don't use fgetcsv() to read the data in of course). I'd say we should stick to \r\n like Ilia proposed. Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php