JamesColin
Member
Hello,
I use API by Pabbly to get a text file generated by PHP.
My PHP is set to output as UTF-8 :
header('Content-Type: text/plain; charset=utf-8');
And when I look at it in the browser it has all characters, but in the result of the API by Pabbly app, all accentuated characters are stripped out.
For instance instead of "produits numériques" I get "produits numriques"
Do you have any idea on where I should look to solve this? If you have any question to help pinpoint the issue, please let me know.
Thank you.
I use API by Pabbly to get a text file generated by PHP.
My PHP is set to output as UTF-8 :
header('Content-Type: text/plain; charset=utf-8');
And when I look at it in the browser it has all characters, but in the result of the API by Pabbly app, all accentuated characters are stripped out.
For instance instead of "produits numériques" I get "produits numriques"
Do you have any idea on where I should look to solve this? If you have any question to help pinpoint the issue, please let me know.
Thank you.