This weekend I ran into the issue that internet explorer did not render non-breaking-spaces ( ) correctly, while firefox did.
Explicitly setting the charset header solved it ;-)
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
</head>
No comments:
Post a Comment