> just drop (ignore) \r and only count \n as line termination. The better
> way is to check, if \r is followed by \n otherwise it is a formatting
> error.

I won't step inside the discussion on a very loosely defined terms.

The essense:
------
Right now \r\n\r\n is hardcoded as EOL. This allows for very efficient
line reading.
Reading ahead to know the used EOL kills any attempts to pipe
reformail and external helpers.
That is why I do care of a cmdline switch, which amends the problem
w/o breaking anything.

--Vladimir
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to