In a project, when adding a link with a URL that contains parentheses, the resulting link displayed is messed up. Look for example in this project:
http://www.geni.com/projects/HMCS-Kootenay-258-Explosion-on-October...
you see at the top I am trying to have a link to Wikipedia with this URL
http://en.wikipedia.org/wiki/HMCS_Kootenay_(DDE_258)
The parentesis after the "258" is messing up things.
Does anyone have a way around this?
Thanks,
mario
It is not a unicode bug, - parentheses are simply not valid characters in an URL, - you see them as that is some browsers, but technically they are not encoded as parentheses, - the ( is actually encoded as %28 and the ) as %29 when you enters them as a URL and click load.
The solution is as you would conclude: replace at least the ) with %29 a project description or about-me.
One good help is to use another webreader, like mozilla,
when you copy the link in the adressfoeld, it automatically
turns it to valid characters, work for me anyway.
This is the past result
http://en.wikipedia.org/wiki/HMCS_Kootenay_%28DDE_258%29
I have filed a bug: http://help.geni.com/requests/83785
(Posting here with full knowledge that nobody can probably read it anyhow, for whatever reason).
It's a "feature" of zendesk that filing a bug report for others to "me too" is not under "submit a request.". That opens a private ticket, as you note.
It's the "suggest an idea" button:
http://help.geni.com/forums/338907-bug-reports/entries/new