<?php
header("Content-Type: text/html; charset=utf-8");
?>
Vær så god
or php.ini setting:
default_charset = "utf-8"
Very easy to do, and the result is much better:
<?php
header("Content-Type: text/html; charset=utf-8");
?>
Vær så god
default_charset = "utf-8"