Skip to content
  • Alex Vandiver's avatar
    Ensure all MIME::Entity bodies are UTF-8 encoded bytes · 6d9bd63c
    Alex Vandiver authored
    Placing wide characters into MIME::Entity objects can lead to
    double-encoding.  Always treat them as byte stores, encoding as UTF-8
    and noting their character set.
    
    In the case of Approvals/index.html, there was no need for an explicit
    MIME::Entity object; ->Correspond creates one as needed from a "Content"
    argument.
    6d9bd63c