php - Problems displaying utf-8 characters -


My hosting is free so I can not modify the ini file.

  header-type: text / html; Charset = UTF-8 ');  

I have mentioned above for displaying utf-8 characters.

Although I am getting an error, probably due to the previous time,

  include 'header.php';  

"itemprop =" text ">

Try adding it to your html heading tag < Pre> & meta http-equiv = "Content-type" content = "text / html; Charset = UTF-8 "& gt;

Also, make sure that the data you are bringing has been written in UTF-8

You should also make sure that the file is written in UTF-8


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -