I don't see the resultant url encoding apostrophe. Also, space is getting replaced by underscore!
How can I determine whether that's actually an underscore? I see this tutorial and I'm not wrong in saying that apostrophes must be encoded, right? http://www.permadi.com/tutorial/urlEncoding/ Or let me know how to correctly pass data, that includes apostrophe, underscore and spaces etc. When I'm passing data with an underscore my browser displays invalid request! I tried urllib.quote and urllibunquote but in vein :(

