[
https://issues.apache.org/jira/browse/TIKA-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768036#comment-15768036
]
Tim Allison commented on TIKA-1946:
-----------------------------------
234 of the EOFs are triggered by
{noformat}
// Variable-Length Multi-Byte Functions
int subgroup = in.readWP();
int functionSize = in.readWPShort();
for (int i = 0; i < functionSize - 4; i++) {
in.readWP();
}
{noformat}
> Add mime detection and parser for WordPerfect
> ---------------------------------------------
>
> Key: TIKA-1946
> URL: https://issues.apache.org/jira/browse/TIKA-1946
> Project: Tika
> Issue Type: Improvement
> Components: mime, parser
> Reporter: Nick C
> Fix For: 2.0, 1.15
>
>
> I noticed some code on github for parsing WordPerfect files
> (https://github.com/Norconex/importer) Also looks like the author
> [~pascal.essiembre] has contributed to Tika before
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)