Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

My front-end is written in C#.net (winform app) and it has Datagridview and Textboxes to display Russian strings.

On Windows 2003,everything was working fine.

Recently we migrated front-ends from Windows 2003 to Windows 2008 Server, and i found that some of the Russian characters are not displayed on Front-ends.

In textbox if I right click and select "Show Non-Unicode characters" option, and get those missing chars displayed.

However, i don't want that extra clicks. Chars should be displayed directly without and selection from user.

Regards,
Samir.
Posted
Comments
Sergey Alexandrovich Kryukov 20-May-14 10:43am    
I cannot believe that. All Unicode Russian characters are equal and all are supported by all modern fonts on nearly all modern platforms.
—SA

1 solution

Please see my comments to the question. The problem does not exist, but you could screw up things in many ways. The recipe is very simple: use only Unicode and UTFs for encoding, never anything else.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900