Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

inputEncoding property

Gets the character encoding that is used for the text that is loaded into the document object.

Document Object Model (DOM) Level 3 Core Specification, Section 1.4Internet Explorer 9

 

Syntax

JavaScript

p = object.inputEncoding

 

Property values

Type: String

A String value that represents the character encoding that is used to parse the document, or a null value if the encoding is not specified or returns an unknown value.

Standards information

See also

document

 

 

Show:
© 2017 Microsoft