On Mon, 13 Jan 2025 17:42:11 -0500, Shawn H Corey wrote: > I think you have to decode the file names. > > use Encode qw(decode); > my $file = decode($ARGV[0]);
That's what I thought, but decoding is quite pointless if you get question marks instead of UNICODE characters to start with.