In Windows, the character code of the argument is cp932.
This is a handy module that converts arguments to utf8.
Encode::Argv - Automatically Mess With @ARGV’s Encoding - metacpan.org
https://metacpan.org/pod/Encode::Argv
In Windows, the character code of the argument is cp932.
This is a handy module that converts arguments to utf8.
Encode::Argv - Automatically Mess With @ARGV’s Encoding - metacpan.org
https://metacpan.org/pod/Encode::Argv
Hey @lemorin - thanks for the note! I’ll request it from the team.
Thank you very match.
Is there a correct way to request a catalog?
I have confirmed that Encode :: Argv works properly.
Thank you very much.
It required Term :: Encoding and Win32 :: Console to work.
In Encode :: Argv
eval {require “Term :: Encoding”}
had.
And in Term :: Encoding
eval {require “Win32 :: Console”}
had.