<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" /> Code (markup): I need help with encoding different characters. My pages can't show turkish characters such as "ö,ç,ş,ü". All I get is a question mark instead of these characters. Can someone tell me how I can fix this? It seems it works fine on these forums. FYI: I use "jEdit" if it matters.
Try utf-8 rather than iso-8859-9. It may be your server is configured to utf-8, as is this forum's server. In that case, it overrides your meta data. cheers, gary
It's fixed. I tried UTF-8, it didn't work. Then I changed it to "UTF-8" in my text editor. It works now.
Yeah, I should have been more explicit. You do have to encode the file the same as what your server's response header sz. cheers, gary