<< All Posts Using iconv to change character encoding in Linux Mar 7, 2014 You can use βiconvβ to convert file encoding iconv -f old-encoding -t new-encoding file.txt > newfile.txt To check all kind of encodings: iconv -l | grep UTF Rodolfo Previous post: Too many simultaneous connections in your linux? How to check? Most recent post: How to remove UTF-8 BOM characters in your NuSoap + PHP