Determine valid code-page conversions (for non-Unicode databases)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
You can convert data from one code page to another if one of the following conditions is true:
- Each symbol of the source code page appears in the target code page
- Each symbol that appears in the data appears in the target code page
If OpenEdge is converting from UTF-8 and encounters a character that does not exist in the target code page, OpenEdge substitutes the question mark (?).