Unicode label.

  • Thread starter Thread starter Nick Z.
  • Start date Start date
N

Nick Z.

I have some unicode strings that are assigned to Label.Text property.
These string show up as unrecognized characters (squares). Also a
ListView is not displaying the characters. However, a multiline textbox
displays the unicode characters.

How do I enable unicode support?

Thanks.
 
Nick Z. said:
I have some unicode strings that are assigned to Label.Text property.
These string show up as unrecognized characters (squares). Also a
ListView is not displaying the characters. However, a multiline textbox
displays the unicode characters.

How do I enable unicode support?

Make sure you use a font that contains glyphs for the characters you are
using.
 
Hi Nick,

i had a similar problem: you could try the font "Arial Unicode MS".

Regards, Walter

Nick Z. said:
Bot the label and the textbox have the same font, Microsoft Sans
Serrif.
 
Back
Top