Format of the Translation Source File

The translation source file can contain comment lines and directives. Start comment lines with the number sign (#). Directive lines have the following format:

source target comment

where:

source
Specify the source bytes to be translated to target. Use hexadecimal values.
target
Specify the value you want source translated to. Use either a hexadecimal value, or the keyword invalid to indicate that there is no valid target for the specified source.
comment
Any additional text on the line is considered a comment and ignored.

If you provide multiple assignments for the same source, only the last assignment is used.

Separate the source, target, and comment parameters with space or tab characters.



ICONVDEF Utility
ICONVDEF Syntax
ICONVDEF Return Codes