The web page is ok with chorome, ie but mozilla again has problem
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?
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">
精彩评论