Possible Duplicate:
Unicode characters not showing in System.Windows.Forms.TextBox
I’m trying to render international languages within a textbox inside my .net windows application but it’s not showing the characters properly.
I can’t seem to find the setting to change the character encoding to UTF-8, can someone point me in the right direction? Thanks 🙂
System.Stringin .NET is already Unicode (UTF-16) encoded. MSDN states: “A string is a sequential collection of Unicode characters that is used to represent text.”