Language References
Specifies the character set of the document.
Inline |
<META CHARSET = sCharSet...> |
Script |
object.charset = sCharSet ] |
sCharSet |
String specifying the character set. |
The property is read/write with no default value.
This example sets the character set for the document.
<META HTTP-EQUIV="Content-Type"
CONTENT="text/html; CHARSET=Windows-1251">
document, META