Posts Tagged With: encoding

List Encoding - iconv

Tagged with: , , , , ,

This command lists all known encodings


iconv -l
No Comments »

Change File Encoding

Tagged with: , , , , , ,

Creates a new from the given input file by assuming it is encoded in fromEncoding and converting it to toEncoding.


iconv -f fromEncoding -t toEncoding inputFile > outputFile
No Comments »