In my voluntary role as Vice-Chairman in INFITT I am currently helping in maintaining
the website of INFITT.ORG. One
of the things is to get myself familiar with a Web CMS called Joomla! -
which is a LAMP based Free Open Source CMS that is targeted for small community websites.
This post is about problems we faced in Joomla! for Tamil Texts and two quick fixes
that solved it for us.
1) The CSS Problem in the Top Navigation Menu. The menu in IE 6.0/7.0 will have the
text appearing below the menu - invisible to naked eye. It turned out to be the CSS
had issues, which we fixed and republished in our implementation. If you face the
same issue, please download the fixed template_css.css
from here or view
it here.
2) Pages had problems displaying Tamil in IE 7/Vista. Tamil text were displayed but
as jumbled non readable characters. It turns out to be that charset is not set to
UTF-8. I changed the flag to set it to UTF-8 in the file /www/templates/js_education/js_template_config.php
in the Joomla! instance we had.
Read the complete post at http://www.venkatarangan.com/blog/2007/07/19/Joomla+Template+Tamil+Font+Problem.aspx