-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize file names before using them as keys
On macOS the filenames on disk are stored in NFD form. When the original filename on the server was in NFC form, the filenames wouldn't match, and a MOVE or DELETE+PUT would be triggered. This changes converts all filenames to NFC form during local discovery.
- Loading branch information
Showing
1 changed file
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters