mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-26 23:24:00 +08:00
force output encoding to UTF-8.
This commit is contained in:
parent
656205488c
commit
e69586a93b
@ -123,6 +123,7 @@ namespace GARbro
|
||||
|
||||
static void Main (string[] args)
|
||||
{
|
||||
Console.OutputEncoding = Encoding.UTF8;
|
||||
if (0 == args.Length)
|
||||
{
|
||||
Usage();
|
||||
|
Loading…
Reference in New Issue
Block a user