diff --git a/CoreUtils/src/org/sleuthkit/autopsy/coreutils/StringExtract.java b/CoreUtils/src/org/sleuthkit/autopsy/coreutils/StringExtract.java index d80d54bb83..5f803a9a46 100644 --- a/CoreUtils/src/org/sleuthkit/autopsy/coreutils/StringExtract.java +++ b/CoreUtils/src/org/sleuthkit/autopsy/coreutils/StringExtract.java @@ -32,13 +32,12 @@ import org.sleuthkit.autopsy.coreutils.StringExtract.StringExtractUnicodeTable.S /** * Language and encoding aware utility to extract strings from stream of bytes - * Currently supports UTF-16 LE, UTF-16 BE and UTF8 Latin, Cyrillic, Chinese, Arabic + * Currently supports UTF-16 LE, UTF-16 BE and UTF8 Latin, Cyrillic, Chinese, + * Arabic * - * TODO: - * - add streaming interface + * TODO: * - process control characters - * - testing: check non-printable common chars sometimes extracted - * - check if need UTF8 to UTF16 conversion + * - testing: check non-printable common chars sometimes extracted (font?) * - handle tie better (when number of chars in result is equal) */ public class StringExtract { @@ -58,11 +57,7 @@ public class StringExtract { */ private static final List