Update StringsTextExtractor.java

At the request of Brian Carrier, as suggested and tested in VIK-2979
This commit is contained in:
benhbasis 2017-12-04 07:49:32 -05:00 committed by GitHub
parent 922727fef7
commit 6bb0c8b70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ class StringsTextExtractor extends FileTextExtractor {
private static final Logger logger = Logger.getLogger(EnglishOnlyStream.class.getName()); private static final Logger logger = Logger.getLogger(EnglishOnlyStream.class.getName());
private static final String NLS = Character.toString((char) 10); //new line private static final String NLS = Character.toString((char) 10); //new line
private static final int READ_BUF_SIZE = 256; private static final int READ_BUF_SIZE = 65536;
private static final int MIN_PRINTABLE_CHARS = 4; //num. of chars needed to qualify as a char string private static final int MIN_PRINTABLE_CHARS = 4; //num. of chars needed to qualify as a char string
//args //args