❔ How do I write Ø in a .NET framework Console application?
When I use Ø it gets outputted as O
11 Replies
Angius#1586
REPL Result: Success
Console Output
Compile: 487.105ms | Execution: 64.813ms | React with ❌ to remove this embed.
Seeing how it works in the repl, it's probably the fault of the terminal you're using
Either the font has this character missing, or some terminal setting is responsible
How to fix it with code, then? Chances are you can't
I don't suppose you can make the application use a custom font and then embed it so the user doesn't need to install it?
No, it's the terminal's setting
I see, thank you for the help regardless
You could try using
This should force the encoding to be UTF-8
Whether the terminal supports it or not, is still another matter, though
that did it, thank you 🙂
Nice
What are you making?
Just a simple application that automatically sets custom settings within Windows like; 24 hour clock, small taskbar etc..
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.