Weird charset problem
Posted: Wed Mar 16, 2005 3:44 pm
I try to display the Euro sign in html output. I got following setting in the html
According to the PHP and other manuals this should contain the euro sign but it just displays ?. When I use ISO-8859-1 it displays the Eurosign although it actually should not but the Html Validator spits out a warning.
Any idea's?
Code: Select all
<meta http-equiv="e;Content-Type"e; CONTENT="e;text/html; charset=ISO-8859-15"e;>Any idea's?