Skip to content

Commit 90ad180

Browse files
authored
Merge pull request #148 from SnaffCon/encodingfix
encoding fix for multibyte chars
2 parents 5b255ea + e269362 commit 90ad180

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)