isCOBOL Evolve : Appendices : Handling Different Character Sets
Handling Different Character Sets
Introduction
As data management tools COBOL applications need to work with special characters sometimes. Not all text strings are made of standard characters whose ASCII value is less than 128. It may happen that the COBOL application needs to handle special characters such as grave letters or foreign language characters (for example chinese characters).
This chapter provides some information on the ways isCOBOL work with these characters.