php - charset and issue of special chars -


this question has answer here:

i having issues charset , special chars in page : http://goo.gl/uggxwt have added in header section charset code :

<html lang="fr"> <meta charset="utf-8"> 

i tried add in body section

header('content-type: text/html; charset=utf-8'); 

nothing changed still same problem , went htaccess file added

adddefaultcharset utf-8 

but didn't solved issue can solution situation

add well

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

Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -