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
Post a Comment