Controls the action taken, if an error is encountered during character conversion.
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.