difference between UTF-8 and UTF-8? ...

 most web pages have meta data declarations in their header like these ones:

 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

 <meta charset="UTF-8">

 in some cases also in lower case and using sticks:

 <meta charset="utf-8">

 <meta charset='utf-8'>

 I wonder what the difference is, and related aspects relating to that
difference if any. Some browsers would read one declaration and not
the other?

 lbrtchx

Received on Saturday, 5 October 2019 13:39:11 UTC