I’m using CURL to import some code. However, in french, all the characters come out funny. For example: Bonjour …
I don’t have access to change anything on the imported code. Is there anything I can do my side to fix this?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Like Jon Skeet pointed it’s difficult to understand your situation, however if you have access only to final text, you can try to use iconv for changing text encoding.
I.e.
I’ve had similar issue time ago (with Italian language and special chars) and I’ve solved it in this way.
Try different combination (UTF-8, ISO-8859-1, Windows-1252).