in reply to Re: Wide characters in Windows filenames with File::Copy
in thread Wide characters in Windows filenames with File::Copy

Not all systems use Windows-1252 as their ACP. You should be using "cp".Win32::GetACP() (and use Win32;) instead of "cp1252".