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

Wikipedia link with question mark #10065

Closed
alnzrv opened this issue Jan 12, 2024 · 1 comment · Fixed by #10165
Closed

Wikipedia link with question mark #10065

alnzrv opened this issue Jan 12, 2024 · 1 comment · Fixed by #10165

Comments

@alnzrv
Copy link

alnzrv commented Jan 12, 2024

URL

https://www.openstreetmap.org/edit?way=394705975#map=19/44.81767/20.45303

How to reproduce the issue?

  1. Clear the wikipedia tag.
  2. Select language "српски / srpski".
  3. Start typing "Кафана „?”". Select such value from the drop-down.
  4. Click on the button "view on wikipedia.org".
  5. You will get the error page in the browser.

Screenshot(s) or anything else?

Tag "wikipedia=sr:Кафана_„%3F”" works, tag "wikipedia=sr:Кафана „?”" doesn't.
If you save tag "wikipedia=sr:Кафана „?”" problem will stay in the view (not the edit) mode too.

1
2
image

Which deployed environments do you see the issue in?

Released version at openstreetmap.org/edit

What version numbers does this issue effect?

2.27.3

Which browsers are you seeing this problem on?

Chrome

@Asif-Sheriff
Copy link
Contributor

In URL encoding, "?" is represented as "%3F"
That is why Кафана_„%3F” works while the former doesn't.

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 a pull request may close this issue.

2 participants