On Mon, Jun 1, 2009 at 1:12 PM, Robert M. M=C3=BCnch
<[email protected]> wrote:

> Hi, if I send an email via Rebol from my Linux box that contains Umlauts =
I recieve them strangly encoded. This is how my surname looks like:

You need to add headers to the messages such as:

Mime-Version: 1.0
Content-Type: text/plain; charset=3DUTF-8

Mail clients generally assume latin1, or the local default encoding,
when none is specified. You may also want to encode the message with
quoted-printable, though 8 bit should work nowadays.

HTH,
    Gabriele.
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to