$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Philippe Vaucher (philippe.vaucher_at_[hidden])
Date: 2006-06-27 03:43:06
> It's likely that there is a mismatch of file formats. UNIX text files ends
> with a single \r character, while Windows ones ends with two: <CR><LF>.
>
I think on UNIX it's a single \n.
The only OS using \r as "new line" is Mac iirc.
But you are right about windows using \r\n.
Philippe