Skip to content

Commit 433a505

Browse files
committed
Never force unicode
We don't gain anything, actually. SpectreConsole does the right thing automatically.
1 parent 37743df commit 433a505

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/dotnet-nugetize/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ class Program
3131

3232
static async Task<int> Main(string[] args)
3333
{
34-
if (Environment.GetEnvironmentVariable("CODESPACES") != "true")
35-
Console.OutputEncoding = Encoding.Unicode;
36-
3734
var status = SponsorCheck.CheckAsync(Directory.GetCurrentDirectory(), "devlooped", "NuGetizer", "dotnet-nugetize", ThisAssembly.Project.Version);
3835
var result = new Program().Run(args);
3936

0 commit comments

Comments
 (0)