mirror of
https://github.com/fasteddy516/SimplySerial.git
synced 2024-11-13 22:01:46 +00:00
Set console output encoding to UTF-8
This commit is contained in:
parent
e6b5420369
commit
0268c4640f
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user