Encoding

Specifies the character encoding of records in the inserter control file. If you are using a second control file, this encoding applies to that control file also.

Values:

ASCII
The fields in each record use the ASCII character encoding. This value could result in missing bytes when there are multi-byte characters in one or more fields in a Fixed-length record format.
UTF-8 (default)
The fields in each record use the UTF-8 character encoding, which is the same encoding as the values in the document properties file. For files with the fixed-length record format, this encoding supports multi-byte characters because it uses character length instead of byte length when computing the fixed length of each field.
Not set
Defaults to ASCII.
Database name
InserterSystem.Control.Encoding