ottlinger commented on code in PR #714:
URL: https://github.com/apache/creadur-rat/pull/714#discussion_r3852205005
##########
src/changes/changes.xml:
##########
@@ -68,6 +68,9 @@ in order to be properly linked in site reports.
</release>
-->
<release version="1.0.0-SNAPSHOT" date="xxxx-yy-zz" description="Current
SNAPSHOT - release to be done">
+ <action issue="RAT-532" type="add" dev="pottlinger">
+ Update to Tika 4.0.0: new charset detection logic in Tika returns
different values compared to 3.x before, such as windows-1252 instead of
ISO-8859-1.
Review Comment:
The Tika4 logics is to return the "best" charset. In contrast to version 3.x
this changed into windows-1252. The new implementation returns the first hit.
Personally I wouldn't want to introduce new logics on the RAT-side to
generalise into ISO-8859-1 and would take the change as tika-induced and
document it in our changelog.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]