Robert Ramey wrote:
FYI - the tool chain used is Windows Notepad editor with
the file saved as utf-8
That's the problem. Notepad thinks the file in utf-8. Encoding declaration
in HTML says it's ISO-8859-1. You should fix one of those encodings.
- Volodya