GEARZ.de

All howtos are without any warranty.
Alle Howtos sind ohne jegliche Gewähr oder Garantie.



Unix convmv - How to convert filenames from utf8 to iso:

Open up a shell and type:
convmv -f utf8 -t iso8859-15 --notest -r ./*

dont forget: rtfm.

For re-encoding a file's content: have look for recode