How i can use encoding in html pages.. i have observed some sites are in local language " Marathi/Hindi " which are using something like Unicode's ...though i am not sure about that... i know some HTML, JavaScript, PHP, MySQL but i am finding real trouble to develop site like http://www.manogat.com/ if anyone can help me find the exact unicode and the way data is stored in mysql database will be of great help for me...
Hey Rays, The first place you want to look is: <html xmlns="http://www.w3.org/1999/xhtml" lang="mr" xml:lang="mr"> More on it and general matters to get you started: http://www.w3.org/TR/html4/struct/dirlang.html If you find the 'w3 speak' a bit confusing then an alternative: http://tlt.its.psu.edu/suggestions/international/web/tips/langtag.html I'm thinking MySQL may require something else though!