Code Page Map File
To add a new code page to the ICU UCONV, you need to obtain or create a source mapping
data file, which has a file extension of
.ucm
, corresponding to the desired code page..ucm
files) into binary converter files (.cnv
files) by using the ICU tool makeconv and entering this command:
LIBPATH=/opt/infoprint/itm/lib64/makeconv -d directory file.ucmWhere the directory is the output directory and
file.ucm
represents the .ucm
source file.
- Note:
- The source code of makeconv can be found on the ICU website.
When the afp2pdf transform is installed, a CNV folder is created under the afp2pdf transform destination folder. The CNV folder is used as storage for the binary converter
.cnv
files. When the corresponding .cnv
file is added to the CNV folder, the code page is available to the transform.