Greetings all
For my web pages I'm currently using the character set iso-8859-1 and I'd like to change it to the UTF-8 character set.
I'm currently using the meta tag <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
The problem is when I change the meta tag to <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> the copyright symbol turns into a black diamond with a question mark in it.
The symbol was copied and pasted into the pages from the character map that came with Windows 7. start menu/all programs/accessories/system tools folder.
Help!