Hacker News new | ask | show | jobs
by greengarstudios 5410 days ago
What's your OS? Here's how it looks to me:

http://twitpic.com/69kqzg

Mac OS X 10.6.8 / Google Chrome 13.0.782.112

1 comments

Firefox 6 seems to ignore the encoding declaration in the xml prolog. Setting a content-type meta tag should fix this (or setting the encoding in the http headers).

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

That is because text/html content is not actually parsed as XML.