Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    795fcca0
    Use a failsafe encoding for unrecognized charsets · 795fcca0
    Jared Hancock authored
    If the body of an email message is written and encoded with an unrecognized
    charset (like 'iso', for instance), then use the original text, assumed to
    be 8-bit encoded. This patch will create idiosyncrasies, where text might be
    transcoded to utf-8 incorrectly, but it should eliminate instances where
    email message bodies are missing due to incorrect charset labels.
    795fcca0
    History
    Use a failsafe encoding for unrecognized charsets
    Jared Hancock authored
    If the body of an email message is written and encoded with an unrecognized
    charset (like 'iso', for instance), then use the original text, assumed to
    be 8-bit encoded. This patch will create idiosyncrasies, where text might be
    transcoded to utf-8 incorrectly, but it should eliminate instances where
    email message bodies are missing due to incorrect charset labels.