KenKen
New Member
somehow other special characters can be passed in the values, but space doesn't. I tried %20 and + for whitespace but no luck. Is there anything that I am missing on this?
For eg)
'Senior programmer' cannot be passed even though I change it to 'Senior%20programmer' or 'Senior+programmer' by using urllib.quote(myjob) in Python.
Posting this problem here with my luck!
Thank you.
For eg)
'Senior programmer' cannot be passed even though I change it to 'Senior%20programmer' or 'Senior+programmer' by using urllib.quote(myjob) in Python.
Posting this problem here with my luck!
Thank you.