Skip to content

Commit

Permalink
encoding fix for multibyte chars
Browse files Browse the repository at this point in the history
  • Loading branch information
mloss authored and mloss committed Aug 8, 2024
1 parent 5b255ea commit e269362
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 e269362

Please sign in to comment.