On Tue, 2006-05-09 at 10:20 -0400, Michael J. Pawlowsky wrote: > I'm looking for a way to translate UTF-8 documents into a Latin > enconding. ISO-8859-1 for instance. > Is there a utility, script, command in Linux that can do this? iconv -f utf-8 -t ISO-8859-1 infile > outfile Ralf