Haven't tried it, but you would need to specify what character set should be used for each header. This should look something like this:
charset
encoding
encoded text
In your case the charset should presumably be either iso-8859-1 or UTF-8.
Wikipedia has more information on MIME headers:
http://en.wikipedia.org/wiki/MIME
/Rolf
<p>Haven't tried it, but you would need to specify what character set should be used for each header. This should look something like this:</p><p><span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px; "><code style="background-color: rgb(249, 249, 249); font-family: monospace, sans-serif; ">=?</code><i>charset</i><code style="background-color: rgb(249, 249, 249); font-family: monospace, sans-serif; ">?</code><i>encoding</i><code style="background-color: rgb(249, 249, 249); font-family: monospace, sans-serif; ">?</code><i>encoded text</i><code style="background-color: rgb(249, 249, 249); font-family: monospace, sans-serif; ">?=</code></span></p><p><span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px; "><code style="background-color: rgb(249, 249, 249); font-family: monospace, sans-serif; "></code></span>In your case the charset should presumably be either&nbsp;<span class="Apple-style-span" style="font-family: verdana; font-size: small; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">iso-8859-1 or UTF-8.</span></p><p><span class="Apple-style-span" style="font-family: verdana; font-size: small; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-size: 13px; ">Wikipedia has more information on MIME headers:</span></span></p><p><a href="http://en.wikipedia.org/wiki/MIME">http://en.wikipedia.org/wiki/MIME</a>&nbsp;</p><p>/Rolf&nbsp;</p>