We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a03394 commit 376db26Copy full SHA for 376db26
Program.cs
@@ -48,6 +48,7 @@ public static async Task Main()
48
{
49
WindowsDisableConsoleQuickEdit.Disable();
50
51
+ Console.OutputEncoding = System.Text.Encoding.UTF8;
52
Console.Title = "SteamDB Token Dumper";
53
54
CultureInfo.DefaultThreadCurrentCulture = CultureInfo.InvariantCulture;
0 commit comments