Using an alternative code set onLinux®

To use an alternative code set, use the iconv routine for the flat file <install_path>/bin/cclmsg.txt.

For example, to convert <install_path>/bin/cclmsg.txt from code set ISO8859-1 to code set ISO-850 enter:
iconv -f ISO8859-1 -t ISO-850 <install_path>/bin/cclmsg.txt > cclmsg.new
When you have done this conversion, overwrite the cclmsg.txt file with the new file:
mv cclmsg.new <install_path>/bin/cclmsg.txt