Hello all,
Just to step in:
> eg "spaced |lines" ends up as:
>
> --begin--
> spaced =
>
> lines
> --end--
>
> where the | is a new line.
> But the funny thing is other Outlook's do it as
>
> --begin--
> spaced=20
> lines
> --end--
>
> So something's strange there. :)
Not at all. an equal (=) sign by itself as the very last character on a line
means simply to concatenate the current line with the next (kinda like a non
breaking line change), while in the quoted-printable format an equal sign (=)
followed by an hexadecimal number is an escape sequence so:
the decimal value of 0x20 is 32 and ASCII char #32 is... a space!
So you still get "spaced<SPACE><NEWLINE>lines".
> But this is getting off topic...
Uhh... oops :)
---
\|||/ Mathieu Dube-Dallaire
( o o )
+--.oooO--(_)--Oooo.---------------------------------------------------------+
-=- [EMAIL PROTECTED] -=- SAE Robotique
.oooO -=- [EMAIL PROTECTED] -=- Polytechnique de
( ) Oooo. -=- -=- -=- -=- -- -=- -=- -=- -=- Montreal
+-----\ (----( )-----------------------------------------------------------+
\_) ) /
(_/
To unsubscribe from SURVPC send a message to [EMAIL PROTECTED] with
unsubscribe SURVPC in the body of the message.
Also, trim this footer from any quoted replies.