The Mime headers are faulty. You are coding Content-Transfer-Encoding: 7bit when you are including an 8-bit character xA3. To be correct you should also be coding charset="CP1252" as that charset has a representation for the pound sign. Or use the html sequence &#A3 See the table:
http://www.microsoft.com/globaldev/reference/sbcs/1252.mspx
Martin
<p>The Mime headers are faulty. You are coding&nbsp;<span class="Apple-style-span" style="font-family: Tahoma, Arial, Helvetica; ">Content-Transfer-Encoding: 7bit &nbsp;when you are including an 8-bit character xA3. To be correct you should also be coding charset="CP1252" as that charset has a representation for the pound sign. Or use the html sequence &amp;#A3 &nbsp;See the table:</span></p><p>http://www.microsoft.com/globaldev/reference/sbcs/1252.mspx&nbsp;</p><p>Martin&nbsp;</p><p>&nbsp;</p>