I have a web page, and if I open it in windows notepad, a piece of text looks like this
Avertissement sur la sécurité
But if I open it in notepad++, it looks like
Notepad++ also says the file is in utf-8 encoding too.
If I open it in a browser, it looks like
I have
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
on top too.
Does anyone know how I can fix this?
Thanks