At 05:05p -0500 05/17/2006, Johan Solve didst inscribe upon an electronic papyrus:

It's Quoted Printable encoded soft linewraps. Generally you can search for =\r and replace with nothing (or space).

If you have = on the line ends you should watch out for other QP encoded entities in your messages as well. A simple fix for QP encoded body is a grep replacement searching for =([0-9a-fA-F]{2}) and replace with \&#x\1; and then "Translate HTML to Text".

I think that should be (= rather than =(
...and it will look happier, too ;)


--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to