Use charset in CONTENT_TYPE metadata when detecting the character encoding --------------------------------------------------------------------------
Key: TIKA-341 URL: https://issues.apache.org/jira/browse/TIKA-341 Project: Tika Issue Type: Improvement Affects Versions: 0.6 Reporter: Ken Krugler If no content encoding is specified, and (for HTML pages) there's no explicit charset in the meta http-equiv tag, then the charset in the content-type metadata should be used as the "declared encoding" for the CharsetDetector. Related to this is that the CharsetDetector should have filtering turned on for HTML pages, so that tags get stripped out. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.