Skip to content

Conversation

@JammingBen
Copy link
Contributor

This makes Web independent of the current OS unicode normalization and prevents duplicated files and folders when using different OS with different unicode normalizations.

fixes #1261

This makes Web independent of the current OS unicode normalization and prevents duplicated files and folders when using different OS with different unicode normalizations.
@JammingBen JammingBen self-assigned this Oct 7, 2025
Copilot AI review requested due to automatic review settings October 7, 2025 11:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an issue where file and folder names with different Unicode normalizations could create duplicates when uploading from different operating systems. The fix ensures all file names and relative paths are normalized to NFC (Canonical Decomposed) form before upload.

  • Normalize file names to NFC form during upload processing
  • Normalize relative file paths to NFC form to maintain consistency

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@JammingBen JammingBen merged commit 14bf6be into main Oct 8, 2025
29 checks passed
@JammingBen JammingBen deleted the fix/file-folder-name-normalization branch October 8, 2025 04:44
@openclouders openclouders mentioned this pull request Oct 8, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Filename Unicode normalisation

3 participants