go to post Lele Yang · May 23, 2019 For "c3 a4 c3 b6 c3 bc c3 84 c3 96 c3 9c"There are 12 bytes in total, for a UTF-8 encoding, "c3" represents that it starts a two bytes character, so there should be 6 characters in total,c3 a4c3 b6c3 bcc3 84c3 96c3 9cWhile length of unreadable character "üÃÃöäÃ" is 9, I don't understand why.But I have encoutnered a similar issue once, and solution was as beblow, maybe you could try this,1) set tHttpRequest.ReadRawMode = 1 2) read the response to a string, let's say "str", convert it, $ZCVT(str, "I","UTF8") Certifications & Credly badges:Lele has no Certifications & Credly badges yet.Global Masters badges:show all 2Followers:Lele has no followers yet.Following:show all 2Murray O.Mark B.
For "c3 a4 c3 b6 c3 bc c3 84 c3 96 c3 9c"
There are 12 bytes in total, for a UTF-8 encoding, "c3" represents that it starts a two bytes character, so there should be 6 characters in total,
c3 a4
c3 b6
c3 bc
c3 84
c3 96
c3 9c
While length of unreadable character "üÃÃöäÃ" is 9, I don't understand why.
But I have encoutnered a similar issue once, and solution was as beblow, maybe you could try this,
1) set tHttpRequest.ReadRawMode = 1
2) read the response to a string, let's say "str", convert it, $ZCVT(str, "I","UTF8")