HP-UX SNAplus2 CSV Programmer's Guide

Common Service Verbs Reference
GET_CP_CONVERT_TABLE
Chapter 2 61
Store a substitute character
(specified by the
substitute_char
parameter) in the conversion table.
Converting the translated character
string back to the original code page
will not necessarily recreate the
original character string.
substitute_char
Specifies the character to store in the conversion table
when a character from the source code page has no
equivalent in the target code page.
Use this parameter only if the
char_not_fnd
parameter is set to SV_SUBSTITUTE.
When the target code page is an EBCDIC code page,
this parameter should be set to the EBCDIC value of
the character you want to use, not to the actual
character. For example, to use the | character as the
substitute character in an ASCII to EBCDIC
conversion table, supply the value 4F (the value
associated with the character | in EBCDIC), and not
the actual character |. When the target code page is an
ASCII code page, you can specify either the character
or its ASCII value.
Returned Parameters
After the verb executes, SNAplus2 returns parameters to indicate
whether the execution was successful and, if not, to indicate the reason
the execution was unsuccessful.
Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameter:
primary_rc
SV_OK