CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.85k stars 536 forks source link

I wanted to display special characters, but question marks appear instead #2992

Open Amongasik4334 opened 1 month ago

Amongasik4334 commented 1 month ago

Area of Cosmos - What area of Cosmos are we dealing with?

User-Kit 2021 С#

Expected Behaviour - What do you think that should happen?

I wanted to display special characters, but question marks appear instead. Sorry right away, I'm new to space os

image image

cameronos commented 1 month ago

Try Encoding.GetEncoding(437);

9xbt commented 1 month ago

User-Kit 2021 С#

why the fuck are you using an userkit thats 3 years old also ascii only goes up to 0x7F not 0xFF so you implemented it wrong

9xbt commented 1 month ago

@quajak this can be closed

9xbt commented 1 month ago

Try Encoding.GetEncoding(437);

i believe that would work