Issue: HTML Character Sets

According to https://www.w3schools.com/tags/att_meta_charset.asp:


  *   The common values for the meta charset attribute are UTF-8 (character encoding for Unicode) and ISO-8859-1 (character encoding for the Latin alphabet).
  *   There are other acceptable character encodings (see https://www.iana.org/assignments/character-sets/character-sets.xhtml).

In all the HTML pages of http://www.fowlernewton.com.ar, I use the tag <meta charset="iso-8859-1">, which works properly.

However, the W3C Markup Validator Service (https://validator.w3.org/#validate_by_upload) reported (on all the said HTML pages):

[cid:image001.png@01D3B17A.262BFDA0]

As the use of UTF-8 is not mandatory, I assume that this are errors of your validator program.

Saludos.
Enrique Fowler Newton
Mi sitio:
Nota: he dejado de usar la cuenta efn@uolsinectis.com.ar<mailto:efn@uolsinectis.com.ar>

Received on Wednesday, 7 March 2018 12:17:00 UTC