diff --git a/SparkleLib/SparkleRepo.cs b/SparkleLib/SparkleRepo.cs index f5a31c1e..a3720ec1 100644 --- a/SparkleLib/SparkleRepo.cs +++ b/SparkleLib/SparkleRepo.cs @@ -790,6 +790,7 @@ namespace SparkleLib { List commits = new List (); SparkleGit git_log = new SparkleGit (LocalPath, "log -" + count + " --raw --date=iso"); + Console.OutputEncoding = System.Text.Encoding.Unicode; git_log.Start (); // Reading the standard output HAS to go before