0
why we write meta charset utf8 when we write html code?
1 Respuesta
+ 1
It is because characters have different ways to be encoded in binary. If you do so, Firefox (or any other) will know how to encode them. If you do not do so, they might end up being encoded with another method and that explain why you often find issues like "é" being changed as "é" (I am French).