C# Button Text Unicode characters.

Posted by Fossaw on Stack Overflow See other posts from Stack Overflow or by Fossaw
Published on 2010-03-24T10:53:29Z Indexed on 2010/03/24 11:03 UTC
Read the original article Hit count: 301

Filed under:
|
|
|

C# doesn't want to put Unicode characters on buttons. If I put \u2129 in the Text attribute of the button, the button displays the \u2129, not the Unicode character, (example - I chose 2129 because I could see it in the font currently active on the machine).

I saw this question before, link text, but the question isn't really answered, just got around. I am working on applications which are going all over the world, and don't want to install all the fonts, more then "don't want", there are that many that I doubt the machine I am working on has sufficient disk space. Our overseas sales agents supply the Unicode character "numbers". Is there another way forward with this?

As an aside, (curiosity), why does it not work?

© Stack Overflow or respective owner

Related posts about c#

Related posts about button