WinSCP extensions using batch language are stored with UTF-8 BOM
WinSCP extensions stored in
%APPDATA%\WinSCP\Extensions
are encoded with UTF-8 including a BOM even if the original extension is encoded with ASCII. This is a problem if the extension is written as a batch file. cmd does not support files with BOM. Is there a workaround for this?