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

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -