Skip to content

Commit 376db26

Browse files
committed
Set console output to utf8
1 parent 2a03394 commit 376db26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public static async Task Main()
4848
{
4949
WindowsDisableConsoleQuickEdit.Disable();
5050

51+
Console.OutputEncoding = System.Text.Encoding.UTF8;
5152
Console.Title = "SteamDB Token Dumper";
5253

5354
CultureInfo.DefaultThreadCurrentCulture = CultureInfo.InvariantCulture;

0 commit comments

Comments
 (0)