Re: windows script utf8 unicode filenames
If you are using a script file (
https://en.wikipedia.org/wiki/Byte_order_mark#UTF-8
https://winscp.net/eng/docs/scripting#using_scripting
Btw, the next version of WinSCP (5.8) will assume the script file uses UTF-8 by default, even without BOM.
/script=
command-line switch), make sure the script file starts with UTF-8 BOM.
https://en.wikipedia.org/wiki/Byte_order_mark#UTF-8
https://winscp.net/eng/docs/scripting#using_scripting
Btw, the next version of WinSCP (5.8) will assume the script file uses UTF-8 by default, even without BOM.