Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unconvertible files? #75

Open
dsclassen opened this issue Mar 30, 2021 · 1 comment
Open

unconvertible files? #75

dsclassen opened this issue Mar 30, 2021 · 1 comment

Comments

@dsclassen
Copy link

I've got a few dozen files that have these weird hollow boxes in them.

I've tried a number of methods to rename them and remove the bad characters without any luck so far. I tried detox and this is an example of the message received:

Cannot rename buster//coot-backup/_Volumes_fereyes_Pm12_img12_data1_pxuser_cech3_px07-0106_Pm12_7_process_mr_AutoMR_run_9__buster_05-input_remediated.pdb_Wed_Dec_19_163420_2012_modification_16.pdb.gz to buster//coot-backup/Volumes_fereyes_Pm12_img12_data1_pxuser_cech3_px07-0106_Pm12_7_process_mr_AutoMR_run_9_buster_05-input_remediated.pdb_Wed_Dec_19_16i_cent_34i_cent_20_2012_modification_16.pdb.gz: No such file or directory

I would greatly appreciate any suggestions or advice.
Thanks.

@dharple
Copy link
Owner

dharple commented Apr 1, 2021

Hi,

That error message is strange, and I was unable to reproduce it in a blind test.

The box is a UTF-8 representation of Unicode 0xF022.

I can create a similar filename using the following command, but I don't get the same error message you do when I run detox against it.

printf "'this is a \uf022 test.txt'" | xargs touch

Can you fill me in on some other details? What filesystem is this file stored on? What OS are you using? What version of detox are you using? Can you tab complete the filenames?

I can help you with the commands to run if you're unsure how to gather this information.

Thanks!
Doug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants