Unicode label.

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.
 
H

Herfried K. Wagner [MVP]

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top