I would like to know that I am currently working with a hindi software. In this scenario the complete software is working on the basis of ISCII code. Now in my software itself I want to give support for a unicode font for devnagari Script(mangal). How do I go about doing this. ...
You may need to convert from ISCII to Unicode and then use the Unicode text for display. ICU has an ISCII converter: http://oss.software.ibm.com/icu/
markus

