mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
force output encoding to UTF-8.
This commit is contained in:
@@ -123,6 +123,7 @@ namespace GARbro
|
||||
|
||||
static void Main (string[] args)
|
||||
{
|
||||
Console.OutputEncoding = Encoding.UTF8;
|
||||
if (0 == args.Length)
|
||||
{
|
||||
Usage();
|
||||
|
||||
Reference in New Issue
Block a user