Click to See Complete Forum and Search --> : Charset


oo7ml
02-28-2008, 01:13 PM
What exactly is a charset? I have googled it but i still don't understand how important it is.

Which is the best one to use A or B ?

A:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

or

B:
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />


thanks in advance

KDLA
02-28-2008, 01:26 PM
You might take a look at this:
http://www.w3.org/TR/html401/charset.html

KDLA