Guest User

Untitled

a guest
Jul 17th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. encodeURIComponent(ó)
  2. '%C3%B3'
  3.  
  4. urlib.quote(ó)
  5. '%F3'
  6.  
  7. import urllib
  8.  
  9. s = u"ó"
  10. print urllib.quote(s.encode("utf-8"))
Add Comment
Please, Sign In to add comment