Log in

View Full Version : Strange characters



balgha
07-01-2008, 08:37 PM
hi,
i'd like to know why some letters like " é è à " appear like this in firefox
� and this in IE
頠, even if i used the UTF8 Meta as :

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
and i also convert my DB to :

Interclassement : utf8_general_ci

exemple :
http://www.aga-immo.com/index.php?op=mi&id=2&pl=Taghazout

thanks for help

boogyman
07-01-2008, 09:14 PM
that is the Fx symbol for not knowing what character to write out.

now as for why that is appearing that way I do not know because you are using the generic encoding type. I doubt it will make a difference, but try putting the UTF in lowercase

utf-8

balgha
07-01-2008, 09:18 PM
thanks for your reply;
i change it to lowercase but it steel as it is, i also save all the php files to utf-8... it's really stange, any idea pls.