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
iconv -f ISO-8859-15
I got the same problem, but i find the answer in this page! it works for me, you can try it.
iconv -f cp936 -t utf-8