Unicode character distorted

I

Indra Bisen

Hi,

I'm uning some unicode character (Hindi Language) in a Windows Form.
In form designer everything is displayed properly, but the unicode
characters are distorted (not displayed properly) when I run the
application. I'm using VS2008. The same characters are running well in
another application.

Any help ?

regards,

Indra Bisen
 
M

Morten Wennevik [C# MVP]

Indra Bisen said:
Hi,

I'm uning some unicode character (Hindi Language) in a Windows Form.
In form designer everything is displayed properly, but the unicode
characters are distorted (not displayed properly) when I run the
application. I'm using VS2008. The same characters are running well in
another application.

Any help ?

regards,

Indra Bisen

Hi,

I suspect the designer is using a different font or font size than what is
used at runtime. You may also be hit with a GDI vs GDI+ problem if the
program is run at different resolutions than the visual studio designer uses.
If you could provide a code snippet that demonstrates the problem we might
be able to give you a better answer.
 
H

Herfried K. Wagner [MVP]

Indra Bisen said:
I'm uning some unicode character (Hindi Language) in a Windows Form.
In form designer everything is displayed properly, but the unicode
characters are distorted (not displayed properly) when I run the
application. I'm using VS2008. The same characters are running well in
another application.

* Which font are you using?
* Which characters are you attempting to display?
* Which controls do you use to display the characters?
 

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