1
Reply

How can I print Unicode Characters like hindi in a Console Application using C#?

Deepak Sharma

Deepak Sharma

Nov 16 2010 2:43 AM
5k
Hi,

I want to print Unicode characters(Hindi) in a Console Application.

I tried :

            Console.WriteLine("deepak.bmp");
            Console.ReadKey();


But output was ???? instead of deepak.bmp.

Even in this editor it is displaying ???? after saving. So I used an image (deepak.bmp)

Thanks

Attachment: PrintHindi.zip

Answers (1)