How to force convert with convmv
I have had a lot of files with filenames in windows-1251 encoding. I wanted to convert it to utf8.But I have accidentally converted it wrongly by convmv:
convmv -r --notest -f windows-1255 -t utf8 *
So now I need to convert it from utf8 to windows-1255 again than from windows-1251 to utf8 but convmv doesn't want to do it:
convmv --notest -f utf8 -t windows-1255 זטחם�.docx
cp1255 doesn't cover all needed characters for: "./זטחם�.docx"
To prevent damage to your files, we won't continue.
First fix this or correct options!
Is any --force option for convmv? How I can fix my file's filenames without convmv?
I have had a lot of files with filenames in windows-1251 encoding. I wanted to convert it to utf8.But I have accidentally converted it wrongly by convmv:
convmv -r --notest -f windows-1255 -t utf8 *
So now I need to convert it from utf8 to windows-1255 again than from windows-1251 to utf8 but convmv doesn't want to do it:
convmv --notest -f utf8 -t windows-1255 זטחם�.docx
cp1255 doesn't cover all needed characters for: "./זטחם�.docx"
To prevent damage to your files, we won't continue.
First fix this or correct options!
Is any --force option for convmv? How I can fix my file's filenames without convmv?
No comments:
Post a Comment