Converting a JADE Character Value to an ANSI Value

The josCharacterToAnsi call, shown in the following example, converts a JADE Character primitive type value to an ANSI value.

int josCharacterToAnsi(Character * pSource,
                       char        target[],
                       Size        sizeOfTargetInChar);

The parameters for this call are listed in the following table.

Parameter Description
pSource String of JADE characters that are to be converted
target Location of the buffer to receive the converted string
sizeOfTargetInChar Size of the target buffer, defined in ANSI characters