Try OpenEdge Now
skip to main content
Internationalizing Applications
Understanding Code Pages : Determining which code page an application component uses : ASCII character data
 

ASCII character data

ASCII characters are numbered 1-127 and can be represented with seven bits. If you are certain some character data contains only ASCII characters and you know the code page of your current environment, you need to place only the following commands into OpenEdge/startup.pf, the parameter file every local OpenEdge executable reads at startup:
-cpinternal codepage-name
-cpstream codepage-name
codepage-name
The code page of your current environment.