Problem with diacritics in emails sent via REST API (inconsistent behaviour)
in Responsys
Since a few days, the behaviour of sending an email that contains special characters (like éàêãç) via API does not work consistently :
According to our tests, nearly 50% of the emails that we send do not work, and replace special characters with �.
We had never noticed any difference in the 2.5 years we had been using this technique.
We have tried to no avail :
- Using/removing the modifier ;charset=UTF-8 in the header of the REST request that we send.
- replacing the letters by the unicode code (for example "é" by "\u00E9"
Anybody has experimented that ? Do your emails with custom text sent via API work correctly ?
0