Url.charset (Property)

The character set of the document pointed at by the HREF="..." HTML tag attribute of an anchor.

Property/method value type:String primitive
JavaScript syntax:nonemyUrl.charset

This would contain the character set being used by the document referred to by the HREF="..." HTML tag attribute. For example the value "iso-8859-1" is likely to be returned but the local variant of the browser and OS may affect the value you get.

This property might contain a value such as:

csISO5427Cyrillic

Details of other aliases can be located at the IANA registry.

See also:Anchor.charset, LINK.charset