A
A
Armand M2015-09-25 15:33:22
Programming
Armand M, 2015-09-25 15:33:22

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.
2c1bf79736264f098b6d8da19a3ee27b.PNG

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
TomasHuk, 2015-09-25
@TomasHuk

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" />

D
Dmitry, 2015-09-25
@mytmid

<!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>

it should also be added to .htaccessAddDefaultCharset utf-8
for php, it is better to use NetBeans or analogues.
Brackets is only good for layout (not for learning PHP).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question