Script charset attribute
Definition and usage
charset
Attribute sets or returns the script's Charset attribute value.
The charset attribute specifies the character encoding used in the external script file.
Use the charset attribute when the character encoding of the external script file is different from the encoding of the HTML document.
Note:The charset attribute is only applicable to external scripts (it can only be used when the src attribute exists).
See also:
HTML Reference Manual:HTML <script> charset-attribut
HTML Reference Manual:HTML <script>-tag
Example
Get the character set used in the external script file:
var x = document.getElementById("myScript").charset
Syntax
Return charset attribute:
scriptObject.charset
Set charset attribute:
scriptObject.charset = charset
Attribute value
Value | Description |
---|---|
charset |
Specify the character encoding of the external script file. Common values:
Se vårTeckenuppsättningssreferens,för att få en fullständig lista över teckenuppsättningar. |
Tekniska detaljer
Returvärde: | Strängvärde som anger teckenuppsättningen som används i externa skriptfiler. |
---|
Webbläsarstöd
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Stöd | Stöd | Stöd | Stöd | Stöd |