Yes. In general, WinSCP first tries to load the file using the default encoding and if that fails, it falls back to the other. But the problem is that any file can be loaded with Ansi encoding, so if you have Ansi set as the default, fall back to UTF-8 cannot happen. But if you have UTF-8 encoding set as the default, WinSCP can fallback to Ansi, if the file is not valid UTF-8 file.
- martin