Skip to content

Commit

Permalink
Merge pull request #148 from SnaffCon/encodingfix
Browse files Browse the repository at this point in the history
encoding fix for multibyte chars
  • Loading branch information
l0ss authored Aug 8, 2024
2 parents 5b255ea + e269362 commit 90ad180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snaffler/SnaffleRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void Run(string[] args)
// set up new fangled logging
//------------------------------------------
LoggingConfiguration nlogConfig = new LoggingConfiguration();

nlogConfig.Variables["encoding"] = "utf8";
ColoredConsoleTarget logconsole = null;
FileTarget logfile = null;

Expand Down

0 comments on commit 90ad180

Please sign in to comment.