Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Add Files fails when file name contains " character #89

Open
duongdominhchau opened this issue Oct 10, 2020 · 1 comment
Open

Add Files fails when file name contains " character #89

duongdominhchau opened this issue Oct 10, 2020 · 1 comment
Labels

Comments

@duongdominhchau
Copy link

Specifically, if the file name contains one ", nothing will happen when clicking OK button. If it contains two ", it will discard the part not inside " pair and throw out a Cannot open file error. Similarly for more than two ", but the error message is a little different: the first quoted part will be kept and everything else will be discard, including the remaining quote characters (i.e: a"b"c" becomes b).

@dfaust dfaust added the bug label Oct 24, 2020
@gromain
Copy link

gromain commented May 5, 2021

There is also a similar bug with the # character.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants