Description
I see that there were threads in 2015 tagged "utf-8-issues" but it's unclear whether they were ever resolved. (Apologies in advance, I'm an amateur and don't have a great understanding of text encoding.) I wanted to see if there have been any updates, or anyone has found any solutions for handling characters that get garbled on Macs.
Basically, here's my issue: Used on a PC, my program, which uses VBA-Web to interact with SurveyMonkey's API, works perfectly. However, on Macs, certain characters in JSON responses are getting garbled. For example:
What should be an apostrophe is ,Äô on Mac
An ñ becomes √±
And sometimes, a space after a period becomes  
If anyone has a solution for this it would be a great help. I so appreciate the work you have done putting VBA-Web together!!