Unicode characters not showing in System.Windows.Forms.TextBox
Posted
by Sean
on Stack Overflow
See other posts from Stack Overflow
or by Sean
Published on 2009-01-07T15:10:38Z
Indexed on
2010/06/17
17:03 UTC
Read the original article
Hit count: 330
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?
© Stack Overflow or respective owner