Encoding Property
Version: Available or changed with runtime version 1.0.
Sets a value that specifies which system is applied to the XmlPort for character encoding.
Applies to
- Xml Port
Property value
Value | Available or changed with | Description |
---|---|---|
UTF8 | runtime version 1.0 | Use UTF8 encoding system. This is the default value. |
UTF16 | runtime version 1.0 | Use UTF16 encoding system. |
ISO88592 | runtime version 1.0 | Use ISO88592 encoding system. |
Syntax
Encoding = UTF16;
Remarks
The three options available for this property are UTF8, UTF16, and ISO88592. UTF8 is the default setting. Information about the encoding system used is inserted into the header of the XML document.