Unicode symbols in my app not displaying on other workstations

R

Rich

I copied a down arrow triangle symbol from the character map and added this
symbol to a menu Item on a menustrip on a form in my app. On saving the
project a dialogbox asked if I wanted to convert/save to unicode - or
something like that. I clicked yes and then deployed the app (using Click
Once). On a user's workstation I noticed that this triangle symbol was not
displaying and in its place was a little empty sqare (indicating the symbol
was not being rendered).

I have the same machine as everyone else in our office except that it is a
development machine. The symbol renders fine on my workstation. What can I
do so that this symbol (or any other unicode symbol) would render on the
other workstations?

Thanks,
Rich
 
C

Cor Ligthert[MVP]

Have a look in what codeset your triangle exist and then check the languages
code set in the other computers.

Mostly something like

Settings -> Countries -> Advance and then the codes

Cor
 
H

Herfried K. Wagner [MVP]

Rich said:
I copied a down arrow triangle symbol from the character map and added this
symbol to a menu Item on a menustrip on a form in my app. On saving the
project a dialogbox asked if I wanted to convert/save to unicode - or
something like that. I clicked yes and then deployed the app (using Click
Once). On a user's workstation I noticed that this triangle symbol was
not
displaying and in its place was a little empty sqare (indicating the
symbol
was not being rendered).

Most likely you are using a font which is not available in the same version
on the target machine. Which font are you using for the character not
displaying on the machine?
 

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