I’m including a menubar through php include and for some reason the menubar doesn’t display UTF-8 special characters.
The rest of the page works fine, just not the left navigation.
What could be the reason? I tried adding:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
on the included file too but I still can’t get the caracters.
I’m testing it here:
http://www.lilianasanmiguel.com.ar/acol1.php
Make sure that you actually save the files in UTF-8 encoding in your editor.