urllib.quote and unicode

Erik Max Francis max at alcyone.com
Fri Dec 6 03:38:07 EST 2002


Tim Roberts wrote:

> urllib.quote was designed for encoding URLs.  URLs have to be
> ISO-8859-1,
> so they cannot include Unicode characters.

Actually, according to RFC 1738, they're ASCII.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ We learn from history that we do not learn from history.
\__/ Georg Friedrich Wilhelm Hegel
    Computer science / http://www.alcyone.com/max/reference/compsci/
 A computer science reference.



More information about the Python-list mailing list