Character encoding translation

Ralf Corsepius rc040203 at freenet.de
Tue May 9 14:26:06 UTC 2006


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






More information about the fedora-list mailing list