6
我需要url編碼外部名稱,如「Misère」。如何正確的URL編碼口音?
當我這樣做:
urllib2.quote(name)
我得到一個錯誤:
File "/System/Library/Frameworks/Python.framework/Versions/
2.5/lib/python2.5/urllib.py", line 1205, in quote
res = map(safe_map.__getitem__, s)
KeyError: u'\xe8'
我在做什麼錯?
工作,謝謝! – 2011-02-07 17:52:01