On Thu, 2010-02-04 at 10:44 +0530, Yogesh wrote: > Hi, > > Recently I hosted a site on a private hosting site. I installed wordpress in > a subdirectory and tried to blog in tamil. But all I got was question marks. > The homepage of my site doesn't have any content. I opened it in an online > editor and typed in tamil using IBus and saved it. The text was shown in > Tamil. But when I try it in Wordpress I just get question marks when I view > the post. I tried installing Google indic transliterator plugin. Didn't > help. I've already tried IBus and a few other plugins in vain.
This happened in an old version of Wordpress to me when I tried writing in the Devanagari script. In my case, the theme was properly reporting the Content-Type in a <meta> tag in the webpage but the Wordpress database for the `posts`.`post_content` table wasn't using utf8 collation. Check if both these are fine. You'll also get better help on the Wordpress forums. -- Roshan George <[email protected]> _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
