in reply to Special character in file name -- die error messed up
see https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/chcp and/or CPAN module Win32::Codepage
(!) - which is the code page for UTF-7…Update: I hadn't taken the -C flag into account. With -CS, I also get wrong encoding on Linux. So haj's answer is it.
Update 2:with chcp 65001, it also works with -CS on Windows
|
|---|