Source dataset: non-ASCII filenames causing trouble
okworx opened this issue · 4 comments
okworx commented
There's a bug in the Jersey library which causes non-ASCII file names to be garbled: eclipse-ee4j/jersey#3784
As a result, the attachments of a source dataset such as this one
cannot be transferred to the server correctly.
I suggest to add a warning to the user above this UI element in case any of the files has any non-ASCII characters in its name, recommending to use only letters, numbers, underscores and dashes.
msrocka commented
okworx commented
Great! I suggest to make both messages even more specific by adding what's allowed:
"It is recommended to rename the file first using only letters, numbers, underscores and dashes."
msrocka commented
Maybe even ...latin letters, digits...
instead of ...letters, numbers...
okworx commented
true!