[
https://issues.apache.org/jira/browse/TIKA-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767404#comment-15767404
]
Tim Allison commented on TIKA-1946:
-----------------------------------
On the mime detection for quattro-pro:
{noformat}
<!-- Conflicts with MS Word .doc format:
<magic priority="90">
<match value="0xD0CF11E0A1B11AE1" type="string" offset="0"/>
</magic>
-->
<magic priority="50">
<match value="0x00000200" type="big32" offset="0"/>
</magic>
{noformat}
We are checking for {{NativeContent_MAIN}} in our POIFSContainerDetector so I'm
not sure we need any magic. Sorry for the ignorance, do we need
{{0x00000200}}...or which version is that for?
> 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
>
> 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)