This may be a dumb question, but I'm stumped:

Say I have a email message I've created correctly in Perl, with a Content-Type charset of UTF-8, and an Content-Transfer-Encoding of, "8bit".

I want to pipe this message to sendmail.

What encoding do I set the pipe to sendmail to? Again, I'm assuming the message is in Perl's internal format and I've done everything else correctly when creating the message when it comes to decoding, etc.

I want to say I encode in UTF-8, but it would depend on if sendmail command handles things this way. Does it? My policy has been, "Assume everything is in UTF-8"

What if the Content-Transfer-Encoding was "quoted-printable"? Then, it seems I Wouldn't have to use encoding at all, since none of the email message (again, if I did everything corretly in creating it) would have a UTF-8 flag on it.

I've already confused myself with this simple train of thought, as encoding gets tricky.

-skazat

In reply to encoding for sendmail by skazat

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.