http://www.radikalgenc.com/bulten/ekim.htm this is a monthly newsletter. but it does not appear fine on mozilla, how can i fix this issue?
+1
A:
That page works if I explicitly set Encoding to Unicode, it looks like the tr-tr language is making the browser choose the wrong character set.
Edit: I'd leave that line intact but add this line too:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Russ C
2010-10-04 12:43:56
should I remove <meta http-equiv="Content-Language" content="tr-tr"> ?
blgnklc
2010-10-04 12:57:19
Updated my answer.
Russ C
2010-10-04 13:06:11