If you're interested in functional programming, you might also want to checkout my second blog which i'm actively working on!!

Tuesday, June 2, 2009

problem with characterencoding of nonbreaking spaces

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