-
Notifications
You must be signed in to change notification settings - Fork 20
unsupported unicode length #108
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
Comments
What version of detox are you using? You can get it quickly by running:
|
Actually, it's possible that the filenames aren't in UTF-8 at all. You can try |
I figured out the reason was because there was an apostrophe in some names.. will that particular detox command fix that without having to manually rename? |
It really depends on what the underlying bytes of the apostrophe are. If it's just a normal apostrophe, it shouldn't cause the error you're seeing. If it's a CP-1252 or upper ISO-8859-n apostrophe, then you might get the error you were describing. The One other option to help solve this is to use |
When I run the command:
detox -rv *
on my files.. many of them don't get renamed,and outputs error: unsupported unicode length
I assume the obvious, that this is because the character length is too much. Is there any way to force this or bypass it?
Or even display the conflicting file?
The text was updated successfully, but these errors were encountered: