Unicode characters not showing in System.Windows.Forms.TextBox
- by Sean
These characters show fine when I cut-and-paste them here from the VisualStudio debugger, but both in the debugger, and in the TextBox where I am trying to display this text, it just shows squares.
??\r\n???????,3-9 ?????????,???2 ?,???3 ?;10 ????4 ???????????,???2 ??\r\n??\r\n??????????,???????\r\n
I thought that the TextBox supported Unicode text. Any idea how I can get this text to display in my application?