well, I need to put kannada font on my site. How can I use php to do this and how can I use php to convert TTF to Unicode and viceversa?
Have you looked at the Multi-Byte String functions yet? They must be explicitly installed, but are probably your best bet. They were designed for Japanese, but work with loads of other languages, too.
yeah I would see that.. But is there a way out to convert TTF types to Unicode and viceversa ?
CAn we do this in php in the first place?
( Any links that lead to the answer are welcome )