J
Jordan S.
I have observed that there are a couple of character sets that are
frequently specified in the meta tags. From my cursory review of public Web
sites, it appears that the character set is either UTF-8 or ISO-8859-1
I am wondering what is the importance of this meta tag, and what are the
important implications of specifying one character set over the other in
ASP.NET pages? What does it matter to the server, if anything? What does it
matter to the browser, if anything?
FWIW: Here is what I have observed from different Web sites:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
CodeProject.com
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1" />
NBA.COM
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
ASP.NET
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
microsoft.com
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
redhat.com
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
projectseven.com
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
oracle.com
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
sun.com
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
wikipedia.org
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
amamotocross.com
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
bankofamerica.com
Thanks!
frequently specified in the meta tags. From my cursory review of public Web
sites, it appears that the character set is either UTF-8 or ISO-8859-1
I am wondering what is the importance of this meta tag, and what are the
important implications of specifying one character set over the other in
ASP.NET pages? What does it matter to the server, if anything? What does it
matter to the browser, if anything?
FWIW: Here is what I have observed from different Web sites:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
CodeProject.com
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1" />
NBA.COM
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
ASP.NET
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
microsoft.com
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
redhat.com
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
projectseven.com
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
oracle.com
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
sun.com
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
wikipedia.org
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
amamotocross.com
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
bankofamerica.com
Thanks!