Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Character Encoding

From: santilli:gabriele:gmai:l at: 1-Jun-2009 17:49

On Mon, Jun 1, 2009 at 1:12 PM, Robert M. M=C3=BCnch <robert.muench-robertmuench.de> 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=UTF-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.