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
filescan retrun "entry will not be accessible due to incompatible encoding" #3136
Comments
@icewind1991 any idea what users can do? |
Hi, |
Do these files come from an OSX system? The "most correct" way would be to upload the files trough the web interface, webdav or sync client which will ensure the encoding of the unicode characters is correct. Alternatively you can convert the NFD encoded filenames (which OSX uses) to NVC encoded ones (what the rest of the world uses) while copying over the files. (see https://serverfault.com/questions/397420/converting-utf-8-nfd-filenames-to-utf-8-nfc-in-either-rsync-or-afpd for example) |
No, I just copy from one folder to another on the same linux server. |
It's possible that previously a client messed with the encoding then. Can you try doing the encoding conversion while copying ( |
No reply: I guess this is solved then. We are happy to reopen if this hasn't solved the issue for you. |
I had the same issue with Russian symbols in folder/file names. @icewind1991 is right, the problem was in NFD encoded filenames. |
Just a note to say this fixed the issue for me too. Weird thing is that I have no idea how I got the NFD encoded filenames to start with! |
thank you Wendall..this fix it , you saved my time a lot! clap…clap…clap… |
thanks. this has helped me. |
Hi,
I'm using nextcloud11, I move a lot of folders/files from my old cloud to nextcloud, now when I execute the command php occ files:scan --all I get this error
Entry "/admin/files/Informa▒▒o Geografica/Areas_PGF/Caima.dbf" will not be accessible due to incompatible encoding
Entry "/admin/files/3_Eixo/Primeira Interven▒▒o/Sectores entidades.dbf" will not be accessible due to incompatible encoding
Entry "/admin/files/3_Eixo/Primeira Interven▒▒o/LEE.shp" will not be accessible due to incompatible encoding
and more...
How can I fix it?
Best regards
The text was updated successfully, but these errors were encountered: