[ https://issues.apache.org/jira/browse/TIKA-4370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17924085#comment-17924085 ]
Tim Allison commented on TIKA-4370: ----------------------------------- My proposal is definitely application layer, not baked into tika-core. The challenge is that TextDetector is tightly coupled within MimeTypes, and MimeTypes itself has behavior that isn't great for your use case. The problem affects other shift-jis file types. But, I think, if you can fix it for your use case, that will fix it for csv at least. CSV are detected in the TextAndCSVParser after the file has been "detected" as text/plain. > SJIS Encoded Files Can't be Detected > ------------------------------------ > > Key: TIKA-4370 > URL: https://issues.apache.org/jira/browse/TIKA-4370 > Project: Tika > Issue Type: Bug > Reporter: Subbu > Priority: Major > > When character encoding of file is SJIS, without file name in the metadata, > most files content-type detected as application/octet-stream. Is there zero > support for SJIS? -- This message was sent by Atlassian Jira (v8.20.10#820010)