On Sun, Mar 27, 2016 at 9:29 AM, Marc Kaufmann <marc.kaufman...@gmail.com>
wrote:

> Ah, of course "extra-header ... " means there can be several of them -
> which I know, but forgot in this context. On the other hand, I also didn't
> realize that "Conten-Type: text/html; charset=iso-8859-1" was a single
> header either, so I would still have gotten it wrong.
>
> Works like a charm now, thank.
>
>
Also: unless you're explicitly encoding the message body as latin-1 (a.k.a.
iso-8859-1), it's probably better to use "charset=utf-8" in the
Content-Type header, since that's Racket's default string encoding. It
won't matter unless you use non-ASCII characters, but if you do, it will.

-Jon

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to