Answer the question
In order to leave comments, you need to log in
How to solve Brackets encoding problem?
Installed Brackets editor. But there were problems with the encoding. I installed a special plugin, set UTF-8, nothing helps. All the same, scribbles are displayed.
Answer the question
In order to leave comments, you need to log in
It doesn't work like this: <meta content="text/html; charset=utf-8" />
But it works like this:<meta content="text/html" charset="utf-8" />
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>
</body>
</html>
AddDefaultCharset utf-8
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question