For example, I have the phrase
Olá mundo!
and I need it written as
ol%E1%20mundo!
to create my urls.
I need this to connect to some specif sites who uses this kind of encode.
An example of site who use this type of encode is the Michaellis translator.
How can I create urls with these type of encode using python? I tryed use urllib and urllib2 but I hadn't sucess until now.
Here is another question of mine, related to this.
Appreciate the help, thanks.