From e69586a93b75cdaa5b83b974c3b441c478c0a588 Mon Sep 17 00:00:00 2001 From: morkt Date: Fri, 27 May 2016 12:13:32 +0400 Subject: [PATCH] force output encoding to UTF-8. --- Console/ConsoleBrowser.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Console/ConsoleBrowser.cs b/Console/ConsoleBrowser.cs index 70c19ece..e8cd3357 100644 --- a/Console/ConsoleBrowser.cs +++ b/Console/ConsoleBrowser.cs @@ -123,6 +123,7 @@ namespace GARbro static void Main (string[] args) { + Console.OutputEncoding = Encoding.UTF8; if (0 == args.Length) { Usage();