Conversion configuration file entries

The conversion section contains entries that describe how conversion to a particular character set should take place. Conversion section entries can indicate either table-driven or algorithm-driven conversion.

Table-driven entries have the following form:

[conversion]
     convertto = dest_charset, table, mode, replacement_char

where:

Algorithm-driven entries have the following form:

[conversion]
     convertto = dest_charset, sys_algorithm, multiplier

where: