http://www.fileformat.info/tip/linux/iconv.htm
Detail
The basic command is:
iconv -f old-encoding -t new-encoding file.txt > newfile.txt
You can get a list of supported encodings with (that's a lower-case L, not a one):
iconv -l
http://www.fileformat.info/tip/linux/iconv.htm
The basic command is:
iconv -f old-encoding -t new-encoding file.txt > newfile.txt
You can get a list of supported encodings with (that's a lower-case L, not a one):
iconv -l