erro : desktop *.php multibyte language
<h4>I'm sorry. I'm not good at English.</h4>
php files: Japanese (Korean) representation error.
test.php(utf-8)———not work(failure)
<html>
<head></head>
<body>
Japanese character string is here....
</body>
</html>
html files: Japanese (Korean), the normal expression
test.html(utf-8)———work(success)
<html>
<head></head>
<body>
Japanese character string is here....
</body>
</html>