Differences

This shows you the differences between two versions of the page.

Link to this comparison view

iconv [2013/06/27 15:33]
iconv [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== Iconv ======
  
 +Convert from Windows Box to UTF-8:
 +
 +  iconv -f LATIN1 -t UTF8 input.file > output.file
 +  
 +<note tip>Note that iconv uses //stdout// by default for output. To output the transformed data to a file use the redirect operator.</note>
 +
 +To list all supported encodings just enter
 +
 +  iconv -l