mirror of
https://github.com/rclone/rclone.git
synced 2026-01-02 04:08:21 -05:00
Before this change, using convmv to convert filenames between NFD and NFC could fail on certain backends (such as onedrive) that were insensitive to the difference. This change fixes the issue by extending the existing needsMoveCaseInsensitive logic for use in this scenario.