You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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)?
The text was updated successfully, but these errors were encountered: