Converting a Jade Character Value to an ANSI Value
The josCharacterToAnsi call, shown in the following example, converts a Jade
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 |