LaTeXML icon indicating copy to clipboard operation
LaTeXML copied to clipboard

ARGV needs to be decoded

Open xworld21 opened this issue 9 months ago • 0 comments

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)?

xworld21 avatar Jan 19 '25 20:01 xworld21