I am having problems with getting £ signs to appear correctly. The £ are entered using the keyboard on static HTML pages through cuteeditor. They appear ok in cute editor but always show up as A£ on the front end. Interestingly, if I add the £ sign in Notepad on the same HTML file it appears fine. I have tried all pages with and without the following in the header
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
Any ideas?