❔ C# terminal displaying ascii characters like Ð as D
This used to not happen before I reset windows, now it displays ascii characters like Ð or È as D and E
6 Replies
the ascii characters are stored in a dictionary *
are you using the older conhost, or Windows Terminal?
I've tried both
windows terminal (the one with the tabs) i dont use because alot of bugs arise when I make programs
so i use Console Host
Ð or È are not ASCII!
check the system default encoding?
have you tried setting
Console.OutputEncoding
to something like unicodeyep that worked thanks!
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.