Hello,
I'am having problems to print some datas which contains special characters.
I'm tryng to save my web page in UTF-8 , I have also put the follow tag
Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
and I try also to utilise the command
utf8_decode()
but without solve the problem.
Please, can you tell me how I should do?
Thanks.