Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change path specification to better handle filename edge cases #745

Open
joachimmetz opened this issue Jul 7, 2023 · 0 comments
Open

Change path specification to better handle filename edge cases #745

joachimmetz opened this issue Jul 7, 2023 · 0 comments
Assignees

Comments

@joachimmetz
Copy link
Member

Certain file systems like NTFS or ReFS can contain filenames with:

  • the path segment separator character (e.g. \ or /)
  • special and non-valid Unicode characters (e.g. unpaired surrogate characters U+d800)

Change path specification to better handle such edge cases

  • change location into location segments ?
  • escape special and non-valid Unicode characters
@joachimmetz joachimmetz self-assigned this Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant