Set console output encoding to UTF-8

This commit is contained in:
Edward Wright 2023-02-14 09:39:05 -05:00
parent e6b5420369
commit 0268c4640f

View File

@ -95,6 +95,8 @@ namespace SimplySerial
// if the above fails, it doesn't really matter - it just means escape sequences won't process nicely
}
Console.OutputEncoding = System.Text.Encoding.UTF8;
// load and parse data in boards.json
LoadBoards();