Problems with characters in php
Posted by: alberto666
Posted on: 2007-06-27 02:48:00
Hi everybody.
When I have a simple php file with something like this:
echo "español"
it prints in the screen:
"espa?ol"
the same with accents like áéíóú and other characters.
Do you know how to solve this?
I have this meta:
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
in the HTML so I think that the problem is because other things...
In the server the files are fine, but when I execute the php it doesn't return the expected result.
Any idea about how to solve?