Good day :)
I'm trying to display some Unicode text (Выход) on a Button. C# uses UTF-16 encoding but I'm reading my data from a UTF-8 encoded file so I take the necessary steps to ensure that I've read the data correctly. In debug mode I see that the string is correct but on the UI (after a .Text = ... call) the text appears as %. Any ideas?
Thank you.