In case you have some ?? files…

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: , , , , , , , , , , ,

Leave a Reply