Today I wanted to copy some files from an hard drive to my server and all the accented chars were replaced with ??.
So here is a quick fix:
sudo apt-get install convmv
cd /folder
convmv -f cp850 -t utf8 -r –notest *
Tags: ??, accented, characters, chars, convmv, copy, cp850, filename, filenames, Linux, Ubuntu, utf8