Could we help you? Please click the banners. We are young and desperately need the money
convmv -f iso-8859-1 -t utf8 -r ./*
[ this command just shows you what it would do. To actually apply the conversion add the parameter --notest ]
convmv -f utf8 -t iso-8859-1 -r ./*
[ this command just shows you what it would do. To actually apply the conversion add the parameter ‐‐notest ]