Skip to content

Commit e269362

Browse files
mlossmloss
authored andcommitted
encoding fix for multibyte chars
1 parent 5b255ea commit e269362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snaffler/SnaffleRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void Run(string[] args)
7979
// set up new fangled logging
8080
//------------------------------------------
8181
LoggingConfiguration nlogConfig = new LoggingConfiguration();
82-
82+
nlogConfig.Variables["encoding"] = "utf8";
8383
ColoredConsoleTarget logconsole = null;
8484
FileTarget logfile = null;
8585

0 commit comments

Comments
 (0)