CharsetDetector.setDeclaredEncoding has no effect
-------------------------------------------------

                 Key: TIKA-274
                 URL: https://issues.apache.org/jira/browse/TIKA-274
             Project: Tika
          Issue Type: Bug
          Components: parser
    Affects Versions: 0.4, 0.5
            Reporter: Piotr B.


In TXTParser.java we may read:

        // Use the declared character encoding, if available
        String encoding = metadata.get(Metadata.CONTENT_ENCODING);
        if (encoding != null) {
            detector.setDeclaredEncoding(encoding);
        }

But it seems to be not implemented feature.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to