i am using Last.fm API to fetch some info of artists .I save info in DB and then display on my webpage.
But characters like “ (double quote) are shown as ...
I have a number of websites that are rendering invalid characters. The pages' meta tags specify UTF-8 encoding. However, a number of pages contain characters that can't be interpreted by UTF-8, ...
I am coding a site, whose main language is Portuguese, which has a lot of 'unusual' chars, like `, ´, ~, and ç.
I if don't use the & directive of HTML, ...
I have set page encoding to utf-8 in html :
meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"
and in HTTP header, I have:
Content-Type text/html; charset=UTF-8
Why cannot show é correctly?
Thanks
Update:
The data contains 'é' ...