[Python] Codifica Greca e urllib

Lawrence Oluyede l.oluyede a gmail.com
Ven 8 Feb 2008 16:48:52 CET


> Ora devo passare questa stringa come parametro post con urllib e quando
> effettuo urllib.urlencode()
> mi va in errore in quanto non riesce a tradurre in caratteri in ascii...

Essendo in greco in utf8 dubito che ascii possa funzionare :D Non puoi
dirgli di fare l'encoding in utf8

In [14]: urlencode({'c': u'ⱦ'.encode('utf-8')})
Out[14]: 'c=%C3%A2%C2%B1%C2%A6'



-- 
Lawrence, stacktrace.it - oluyede.org - neropercaso.it
"It is difficult to get a man to understand
something when his salary depends on not
understanding it" - Upton Sinclair


More information about the Python mailing list