HTML displaying £ instead of £
2011
Another quick fix – if you are finding that your html page is outputting £ instead of £ it is more than likely because you need to specify the content type meta tag:
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />



Comment