Encoding Property (Document Object)¶
Retrieves or sets the current encoding of the opened file. nEncoding Select from the Encoding Constants,
or specify any code page used in the Windows Operating System. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
nEncoding = document.Encoding;
document.Encoding = nEncoding;
[VBScript]¶
nEncoding = document.Encoding
document.Encoding = nEncoding
Parameters¶
Version¶