html - Charset UTF-8 (Doesn't work) -


i've uploaded site server, , latin letters show symbols.

i've tried of these lines of code in head:

<meta http-equiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8"> 

i tried iso. nothing works.

any thoughts?

write

<head> <meta charset="utf-8">  //inside head </head> 

Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -