ASCII character data
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
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:
|
- codepage-name
- The code page of your current environment.