rfjakob / gocryptfs

Encrypted overlay filesystem written in Go
https://nuetzlich.net/gocryptfs/
MIT License
3.4k stars 244 forks source link

Can't delete diacritically named files (NFC unicode form) #850

Open eugenesvk opened 1 month ago

eugenesvk commented 1 month ago

On macOS if I copy an NFC composed unicode form file with some diacritics (e.g., ü which is composed of 1 "composed" symbol) to a mounted Gocryptfs volume, I can't delete it in a file manager (even if I can delete the same file in the same with the same NFC form), though can delete it in a terminal

This might be a limitation of the upstream https://github.com/osxfuse/osxfuse/issues/954, but I can create/rename such files, just can't delete them, so maybe it's a different issue?