Posted by Toby A Inkster on 08/20/07 08:50
Shelly wrote:
> "Content-Type:text/html; charset=\"iso-8859-1\"\n" .
> "Content-Transfer-Encoding: 7bit\n\n" .
Change to:
"Content-Type: text/plain; charset=us-ascii\r\n".
"Content-Transfer-Encoding: 7bit\r\n".
(ISO-8859-1 doesn't really make sense with 7bit.)
--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 60 days, 12:27.]
TrivialEncoder/0.2
http://tobyinkster.co.uk/blog/2007/08/19/trivial-encoder/
[Back to original message]
|