[
https://issues.apache.org/jira/browse/TIKA-2673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16535145#comment-16535145
]
Hudson commented on TIKA-2673:
------------------------------
SUCCESS: Integrated in Jenkins build Tika-trunk #1517 (See
[https://builds.apache.org/job/Tika-trunk/1517/])
TIKA-2673 -- add StrictHtmlEncodingDetector, contributed by Gerard (tallison:
[https://github.com/apache/tika/commit/790c1248207371e6cb2a3e7a1ec3a021503ec7a4])
* (add)
tika-parsers/src/main/java/org/apache/tika/parser/html/StrictHtmlEncodingDetector.java
* (add)
tika-parsers/src/main/resources/org/apache/tika/parser/html/whatwg-encoding-labels.tsv
* (add)
tika-parsers/src/test/java/org/apache/tika/parser/html/StrictHtmlEncodingDetectorTest.java
> HtmlEncodingDetector doesn't follow the specification
> -----------------------------------------------------
>
> Key: TIKA-2673
> URL: https://issues.apache.org/jira/browse/TIKA-2673
> Project: Tika
> Issue Type: Bug
> Reporter: Gerard Bouchar
> Priority: Major
> Attachments: HtmlEncodingDetectorTest.java,
> StrictHtmlEncodingDetector.tar.gz
>
>
> This bug is linked to TIKA-2671, but does not concern metadata, but rather
> the bytes-based detection itself.
> While reading the specification, I collected a list of sample cases where
> HtmlEncodingDetector differs from the specification, and thus fails at
> detecting the right charset.
> I am attaching the test cases to this issue:
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)