0
charset still relevant?
doesn't the browsers select the charset
1 ответ
+ 1
The browser doesn't select the charset, but more like it tries to guess how which charset to use to read the document.
https://www.w3.org/TR/WD-html40-970917/charset.html
It's typically better to be explicit and tell the browser which charset to use to read the document.