At 16.48 -0700 2006-05-19, Walter Ian Kaye wrote:
>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 ;)

That would keep the =, which we don't want. Only the actual hex code should be 
captured.
I agree with you otherwise...


--
--
     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]>

Reply via email to