My <title>The title</title> is based on my headline which can contain extended characters which I store as html entities &#xxx;
How can I easily turn these into real characters to make the browser window display them correctly or get them to appear correctly in their current form?
http://www.php.net/manual/en/function.html-entity-decode.php
This functions seems to do the trick.