mirror of
https://github.com/rclone/rclone.git
synced 2025-07-19 13:25:30 +02: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.