mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
make default string extract script in ingest to be Latin basic only, not also extended.
This commit is contained in:
parent
e0d7eb1e79
commit
5b9fc01c20
@ -117,7 +117,7 @@ public final class KeywordSearchIngestModule implements IngestModuleAbstractFile
|
||||
private KeywordSearchIngestModule() {
|
||||
//set default script
|
||||
stringExtractScripts.add(SCRIPT.LATIN_1);
|
||||
stringExtractScripts.add(SCRIPT.LATIN_2);
|
||||
|
||||
stringExtractOptions.put(AbstractFileExtract.ExtractOptions.EXTRACT_UTF8.toString(), Boolean.TRUE.toString());
|
||||
stringExtractOptions.put(AbstractFileExtract.ExtractOptions.EXTRACT_UTF16.toString(), Boolean.TRUE.toString());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user