This function specifies a replacement character to use when a character cannot be mapped. This function is optional.
BOOL pascal fpSetReplacementChar( void *pContext, char c );
pContext
|
A pointer returned from fpInit() . |
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 (" |
TRUE
.FALSE
.
|