meta char设置UTF 8编码错误

时间:2013-07-22 10:31:23

标签: html html5 character-encoding meta-tags

我在头标记中使用了以下代码。

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Admin Panel</title>
</head>

我的网页上有UTF-8编码支持的其他语言字符。但是当我保存我的html文件时,它显示错误The document's current encoding can not correctly save all of the characters within the document. You may want to change to UTF-8 or an encoding that supports the special characters in this document.

我已经使用过UTF-8。如何解决这个问题?

1 个答案:

答案 0 :(得分:2)

您没有使用UTF-8。您刚刚添加了一些标记,告诉浏览器您使用的是UTF-8。

该错误消息听起来像来自您的编辑器。您需要将编辑器配置为以UTF-8保存。