Canceled the settings of console input encoding.

This commit is contained in:
Bruce
2026-04-08 23:39:09 +08:00
parent 6d40668c1a
commit e58b47926c

View File

@@ -290,7 +290,6 @@ Commands:
{
try
{
Console.InputEncoding = Encoding.UTF8;
Console.OutputEncoding = Encoding.UTF8;
if (args.Length <= 0 || args.Length >= 1 && IsHelpParam (args [0]))
{