My original text : مشاوره و اجرا و کمک به بنگاهها
But what is displayed on the website : مشاوره و اجرا و کمک ��ه بنگاهها
what is the problem?
My original text : مشاوره و اجرا و کمک به بنگاهها
But what is displayed on the website : مشاوره و اجرا و کمک ��ه بنگاهها
what is the problem?
i think this is because of your font, try another font.
try to use UTF-16 if you are on UTF-8, in all other cases you should also see how they are used, changing it would be ideal
I wrote this code and it worked...
<!DOCTYPE html>
<html lang="en">
<head> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>مشاوره و اجرا و کمک به بنگاهها</p> </body>
</html>
I wrote this code and it worked...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<p>مشاوره و اجرا و کمک به بنگاهها</p>
</body>
</html>
مشاوره و اجرا و کمک به بنگاهها
– Dipto Biswas Shuvo Jan 30 '22 at 12:57