meta charset=”UTF-8″を設定しても文字化けが直らない時。

[php]<!DOCTYPE HTML>[/php]

の上に

[php]
<?php
header("Content-Type: text/html; charset=UTF-8");
?>
[/php]