Accented characters not processed correctly
Posted: Tue Feb 15, 2022 11:47 pm
I'm hoping someone has experienced this before and can point me in the right direction to resolve it.
I'm sending this data to a Zoom API:
{"email":"Lopez18.02.50@partner400.com","first_name":"López","last_name" ....
I can see from the HTTP debug log that the accent is there. When I debug the HTTPAPI routines the data appears to be "intact" up until the point it goes out the door. BUT when processed by Zoom's API the accented character just becomes the unknown question mark thing like so "L�pez".
If I take the exactly same data (literally copy/paste) and run it through Postman the correct accent is retained.
So it appears that the issue is not the Zoom API per se but something is missing in the way I'm using it with HTTPAPI I guess.
Any suggestions on where to look next?
I'm sending this data to a Zoom API:
{"email":"Lopez18.02.50@partner400.com","first_name":"López","last_name" ....
I can see from the HTTP debug log that the accent is there. When I debug the HTTPAPI routines the data appears to be "intact" up until the point it goes out the door. BUT when processed by Zoom's API the accented character just becomes the unknown question mark thing like so "L�pez".
If I take the exactly same data (literally copy/paste) and run it through Postman the correct accent is retained.
So it appears that the issue is not the Zoom API per se but something is missing in the way I'm using it with HTTPAPI I guess.
Any suggestions on where to look next?