2 examples for iconv

{{ score }}
  # Lists all available character encodings
iconv -l
        
{{ score }}
  # Converts in.txt from UTF-8 to ISO-8859-1 and prints it to stdout
iconv -f UTF-8 -t ISO-8859-1 in.txt