显示سٓاÙ...字符

时间:2016-05-23 06:00:51

标签: php html css character-encoding character

这是我的代码:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<p style="font-family:arial sans-serif;">سلام</p>
</body>

但浏览器显示页面如下:سٓاÙ... 我尝试将文件格式更改为utf-8,但仍有问题。

顺便说一句,我使用quadodo作为我的登录表单,在每个页面的上方我都应该输入以下代码:

<?php
define('QUADODO_IN_SYSTEM', true);
require_once('includes/header.php');
?>

当我删除这部分时,每件事情都和以前一样正常。你猜怎么回事?

0 个答案:

没有答案