Converting code pages for CLOB and LONGCHAR values
The NO CONVERT option for the COPY-LOB statement means no code page conversion is done. However, if the target is a LONGCHAR or CLOB, validation occurs for the presumed target code page.
Alternately, the CONVERT option for the COPY-LOB statement has a convert-phrase that lets you specify how the AVM converts object data:
Specify SOURCE CODEPAGE to indicate that a source object is in the specified code page. If you specify TARGET CODEPAGE, the AVM converts the target object to the specified code page.
For details on the default character conversions the AVM performs when copying data between the source and target objects, see the COPY-LOB statement entry in OpenEdge Development: ABL Reference.