Skip to content

Commit 63468bb

Browse files
committed
Switch output encoding to UTF-8
1 parent 29c52fb commit 63468bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/git-diff-xlsx/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ static int Main(string[] args)
1919
{
2020
using (var input = new FileStream(inputFilePath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite))
2121
{
22+
Console.OutputEncoding = System.Text.Encoding.UTF8;
2223
var printer = new ExcelFilePrinter();
2324
printer.Print(input, Console.Out);
2425
}

0 commit comments

Comments
 (0)