Skip to content
  • Volker Krause's avatar
    Correctly decode HTML MIME nodes which specify codecs in HTML and MIME · 5ec3d6a4
    Volker Krause authored
    We must not apply the same codec twice there, as the input to the HTML
    encoding is UTF-8 in that case, not what might be specified in the HTML
    content-type header.
    
    This is a problem for e.g. Japanese and Korean codecs in particular, where
    doing this wrongly completely destroys the content.
    5ec3d6a4