At 13.22 -0700 2006-05-17, Graham Anderson wrote:
>I have been importing the raw source of html emails into Bbedit
>Sometimes, there is an "=" sign before each line break
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".
--
--
Johan Sölve [FSA Member, Lasso Partner]
Web Application/Lasso/FileMaker Developer
MONTANIA SOFTWARE & SOLUTIONS
http://www.montania.se mailto:[EMAIL PROTECTED]
(spam-safe email address, replace '-' with 'a')
--
------------------------------------------------------------------
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]>