fixed encoding, i had been experimenting with different ones and forgot to change it back, now UTF-8

This commit is contained in:
Chris Case 2011-02-16 08:05:54 -08:00
parent 2169329547
commit 5aa6bbbbc5
4 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
--$mimeboundary --$mimeboundary
Content-Type: text/plain; charset=ISO-8859-1 Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: base64 Content-Transfer-Encoding: base64
$textbody $textbody
--$mimeboundary --$mimeboundary
Content-Type: text/html; charset=ISO-8859-1 Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: base64 Content-Transfer-Encoding: base64
$htmlbody $htmlbody

View File

@ -1,11 +1,11 @@
--$mimeboundary --$mimeboundary
Content-Type: text/plain; charset=ISO-8859-1 Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: base64 Content-Transfer-Encoding: base64
$textbody $textbody
--$mimeboundary --$mimeboundary
Content-Type: text/html; charset=ISO-8859-1 Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: base64 Content-Transfer-Encoding: base64
$htmlbody $htmlbody

View File

@ -1,11 +1,11 @@
--$mimeboundary --$mimeboundary
Content-Type: text/plain; charset=ISO-8859-1 Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: base64 Content-Transfer-Encoding: base64
$textbody $textbody
--$mimeboundary --$mimeboundary
Content-Type: text/html; charset=ISO-8859-1 Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: base64 Content-Transfer-Encoding: base64
$htmlbody $htmlbody

View File

@ -1,11 +1,11 @@
--$mimeboundary --$mimeboundary
Content-Type: text/plain; charset=ISO-8859-1 Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: base64 Content-Transfer-Encoding: base64
$textbody $textbody
--$mimeboundary --$mimeboundary
Content-Type: text/html; charset=ISO-8859-1 Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: base64 Content-Transfer-Encoding: base64
$htmlbody $htmlbody