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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -