Hi
Just recently I stumble upon a strange url encoding problem.
I'm trying to encode (using php urlencode) this test title:
Quiz: Are The'se Com!!ments Ab_+=&out the 2001 iPod or 2010 iPad?
and then submit it to twitter using following url (user clicks 'share this content' link on my website):
But if you will follow that url - you will see that url was double encoded (maybe by browser?) for some reason and some characters (like '!?+_) stay encoded.
How can I solve that encoding problem?