Tagged Questions

4
votes
3answers
2k views

Displaying a unicode text in C#

My App displays English, Japanese and Chinese characters on a TextBox and a LinkLabel. Currently, I check if there are unicode characters and change the font to MS Mincho or else leave it in Tahoma. ...
3
votes
3answers
239 views

Unicode strings in .Net with Hebrew letters and numbers

There is a strange behavior when trying to create string which contains a Hebrew letter and a digit. The digit will always be displayed left to the letter. For example: string A = "\u05E9"; //A ...