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

Fixed encoding issues with map names. #1

Merged
merged 2 commits into from
May 19, 2016

Conversation

givenameplz
Copy link
Contributor

EscapedUriString is not sufficient enough as it does not encode "&", UrlEncode will do the trick.

EscapedUriString is not sufficient enough as it does not encode "&", UrlEncode will do the trick.
@Piotrekol
Copy link
Owner

is second line on this screenshot correct?
test

Adding your proposed solution would require changing project target framework.

@givenameplz
Copy link
Contributor Author

I see. The second line is correct yes, you can go with that.

Without changing the project target framework.
@RuiNtD
Copy link

RuiNtD commented May 19, 2016

I just noticed this as well:

As you can see, the & gets ignored and causes the rest of the text to be underlined. Could there be any other possible side effects?

@Piotrekol
Copy link
Owner

This is unrelated and I'm pretty sure that's just a UI display bug

@Piotrekol Piotrekol merged commit 61ad906 into Piotrekol:master May 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants