2013-07-22 61 views
0

我在頭標記中使用了下面的代碼。元字符集UTF 8編碼錯誤

<!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。如何解決這個問題?

+0

你正在使用什麼編輯器? – Cherniv

回答

2

您沒有使用UTF-8。您剛剛添加了一些標記,告訴瀏覽器您正在使用UTF-8。

該錯誤消息聽起來像它來自您的編輯器。您需要將您的編輯器配置爲以UTF-8格式保存。

+0

我沒有使用任何文本編輯器。我只是從這個網站http://transport.tn.nic.in/transport/appointment.do?_tq=769a3656fe2a6a4bb5a52437936b9f21複製tamil文本並粘貼到我的html文件中。 – lifeline

+2

如何在不使用編輯器的情況下將其粘貼到HTML文件中? – Quentin

+0

我用macromedia dreamweaver來編輯html文件。 – lifeline