You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nick Burch (JIRA)" <ji...@apache.org> on 2013/02/04 18:08:12 UTC

[jira] [Commented] (TIKA-1061) FileMaker Pro 7 files wrongly detected as True Type Font

    [ https://issues.apache.org/jira/browse/TIKA-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13570392#comment-13570392 ] 

Nick Burch commented on TIKA-1061:
----------------------------------

Thanks for this, added in r1442183.
                
> FileMaker Pro 7 files wrongly detected as True Type Font
> --------------------------------------------------------
>
>                 Key: TIKA-1061
>                 URL: https://issues.apache.org/jira/browse/TIKA-1061
>             Project: Tika
>          Issue Type: Bug
>          Components: mime
>    Affects Versions: 1.2
>            Reporter: Marco Quaranta
>            Priority: Minor
>              Labels: detection, filemaker, mime
>
> Detection of FileMaker Pro 7 (.fp7) files is incorrect due to first 4 bytes that indeed are, like ttf files, 00 01 00 00 00.
> I've write this new magic match, based on PRONOM registry (http://tinyurl.com/ab3qqbs). Some fp7 example files are available on Google (http://goo.gl/2KAPi). Please add this entry. 
> <mime-type type="application/x-filemaker">    
>    	<acronym>FP7</acronym>
> 	<_comment>FileMaker Pro 7</_comment>
> 	<magic priority="50">
> 	<match value="0xC04842414D37" type="string" offset="14" >
> 	<match value="0x4842414D323130314F43543939C102480750726F20372E30C0C0" type="string" offset="525" />
> 	</match>			
> 	</magic>
> 	<glob pattern="*.fp7" />
>   </mime-type>
> Thank you,
> Marco

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira