Skip to content

Commit

Permalink
Fix command line interface not showing UTF8 characters. Close #24
Browse files Browse the repository at this point in the history
  • Loading branch information
garoxas committed Dec 30, 2019
1 parent 63aba4a commit feae31d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class Program
{
static void Main(string[] args)
{
Console.OutputEncoding = Encoding.UTF8;

FileVersionInfo info = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location);
if (info != null)
{
Expand Down

0 comments on commit feae31d

Please sign in to comment.