I've tried adding the code page: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9"> Code (markup): to the head section but that does not seem to do anything. I've tried using the unicode characters and that works, but I'm concerned that the text will no longer be searchable because of code such as & #351; Code (markup): to make the squiggley ÅŸ. Any help will be greatly appreciated.
Set Meta element: <meta http-equiv="content-language" content="tr" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> you must save your file with UTF-8 encoding!!! Ot use turkish character set: <meta http-equiv="content-type" content="text/html; charset=iso-8859-9" /> visit the next pages for a full list of language codes andcharacter sets