ON_CHARSET_CONVERSION_FAILURE Option

Controls the action taken, if an error is encountered during character conversion.

Allowed Values

String. See Description for allowed values.

Default

IGNORE

Description

ON_CHARSET_CONVERSION_FAILURE controls the action taken, if an error is encountered during character conversion:

Character conversion error

Action

IGNORE

Errors and warnings do not appear.

WARNING

Substitutions and illegal characters are reported as warnings. Illegal characters are not translated.

ERROR

Substitutions and illegal characters are reported as errors.

Single-byte to single-byte converters are not able to report substitutions and illegal characters, and must be set to IGNORE.