ReplaceInvalidUTF8Chars
Specifies whether invalid UTF-8 characters encountered during data processing are replaced with a question mark (?). This setting is helpful when dealing with corrupted or improperly encoded data.
Data Type
bool
Default Value
false
Remarks
If set to 'false', all characters are returned using utf-8 encoding. Change this to 'true' if displaying utf-8 characters causes issues in your client application.