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

MeView fails to open file when # character is in the path #18

Open
gladstonedigital opened this issue Jul 27, 2018 · 2 comments
Open

MeView fails to open file when # character is in the path #18

gladstonedigital opened this issue Jul 27, 2018 · 2 comments
Assignees
Labels

Comments

@gladstonedigital
Copy link

I read through the closed issues and couldn't find mention of this, so I don't think it's been fixed yet. Meview doesn't seem able to open a file that has the character # in the path to it. In this particular case, the # is not in the file's name but in the name of a higher level folder in the path.

I haven't tried other special characters but I would imagine they're broken as well. I know in web programming you can fix this issue with something like this, but I'm not sure how you'd do it in the framework you're using. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI

@gladstonedigital
Copy link
Author

O hey, unrelated but I just noticed the shoutout on the readme, thanks man!

@RoyalBingBong RoyalBingBong self-assigned this Aug 2, 2018
@RoyalBingBong
Copy link
Owner

encodeURI didn't quite work, since it also encodes slashes and we don't want that.

That said it should be fixed with the next release. Don't know when it will come though. I am currently trying to figure out how to make stuff work with CI (Appveyor, Travis CI)

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

No branches or pull requests

2 participants