HP-UX SNAplus2 CSV Programmer's Guide
Common Service Verbs Reference
GET_CP_CONVERT_TABLE
Chapter 260
SV_GET_CP_CONVERT_TABLE
source_cp
Source code page (from which characters are
converted).
A decimal number which identifies the code page to be
used. For a list of valid code page numbers, see
“Supported Code Pages”.
target_cp
Target code page (to which characters are converted).
A decimal number which identifies the code page to be
used. For a list of valid code page numbers, see
“Supported Code Pages”.
conv_tbl_addr
Address of buffer to contain the 256-byte conversion
table.
char_not_fnd
Specifies the action to take if a character in the source
code page does not exist in the target code page.
Possible values are:
SV_ROUND_TRIP
Store a unique value in the
conversion table for each source
code-page character. This value is
useful only if you build a second
conversion table to convert between
the same two code pages in the
reverse direction. If you specify the
SV_ROUND_TRIP value in building
both conversion tables, any character
translated from one code page to the
other and then back will be
unchanged.
SV_SUBSTITUTE