fpSetReplacementChar()
This function specifies a replacement character to use when a character cannot be mapped. This function is optional.
Syntax
BOOL pascal fpSetReplacementChar( void *pContext, char c );
Arguments
pContext
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
c
|
The replacement character to use when a character cannot be mapped. If you do not call this function, the default character is used. The default is a question mark (" |
Returns
- If the call is successful, the return value is
TRUE
. - If the call is unsuccessful, the return value is
FALSE
.