diff options
author | Chris Case <kahotep@bunda.dreamhost.com> | 2011-02-16 08:05:54 -0800 |
---|---|---|
committer | Chris Case <kahotep@bunda.dreamhost.com> | 2011-02-16 08:05:54 -0800 |
commit | 5aa6bbbbc5a32541c5b9176762aeccf573ba2601 (patch) | |
tree | 78ee44c120bd662d39c17ec9f6530c6edd458cb6 | |
parent | 21693295474f5acaa21526ae05fa80a731eb1a6a (diff) | |
download | volse-hubzilla-5aa6bbbbc5a32541c5b9176762aeccf573ba2601.tar.gz volse-hubzilla-5aa6bbbbc5a32541c5b9176762aeccf573ba2601.tar.bz2 volse-hubzilla-5aa6bbbbc5a32541c5b9176762aeccf573ba2601.zip |
fixed encoding, i had been experimenting with different ones and forgot to change it back, now UTF-8
-rw-r--r-- | view/de/mail_received_eml.tpl | 4 | ||||
-rw-r--r-- | view/en/mail_received_eml.tpl | 4 | ||||
-rw-r--r-- | view/fr/mail_received_eml.tpl | 4 | ||||
-rw-r--r-- | view/it/mail_received_eml.tpl | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/view/de/mail_received_eml.tpl b/view/de/mail_received_eml.tpl index 890b71488..6ddd586fc 100644 --- a/view/de/mail_received_eml.tpl +++ b/view/de/mail_received_eml.tpl @@ -1,11 +1,11 @@ --$mimeboundary -Content-Type: text/plain; charset=ISO-8859-1 +Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 $textbody --$mimeboundary -Content-Type: text/html; charset=ISO-8859-1 +Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: base64 $htmlbody diff --git a/view/en/mail_received_eml.tpl b/view/en/mail_received_eml.tpl index 4ba0757cb..99eb14391 100644 --- a/view/en/mail_received_eml.tpl +++ b/view/en/mail_received_eml.tpl @@ -1,11 +1,11 @@ --$mimeboundary -Content-Type: text/plain; charset=ISO-8859-1 +Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 $textbody --$mimeboundary -Content-Type: text/html; charset=ISO-8859-1 +Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: base64 $htmlbody diff --git a/view/fr/mail_received_eml.tpl b/view/fr/mail_received_eml.tpl index 890b71488..6ddd586fc 100644 --- a/view/fr/mail_received_eml.tpl +++ b/view/fr/mail_received_eml.tpl @@ -1,11 +1,11 @@ --$mimeboundary -Content-Type: text/plain; charset=ISO-8859-1 +Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 $textbody --$mimeboundary -Content-Type: text/html; charset=ISO-8859-1 +Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: base64 $htmlbody diff --git a/view/it/mail_received_eml.tpl b/view/it/mail_received_eml.tpl index 14b983cfe..538d28e1e 100644 --- a/view/it/mail_received_eml.tpl +++ b/view/it/mail_received_eml.tpl @@ -1,11 +1,11 @@ --$mimeboundary -Content-Type: text/plain; charset=ISO-8859-1 +Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 $textbody --$mimeboundary -Content-Type: text/html; charset=ISO-8859-1 +Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: base64 $htmlbody |