mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix issue #2119
This commit is contained in:
parent
dff3f23b03
commit
75e7b0e37d
4 changed files with 26 additions and 6 deletions
|
|
@ -81,6 +81,9 @@ namespace MinecraftClient
|
|||
// Apply to all other operating systems.
|
||||
Console.OutputEncoding = Console.InputEncoding = Encoding.UTF8;
|
||||
}
|
||||
|
||||
// Fix issue #2119
|
||||
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
|
||||
});
|
||||
|
||||
ConsoleIO.WriteLine($"Minecraft Console Client v{Version} - for MC {MCLowestVersion} to {MCHighestVersion} - Github.com/MCCTeam");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue