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.94k stars 552 forks source link

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

Closed Amongasik4334 closed 3 months ago

Amongasik4334 commented 8 months 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 8 months ago

Try Encoding.GetEncoding(437);

9xbt commented 8 months 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 8 months ago

@quajak this can be closed

9xbt commented 8 months ago

Try Encoding.GetEncoding(437);

i believe that would work