Using an alternative code set on other operating systems

To use an alternate 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, you can overwrite the cclmsg.txt file with the new file:
mv cclmsg.new <install_path>/bin/cclmsg.txt