XML Parameters

Systemwide variables that contain the relevant parameters for XML encoding.

XML_ENCODING

  • Description: Specifies the encoding the Automation Engine uses to encode XML files.

  • Allowed values: ISO-8859-15, ISO-8859-1, and WINDOWS-1252

  • Default value: ISO-8859-15

  • Restart required: No

XML_ENCODING_CHECK

  • Description: Checks the encoding during the import process. It affects the verification of imported XML files.

  • Allowed values: Y and N

    • Y: The import files must have the encoding that is assigned in the XML_ENCODING parameter.
    • N: Encoding of the XML files is not checked.
  • Default value: Y

  • Restart required: No

ISO-8859-15 (Latin 9) contains the Euro (€) character and Western-European country-specific special characters. The table below lists additional differences:

Characters Š š Ž ž Œ œ Ÿ ¤ ¦ ¨ ´ ¸ ¼ ½ ¾
ISO-8859-15

A4

A6

A8

B4

B8

BC

BD

BE

N/A N/A N/A N/A N/A N/A N/A N/A
ISO-8859-1 N/A N/A N/A N/A N/A N/A N/A N/A

A4

A6

A8

B4

B8

BC

BD

BE

WINDOWS-1252

80

8A

9A

8E

9E

8C

9C

9F

A4

A6

A8

B4

B8

BC

BD

BE

Important! Do not use WINDOWS-1252 to edit binary values. WINDOWS-1252 is not able to encode certain binary values. When editing VARA objects that contain binary data, the VARAs value will be modified to a value that can be encoded using WINDOWS-1252.
The values that are not supported are: 0x81, 0x8D, 0x8F, 0x90, 0x9D.

See also: