SET ENCODING

Syntax

SET ENCODING [<encoding>];

Description

Sets encoding for different files which EXAplus is reading or writing. Default encoding for reading and writing files is UTF-8, but can also be changed via commandline parameter -encoding. For all supported encodings, refer to the Supported Encodings for ETL Processes section. You can use SHOW ENCODING to get the current settings.

Example

set encoding Latin1;