-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add test for deposit of files with unicode names #202
Comments
Needs a solution to #232 first. |
File names have certain restrictions in dataverse. The restrictions are described in issue #209. PR #211 adds dataverse-compatible encoding of file names. With PR #240 all file names in a datalad dataset will be mapped on a unique dataverse-compatible name. A remaining non-technical issue is that file names which contain Unicode characters will not be easily readable, which leads to the idea of using the It should also be mentioned that directory and file name restrictions due exclude a large number of ASCII characters from being used. These characters still need to be replaced. That can either be done "properly, but nasty" with PR #211 (which I would opt for), or "visually appealing, but faulty" by replacing all characters that are not allowed in dataverse-names with a "placeholder" character, for example with |
All referenced PRs are merged now.
|
Will not be ready in time. Reassigning milestone. |
Hi! We just opened this related issue: It's not prioritized or anything, but we do want to let you know that we hear you! ❤️ |
We know that we need directoryLabel mangeling. We do not know about files yet.
The text was updated successfully, but these errors were encountered: