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 #619

Closed dtivel closed 1 year ago

dtivel commented 1 year ago

Resolve https://github.com/dotnet/sign/issues/618.

Temporarily set the default input/output encoding to UTF-8 to ensure Unicode characters aren't garbled.

CC @clairernovotny