Return to Snippet

Revision: 3260
at June 28, 2007 23:48 by buscarini


Updated Code
find . -type f -print0 | xargs -0 -J% iconv -f ISO_8859-1 -t UTF-8 % -o %

Revision: 3259
at June 28, 2007 00:32 by buscarini


Initial Code
find . -type f -print0 | xargs -0 iconv -f ISO_8859-1 -t UTF-8

Initial URL


Initial Description


Initial Title
Change encoding of files to utf-8

Initial Tags


Initial Language
Bash