|
From: Kazutoshi S. <k_s...@f2...> - 2009-01-25 21:03:48
|
Shlomy Reinstein wrote: > So, doesn't the hypersearch use this list of fallback encodings? I traced this and found the cause in StandardUtilities.getBoolean() that the method doesn't check for Boolean as the javadoc says. Then getBoolean(Boolean.TRUE) becomes false. This method was made in r14304 and this problem happens only in trunk. I couldn't find why it works when the file is manually open. The property Buffer.ENCODING_AUTODETECT is Boolean.TRUE for temporary files (used in hypersearch), but it is "true" (instance of String) for manually opened files. -- k_satoda |