I am working on a VS2010 C# application that allows users to input data in *English as well as in Hindi (Unicode).
The application is working well in Windows, but in Linux (with Mono-2.10.8), instead of displaying Unicode characters it show boxes.
mono unicode problem http://img534.imageshack.us/img534/1395/vry.png
I have tried to run it on Debian Wheezy Stable and Ubuntu LTS 12.04. I have also tried to compile it with MonoDevelop; still no luck.
Is there any workaround to fix it?