I bought a script and it has has meta tags in it which are very basic: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1254"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-9"> does that mean anything (like "look in the website text for the content") or is it useless and I need to change it? It's on every page like that. thanks
Assuming your site is in turkish... remove the first one. you should only have one, and 8859-9 is more universal that anything "windows" and fits the turkish char set. http://en.wikipedia.org/wiki/ISO/IEC_8859-9
You should to use 8859-9 -Sadece ikinci satırı kullanman yeterli, ilkini silebilirsin. Bununla tarayıcıya site içeriğinde türkçeye özel karakterlerin olduğunu söylüyorsun.
Either ISO-8859-1 or UTF-8 will work. Just make sure that you save the Web page with the same character encoding you declared in your META tag, and that the encoding you saved it in matches that sent by the HTTP headers from your server.