Closed matyalatte closed 2 months ago
Related to #36.
Added codepage option to convert UTF-8 outputs to wstrings on Windows. You should use "codepage": "utf8" or "codepage": "utf-8" when your command outputs UTF-8 strings on Windows.
codepage
"codepage": "utf8"
"codepage": "utf-8"
Related to #36.
Added
codepage
option to convert UTF-8 outputs to wstrings on Windows. You should use"codepage": "utf8"
or"codepage": "utf-8"
when your command outputs UTF-8 strings on Windows.