You can use the AlwaysSaveInDefaultEncoding property to specify or determine whether the Web browser opens a data access page with its default or original encoding (character set).
Setting
The AlwaysSaveInDefaultEncoding property uses the following settings.
Setting | Visual Basic | Description |
---|---|---|
Yes | True (–1) | Use the default encoding specified by the Encoding when saving a data access page. |
No | False (0) | (Default) Use the original encoding of the data access page. |
The AlwaysSaveInDefaultEncoding property is available only by using Visual Basic.
Remarks
The Encoding property can be used to set the default encoding.