R
R
Ramil2016-04-22 16:50:28
css
Ramil, 2016-04-22 16:50:28

Why does the site show question marks in the text?

The site uses a roboto font from google fonts. And utf8 encoding. For some reason, sometimes for unknown reasons, question marks appear in the text.
Here is a screenshot:
prntscr.com/avg5ng

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Z
Zempik, 2016-04-22
@Zempik

for Apache in .htaccess:
for nginx in config:
in html document:

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

html 5 version: Windows-1251
encoding might help you

V
vvvadimos, 2016-04-22
@vvvadimos

try to play around with the encoding, namely the encoding with Bom or without Bom,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question