こんにちはみんな私は単純なphpファイルで漢字を表示するのに問題があります、私はそれを解決する方法を理解することができません
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<?php
define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');
?>
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-type" value="text/html; charset=UTF-8" />
</head>
<body>
电视机/電視機
</body>
</html>
これは、apacheまたはphp.iniの構成の問題である可能性があると思います。この問題を解決する方法はありますか?