in reply to Re^3: Decoding an email body, into utf8
in thread Decoding an email body, into utf8

Ah, that was it. Bit surprised, as that section shouldn't really have any utf8 in it (just plain text)

Anyway, all I need to do now is look out for what the email encoding is, and if utf8 convert it.

Thanks!

Andy
  • Comment on Re^4: Decoding an email body, into utf8

Replies are listed 'Best First'.
Re^5: Decoding an email body, into utf8
by Your Mother (Archbishop) on Jul 22, 2016 at 17:58 UTC

    Words like résumé and piñon are plain text and many punctuation marks are too (dashes, ellipsis, real quotes and apostrophes, etc). UTF-8 is the best (default) encoding for plain text.