> I am working a a simply web app similar to address book on php and > mysql. i want to store the data in English as well as Tamil. > I made the lables by giving the unicode directly now i am confused how to > make a text field to input the tamil data.
No special settings in the UI is needed. Just use the HTML input box. Use any tamil keyboard input methods like ibus or copy paste any tamil content there. Make sure that your backend database is in utf-8 format. -- Regards, T.Shrinivasan My Life with GNU/Linux : http://goinggnu.wordpress.com Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com Get CollabNet Subversion Edge : http://www.collab.net/svnedge _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
