Files
openide/java/java-tests/testSrc/com
Alexey Kudravtsev 6f21733a53 IDEA-177424 Corrupting file encoding upon change
For files (pre)detected as text, perform charset detection using the entire file content (instead of 8K buffer) to avoid misdetecting files with UTF-8-specific byte sequences far into the text as US-ASCII. Balk out early if detected binary from 8K buffer.
2017-08-21 13:42:10 +03:00
..