Re: System which links to user profiles
Basically every character that's supposed to be url encoded, should be.
The ! character shouldn't cause problems.
Edit: ! is an unreserved character. ( http://www.ietf.org/rfc/rfc2396.txt )
Basically every character that's supposed to be url encoded, should be.
The ! character shouldn't cause problems.
Edit: ! is an unreserved character. ( http://www.ietf.org/rfc/rfc2396.txt )
Comment