dotnet / sign

Code Signing CLI tool supporting Authenticode, NuGet, VSIX, and ClickOnce
MIT License
448 stars 84 forks source link

Set default input/output encoding to UTF-8 #618

Closed dtivel closed 1 year ago

dtivel commented 1 year ago

Currently, console input/output encoding is whatever the console's default is. If the default encoding does not support Unicode and if data displayed contains Unicode characters, then characters will be garbled.

By temporarily setting the input/output encoding to UTF-8, output will not be garbled.

CC @clairernovotny