I am sending utf 8 string as command line argument to my perl script. But when I read this argument, I do not get this string as desired. How to read utf 8 command line arguments in perl. I want this to be done using windows as operating system.
Regards.