HTML displaying £ instead of £

Oct 31
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" />

Leave a Reply

You must be logged in to post a comment.