When performing a query on a uri I receive the error:
No mapping for the Unicode character exists in the target multi-byte.
The error occurs on the following line:
FClient.HTTPClient.Response.ContentAsString(LEncoding)
I'm using FallbackCharsetEncoding
as UTF-8, but I still receive the error. When consulting the uri through postman, a valid JSON is returned.
Can anyone help me? I don't know if the problem is in the component that performs the conversion to UTF-8, or if it's actually something I'm doing wrong.