head タグで次のコードを使用しました。
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Admin Panel</title>
</head>
Web ページに 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を使用しています。これを修正する方法は?