I have a c# form application with a text box and a button. I type Chinese character in the text box and press the button to assign the input to a string using the following code
String chineseChar = Textbox1.Text ; But it assigns boxes to chineseChar variable.
what is the problem please help me out.

VulpesPosted Dec 10, 2011, 8:22 AM
If a font doesn't support a particular unicode character, then it typically displays a box instead.
Mayur GujrathiPosted Dec 10, 2011, 5:54 AM
use it whenever you want as label1.Text
Sam HobbsPosted Dec 10, 2011, 5:46 AM