I was trying to post a link onto a forum that uses bbcode ... and the link had an * in it - it was a google search link with a wildcard ... well the bbcode seemed to break the link at the point of the asterisk ... so Im thinking I need to know the %## code for an asterisk to make such a link work ...
so I have two questions:
1: what am I talking about?
and
2: where do I find what Im talking about?
ok, Im kidding ... my real questions are 1: what is that called when a %somethingsomething is used instead of an alpha character, and 2: does anyone have a list handy or can tell me about why the bbcode asterisk didnt work?
for instance, it works fine here ... well, SU converts it I see
oh, see - SU breaks the converted link too - at the asterisk ... I cant get it to link to a wildcard search using the asterisk ... hmm - thats interesting ...
when I used Thlaylis "preview post" the link did work, then when I submitted my post, it didnt ...
"when I used Thlaylis "preview post" the link did work, then when I submitted my post, it didnt"
Unfortunately StrangeJ and I did not figure out how to duplicate the broken behavior of the forum link system. It's kind of weird that it's easier to make it work properly than it is to get the results we see when we post the link. I suppose a future update of Preview Posts could seek to duplicate the forum behavior exactly, although I'd need some serious testing to be done to know exactly what that behavior is.
hey T, thanks ... can you tell me what the %_ _ sort of code is called, so I can look up for a chart on the net and get me a replacement for the asterisk ... or, is that not how to fix my link problem? Do I have this wrong?
I just want to post a link with an asterisk in it, and the forums Im trying this in, are not letting me ... thats the real thing Im hoping for help with ..
Although they are related, it is not the ASCII table. The URL encoding is directly based on the US ASCII table (for now, I think we're moving more towards UTF). The 2 hexadecimal characters following the % sign is the number of the character in the US ASCII table.
P.S. "*" does not need to be escaped, but can be. See RFC 2396 the "safe" stuff are in section 2.3
Interpretation: alphanumeric and - _ . ! ~ * ' ( ) do not need to be, but can be coded.