Conversion filenames from one encoding to another using convmv program 1.14: http://www.j3e.de/linux/convmv/

  • Perl 5.8.7 seems to have a broken decode_utf8() function so that convmv can not convert files to UTF-8 without using the --nosmart switch!
  • Perl 5.10 seems to have a broken from_to() function so that convmv can not convert files to UTF-8 without using the --nosmart switch!
convmv -f iso-8859-2 -t utf-8 /home/ --notest -r 
Stránka naposled modifikovaná May 22, 2015, at 09:22 AM