URL's containing ASCII characters tend to break the auto-link mechanism and the URL bbcode tag. Here's how to fix that.
These are the more common characters that cause such breakage, and the codes needed to fix them.
Here is some examples of a broken link and a proper one:Left bracket%28
Right bracket%29
Backslash%5C
The original url: http://en.wikipedia.org/wiki/Music_(disambiguation)
Code: Select all
[url]http://en.wikipedia.org/wiki/Music_(disambiguation)[/url]Code: Select all
[url]http://en.wikipedia.org/wiki/Music_%28disambiguation%29[/url]Most of the other ones work fine. Here is a list of ASCII characters, in case the ones you need are not listed above.
Cheers




