I've got a little problem with the tag in combination with PHP. My code is:
$title = '....';
echo '<title>'.htmlspecialchars($title).'</title>';
When i use "Niederländische Zitate"
the browser outputs "Niederl�ndische Zitate"
When i use "Niederländische Zitate"
the browser outputs "Niederländische Zitate"
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Anyone has an idea how to fix this?