-
Notifications
You must be signed in to change notification settings - Fork 137
ARGV needs to be decoded #2493
Copy link
Copy link
Open
Labels
Milestone
Description
This is mostly a Windows issue, but it can in principle happen anywhere. ARGV is not necessarily UTF-8 and should be decoded first according to the current locale.
How do you feel about a new dependency on Encode::Locale to handle all encoding issues (ARGV, Cwd, file names)?
Reactions are currently unavailable