原因:rar文件在win系统创建,字符编码问题。需要转码
sudo apt-get install convmv
convmv */*.* -f gb2312 -t utf8 --notest