portuguese characters
« on: October 13, 2009, 10:01:53 AM »
I have tried to create an xml sitemap but something is going wrong with the character encoding. The characters are displayed well on the website but in the Sitemap generated here they appear broken:

https://www.xml-sitemaps.com/download/www.inesp.pt/sitemap.html?view=1

Does anybody knows how to fix this issue? This is badly affecting the SEO of the website.
Re: portuguese characters
« Reply #1 on: October 14, 2009, 01:15:13 AM »
Hello,

you should modify your sitemap.html
find:
Code: [Select]
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" /> replace with:
Code: [Select]
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />