C#
C#

help

Root Question Message

BasedBee
BasedBee1/8/2023
How to make Console.ReadLine() able to read characters such as ě?

Using visual studio, I am facing a problem where Console ReadLine converts characters such as ě or š into e and s and I dont know how to fix it
I have tried
Console.OutputEncoding = System.Text.Encoding.UTF8;
Console.InputEncoding = System.Text.Encoding.UTF8;
without success
BasedBee
BasedBee1/8/2023
Not without success, changing to UTF8 actually makes it worse and the characters straight dissapear instead of just losing the special symbols
BasedBee
BasedBee1/8/2023
Well apparently unicode works, idk why
ContactFrequently Asked QuestionsJoin The DiscordBugs & Feature RequestsTerms & Privacy