Data source
|
Validation
|
Keyboard
|
OpenEdge automatically checks that multi-byte characters are valid.
|
File
|
OpenEdge does not check that multi-byte characters are valid, because OpenEdge processes the data as bytes.
|
READKEY, SET, and UPDATE statements
|
OpenEdge automatically checks that multi-byte characters are valid, whether they came from the keyboard or from a file.OpenEdge does not check that the lead-byte and trail-byte values constitute a valid character.
|
CHR function
|
OpenEdge automatically checks that multi-byte characters are valid, whether they came from the keyboard or from a file.
|