Une commande très utile sous linux pour convertir en UTF-8 ou en iso-8859-1 :

  • iconv -f iso-8859-1 -t utf-8 < input >output # from latin-1 to UTF-8
  • iconv -f utf-8 -t iso-8859-1 < input >output # from UTF-8 to latin-1