meta-charset-utf-8 checks if the page explicitly declares the character encoding as utf-8 using a meta tag early in the document. The character encoding should be specified for every HTML page, either ...
The character encoding should be specified for every HTML page, either by using the charset parameter on the Content-Type HTTP response header (e.g.: Content-Type: text/html; charset=utf-8) and/or ...