Previous Topic: Procedure

Next Topic: Customizing Default Character Sets


Hexadecimal Numbers in Conversion Tables

An EBCDIC character can be represented by either its decimal code or its hexadecimal equivalent. Hexadecimal numbers should be prefixed by 0x.

Example

In the following example, to translate the EBCDIC character A to the equivalent ASCII code using a hexadecimal number, line 194 of the conversion file would contain only the information below:

0x41