force output encoding to UTF-8.

This commit is contained in:
morkt 2016-05-27 12:13:32 +04:00
parent 656205488c
commit e69586a93b

View File

@ -123,6 +123,7 @@ namespace GARbro
static void Main (string[] args)
{
Console.OutputEncoding = Encoding.UTF8;
if (0 == args.Length)
{
Usage();