Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Forum software breaks urls with ) at the end (Read 1067 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Forum software breaks urls with ) at the end

A couple of examples...

https://wiki.hydrogenaud.io/index.php?title=Foobar2000:File_Operations_(foo_fileops)
https://en.wikipedia.org/wiki/Chakra_(JScript_engine)

The ) is not highlighted and truncated from the clickable link.

Re: Forum software breaks urls with ) at the end

Reply #1
The title is a bit misleading. Only the automatic url enablement feature when user is too lazy to mark the url as an url gets tricked by parenthesis.

Re: Forum software breaks urls with ) at the end

Reply #2
The title is a bit misleading. Only the automatic url enablement feature when user is too lazy to mark the url as an url gets tricked by parenthesis.
Sure, here's the example where automatic url enablement feature doesn't work well, you have to do it manually like this:
https://en.wikipedia.org/wiki/Chakra_(JScript_engine)
https://wiki.hydrogenaud.io/index.php?title=Foobar2000:File_Operations_(foo_fileops)

which looks very similar but it leads to a correct page, which is done by using this:
Code: [Select]
[url=something]*insert text here*[/url]

 

Re: Forum software breaks urls with ) at the end

Reply #3
"percent-encoding" the closing parenthesis makes clickable:  https://wiki.hydrogenaud.io/index.php?title=Foobar2000:File_Operations_(foo_fileops%29

Not gonna happen of course, unless there is some setting/extension in browser or in forum software, that does the translation to percent-encoding for us?