You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be quite nice to have Autopsy support other character encodings, such as different setups of EBCDIC and also be able to control which encoding is used. For instance 'Latin - Extended', doesn't really say what's used in the background.
The text was updated successfully, but these errors were encountered:
Can you help scope out this feature? There are two places that Autopsy uses script information. One is with keyword indexing. For files where the format is not known, we run our internal version of 'strings' on it and it knows about things beyond just latin characters. The check boxes in the Keyword search config represent the Unicode spaces. Perhaps we should better note that.
The other place is that once you've selected a file, there is a strings viewer on the bottom right (that uses the same code as the keyword search code). It also allows you to run strings of a single script on the text.
Are you basically saying that you want EBCDIC added as a supported encoding?
It would be quite nice to have Autopsy support other character encodings, such as different setups of EBCDIC and also be able to control which encoding is used. For instance 'Latin - Extended', doesn't really say what's used in the background.
The text was updated successfully, but these errors were encountered: