My web services return utf-8 formatted text data (the response header contains Content-Type: application/json; charset=utf-8) and I have an iOS app that successfully consumes these web services.
However using HTTPJob.GetString on the same web services results in a string that gets truncated at the same point every time and I'm wondering if there might be a character causing an issue.
I've searched this forum and it seems I'm not the only one to experience this problem but it's not clear to me what the solution is when the character set is already utf-8.
However using HTTPJob.GetString on the same web services results in a string that gets truncated at the same point every time and I'm wondering if there might be a character causing an issue.
I've searched this forum and it seems I'm not the only one to experience this problem but it's not clear to me what the solution is when the character set is already utf-8.