http://www.perlmonks.org?node_id=1007683


in reply to Re^4: How can I get a Unicode @ARGV?
in thread How can I get a Unicode @ARGV?

Win32::CommandLine doesn't actually use unicode calls, you need to compile it with

#define UNICODE #define _UNICODE

Then it'll probably work

Although it should probably use GetCommandLineW explicitly