advitam posteets tagged linux,utf8  [ Profile ]

Sort by: Date / Title /

  1. 11 months ago
    1. file -i <fichier texte> #donne l'encodage d'un fichier texte (charset=...) à partir de sa version 4.0
  2. 11 months ago
    1. iconv -f iso-8859-1 -t utf-8 <in >out    # vers UTF-8
    2. iconv -f utf-8 -t iso-8859-1 <in >out    # vers latin-1

First / Previous / Next / Last / Page 1 of 1 (2 posteets)