Closed alessiob07 closed 10 months ago
Encoding of DrawString function
Print the char that I insert
It writes the wrong char.
aGPU.cnv.DrawString("è", PCScreenFont.Default, Color.White, 100, 10); But it prints þ. (Same using \u00E8)
05 jan 2024 Devit.
The standard font is for https://en.wikipedia.org/wiki/Code_page_437, if you want other characters you have to use another font.
Area of Cosmos - What area of Cosmos are we dealing with?
Encoding of DrawString function
Expected Behaviour - What do you think that should happen?
Print the char that I insert
Actual Behaviour - What unexpectedly happens?
It writes the wrong char.
Reproduction - How did you get this error to appear?
aGPU.cnv.DrawString("è", PCScreenFont.Default, Color.White, 100, 10); But it prints þ. (Same using \u00E8)
Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?
05 jan 2024 Devit.