I have an Arabic file encoded in ISO8859-15. How can I convert it into UTF8?
I used iconv but it doesn’t work for me.
iconv -f ISO-8859-15 -t UTF-8 Myfile.txt
I wanted to attach the file, but I don’t know how.
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.
Could it be that your file is not ISO-8859-15 encoded? You should be able to check with the file command:
Also, you can use iconv without providing the encoding of the original file: