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